Update README.md
Browse files
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/RedPajama-pro
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- llama
|
9 |
+
---
|
10 |
+
|
11 |
+
# RedPJ-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/RedPJ-ProX-1.7B) | [Data](https://huggingface.co/datasets/gair-prox/RedPajama-pro) | [Code](https://github.com/GAIR-NLP/program-every-example)
|
18 |
+
|
19 |
+
**RedPJ-ProX-1.7B** is a small language model. It was and trained on the [RedPajama-V2-pro](https://huggingface.co/datasets/gair-prox/RedPajama-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 | 26.9 | 51.4 | 32.4 | 47.3 | 29.3 | 32.2 | 69.7 | 39.6 | 52.1 | 79.1 | 46.0 |
|
28 |
+
| ours | 31.1 | 60.7 | 29.8 | 51.0 | 31.7 | 33.2 | 70.9 | 39.2 | 53.3 | 79.1 | 48.0 |
|
29 |
+
|
30 |
+
### Citation
|
31 |
+
```
|
32 |
+
@misc{TBD
|
33 |
+
}
|
34 |
+
```
|