G-reen commited on
Commit
1194bcf
1 Parent(s): b03ee70

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -16
README.md CHANGED
@@ -1,22 +1,49 @@
1
  ---
2
- language:
3
- - en
4
- license: apache-2.0
5
- tags:
6
- - text-generation-inference
7
- - transformers
8
- - unsloth
9
- - mistral
10
- - trl
11
- base_model: unsloth/mistral-7b-v0.2-bnb-4bit
12
  ---
13
 
14
- # Uploaded model
15
 
16
- - **Developed by:** G-reen
17
- - **License:** apache-2.0
18
- - **Finetuned from model :** unsloth/mistral-7b-v0.2-bnb-4bit
19
 
20
- This mistral model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
21
 
22
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: "apache-2.0"
 
 
 
 
 
 
 
 
 
3
  ---
4
 
5
+ *This model was trained as part of a series of experiments testing the performance of pure DPO vs SFT vs ORPO, all supported by Unsloth/Huggingface TRL.*
6
 
7
+ Note: This model failed to train because the LR was too high (was stopped early, at 300 steps). Do not use!
 
 
8
 
9
+ **Benchmarks**
10
 
11
+ TBA
12
+
13
+ **Training Details**
14
+
15
+ Model: https://huggingface.co/unsloth/mistral-7b-v0.2-bnb-4bit
16
+
17
+ Dataset: https://huggingface.co/datasets/argilla/dpo-mix-7k
18
+
19
+ Rank: 8
20
+
21
+ Alpha: 16
22
+
23
+ Learning rate: 5e-4
24
+
25
+ Beta: 0.1
26
+
27
+ Batch size: 8
28
+
29
+ Epochs: 1
30
+
31
+ Learning rate scheduler: Linear
32
+
33
+ Prompt Format: ChatML
34
+ ```
35
+ <|im_start|>system
36
+ You are a helpful assistant.<|im_end|>
37
+ <|im_start|>user
38
+ Why is the sky blue?<|im_end|>
39
+ <|im_start|>assistant
40
+ ```
41
+
42
+
43
+ **WanDB Reports**
44
+
45
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/65a5c0e82823ba72ed2cee7d/hICdKQjk2mkRODyhyUfVV.png)
46
+
47
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/65a5c0e82823ba72ed2cee7d/CZobUkPWirguxOoE_hll0.png)
48
+
49
+ [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)