SpiridonSunRotator commited on
Commit
71cb383
1 Parent(s): d16c7d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -3,9 +3,10 @@ Official [AQLM](https://arxiv.org/abs/2401.06118) quantization of [google/gemma-
3
  For this quantization, we used 2 codebooks of 8 bits.
4
 
5
 
6
- Results:
7
- | Model | AQLM scheme | WinoGrande | PiQA | HellaSwag | ArcE | ArcC | Model size, Gb |
8
  |------|------|------|-------|-------|-------|------|------|
9
- | gemma-2b |2x8| 0.5801 | 0.6828 | 0.3891 | 0.5791 | 0.2534| 1.6 |
 
10
 
11
  To learn more about the inference, as well as the information on how to quantize models yourself, please refer to the [official GitHub repo](https://github.com/Vahe1994/AQLM).
 
3
  For this quantization, we used 2 codebooks of 8 bits.
4
 
5
 
6
+ Results (0-shot `acc`):
7
+ | Model | Quantization | WinoGrande | PiQA | HellaSwag | ArcE | ArcC | Model size, Gb |
8
  |------|------|------|-------|-------|-------|------|------|
9
+ |gemma-2b| None | 0.6472 | 0.7715 | 0.5279 | 0.7403 | 0.4053| 5.0 |
10
+ | |2x8| 0.5801 | 0.6828 | 0.3891 | 0.5791 | 0.2534| 1.6 |
11
 
12
  To learn more about the inference, as well as the information on how to quantize models yourself, please refer to the [official GitHub repo](https://github.com/Vahe1994/AQLM).