Update README.md
Browse files
README.md
CHANGED
@@ -12,11 +12,12 @@ base_model: meta-llama/Meta-Llama-3.1-70B
|
|
12 |
---
|
13 |
|
14 |
Official [AQLM](https://arxiv.org/abs/2401.06118) quantization of [meta-llama/Meta-Llama-3.1-70B
|
15 |
-
](https://huggingface.co/meta-llama/Meta-Llama-3.1-
|
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.7353 | 0.4556 | 0.7731 | 0.6335 | 0.7590 | 0.7703 | 21.9 |
|
|
|
12 |
---
|
13 |
|
14 |
Official [AQLM](https://arxiv.org/abs/2401.06118) quantization of [meta-llama/Meta-Llama-3.1-70B
|
15 |
+
](https://huggingface.co/meta-llama/Meta-Llama-3.1-70B-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 |
+
| | fp16 | 0.7839 | 0.6058 | 0.8729 | 0.6650 | 0.8292 | 0.7964 | 141 |
|
23 |
| | 1x16g8 | 0.7353 | 0.4556 | 0.7731 | 0.6335 | 0.7590 | 0.7703 | 21.9 |
|