Upload model metrics
Browse files
README.md
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: TinyLlama/TinyLlama_v1.1
|
3 |
+
language: en
|
4 |
+
license: mit
|
5 |
+
---
|
6 |
+
|
7 |
+
## Metrics
|
8 |
+
|
9 |
+
| PPL | arc_easy |arc_challenge| piqa | winogrande | hellaswag |mmlu|QA Avg|
|
10 |
+
|----:|------------|-------------|------------|------------|------------|----|-----:|
|
11 |
+
|16.73|37.84 ± 1.00|21.50 ± 1.20 |61.43 ± 1.14|49.88 ± 1.41|33.52 ± 0.47|- | 40.83|
|
12 |
+
|
13 |
+
|
14 |
+
Training method based on [BitDistiller Paper](https://arxiv.org/abs/2402.10631)
|
15 |
+
|
16 |
+
- **License:** mit
|
17 |
+
- **Finetuned from:** TinyLlama/TinyLlama_v1.1
|