Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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/Meta-Llama-3.1-70B-Instruct
|
12 |
+
---
|
13 |
+
|
14 |
+
Official [AQLM](https://arxiv.org/abs/2401.06118) quantization of [meta-llama/Meta-Llama-3.1-70B-Instruct
|
15 |
+
](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct) finetuned with [PV-Tuning](https://arxiv.org/abs/2405.14852).
|
16 |
+
|
17 |
+
For this quantization, we used 1 codebook of 16 bits and groupsize of 8.
|
18 |
+
|
19 |
+
Results:
|
20 |
+
| Model | Quantization | MMLU (5-shot) | ArcC | ArcE | Hellaswag | PiQA | Winogrande | Model size, Gb |
|
21 |
+
|-------|--------------|---------------|--------|--------|-----------|--------|------------|----------------|
|
22 |
+
| | 1x16g8 | 0.7814 | 0.5478 | 0.8270 | 0.6284 | 0.8036 | 0.7814 | 21.9 |
|