SpiridonSunRotator
commited on
Commit
•
47ff65c
1
Parent(s):
9df2164
Added metrics
Browse files
README.md
CHANGED
@@ -13,8 +13,8 @@ Official [AQLM](https://arxiv.org/abs/2401.06118) quantization of [meta-llama/Me
|
|
13 |
|
14 |
For this quantization, we used 1 codebook of 16 bits.
|
15 |
|
16 |
-
Results (
|
17 |
-
| Model | Quantization | Model size, Gb |
|
18 |
-
|
19 |
-
|meta-llama/Meta-Llama-3-70B
|
20 |
-
| | 1x16 |
|
|
|
13 |
|
14 |
For this quantization, we used 1 codebook of 16 bits.
|
15 |
|
16 |
+
Results (measured with `lm_eval==4.0`):
|
17 |
+
| Model | Quantization | MMLU (5-shot) | ArcC| ArcE| Hellaswag | Winogrande | PiQA | Model size, Gb |
|
18 |
+
|------|------|-------|------|------|------|------|------|------|
|
19 |
+
|meta-llama/Meta-Llama-3-70B | - | 0.7980 | 0.6160 | 0.8624 | 0.6367 | 0.8183 | 0.7632 | 141.2 |
|
20 |
+
| | 1x16 | 0.7587 | 0.4863 | 0.7668 | 0.6159 | 0.7481 | 0.7537 | 21.9 |
|