sedrickkeh commited on
Commit
4e81cdd
·
verified ·
1 Parent(s): 456a2d5

End of training

Browse files
Files changed (5) hide show
  1. README.md +2 -1
  2. all_results.json +8 -0
  3. train_results.json +8 -0
  4. trainer_state.json +168 -0
  5. training_loss.png +0 -0
README.md CHANGED
@@ -4,6 +4,7 @@ license: apache-2.0
4
  base_model: Qwen/Qwen2.5-7B-Instruct
5
  tags:
6
  - llama-factory
 
7
  - generated_from_trainer
8
  model-index:
9
  - name: ds_no_offload_liger_packing_torchcompile
@@ -15,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # ds_no_offload_liger_packing_torchcompile
17
 
18
- This model is a fine-tuned version of [Qwen/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct) on an unknown dataset.
19
 
20
  ## Model description
21
 
 
4
  base_model: Qwen/Qwen2.5-7B-Instruct
5
  tags:
6
  - llama-factory
7
+ - full
8
  - generated_from_trainer
9
  model-index:
10
  - name: ds_no_offload_liger_packing_torchcompile
 
16
 
17
  # ds_no_offload_liger_packing_torchcompile
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 mlfoundations-dev/wikipedia_seed_science dataset.
20
 
21
  ## Model description
22
 
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "total_flos": 6.177445717318042e+16,
4
+ "train_loss": 1.029662208424674,
5
+ "train_runtime": 1352.1307,
6
+ "train_samples_per_second": 1.276,
7
+ "train_steps_per_second": 0.013
8
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "total_flos": 6.177445717318042e+16,
4
+ "train_loss": 1.029662208424674,
5
+ "train_runtime": 1352.1307,
6
+ "train_samples_per_second": 1.276,
7
+ "train_steps_per_second": 0.013
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,168 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 18,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.16666666666666666,
13
+ "grad_norm": 8.517669765654716,
14
+ "learning_rate": 5e-06,
15
+ "loss": 1.2823,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.3333333333333333,
20
+ "grad_norm": 9.018825165807502,
21
+ "learning_rate": 1e-05,
22
+ "loss": 1.3191,
23
+ "step": 2
24
+ },
25
+ {
26
+ "epoch": 0.5,
27
+ "grad_norm": 6.196050443485397,
28
+ "learning_rate": 9.903926402016153e-06,
29
+ "loss": 1.2058,
30
+ "step": 3
31
+ },
32
+ {
33
+ "epoch": 0.6666666666666666,
34
+ "grad_norm": 3.0228679865058354,
35
+ "learning_rate": 9.619397662556434e-06,
36
+ "loss": 1.1293,
37
+ "step": 4
38
+ },
39
+ {
40
+ "epoch": 0.8333333333333334,
41
+ "grad_norm": 6.119739448069098,
42
+ "learning_rate": 9.157348061512728e-06,
43
+ "loss": 1.144,
44
+ "step": 5
45
+ },
46
+ {
47
+ "epoch": 1.0,
48
+ "grad_norm": 6.666382250190595,
49
+ "learning_rate": 8.535533905932739e-06,
50
+ "loss": 1.0848,
51
+ "step": 6
52
+ },
53
+ {
54
+ "epoch": 1.1666666666666667,
55
+ "grad_norm": 6.842061565934544,
56
+ "learning_rate": 7.777851165098012e-06,
57
+ "loss": 1.0694,
58
+ "step": 7
59
+ },
60
+ {
61
+ "epoch": 1.3333333333333333,
62
+ "grad_norm": 4.957214312741355,
63
+ "learning_rate": 6.913417161825449e-06,
64
+ "loss": 1.0375,
65
+ "step": 8
66
+ },
67
+ {
68
+ "epoch": 1.5,
69
+ "grad_norm": 3.209745641197134,
70
+ "learning_rate": 5.975451610080643e-06,
71
+ "loss": 1.0121,
72
+ "step": 9
73
+ },
74
+ {
75
+ "epoch": 1.6666666666666665,
76
+ "grad_norm": 2.0514807282761196,
77
+ "learning_rate": 5e-06,
78
+ "loss": 0.9652,
79
+ "step": 10
80
+ },
81
+ {
82
+ "epoch": 1.8333333333333335,
83
+ "grad_norm": 2.187925473273816,
84
+ "learning_rate": 4.02454838991936e-06,
85
+ "loss": 0.9329,
86
+ "step": 11
87
+ },
88
+ {
89
+ "epoch": 2.0,
90
+ "grad_norm": 2.0015260589023445,
91
+ "learning_rate": 3.0865828381745515e-06,
92
+ "loss": 0.9326,
93
+ "step": 12
94
+ },
95
+ {
96
+ "epoch": 2.1666666666666665,
97
+ "grad_norm": 1.6357816010052606,
98
+ "learning_rate": 2.2221488349019903e-06,
99
+ "loss": 0.9088,
100
+ "step": 13
101
+ },
102
+ {
103
+ "epoch": 2.3333333333333335,
104
+ "grad_norm": 1.3115476552755818,
105
+ "learning_rate": 1.4644660940672628e-06,
106
+ "loss": 0.8942,
107
+ "step": 14
108
+ },
109
+ {
110
+ "epoch": 2.5,
111
+ "grad_norm": 1.1366506975077333,
112
+ "learning_rate": 8.426519384872733e-07,
113
+ "loss": 0.9139,
114
+ "step": 15
115
+ },
116
+ {
117
+ "epoch": 2.6666666666666665,
118
+ "grad_norm": 0.9087945975282256,
119
+ "learning_rate": 3.8060233744356634e-07,
120
+ "loss": 0.905,
121
+ "step": 16
122
+ },
123
+ {
124
+ "epoch": 2.8333333333333335,
125
+ "grad_norm": 0.7708865631810711,
126
+ "learning_rate": 9.607359798384785e-08,
127
+ "loss": 0.9043,
128
+ "step": 17
129
+ },
130
+ {
131
+ "epoch": 3.0,
132
+ "grad_norm": 0.7019414829061189,
133
+ "learning_rate": 0.0,
134
+ "loss": 0.8928,
135
+ "step": 18
136
+ },
137
+ {
138
+ "epoch": 3.0,
139
+ "step": 18,
140
+ "total_flos": 6.177445717318042e+16,
141
+ "train_loss": 1.029662208424674,
142
+ "train_runtime": 1352.1307,
143
+ "train_samples_per_second": 1.276,
144
+ "train_steps_per_second": 0.013
145
+ }
146
+ ],
147
+ "logging_steps": 1.0,
148
+ "max_steps": 18,
149
+ "num_input_tokens_seen": 0,
150
+ "num_train_epochs": 3,
151
+ "save_steps": 500,
152
+ "stateful_callbacks": {
153
+ "TrainerControl": {
154
+ "args": {
155
+ "should_epoch_stop": false,
156
+ "should_evaluate": false,
157
+ "should_log": false,
158
+ "should_save": true,
159
+ "should_training_stop": true
160
+ },
161
+ "attributes": {}
162
+ }
163
+ },
164
+ "total_flos": 6.177445717318042e+16,
165
+ "train_batch_size": 1,
166
+ "trial_name": null,
167
+ "trial_params": null
168
+ }
training_loss.png ADDED