Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
loris3 commited on
Commit
0bbdb71
·
verified ·
1 Parent(s): c66dd1b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -5
README.md CHANGED
@@ -45,12 +45,25 @@ This dataset enables us to investigate whether this is merely an artifact of thi
45
  The order in which to load this dataset is provided as `.pt` files (e.g., curriculum.pt or random.pt).
46
 
47
 
48
- - C1: Child Directed Speech
49
- - C2: Children's Books
50
- - C3: Dialogue
51
- - C4: Educational
52
- - C5: Written English
 
 
 
 
 
 
53
 
 
 
 
 
 
 
 
54
 
55
  ### Dataset Sources
56
 
 
45
  The order in which to load this dataset is provided as `.pt` files (e.g., curriculum.pt or random.pt).
46
 
47
 
48
+ ### Pretraining split (train)
49
+ | Stage | Words | | Documents | |
50
+ |:--------------------------|--------:|:-------|------------:|:-------|
51
+ | C1: Child Directed Speech | 1999999 | 20.00% | 360533 | 33.68% |
52
+ | C2: Children's Books | 1999995 | 20.00% | 77384 | 7.23% |
53
+ | C3: Dialogue | 1999987 | 20.00% | 349650 | 32.67% |
54
+ | C4: Educational | 1999999 | 20.00% | 161554 | 15.09% |
55
+ | C5: Written English | 1999945 | 20.00% | 121200 | 11.32% |
56
+
57
+
58
+ ### Validation split (validation)
59
 
60
+ | Stage | Words | | Documents | |
61
+ |:--------------------------|--------:|:-------|------------:|:-------|
62
+ | C1: Child Directed Speech | 100001 | 20.00% | 17875 | 33.44% |
63
+ | C2: Children's Books | 100010 | 20.00% | 4031 | 7.54% |
64
+ | C3: Dialogue | 100002 | 20.00% | 17457 | 32.66% |
65
+ | C4: Educational | 100003 | 20.00% | 7810 | 14.61% |
66
+ | C5: Written English | 100001 | 20.00% | 6284 | 11.76% |
67
 
68
  ### Dataset Sources
69