BramVanroy commited on
Commit
8a9c55d
1 Parent(s): c8051ae

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -290,7 +290,7 @@ Different configs are available based on the number of tokens (see a section bel
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
 
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. Priority is given to Wikipedia to prioritize knowledge-content, so the smaller configs will consist exclusively of Wikipedia and for the larger configs we augment with CulturaX. 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