stefan-it commited on
Commit
f709429
·
verified ·
1 Parent(s): 130a223

docs: add initial version

Browse files
Files changed (1) hide show
  1. README.md +13 -0
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.