Datasets:

Modalities:
Tabular
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:
crazycth commited on
Commit
22bf19a
1 Parent(s): 196ec8c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -30,4 +30,6 @@ configs:
30
  ---
31
 
32
 
33
- This data corpus is a math corpus retrieved from Fineweb using fastText, applied in the pre-training stage of OpenCoder.
 
 
 
30
  ---
31
 
32
 
33
+ This code-like from [Fineweb](https://huggingface.co/spaces/HuggingFaceFW/blogpost-fineweb-v1) was specifically used in OpenCoder's pre-training.
34
+ We employ fastText in three iterative rounds to recall a final dataset of 55B code and math-related data.
35
+ You can find math-related data at [OpenCoder-LLM/fineweb-math-corpus](https://huggingface.co/datasets/OpenCoder-LLM/fineweb-math-corpus).