Qingyun Li commited on
Commit
e24aaa0
·
verified ·
1 Parent(s): a54fb70

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -3
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- base_model: unsloth/qwen2.5-14b-instruct-bnb-4bit
3
  tags:
4
  - text-generation-inference
5
  - transformers
@@ -15,8 +15,29 @@ language:
15
 
16
  - **Developed by:** qingy2019
17
  - **License:** apache-2.0
18
- - **Finetuned from model :** unsloth/qwen2.5-14b-instruct-bnb-4bit
19
 
20
- This qwen2 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
+ base_model: unsloth/qwen2.5-14b-bnb-4bit
3
  tags:
4
  - text-generation-inference
5
  - transformers
 
15
 
16
  - **Developed by:** qingy2019
17
  - **License:** apache-2.0
18
+ - **Finetuned from model :** unsloth/qwen2.5-14b-bnb-4bit
19
 
20
+ Huge thanks to Unsloth and the Huggingface TRL library.
21
+
22
+ This model is Qwen 2.5 14B fine tuned for a full epoch on the high quality [garage-bAInd/Open-Platypus](https://huggingface.co/datasets/garage-bAInd/Open-Platypus) dataset for STEM reasoning.
23
+
24
+
25
+ | Training Detail | Value |
26
+ |-------------------------|----------|
27
+ | Epochs | 1 |
28
+ | Steps | 2077 |
29
+ | Loss | 0.4218 |
30
+ | Batch size | 4 |
31
+ | Gradient Acc. Steps | 3 |
32
+ | Learning Rate | 2e-4 |
33
+ | LR Scheduler | cosine |
34
+ | Rank | 32 |
35
+ | Rank-Stabilized LoRA | Yes |
36
+ | Warm up steps | 5 |
37
+ | Weight Decay | 0.01 |
38
+ | Seed | 3407 |
39
+
40
+
41
+ <img src="https://raw.githubusercontent.com/qingy1337/Storage/refs/heads/main/loss.svg" height="500"/>
42
 
43
  [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)