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 |
+
|7188.74|27.19 ± 0.91|21.84 ± 1.21 |53.32 ± 1.16|50.36 ± 1.41|25.59 ± 0.44|- | 35.66|
|
| 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
|