Update README.md
Browse files
README.md
CHANGED
@@ -6,9 +6,9 @@ pipeline_tag: text-generation
|
|
6 |
---
|
7 |
|
8 |
## Llama-2-70b-hf-2bit_g16_s128-HQQ
|
9 |
-
This a version of the
|
10 |
|
11 |
-
This model outperforms an fp16
|
12 |
|
13 |
To run the model, install the HQQ library from https://github.com/mobiusml/hqq/tree/main/code and use it as follows:
|
14 |
``` Python
|
|
|
6 |
---
|
7 |
|
8 |
## Llama-2-70b-hf-2bit_g16_s128-HQQ
|
9 |
+
This is a version of the LLama-2-70B-hf model quantized to 2-bit via Half-Quadratic Quantization (HQQ): https://mobiusml.github.io/hqq/
|
10 |
|
11 |
+
This model outperforms an fp16 LLama-2-13B (perplexity 4.13 vs. 4.63) for a comparable ~26GB size.
|
12 |
|
13 |
To run the model, install the HQQ library from https://github.com/mobiusml/hqq/tree/main/code and use it as follows:
|
14 |
``` Python
|