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