Datasets:

Modalities:
Tabular
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:
Simingh commited on
Commit
1fc5872
1 Parent(s): 784662f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -32,3 +32,13 @@ configs:
32
  This code-related data from [Fineweb](https://huggingface.co/spaces/HuggingFaceFW/blogpost-fineweb-v1) was specifically used in [OpenCoder](https://huggingface.co/papers/2411.04905) pre-training.
33
  We employ fastText in three iterative rounds to recall a final dataset of 55B code and math-related data.
34
  You can find math-related data at [OpenCoder-LLM/fineweb-math-corpus](https://huggingface.co/datasets/OpenCoder-LLM/fineweb-math-corpus).
 
 
 
 
 
 
 
 
 
 
 
32
  This code-related data from [Fineweb](https://huggingface.co/spaces/HuggingFaceFW/blogpost-fineweb-v1) was specifically used in [OpenCoder](https://huggingface.co/papers/2411.04905) pre-training.
33
  We employ fastText in three iterative rounds to recall a final dataset of 55B code and math-related data.
34
  You can find math-related data at [OpenCoder-LLM/fineweb-math-corpus](https://huggingface.co/datasets/OpenCoder-LLM/fineweb-math-corpus).
35
+
36
+ ## Citation
37
+ ```
38
+ @inproceedings{Huang2024OpenCoderTO,
39
+ title={OpenCoder: The Open Cookbook for Top-Tier Code Large Language Models},
40
+ author={Siming Huang and Tianhao Cheng and Jason Klein Liu and Jiaran Hao and Liuyihan Song and Yang Xu and J. Yang and J. H. Liu and Chenchen Zhang and Linzheng Chai and Ruifeng Yuan and Zhaoxiang Zhang and Jie Fu and Qian Liu and Ge Zhang and Zili Wang and Yuan Qi and Yinghui Xu and Wei Chu},
41
+ year={2024},
42
+ url={https://arxiv.org/pdf/2411.04905}
43
+ }
44
+ ```