Zeb
commited on
Commit
•
9130cda
1
Parent(s):
a4bea2e
Add Spanish
Browse files- README.md +9 -1
- Spanish/test.csv +3 -0
- Spanish/train.csv +3 -0
- Spanish/valid.csv +3 -0
README.md
CHANGED
@@ -25,6 +25,14 @@ configs:
|
|
25 |
path: German/valid.csv
|
26 |
- split: test
|
27 |
path: German/test.csv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
language:
|
29 |
- en
|
30 |
- de
|
@@ -61,4 +69,4 @@ Each subset of the data is split into a training, validation and testing split u
|
|
61 |
| English | Taken from 44 corpora in Eng-NA collection of CHILDES and phonemized using language code `en-us`. | 2,692 | 1,646,954 | 7,090,066 | 21,932,139
|
62 |
| French | Taken from 11 corpora in French collection of CHILDES and phonemized using language code `fr-fr`. | 722 | 432,133 | 1,995,063 | 5,510,523
|
63 |
| German | Taken from 10 corpora in German collection of CHILDES and phonemized using language code `ge`. | 627 | 850,888 | 3,893,168 | 14,032,948
|
64 |
-
|
|
|
25 |
path: German/valid.csv
|
26 |
- split: test
|
27 |
path: German/test.csv
|
28 |
+
- config_name: "Spanish"
|
29 |
+
data_files:
|
30 |
+
- split: train
|
31 |
+
path: Spanish/train.csv
|
32 |
+
- split: valid
|
33 |
+
path: Spanish/valid.csv
|
34 |
+
- split: test
|
35 |
+
path: Spanish/test.csv
|
36 |
language:
|
37 |
- en
|
38 |
- de
|
|
|
69 |
| English | Taken from 44 corpora in Eng-NA collection of CHILDES and phonemized using language code `en-us`. | 2,692 | 1,646,954 | 7,090,066 | 21,932,139
|
70 |
| French | Taken from 11 corpora in French collection of CHILDES and phonemized using language code `fr-fr`. | 722 | 432,133 | 1,995,063 | 5,510,523
|
71 |
| German | Taken from 10 corpora in German collection of CHILDES and phonemized using language code `ge`. | 627 | 850,888 | 3,893,168 | 14,032,948
|
72 |
+
| Spanish | Taken from 18 corpora in Spanish collection of CHILDES and phonemized using language code `es`. | 562 | 286,462 | 1,266,366 | 4,511,261
|
Spanish/test.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd7631e788c54667dab4942066c66b793c3a529df8493ebfcc43709e57063cf7
|
3 |
+
size 4964512
|
Spanish/train.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0264f405fdb70596e614666f4049afaf526fa8414bfdf27f447cf3da5e8bb2ac
|
3 |
+
size 95820837
|
Spanish/valid.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:03de3302bbf1d19840c35bfcf39fa3571776bb3326080768cb4ad26ff33eaa05
|
3 |
+
size 4981961
|