Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Datasets:
bboldt
/
elcc
like
0
Size:
10M<n<100M
Tags:
Synthetic
emergent communication
linguistics
DOI:
doi:10.57967/hf/2533
License:
cc-by-4.0
Dataset card
Files
Files and versions
Community
e0cd172
elcc
/
util
/
yml2json.sh
bboldt
Add system-level metadata to Croissant
e0cd172
5 months ago
raw
Copy download link
history
blame
Safe
137 Bytes
#!/usr/bin/env bash
shopt
-s globstar
for
x
in
systems/*/metadata.yml;
do
cat
$x
| yq --indent 2 >
${x%metadata.yml}
system.json
done