munish0838 commited on
Commit
b1297c6
1 Parent(s): 8e93103

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pipeline_tag: text-generation
3
+ tags:
4
+ - mistral
5
+ - instruct
6
+ - finetune
7
+ - DPO
8
+ - RLHF
9
+ - synthetic data
10
+ base_model: NousResearch/Nous-Hermes-2-Mistral-7B-DPO
11
+ inference: false
12
+ license: apache-2.0
13
+ language:
14
+ - en
15
+ ---
16
+
17
+
18
+ # Nous-Hermes-2-Mistral-7B-DPO-GGUF
19
+ - Quantized version of [Nous-Hermes-2-Mistral-7B-DPO](https://huggingface.co/NousResearch/Nous-Hermes-2-Mistral-7B-DPO)
20
+ - Created using llama.cpp
21
+
22
+ ## Available Quants
23
+ - IQ3_S
24
+ - Q2_K
25
+ - Q3_K_L
26
+ - Q3_K_M
27
+ - Q3_K_S
28
+ - Q4_0
29
+ - Q4_K_M
30
+ - Q4_K_S
31
+ - Q5_0
32
+ - Q5_K_M
33
+ - Q5_K_S
34
+ - Q6_K
35
+ - Q8_0