Update README.md
Browse files
README.md
CHANGED
@@ -19,3 +19,12 @@ configs:
|
|
19 |
- split: val
|
20 |
path: data/val-*
|
21 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
- split: val
|
20 |
path: data/val-*
|
21 |
---
|
22 |
+
|
23 |
+
## The Tinsy Pretokenized Paloma Dataset
|
24 |
+
|
25 |
+
A small version of the [pretokenized-paloma](https://huggingface.co/datasets/pico-lm/pretokenized-paloma) benchmark dataset.
|
26 |
+
|
27 |
+
This dataset is a sub-sampled version of pretokenized-paloma, and can be used in place of pretokenized-paloma.
|
28 |
+
|
29 |
+
We release the exact scripts we use to create this dataset in our [pico-lm/pico-dataset](https://github.com/pico-lm/pico-dataset) GitHub repo.
|
30 |
+
|