Update README.md
Browse files
README.md
CHANGED
@@ -24,4 +24,19 @@ configs:
|
|
24 |
path: data/validation-*
|
25 |
- split: test
|
26 |
path: data/test-*
|
|
|
|
|
|
|
27 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
path: data/validation-*
|
25 |
- split: test
|
26 |
path: data/test-*
|
27 |
+
language:
|
28 |
+
- en
|
29 |
+
pretty_name: BabyLM 100M
|
30 |
---
|
31 |
+
|
32 |
+
|
33 |
+
# BabyLM 100M
|
34 |
+
|
35 |
+
This curated dataset is originally from the [BabyLM Challenge](https://babylm.github.io/guidelines.html).
|
36 |
+
|
37 |
+
It consists of ~100M words of mixed domain, consisting of the following sources:
|
38 |
+
- CHILDES (child-directed speech)
|
39 |
+
- Subtitles (speech)
|
40 |
+
- BNC (speech)
|
41 |
+
- TED talks (speech)
|
42 |
+
- children's books (simple written language)
|