justheuristic
commited on
Commit
•
166967b
1
Parent(s):
4674111
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
Official quantization of [Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) using [PV-Tuning](https://arxiv.org/abs/2405.14852) on top of [AQLM](https://arxiv.org/abs/2401.06118).
|
2 |
|
3 |
For this quantization, we used 1 codebook of 16 bits for groups of 8 weights.
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
tags:
|
4 |
+
- mistral
|
5 |
+
- mistral-7b
|
6 |
+
- conversational
|
7 |
+
- text-generation-inference
|
8 |
+
pipeline_tag: text-generation
|
9 |
+
language:
|
10 |
+
- en
|
11 |
+
---
|
12 |
+
|
13 |
Official quantization of [Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) using [PV-Tuning](https://arxiv.org/abs/2405.14852) on top of [AQLM](https://arxiv.org/abs/2401.06118).
|
14 |
|
15 |
For this quantization, we used 1 codebook of 16 bits for groups of 8 weights.
|