Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
License:
Add files using upload-large-folder tool
Browse files- README.md +50 -0
- dataset_stats.json +4 -0
- train.parquet +3 -0
README.md
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: odc-by
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-generation
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- rp
|
| 9 |
+
- 100M
|
| 10 |
+
- parquet
|
| 11 |
+
size_categories:
|
| 12 |
+
- 100M<n<1B
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
# RedPajama-Data-V2-100M
|
| 16 |
+
|
| 17 |
+
## Dataset Description
|
| 18 |
+
This is a **100.0 Million token** subset of [krisbailey/RedPajama-Data-V2-1B](https://huggingface.co/datasets/krisbailey/RedPajama-Data-V2-1B), which is a subset of [togethercomputer/RedPajama-Data-V2](https://huggingface.co/datasets/togethercomputer/RedPajama-Data-V2).
|
| 19 |
+
|
| 20 |
+
## Motivation
|
| 21 |
+
100M tokens is a standard size for:
|
| 22 |
+
- **CI/CD Pipelines:** Fast enough to download and train for unit tests.
|
| 23 |
+
- **Debugging:** Verifying training loops without waiting for hours.
|
| 24 |
+
- **Scaling Laws:** The first step in a logarithmic scaling series (100M -> 1B -> 10B).
|
| 25 |
+
|
| 26 |
+
## Dataset Details
|
| 27 |
+
- **Total Tokens:** 99,999,721
|
| 28 |
+
- **Source:** krisbailey/RedPajama-Data-V2-1B
|
| 29 |
+
- **Structure:** First ~10% of the randomized 1B dataset.
|
| 30 |
+
- **Format:** Parquet (Snappy compression) - Single File
|
| 31 |
+
- **Producer:** Kris Bailey (kris@krisbailey.com)
|
| 32 |
+
|
| 33 |
+
## Usage
|
| 34 |
+
|
| 35 |
+
```python
|
| 36 |
+
from datasets import load_dataset
|
| 37 |
+
|
| 38 |
+
ds = load_dataset("krisbailey/RedPajama-Data-V2-100M", split="train")
|
| 39 |
+
print(ds[0])
|
| 40 |
+
```
|
| 41 |
+
|
| 42 |
+
## Citation
|
| 43 |
+
```bibtex
|
| 44 |
+
@article{together2023redpajama,
|
| 45 |
+
title={RedPajama: An Open Source Recipe to Reproduce LLaMA training dataset},
|
| 46 |
+
author={Together Computer},
|
| 47 |
+
journal={https://github.com/togethercomputer/RedPajama-Data},
|
| 48 |
+
year={2023}
|
| 49 |
+
}
|
| 50 |
+
```
|
dataset_stats.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"total_tokens": 99999721,
|
| 3 |
+
"total_rows": 79985
|
| 4 |
+
}
|
train.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2a7a79fd618c750193124bc4ddc580c44df579207c31591b8582fe9bede19b4a
|
| 3 |
+
size 401309968
|