Files changed (1) hide show
  1. README.md +140 -126
README.md CHANGED
@@ -1,127 +1,141 @@
1
- ---
2
- library_name: peft
3
- license: apache-2.0
4
- base_model: Qwen/Qwen2.5-7B-Instruct
5
- tags:
6
- - llama-factory
7
- - lora
8
- - generated_from_trainer
9
- model-index:
10
- - name: Qwen2.5-7B-Instruct-PsyCourse-fold9
11
- results: []
12
- ---
13
-
14
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
- should probably proofread and complete it, then remove this comment. -->
16
-
17
- # Qwen2.5-7B-Instruct-PsyCourse-fold9
18
-
19
- This model is a fine-tuned version of [Qwen/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct) on the course-train-fold1 dataset.
20
- It achieves the following results on the evaluation set:
21
- - Loss: 0.0312
22
-
23
- ## Model description
24
-
25
- More information needed
26
-
27
- ## Intended uses & limitations
28
-
29
- More information needed
30
-
31
- ## Training and evaluation data
32
-
33
- More information needed
34
-
35
- ## Training procedure
36
-
37
- ### Training hyperparameters
38
-
39
- The following hyperparameters were used during training:
40
- - learning_rate: 0.0001
41
- - train_batch_size: 1
42
- - eval_batch_size: 1
43
- - seed: 42
44
- - gradient_accumulation_steps: 16
45
- - total_train_batch_size: 16
46
- - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
47
- - lr_scheduler_type: cosine
48
- - lr_scheduler_warmup_ratio: 0.1
49
- - num_epochs: 5.0
50
-
51
- ### Training results
52
-
53
- | Training Loss | Epoch | Step | Validation Loss |
54
- |:-------------:|:------:|:----:|:---------------:|
55
- | 0.8724 | 0.0770 | 50 | 0.6930 |
56
- | 0.1565 | 0.1539 | 100 | 0.1080 |
57
- | 0.0877 | 0.2309 | 150 | 0.0730 |
58
- | 0.0732 | 0.3078 | 200 | 0.0560 |
59
- | 0.0544 | 0.3848 | 250 | 0.0531 |
60
- | 0.0517 | 0.4617 | 300 | 0.0498 |
61
- | 0.0468 | 0.5387 | 350 | 0.0468 |
62
- | 0.065 | 0.6156 | 400 | 0.0455 |
63
- | 0.0349 | 0.6926 | 450 | 0.0439 |
64
- | 0.0292 | 0.7695 | 500 | 0.0407 |
65
- | 0.0477 | 0.8465 | 550 | 0.0385 |
66
- | 0.0372 | 0.9234 | 600 | 0.0376 |
67
- | 0.0309 | 1.0004 | 650 | 0.0359 |
68
- | 0.0363 | 1.0773 | 700 | 0.0382 |
69
- | 0.0306 | 1.1543 | 750 | 0.0356 |
70
- | 0.0318 | 1.2312 | 800 | 0.0355 |
71
- | 0.0339 | 1.3082 | 850 | 0.0356 |
72
- | 0.0209 | 1.3851 | 900 | 0.0346 |
73
- | 0.0399 | 1.4621 | 950 | 0.0349 |
74
- | 0.0326 | 1.5391 | 1000 | 0.0332 |
75
- | 0.0331 | 1.6160 | 1050 | 0.0334 |
76
- | 0.0324 | 1.6930 | 1100 | 0.0343 |
77
- | 0.0213 | 1.7699 | 1150 | 0.0331 |
78
- | 0.0217 | 1.8469 | 1200 | 0.0347 |
79
- | 0.0289 | 1.9238 | 1250 | 0.0339 |
80
- | 0.0227 | 2.0008 | 1300 | 0.0328 |
81
- | 0.0163 | 2.0777 | 1350 | 0.0333 |
82
- | 0.0288 | 2.1547 | 1400 | 0.0350 |
83
- | 0.0139 | 2.2316 | 1450 | 0.0363 |
84
- | 0.0205 | 2.3086 | 1500 | 0.0337 |
85
- | 0.0164 | 2.3855 | 1550 | 0.0356 |
86
- | 0.0147 | 2.4625 | 1600 | 0.0339 |
87
- | 0.0223 | 2.5394 | 1650 | 0.0327 |
88
- | 0.0179 | 2.6164 | 1700 | 0.0330 |
89
- | 0.0261 | 2.6933 | 1750 | 0.0321 |
90
- | 0.0235 | 2.7703 | 1800 | 0.0328 |
91
- | 0.0238 | 2.8472 | 1850 | 0.0312 |
92
- | 0.0181 | 2.9242 | 1900 | 0.0326 |
93
- | 0.0279 | 3.0012 | 1950 | 0.0323 |
94
- | 0.0106 | 3.0781 | 2000 | 0.0354 |
95
- | 0.009 | 3.1551 | 2050 | 0.0389 |
96
- | 0.0071 | 3.2320 | 2100 | 0.0391 |
97
- | 0.0098 | 3.3090 | 2150 | 0.0385 |
98
- | 0.0161 | 3.3859 | 2200 | 0.0387 |
99
- | 0.0094 | 3.4629 | 2250 | 0.0382 |
100
- | 0.0099 | 3.5398 | 2300 | 0.0385 |
101
- | 0.0053 | 3.6168 | 2350 | 0.0388 |
102
- | 0.0122 | 3.6937 | 2400 | 0.0382 |
103
- | 0.0077 | 3.7707 | 2450 | 0.0386 |
104
- | 0.0082 | 3.8476 | 2500 | 0.0395 |
105
- | 0.0122 | 3.9246 | 2550 | 0.0402 |
106
- | 0.0089 | 4.0015 | 2600 | 0.0408 |
107
- | 0.002 | 4.0785 | 2650 | 0.0421 |
108
- | 0.0048 | 4.1554 | 2700 | 0.0447 |
109
- | 0.0021 | 4.2324 | 2750 | 0.0457 |
110
- | 0.004 | 4.3093 | 2800 | 0.0463 |
111
- | 0.0035 | 4.3863 | 2850 | 0.0476 |
112
- | 0.0046 | 4.4633 | 2900 | 0.0478 |
113
- | 0.0019 | 4.5402 | 2950 | 0.0476 |
114
- | 0.0031 | 4.6172 | 3000 | 0.0480 |
115
- | 0.003 | 4.6941 | 3050 | 0.0478 |
116
- | 0.002 | 4.7711 | 3100 | 0.0481 |
117
- | 0.0064 | 4.8480 | 3150 | 0.0481 |
118
- | 0.0022 | 4.9250 | 3200 | 0.0481 |
119
-
120
-
121
- ### Framework versions
122
-
123
- - PEFT 0.12.0
124
- - Transformers 4.46.1
125
- - Pytorch 2.5.1+cu124
126
- - Datasets 3.1.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
127
  - Tokenizers 0.20.3
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: Qwen/Qwen2.5-7B-Instruct
5
+ tags:
6
+ - llama-factory
7
+ - lora
8
+ - generated_from_trainer
9
+ language:
10
+ - zho
11
+ - eng
12
+ - fra
13
+ - spa
14
+ - por
15
+ - deu
16
+ - ita
17
+ - rus
18
+ - jpn
19
+ - kor
20
+ - vie
21
+ - tha
22
+ - ara
23
+ model-index:
24
+ - name: Qwen2.5-7B-Instruct-PsyCourse-fold9
25
+ results: []
26
+ ---
27
+
28
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
29
+ should probably proofread and complete it, then remove this comment. -->
30
+
31
+ # Qwen2.5-7B-Instruct-PsyCourse-fold9
32
+
33
+ This model is a fine-tuned version of [Qwen/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct) on the course-train-fold1 dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 0.0312
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: 0.0001
55
+ - train_batch_size: 1
56
+ - eval_batch_size: 1
57
+ - seed: 42
58
+ - gradient_accumulation_steps: 16
59
+ - total_train_batch_size: 16
60
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
61
+ - lr_scheduler_type: cosine
62
+ - lr_scheduler_warmup_ratio: 0.1
63
+ - num_epochs: 5.0
64
+
65
+ ### Training results
66
+
67
+ | Training Loss | Epoch | Step | Validation Loss |
68
+ |:-------------:|:------:|:----:|:---------------:|
69
+ | 0.8724 | 0.0770 | 50 | 0.6930 |
70
+ | 0.1565 | 0.1539 | 100 | 0.1080 |
71
+ | 0.0877 | 0.2309 | 150 | 0.0730 |
72
+ | 0.0732 | 0.3078 | 200 | 0.0560 |
73
+ | 0.0544 | 0.3848 | 250 | 0.0531 |
74
+ | 0.0517 | 0.4617 | 300 | 0.0498 |
75
+ | 0.0468 | 0.5387 | 350 | 0.0468 |
76
+ | 0.065 | 0.6156 | 400 | 0.0455 |
77
+ | 0.0349 | 0.6926 | 450 | 0.0439 |
78
+ | 0.0292 | 0.7695 | 500 | 0.0407 |
79
+ | 0.0477 | 0.8465 | 550 | 0.0385 |
80
+ | 0.0372 | 0.9234 | 600 | 0.0376 |
81
+ | 0.0309 | 1.0004 | 650 | 0.0359 |
82
+ | 0.0363 | 1.0773 | 700 | 0.0382 |
83
+ | 0.0306 | 1.1543 | 750 | 0.0356 |
84
+ | 0.0318 | 1.2312 | 800 | 0.0355 |
85
+ | 0.0339 | 1.3082 | 850 | 0.0356 |
86
+ | 0.0209 | 1.3851 | 900 | 0.0346 |
87
+ | 0.0399 | 1.4621 | 950 | 0.0349 |
88
+ | 0.0326 | 1.5391 | 1000 | 0.0332 |
89
+ | 0.0331 | 1.6160 | 1050 | 0.0334 |
90
+ | 0.0324 | 1.6930 | 1100 | 0.0343 |
91
+ | 0.0213 | 1.7699 | 1150 | 0.0331 |
92
+ | 0.0217 | 1.8469 | 1200 | 0.0347 |
93
+ | 0.0289 | 1.9238 | 1250 | 0.0339 |
94
+ | 0.0227 | 2.0008 | 1300 | 0.0328 |
95
+ | 0.0163 | 2.0777 | 1350 | 0.0333 |
96
+ | 0.0288 | 2.1547 | 1400 | 0.0350 |
97
+ | 0.0139 | 2.2316 | 1450 | 0.0363 |
98
+ | 0.0205 | 2.3086 | 1500 | 0.0337 |
99
+ | 0.0164 | 2.3855 | 1550 | 0.0356 |
100
+ | 0.0147 | 2.4625 | 1600 | 0.0339 |
101
+ | 0.0223 | 2.5394 | 1650 | 0.0327 |
102
+ | 0.0179 | 2.6164 | 1700 | 0.0330 |
103
+ | 0.0261 | 2.6933 | 1750 | 0.0321 |
104
+ | 0.0235 | 2.7703 | 1800 | 0.0328 |
105
+ | 0.0238 | 2.8472 | 1850 | 0.0312 |
106
+ | 0.0181 | 2.9242 | 1900 | 0.0326 |
107
+ | 0.0279 | 3.0012 | 1950 | 0.0323 |
108
+ | 0.0106 | 3.0781 | 2000 | 0.0354 |
109
+ | 0.009 | 3.1551 | 2050 | 0.0389 |
110
+ | 0.0071 | 3.2320 | 2100 | 0.0391 |
111
+ | 0.0098 | 3.3090 | 2150 | 0.0385 |
112
+ | 0.0161 | 3.3859 | 2200 | 0.0387 |
113
+ | 0.0094 | 3.4629 | 2250 | 0.0382 |
114
+ | 0.0099 | 3.5398 | 2300 | 0.0385 |
115
+ | 0.0053 | 3.6168 | 2350 | 0.0388 |
116
+ | 0.0122 | 3.6937 | 2400 | 0.0382 |
117
+ | 0.0077 | 3.7707 | 2450 | 0.0386 |
118
+ | 0.0082 | 3.8476 | 2500 | 0.0395 |
119
+ | 0.0122 | 3.9246 | 2550 | 0.0402 |
120
+ | 0.0089 | 4.0015 | 2600 | 0.0408 |
121
+ | 0.002 | 4.0785 | 2650 | 0.0421 |
122
+ | 0.0048 | 4.1554 | 2700 | 0.0447 |
123
+ | 0.0021 | 4.2324 | 2750 | 0.0457 |
124
+ | 0.004 | 4.3093 | 2800 | 0.0463 |
125
+ | 0.0035 | 4.3863 | 2850 | 0.0476 |
126
+ | 0.0046 | 4.4633 | 2900 | 0.0478 |
127
+ | 0.0019 | 4.5402 | 2950 | 0.0476 |
128
+ | 0.0031 | 4.6172 | 3000 | 0.0480 |
129
+ | 0.003 | 4.6941 | 3050 | 0.0478 |
130
+ | 0.002 | 4.7711 | 3100 | 0.0481 |
131
+ | 0.0064 | 4.8480 | 3150 | 0.0481 |
132
+ | 0.0022 | 4.9250 | 3200 | 0.0481 |
133
+
134
+
135
+ ### Framework versions
136
+
137
+ - PEFT 0.12.0
138
+ - Transformers 4.46.1
139
+ - Pytorch 2.5.1+cu124
140
+ - Datasets 3.1.0
141
  - Tokenizers 0.20.3