SinclairWang
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,36 @@
|
|
1 |
-
---
|
2 |
-
license: llama2
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: llama2
|
3 |
+
datasets:
|
4 |
+
- gair-prox/open-web-math-pro
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
base_model:
|
8 |
+
- codellama/CodeLlama-7b-hf
|
9 |
+
---
|
10 |
+
|
11 |
+
|
12 |
+
|
13 |
+
# CodeLlama-7B-ProXMath
|
14 |
+
|
15 |
+
<p align="center">
|
16 |
+
<img src="prox-teaser.png">
|
17 |
+
</p>
|
18 |
+
|
19 |
+
[ArXiv](http://arxiv.org/abs/xxxx) | [Data: OpenWebMath-Pro](https://huggingface.co/datasets/gair-prox/open-web-math-pro) | [Code](https://github.com/GAIR-NLP/program-every-example)
|
20 |
+
|
21 |
+
**CodeLlama-7B-ProXMath** is a language model that is continually pre-trained on [OpenWebMath-Pro](https://huggingface.co/datasets/gair-prox/open-web-math-pro) (a refined version by ProX) for 10B tokens.
|
22 |
+
|
23 |
+
## Evaluations
|
24 |
+
|
25 |
+
ProX models are evaluated over 10 language model benchmarks in zero-shot setting.
|
26 |
+
|
27 |
+
| | ArC-c | ARC-e | CSQA | HellaS | MMLU | OBQA | PiQA | SIQA | WinoG | SciQ | AVG |
|
28 |
+
|-----------------------|-------|-------|-------|-----------|-------|-------|-------|-------|-------|-------|------|
|
29 |
+
| raw | 26.1 | 44.3 | 29.7 | 39.1 | 27.3 | 29.2 | 66.9 | 39.0 | 52.0 | 67.4 | 42.1 |
|
30 |
+
| ours | 26.4 | 51.9 | 30.9 | 42.4 | 29.4 | 31.6 | 67.9 | 40.0 | 52.2 | 73.5 | 44.6 |
|
31 |
+
|
32 |
+
### Citation
|
33 |
+
```
|
34 |
+
@misc{TBD
|
35 |
+
}
|
36 |
+
```
|