munish0838 commited on
Commit
568dfb5
1 Parent(s): 2ec5cc0

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: transformers
4
+ pipeline_tag: text-generation
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
19
+
20
+ * Q2_K
21
+ * Q3_K_L
22
+ * Q3_K_M
23
+ * Q3_K_S
24
+ * Q4_0
25
+ * Q4_K_M
26
+ * Q4_K_S
27
+ * Q5_0
28
+ * Q5_K_M
29
+ * Q5_K_S
30
+ * Q6_K
31
+ * Q8_0