Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ This is a version of the Mixtral-8x7B-v0.1 model (https://huggingface.co/mistral
|
|
9 |
|
10 |
More specifically, the attention layers are quantized to 4-bit and the experts are quantized to 2-bit. This simple change yields a huge improvement in perplexity vs the all 2-bit model (4.69 vs. 5.90) for a slight increase in model size (18.2GB vs. 18GB).
|
11 |
|
12 |
-
This idea was suggest by Artem Eliseev (@lavawolfiee) and Denis Mazur (@dvmazur) [in this Github discussion](
|
13 |
|
14 |
### Basic Usage
|
15 |
To run the model, install the HQQ library from https://github.com/mobiusml/hqq and use it as follows:
|
|
|
9 |
|
10 |
More specifically, the attention layers are quantized to 4-bit and the experts are quantized to 2-bit. This simple change yields a huge improvement in perplexity vs the all 2-bit model (4.69 vs. 5.90) for a slight increase in model size (18.2GB vs. 18GB).
|
11 |
|
12 |
+
This idea was suggest by Artem Eliseev (@lavawolfiee) and Denis Mazur (@dvmazur) [in this Github discussion](https://github.com/mobiusml/hqq/issues/2).
|
13 |
|
14 |
### Basic Usage
|
15 |
To run the model, install the HQQ library from https://github.com/mobiusml/hqq and use it as follows:
|