koalazf99 commited on
Commit
6856fe4
1 Parent(s): b7fe37f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -3
README.md CHANGED
@@ -1,3 +1,34 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - text-generation
5
+ language:
6
+ - en
7
+ tags:
8
+ - web
9
+ - common crawl
10
+ size_categories:
11
+ - 10B<n<100B
12
+ ---
13
+
14
+ # 📚 RedPajama-pro
15
+
16
+ <p align="center">
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.
24
+
25
+
26
+ ## License
27
+ RedPajama-pro is based on RedPajama-Data-V2, which is made available under an apache-2.0 license; users should also abide by the CommonCrawl ToU: https://commoncrawl.org/terms-of-use/. We do not alter the license of any of the underlying data.
28
+
29
+
30
+ ### Citation
31
+ ```
32
+ @misc{TBD
33
+ }
34
+ ```