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 |
+
|5.99|74.66 ± 0.89|39.76 ± 1.43 |76.88 ± 0.98|67.88 ± 1.31|55.16 ± 0.50|- | 62.87|
|
| 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
|