Suparious commited on
Commit
ba8e3e8
1 Parent(s): dc9ea02

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -2
README.md CHANGED
@@ -1,4 +1,9 @@
1
  ---
 
 
 
 
 
2
  library_name: transformers
3
  tags:
4
  - 4-bit
@@ -6,11 +11,24 @@ tags:
6
  - text-generation
7
  - autotrain_compatible
8
  - endpoints_compatible
 
 
9
  pipeline_tag: text-generation
10
  inference: false
11
  quantized_by: Suparious
12
  ---
13
- #
14
 
15
- **UPLOAD IN PROGRESS**
 
 
 
 
 
 
 
 
 
 
 
16
 
 
1
  ---
2
+ license: apache-2.0
3
+ base_model:
4
+ - nbeerbower/bophades-v2-mistral-7B
5
+ datasets:
6
+ - jondurbin/truthy-dpo-v0.1
7
  library_name: transformers
8
  tags:
9
  - 4-bit
 
11
  - text-generation
12
  - autotrain_compatible
13
  - endpoints_compatible
14
+ - finetuned
15
+ - mistral
16
  pipeline_tag: text-generation
17
  inference: false
18
  quantized_by: Suparious
19
  ---
20
+ # nbeerbower/bophades-mistral-truthy-DPO-7B AWQ
21
 
22
+ - Model creator: [nbeerbower](https://huggingface.co/nbeerbower)
23
+ - Original model: [bophades-mistral-truthy-DPO-7B](https://huggingface.co/nbeerbower/bophades-mistral-truthy-DPO-7B)
24
+
25
+ ![image/png](https://huggingface.co/nbeerbower/bophades-mistral-7B/resolve/main/bophades.png)
26
+
27
+ ## Model Summary
28
+
29
+ [bophades-v2-mistral-7B](https://huggingface.co/nbeerbower/bophades-v2-mistral-7B) finetuned on [jondurbin/truthy-dpo-v0.1](https://huggingface.co/datasets/jondurbin/truthy-dpo-v0.1).
30
+
31
+ Finetuned using an A100 on Google Colab. 🙏
32
+
33
+ [Fine-tune a Mistral-7b model with Direct Preference Optimization](https://towardsdatascience.com/fine-tune-a-mistral-7b-model-with-direct-preference-optimization-708042745aac) - [Maxime Labonne](https://huggingface.co/mlabonne)
34