Suparious commited on
Commit
f1619c2
1 Parent(s): d76c374

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -1,4 +1,5 @@
1
  ---
 
2
  library_name: transformers
3
  tags:
4
  - 4-bit
@@ -10,6 +11,15 @@ pipeline_tag: text-generation
10
  inference: false
11
  quantized_by: Suparious
12
  ---
13
- #
14
 
15
- **UPLOAD IN PROGRESS**
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: apache-2.0
3
  library_name: transformers
4
  tags:
5
  - 4-bit
 
11
  inference: false
12
  quantized_by: Suparious
13
  ---
14
+ # amazingvince/openhermes-7b-dpo AWQ
15
 
16
+ - Model creator: [amazingvince](https://huggingface.co/amazingvince)
17
+ - Original model: [openhermes-7b-dpo](https://huggingface.co/amazingvince/openhermes-7b-dpo)
18
+
19
+ ## Model Summary
20
+
21
+ OpenHermes 2.5 Mistral 7B is a state of the art Mistral Fine-tune, a continuation of OpenHermes 2 model, which trained on additional code datasets.
22
+
23
+ Potentially the most interesting finding from training on a good ratio (est. of around 7-14% of the total dataset) of code instruction was that it has boosted several non-code benchmarks, including TruthfulQA, AGIEval, and GPT4All suite. It did however reduce BigBench benchmark score, but the net gain overall is significant.
24
+
25
+ Here, we are finetuning openheremes using DPO with various data meant to improve its abilities.