PyTorch
Safetensors
English
llama
koalazf99 commited on
Commit
f737283
1 Parent(s): 8c1f47b

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
+ datasets:
4
+ - gair-prox/c4-pro
5
+ language:
6
+ - en
7
+ tags:
8
+ - llama
9
+ ---
10
+
11
+ # C4-ProX-1.7B
12
+
13
+ <p align="center">
14
+ <img src="prox-teaser.png">
15
+ </p>
16
+
17
+ [ArXiv](http://arxiv.org/abs/xxxx) | [Models](https://huggingface.co/gair-prox/C4-ProX-1.7B) | [Data](https://huggingface.co/datasets/gair-prox/c4-pro) | [Code](https://github.com/GAIR-NLP/program-every-example)
18
+
19
+ **C4-ProX-1.7B** is a small language model. It was and trained on the [C4-pro](https://huggingface.co/datasets/gair-prox/c4-pro) for 50B tokens.
20
+
21
+ ## Evaluations
22
+
23
+ ProX models are evaluated over 10 language model benchmarks in zero-shot setting.
24
+
25
+ | | ArC-c | ARC-e | CSQA | HellaS | MMLU | OBQA | PiQA | SIQA | WinoG | SciQ | AVG |
26
+ |-----------------------|-------|-------|-------|-----------|-------|-------|-------|-------|-------|-------|------|
27
+ | raw | 25.3 | 48.8 | 30.1 | 52.4 | 28.8 | 32.2 | 72.0 | 40.6 | 53.6 | 71.7 | 45.5 |
28
+ | ours | 31.1 | 56.0 | 28.4 | 55.2 | 31.1 | 36.2 | 74.0 | 41.0 | 54.1 | 76.8 | 48.4 |
29
+
30
+ ### Citation
31
+ ```
32
+ @misc{TBD
33
+ }
34
+ ```