Text Generation
Transformers
GGUF
English
llama
code
Inference Endpoints
aashish1904 commited on
Commit
54881d0
·
verified ·
1 Parent(s): 5e62753

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+
4
+ license: apache-2.0
5
+ datasets:
6
+ - gair-prox/RedPajama-pro
7
+ language:
8
+ - en
9
+ base_model:
10
+ - gair-prox/RedPJ-ProX-0.3B
11
+ pipeline_tag: text-generation
12
+ library_name: transformers
13
+ tags:
14
+ - llama
15
+ - code
16
+
17
+ ---
18
+
19
+ [![QuantFactory Banner](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeiuCm7c8lEwEJuRey9kiVZsRn2W-b4pWlu3-X534V3YmVuVc2ZL-NXg2RkzSOOS2JXGHutDuyyNAUtdJI65jGTo8jT9Y99tMi4H4MqL44Uc5QKG77B0d6-JfIkZHFaUA71-RtjyYZWVIhqsNZcx8-OMaA?key=xt3VSDoCbmTY7o-cwwOFwQ)](https://hf.co/QuantFactory)
20
+
21
+
22
+ # QuantFactory/web-doc-refining-lm-GGUF
23
+ This is quantized version of [gair-prox/web-doc-refining-lm](https://huggingface.co/gair-prox/web-doc-refining-lm) created using llama.cpp
24
+
25
+ # Original Model Card
26
+
27
+
28
+ # Web-doc-refining-lm
29
+
30
+ <p align="center">
31
+ <img src="prox-teaser.png">
32
+ </p>
33
+
34
+ [ArXiv](http://arxiv.org/abs/2409.17115) | [Code](https://github.com/GAIR-NLP/program-every-example)
35
+
36
+ **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.
37
+
38
+ <p align="center">
39
+ <img src="func_design.png">
40
+ </p>
41
+
42
+ ### Citation
43
+ ```
44
+ @article{zhou2024programming,
45
+ title={Programming Every Example: Lifting Pre-training Data Quality like Experts at Scale},
46
+ author={Zhou, Fan and Wang, Zengzhi and Liu, Qian and Li, Junlong and Liu, Pengfei},
47
+ journal={arXiv preprint arXiv:2409.17115},
48
+ year={2024}
49
+ }
50
+ ```