koalazf99 commited on
Commit
bfa94f0
1 Parent(s): 07ef7c8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -17,7 +17,7 @@ size_categories:
17
  <img src="prox-teaser.png">
18
  </p>
19
 
20
- [ArXiv](http://arxiv.org/abs/xxxx) | [Models](https://huggingface.co/collections/gair-prox/prox-general-models-65f1674f0607712c4d6eec76) | [Code](https://github.com/GAIR-NLP/ProX)
21
 
22
  RedPajama-pro is refined from [RedPajama-Data-V2](https://huggingface.co/datasets/togethercomputer/RedPajama-Data-V2) using the **ProX** refining framework.
23
  It contains about 30B high quality tokens, ready for general language model pre-training.
@@ -29,6 +29,10 @@ RedPajama-pro is based on RedPajama-Data-V2, which is made available under an ap
29
 
30
  ### Citation
31
  ```
32
- @misc{TBD
 
 
 
 
33
  }
34
  ```
 
17
  <img src="prox-teaser.png">
18
  </p>
19
 
20
+ [ArXiv](https://arxiv.org/abs/2409.17115) | [Models](https://huggingface.co/collections/gair-prox/prox-general-models-65f1674f0607712c4d6eec76) | [Code](https://github.com/GAIR-NLP/ProX)
21
 
22
  RedPajama-pro is refined from [RedPajama-Data-V2](https://huggingface.co/datasets/togethercomputer/RedPajama-Data-V2) using the **ProX** refining framework.
23
  It contains about 30B high quality tokens, ready for general language model pre-training.
 
29
 
30
  ### Citation
31
  ```
32
+ @article{zhou2024programming,
33
+ title={Programming Every Example: Lifting Pre-training Data Quality like Experts at Scale},
34
+ author={Zhou, Fan and Wang, Zengzhi and Liu, Qian and Li, Junlong and Liu, Pengfei},
35
+ journal={arXiv preprint arXiv:2409.17115},
36
+ year={2024}
37
  }
38
  ```