SpiridonSunRotator's picture
Update README.md
395071e verified
|
raw
history blame
825 Bytes
metadata
library_name: transformers
tags:
  - llama
  - facebook
  - meta
  - llama-3
  - conversational
  - text-generation-inference

Official AQLM quantization of meta-llama/Meta-Llama-3.1-8B finetuned with PV-Tuning.

For this quantization, we used 1 codebook of 16 bits and groupsize of 16.

Results:

Model Quantization MMLU (5-shot) ArcC ArcE Hellaswag PiQA Winogrande Model size, Gb
meta-llama/Meta-Llama-3.1-8B None 0.6521 0.5145 0.8144 0.5998 0.8014 0.7356 16.1
1x16g8 0.3057 0.2952 0.5981 0.4457 0.7138 0.5912 0.5288

Note

We used lm-eval=0.4.0 for evaluation.