BramVanroy commited on
Commit
c8051ae
·
verified ·
1 Parent(s): ffddd15

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -286,7 +286,11 @@ task_categories:
286
 
287
  This is a combined and filtered version of [CulturaX](https://huggingface.co/datasets/uonlp/CulturaX) and [Wikipedia](https://huggingface.co/datasets/wikimedia/wikipedia), only including Dutch. It is intended for the training of LLMs.
288
 
289
- Different configs are available based on the number of tokens (see a section below with an overview). This can be useful if you want to know exactly how many tokens you have. Great for using as a streaming dataset, too. Tokenization is done with the big vocabulary of the `google/gemma-2b` tokenizer so depending on your tokenizer these exact numbers may differ.
 
 
 
 
290
 
291
 
292
  ## Filtering
 
286
 
287
  This is a combined and filtered version of [CulturaX](https://huggingface.co/datasets/uonlp/CulturaX) and [Wikipedia](https://huggingface.co/datasets/wikimedia/wikipedia), only including Dutch. It is intended for the training of LLMs.
288
 
289
+ Different configs are available based on the number of tokens (see a section below with an overview). This can be useful if you want to know exactly how many tokens you have. Great for using as a streaming dataset, too. Tokenization is done with the big vocabulary of the `google/gemma-2b` tokenizer so depending on your tokenizer these exact numbers may differ.
290
+
291
+ Every config also has a test set (for validation) of 1% the total size of the dataset, minimally 1 max. 64k samples (not tokens!).
292
+
293
+ Wikipedia and CulturaX were suffled before merging and the teset set creation was also shuffled. Every config builds further on the previous, so this means that every config contains the same data as the smaller ones and more HOWEVER their train/test splits are not the same, so test set of one config may overlap with samples for another training set. This is usually not a problem but just be aware that you do not train on one config's training set and test with another config's test set.
294
 
295
 
296
  ## Filtering