koalazf99 commited on
Commit
4b84804
1 Parent(s): 5d48286

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -3
README.md CHANGED
@@ -1,3 +1,38 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - gair-prox/RedPajama-pro
5
+ language:
6
+ - en
7
+ base_model:
8
+ - gair-prox/RedPJ-ProX-0.3B
9
+ pipeline_tag: text-generation
10
+ library_name: transformers
11
+ tags:
12
+ - llama
13
+ - code
14
+ ---
15
+
16
+ # Web-doc-refining-lm
17
+
18
+ <p align="center">
19
+ <img src="prox-teaser.png">
20
+ </p>
21
+
22
+ [ArXiv](http://arxiv.org/abs/2409.17115) | [Code](https://github.com/GAIR-NLP/program-every-example)
23
+
24
+ **Web-doc-refining-lm** is an adapted [0.3B-ProX](https://huggingface.co/gair-prox/RedPJ-ProX-0.3B) model, fine-tuned for document level refining via program generation.
25
+
26
+ <p align="center">
27
+ <img src="func_design.png">
28
+ </p>
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
+ ```