Datasets:

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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -30,6 +30,6 @@ configs:
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).
 
30
  ---
31
 
32
 
33
+ This math-related data 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 code-related data at [OpenCoder-LLM/fineweb-code-corpus](https://huggingface.co/datasets/OpenCoder-LLM/fineweb-code-corpus).