Datasets:
docs: add initial version
Browse files
README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- de
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# nanochat German: Pretraining Data
|
| 8 |
+
|
| 9 |
+
This repository uses a subset of the [LLäMmlein](https://huggingface.co/datasets/LSX-UniWue/LLaMmlein-Dataset) pretraining dataset, which itself is a strict subset of the German portion of the [RedPajama V2](https://huggingface.co/datasets/togethercomputer/RedPajama-Data-V2) dataset.
|
| 10 |
+
|
| 11 |
+
To construct the dataset, we download the first 20 JSONL files from LLäMmlein and merge them into a single collection.
|
| 12 |
+
|
| 13 |
+
Following the original nanochat dataset construction process, we then split the data into shards containing approximately 250 million characters each.
|