munish0838
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -5,12 +5,14 @@ pipeline_tag: text-generation
|
|
5 |
tags:
|
6 |
- mistral
|
7 |
- text-generation-inference
|
8 |
-
|
|
|
|
|
9 |
inference: false
|
10 |
---
|
11 |
|
12 |
-
# Mistral-7B-v0.1-GGUF
|
13 |
-
- Quantized version of [Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1)
|
14 |
- Created using llama.cpp
|
15 |
|
16 |
## Available Quants
|
@@ -26,6 +28,4 @@ inference: false
|
|
26 |
* Q5_K_M
|
27 |
* Q5_K_S
|
28 |
* Q6_K
|
29 |
-
* Q8_0
|
30 |
-
|
31 |
-
ReadMe format inspired from [mlabonne](https://huggingface.co/mlabonne)
|
|
|
5 |
tags:
|
6 |
- mistral
|
7 |
- text-generation-inference
|
8 |
+
- conversational
|
9 |
+
- finetuned
|
10 |
+
base_model: mistralai/Mistral-7B-Instruct-v0.1
|
11 |
inference: false
|
12 |
---
|
13 |
|
14 |
+
# Mistral-7B-Instruct-v0.1-GGUF
|
15 |
+
- Quantized version of [Mistral-7B-Instruct-v0.1](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1)
|
16 |
- Created using llama.cpp
|
17 |
|
18 |
## Available Quants
|
|
|
28 |
* Q5_K_M
|
29 |
* Q5_K_S
|
30 |
* Q6_K
|
31 |
+
* Q8_0
|
|
|
|