victormiller commited on
Commit
e191955
1 Parent(s): fd428f3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -26,6 +26,9 @@ license: odc-by
26
 
27
  Complete details on the dataset can be found in our blog post [here](https://huggingface.co/spaces/LLM360/TxT360-New).
28
 
 
 
 
29
 
30
  ## Initial Data Representation
31
  To produce TxT360, a comprehensive and transparent data processing pipeline was designed to account for the nuances of both web and curated datasets. The pipeline presents a unified framework for processing both data types, making it convenient and easily adaptive for users to revise and fine-tune the pipeline for their own use cases.
 
26
 
27
  Complete details on the dataset can be found in our blog post [here](https://huggingface.co/spaces/LLM360/TxT360-New).
28
 
29
+ ## Upsampling Experiment with Comparison to FineWeb
30
+ To evaluate the training efficiency of our dataset, we sampled 1.5T tokens from both FineWeb and TxT360 (using the aforementioned weighting) and conducted a training ablation on an 8x8B Mixture-of-Experts architecture, similar to Mixtral. We compared the learning curves by tracking training loss, validation scores, and performance across a wide array of diverse evaluation benchmarks. The validation set was sampled independently from SlimPajama. Note that this experiment is done on a slightly earlier version of the dataset.
31
+
32
 
33
  ## Initial Data Representation
34
  To produce TxT360, a comprehensive and transparent data processing pipeline was designed to account for the nuances of both web and curated datasets. The pipeline presents a unified framework for processing both data types, making it convenient and easily adaptive for users to revise and fine-tune the pipeline for their own use cases.