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 |
+
|17899.79|26.26 ± 0.90|22.01 ± 1.21 |52.01 ± 1.17|51.22 ± 1.40|25.96 ± 0.44|- | 35.49|
|
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
|