munish0838 commited on
Commit
2800ee4
1 Parent(s): 3b07dc5

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ license: apache-2.0
4
+ library_name: transformers
5
+ pipeline_tag: text-generation
6
+ tags:
7
+ - mistral
8
+ - text-generation-inference
9
+ base_model: cognitivecomputations/dolphin-2.2.1-mistral-7b
10
+ inference: false
11
+ ---
12
+
13
+ # Dolphin-2.2.1-mistral-7b-GGUF
14
+ - Quantized version of [Dolphin-2.2.1-mistral-7b](https://huggingface.co/cognitivecomputations/dolphin-2.2.1-mistral-7b)
15
+ - Created using llama.cpp
16
+
17
+ ## Available Quants
18
+ - IQ3_S
19
+ - Q2_K
20
+ - Q3_K_L
21
+ - Q3_K_M
22
+ - Q3_K_S
23
+ - Q4_0
24
+ - Q4_K_M
25
+ - Q4_K_S
26
+ - Q5_0
27
+ - Q5_K_M
28
+ - Q5_K_S
29
+ - Q6_K
30
+ - Q8_0