Update README.md with HF metadata
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# ELCC
|
2 |
|
3 |
The Emergent Language Corpus Collection is collection of corpora and metadata
|
@@ -53,4 +63,4 @@ that they will be empty after you clone the project. If you would like to
|
|
53 |
populate a submodule (i.e., the directory pointing to another repo) to see or
|
54 |
use its code, run `git submodule init path/to/submodule` to mark it as init-ed.
|
55 |
Second, run `git submodule update` to populated init-ed submodules. Run `git
|
56 |
-
submodule deinit -f path/to/submodule` to make the submodule empty again.
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
tags:
|
4 |
+
- synthetic
|
5 |
+
- emergent communication
|
6 |
+
- linguistics
|
7 |
+
pretty_name: Emergent Language Corpus Collection
|
8 |
+
size_categories:
|
9 |
+
- 10M<n<100M
|
10 |
+
---
|
11 |
# ELCC
|
12 |
|
13 |
The Emergent Language Corpus Collection is collection of corpora and metadata
|
|
|
63 |
populate a submodule (i.e., the directory pointing to another repo) to see or
|
64 |
use its code, run `git submodule init path/to/submodule` to mark it as init-ed.
|
65 |
Second, run `git submodule update` to populated init-ed submodules. Run `git
|
66 |
+
submodule deinit -f path/to/submodule` to make the submodule empty again.
|