heyholetsgo commited on
Commit
c7f1973
1 Parent(s): e1f340a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md CHANGED
@@ -1,3 +1,33 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: apache-2.0
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ base_model: NousResearch/Nous-Hermes-2-Mistral-7B-DPO
3
+ tags:
4
+ - Mistral
5
+ - instruct
6
+ - finetune
7
+ - chatml
8
+ - DPO
9
+ - RLHF
10
+ - gpt4
11
+ - synthetic data
12
+ - distillation
13
+ - awq
14
+ model-index:
15
+ - name: Nous-Hermes-2-Mistral-7B-DPO
16
+ results: []
17
  license: apache-2.0
18
+ language:
19
+ - en
20
+ datasets:
21
+ - teknium/OpenHermes-2.5
22
  ---
23
+ # Nous Hermes 2 - Mistral 7B - DPO - AWQ
24
+
25
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6317aade83d8d2fd903192d9/PDleZIZK3vE3ATfXRRySv.png)
26
+
27
+ ## Model Description
28
+
29
+ This repo contains the AWQ quantized version of the `Nous Hermes 2 - Mistral 7B - DPO` model.
30
+ It was quantized with AutoAWQ using the following settings:
31
+ ```json
32
+ {"zero_point": True, "q_group_size": 128, "w_bit": 4, "version": "GEMM"}
33
+ ```