SpiridonSunRotator commited on
Commit
f528672
·
verified ·
1 Parent(s): 764d77a

Added evaluation results

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - llama
5
+ - facebook
6
+ - meta
7
+ - llama-3
8
+ - conversational
9
+ - text-generation-inference
10
+ ---
11
+ Official [AQLM](https://arxiv.org/abs/2401.06118) quantization of [meta-llama/Meta-Llama-3-8B
12
+ ](https://huggingface.co/meta-llama/Meta-Llama-3-8B).
13
+
14
+ For this quantization, we used 1 codebook of 16 bits.
15
+
16
+ Results:
17
+ | Model | Quantization | MMLU (5-shot) | ArcC| ArcE| Hellaswag | Winogrande | PiQA | Model size, Gb |
18
+ |------|------|-------|------|------|------|------|------|------|
19
+ |meta-llama/Meta-Llama-3-8B-Instruct| None |0.6525 | 0.5043 | 0.8009 | 0.6019 | 0.7971 | 0.7261 | 16.1 |
20
+ | | 1x16 | 0.5411 | 0.3874 | 0.7235 | 0.5346 | 0.7622 | 0.7048 | 4.1 |