Update README.md
Browse files
README.md
CHANGED
@@ -27,4 +27,15 @@ This data is the simplified vocabulary-filtered pretraining data published by "E
|
|
27 |
We filter the train split of SlimPajama dataset (https://huggingface.co/datasets/cerebras/SlimPajama-627B) based on the AO-Childes vocabulary retaining spans which contain integers, symbols, and words that belong to the AO-Childes vocabulary. Around 1.5% of Out of Vocabulary words are also allowed. A contiguous span of 32 tokens are selected. A span is delimited by start of span <s> and end of span </s> symbols.
|
28 |
|
29 |
### Citation Information
|
30 |
-
If this dataset is useful to you please cite our work.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
We filter the train split of SlimPajama dataset (https://huggingface.co/datasets/cerebras/SlimPajama-627B) based on the AO-Childes vocabulary retaining spans which contain integers, symbols, and words that belong to the AO-Childes vocabulary. Around 1.5% of Out of Vocabulary words are also allowed. A contiguous span of 32 tokens are selected. A span is delimited by start of span <s> and end of span </s> symbols.
|
28 |
|
29 |
### Citation Information
|
30 |
+
If this dataset is useful to you please cite our work.
|
31 |
+
|
32 |
+
```
|
33 |
+
@misc{muckatira2024emergent,
|
34 |
+
title={Emergent Abilities in Reduced-Scale Generative Language Models},
|
35 |
+
author={Sherin Muckatira and Vijeta Deshpande and Vladislav Lialin and Anna Rumshisky},
|
36 |
+
year={2024},
|
37 |
+
eprint={2404.02204},
|
38 |
+
archivePrefix={arXiv},
|
39 |
+
primaryClass={cs.CL}
|
40 |
+
}
|
41 |
+
```
|