munish0838 commited on
Commit
0b92067
1 Parent(s): 1e8ecbb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -1
README.md CHANGED
@@ -7,4 +7,25 @@ tags:
7
  - text-generation-inference
8
  base_model: mistralai/Mistral-7B-v0.1
9
  inference: false
10
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  - text-generation-inference
8
  base_model: mistralai/Mistral-7B-v0.1
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
17
+
18
+ * Q2_K
19
+ * Q3_K_L
20
+ * Q3_K_M
21
+ * Q3_K_S
22
+ * Q4_0
23
+ * Q4_K_M
24
+ * Q4_K_S
25
+ * Q5_0
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)