MaziyarPanahi
commited on
Commit
•
5f7c063
1
Parent(s):
568dfe0
Update README.md
Browse files
README.md
CHANGED
@@ -2,21 +2,30 @@
|
|
2 |
base_model: mistralai/Mistral-7B-Instruct-v0.2
|
3 |
inference: false
|
4 |
license: apache-2.0
|
5 |
-
model_creator:
|
6 |
-
model_name: Mistral
|
7 |
-
model_type: mistral
|
8 |
pipeline_tag: text-generation
|
9 |
quantized_by: MaziyarPanahi
|
10 |
tags:
|
11 |
- finetuned
|
12 |
-
- mistral
|
13 |
- quantized
|
14 |
-
- gptq
|
15 |
- 4-bit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
---
|
17 |
# Description
|
18 |
-
|
19 |
-
This repo contains GPTQ model files for [Mistral AI_'s Mistral 7B Instruct v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2).
|
20 |
|
21 |
## How to use
|
22 |
### Install the necessary packages
|
|
|
2 |
base_model: mistralai/Mistral-7B-Instruct-v0.2
|
3 |
inference: false
|
4 |
license: apache-2.0
|
5 |
+
model_creator: mistralai
|
6 |
+
model_name: Mistral-7B-Instruct-v0.2-GPTQ
|
|
|
7 |
pipeline_tag: text-generation
|
8 |
quantized_by: MaziyarPanahi
|
9 |
tags:
|
10 |
- finetuned
|
|
|
11 |
- quantized
|
|
|
12 |
- 4-bit
|
13 |
+
- gptq
|
14 |
+
- transformers
|
15 |
+
- pytorch
|
16 |
+
- safetensors
|
17 |
+
- mistral
|
18 |
+
- text-generation
|
19 |
+
- finetuned
|
20 |
+
- arxiv:2310.06825
|
21 |
+
- license:apache-2.0
|
22 |
+
- autotrain_compatible
|
23 |
+
- has_space
|
24 |
+
- text-generation-inference
|
25 |
+
- region:us
|
26 |
---
|
27 |
# Description
|
28 |
+
[MaziyarPanahi/Mistral-7B-Instruct-v0.2-GPTQ](https://huggingface.co/MaziyarPanahi/Mistral-7B-Instruct-v0.2-GPTQ) is a quantized (GPTQ) version of [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2)
|
|
|
29 |
|
30 |
## How to use
|
31 |
### Install the necessary packages
|