Update README.md
Browse files
README.md
CHANGED
|
@@ -36,3 +36,38 @@ configs:
|
|
| 36 |
- split: MegaText
|
| 37 |
path: data/MegaText-*
|
| 38 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
- split: MegaText
|
| 37 |
path: data/MegaText-*
|
| 38 |
---
|
| 39 |
+
|
| 40 |
+
# OpenNeuro: A Dataset to Compute Brain Score Scalling Laws
|
| 41 |
+
|
| 42 |
+
This dataset contains the splits used to train the 20 language models of the paper.
|
| 43 |
+
|
| 44 |
+
**NanoText**
|
| 45 |
+
num_bytes: 6090436
|
| 46 |
+
num_examples: 1203
|
| 47 |
+
Total words: 1M
|
| 48 |
+
Average words per example: 831.6
|
| 49 |
+
|
| 50 |
+
**MiniText**
|
| 51 |
+
num_bytes: 60622575
|
| 52 |
+
num_examples: 12382
|
| 53 |
+
Total words: 10M
|
| 54 |
+
Average words per example: 808.1
|
| 55 |
+
|
| 56 |
+
**MidiText**
|
| 57 |
+
num_bytes: 181684879
|
| 58 |
+
num_examples: 36368
|
| 59 |
+
Total words: 30M
|
| 60 |
+
Average words per example: 824.9
|
| 61 |
+
|
| 62 |
+
**CoreText**
|
| 63 |
+
num_bytes: 606330424
|
| 64 |
+
num_examples: 121414
|
| 65 |
+
Total words: 100M
|
| 66 |
+
Average words per example: 823.6
|
| 67 |
+
|
| 68 |
+
**MegaText**
|
| 69 |
+
num_bytes: 1819500227
|
| 70 |
+
num_examples: 364168
|
| 71 |
+
Total words: 300M
|
| 72 |
+
Average words per example: 823.8
|
| 73 |
+
|