SpiridonSunRotator
commited on
Commit
•
49bdc4c
1
Parent(s):
17bdd1d
Added evaluation metrics
Browse files
README.md
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
tags:
|
4 |
+
- aqlm
|
5 |
+
- llama
|
6 |
+
- facebook
|
7 |
+
- meta
|
8 |
+
- llama-3
|
9 |
+
- conversational
|
10 |
+
- text-generation-inference
|
11 |
+
base_model: meta-llama/Llama-3.2-3B-Instruct
|
12 |
+
---
|
13 |
+
|
14 |
+
Official [AQLM](https://arxiv.org/abs/2401.06118) quantization of [meta-llama/Llama-3.2-3B
|
15 |
+
](https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct) finetuned with [PV-Tuning](https://arxiv.org/abs/2405.14852).
|
16 |
+
|
17 |
+
For this quantization, we used 2 codebooks of 8 bits and groupsize of 8.
|
18 |
+
|
19 |
+
Results:
|
20 |
+
| Model | Quantization | MMLU (5-shot) | ArcC | ArcE | Hellaswag | PiQA | Winogrande | Model size, Gb |
|
21 |
+
|-------|--------------|---------------|--------|--------|-----------|--------|------------|----------------|
|
22 |
+
| meta-llama/Llama-3.2-3B-Instruct | fp16 | 0.5984 | 0.4369 | 0.7428 | 0.5224 | 0.7579 | 0.6732 | 6.4 |
|
23 |
+
| | 2x8g8 | 0.4842 | 0.3686 | 0.7066 | 0.4833 | 0.7274 | 0.6346 | 1.5 |
|