Files changed (1) hide show
  1. README.md +93 -82
README.md CHANGED
@@ -1,82 +1,93 @@
1
- ---
2
- library_name: transformers
3
- license: apache-2.0
4
- base_model: Qwen/Qwen2.5-32B-Instruct
5
- tags:
6
- - alignment-handbook
7
- - trl
8
- - dpo
9
- - generated_from_trainer
10
- - trl
11
- - dpo
12
- - generated_from_trainer
13
- datasets:
14
- - tanliboy/orca_dpo_pairs
15
- model-index:
16
- - name: lambda-qwen2.5-32b-dpo-test
17
- results: []
18
- ---
19
-
20
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
21
- should probably proofread and complete it, then remove this comment. -->
22
-
23
- # lambda-qwen2.5-32b-dpo-test
24
-
25
- This model is a fine-tuned version of [Qwen/Qwen2.5-32B-Instruct](https://huggingface.co/Qwen/Qwen2.5-32B-Instruct) on the tanliboy/orca_dpo_pairs dataset.
26
- It achieves the following results on the evaluation set:
27
- - Loss: 0.0003
28
- - Rewards/chosen: -10.1618
29
- - Rewards/rejected: -26.1150
30
- - Rewards/accuracies: 1.0
31
- - Rewards/margins: 15.9532
32
- - Logps/rejected: -3049.5271
33
- - Logps/chosen: -1372.8903
34
- - Logits/rejected: -0.3154
35
- - Logits/chosen: -0.0600
36
-
37
- ## Model description
38
-
39
- More information needed
40
-
41
- ## Intended uses & limitations
42
-
43
- More information needed
44
-
45
- ## Training and evaluation data
46
-
47
- More information needed
48
-
49
- ## Training procedure
50
-
51
- ### Training hyperparameters
52
-
53
- The following hyperparameters were used during training:
54
- - learning_rate: 5e-07
55
- - train_batch_size: 2
56
- - eval_batch_size: 2
57
- - seed: 42
58
- - distributed_type: multi-GPU
59
- - num_devices: 8
60
- - gradient_accumulation_steps: 2
61
- - total_train_batch_size: 32
62
- - total_eval_batch_size: 16
63
- - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
64
- - lr_scheduler_type: cosine
65
- - lr_scheduler_warmup_ratio: 0.1
66
- - num_epochs: 1
67
-
68
- ### Training results
69
-
70
- | Training Loss | Epoch | Step | Validation Loss | Rewards/chosen | Rewards/rejected | Rewards/accuracies | Rewards/margins | Logps/rejected | Logps/chosen | Logits/rejected | Logits/chosen |
71
- |:-------------:|:------:|:----:|:---------------:|:--------------:|:----------------:|:------------------:|:---------------:|:--------------:|:------------:|:---------------:|:-------------:|
72
- | 0.0103 | 0.2618 | 100 | 0.0060 | -8.5159 | -18.7731 | 1.0 | 10.2572 | -2315.3333 | -1208.2968 | -0.5485 | -0.2481 |
73
- | 0.0005 | 0.5236 | 200 | 0.0005 | -9.9255 | -24.9117 | 1.0 | 14.9862 | -2929.1948 | -1349.2588 | -0.3723 | -0.0661 |
74
- | 0.0005 | 0.7853 | 300 | 0.0004 | -10.0873 | -25.9319 | 1.0 | 15.8446 | -3031.2175 | -1365.4342 | -0.2882 | -0.0014 |
75
-
76
-
77
- ### Framework versions
78
-
79
- - Transformers 4.44.2
80
- - Pytorch 2.4.0+cu121
81
- - Datasets 2.19.1
82
- - Tokenizers 0.19.1
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: Qwen/Qwen2.5-32B-Instruct
5
+ tags:
6
+ - alignment-handbook
7
+ - trl
8
+ - dpo
9
+ - generated_from_trainer
10
+ datasets:
11
+ - tanliboy/orca_dpo_pairs
12
+ language:
13
+ - zho
14
+ - eng
15
+ - fra
16
+ - spa
17
+ - por
18
+ - deu
19
+ - ita
20
+ - rus
21
+ - jpn
22
+ - kor
23
+ - vie
24
+ - tha
25
+ - ara
26
+ model-index:
27
+ - name: lambda-qwen2.5-32b-dpo-test
28
+ results: []
29
+ ---
30
+
31
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
32
+ should probably proofread and complete it, then remove this comment. -->
33
+
34
+ # lambda-qwen2.5-32b-dpo-test
35
+
36
+ This model is a fine-tuned version of [Qwen/Qwen2.5-32B-Instruct](https://huggingface.co/Qwen/Qwen2.5-32B-Instruct) on the tanliboy/orca_dpo_pairs dataset.
37
+ It achieves the following results on the evaluation set:
38
+ - Loss: 0.0003
39
+ - Rewards/chosen: -10.1618
40
+ - Rewards/rejected: -26.1150
41
+ - Rewards/accuracies: 1.0
42
+ - Rewards/margins: 15.9532
43
+ - Logps/rejected: -3049.5271
44
+ - Logps/chosen: -1372.8903
45
+ - Logits/rejected: -0.3154
46
+ - Logits/chosen: -0.0600
47
+
48
+ ## Model description
49
+
50
+ More information needed
51
+
52
+ ## Intended uses & limitations
53
+
54
+ More information needed
55
+
56
+ ## Training and evaluation data
57
+
58
+ More information needed
59
+
60
+ ## Training procedure
61
+
62
+ ### Training hyperparameters
63
+
64
+ The following hyperparameters were used during training:
65
+ - learning_rate: 5e-07
66
+ - train_batch_size: 2
67
+ - eval_batch_size: 2
68
+ - seed: 42
69
+ - distributed_type: multi-GPU
70
+ - num_devices: 8
71
+ - gradient_accumulation_steps: 2
72
+ - total_train_batch_size: 32
73
+ - total_eval_batch_size: 16
74
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
75
+ - lr_scheduler_type: cosine
76
+ - lr_scheduler_warmup_ratio: 0.1
77
+ - num_epochs: 1
78
+
79
+ ### Training results
80
+
81
+ | Training Loss | Epoch | Step | Validation Loss | Rewards/chosen | Rewards/rejected | Rewards/accuracies | Rewards/margins | Logps/rejected | Logps/chosen | Logits/rejected | Logits/chosen |
82
+ |:-------------:|:------:|:----:|:---------------:|:--------------:|:----------------:|:------------------:|:---------------:|:--------------:|:------------:|:---------------:|:-------------:|
83
+ | 0.0103 | 0.2618 | 100 | 0.0060 | -8.5159 | -18.7731 | 1.0 | 10.2572 | -2315.3333 | -1208.2968 | -0.5485 | -0.2481 |
84
+ | 0.0005 | 0.5236 | 200 | 0.0005 | -9.9255 | -24.9117 | 1.0 | 14.9862 | -2929.1948 | -1349.2588 | -0.3723 | -0.0661 |
85
+ | 0.0005 | 0.7853 | 300 | 0.0004 | -10.0873 | -25.9319 | 1.0 | 15.8446 | -3031.2175 | -1365.4342 | -0.2882 | -0.0014 |
86
+
87
+
88
+ ### Framework versions
89
+
90
+ - Transformers 4.44.2
91
+ - Pytorch 2.4.0+cu121
92
+ - Datasets 2.19.1
93
+ - Tokenizers 0.19.1