Muennighoff
commited on
Commit
•
33f0735
1
Parent(s):
38b7d92
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc0-1.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
---
|
6 |
+
## Dataset Description
|
7 |
+
|
8 |
+
- **Repository:** https://github.com/huggingface/datablations
|
9 |
+
- **Paper:** [Scaling Data-Constrained Language Models](https://arxiv.org/abs//2305.16264)
|
10 |
+
- **Point of Contact:** [Niklas Muennighoff](mailto:n.muennighoff@gmail.com)
|
11 |
+
|
12 |
+
### Dataset Summary
|
13 |
+
|
14 |
+
|
15 |
+
Various subsets of [C4](https://huggingface.co/datasets/allenai/c4) with different numbers of tokens measured with the GPT2Tokenizer.
|
16 |
+
|
17 |
+
This data is used in the paper [Scaling Data-Constrained Language Models](https://arxiv.org/abs//2305.16264).
|
18 |
+
|
19 |
+
Please refer to [our GitHub repository](https://github.com/huggingface/datablations) for more details.
|
20 |
+
|
21 |
+
|
22 |
+
```bibtex
|
23 |
+
@article{muennighoff2023scaling,
|
24 |
+
title={Scaling Data-Constrained Language Models},
|
25 |
+
author={Muennighoff, Niklas and Rush, Alexander M and Barak, Boaz and Scao, Teven Le and Piktus, Aleksandra and Tazi, Nouamane and Pyysalo, Sampo and Wolf, Thomas and Raffel, Colin},
|
26 |
+
journal={arXiv preprint arXiv:2305.16264},
|
27 |
+
year={2023}
|
28 |
+
}
|
29 |
+
```
|