istvanj commited on
Commit
462fa4f
·
verified ·
1 Parent(s): 79ebdde

End of training

Browse files
Files changed (2) hide show
  1. README.md +3 -1
  2. trainer_state.json +168 -42
README.md CHANGED
@@ -3,6 +3,8 @@ library_name: peft
3
  license: cc-by-nc-4.0
4
  base_model: facebook/musicgen-melody
5
  tags:
 
 
6
  - generated_from_trainer
7
  model-index:
8
  - name: musicgen-melody-lora-dnb-colab-gs-8-lr-1e-05
@@ -14,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # musicgen-melody-lora-dnb-colab-gs-8-lr-1e-05
16
 
17
- This model is a fine-tuned version of [facebook/musicgen-melody](https://huggingface.co/facebook/musicgen-melody) on an unknown dataset.
18
 
19
  ## Model description
20
 
 
3
  license: cc-by-nc-4.0
4
  base_model: facebook/musicgen-melody
5
  tags:
6
+ - text-to-audio
7
+ - dnb
8
  - generated_from_trainer
9
  model-index:
10
  - name: musicgen-melody-lora-dnb-colab-gs-8-lr-1e-05
 
16
 
17
  # musicgen-melody-lora-dnb-colab-gs-8-lr-1e-05
18
 
19
+ This model is a fine-tuned version of [facebook/musicgen-melody](https://huggingface.co/facebook/musicgen-melody) on the istvanj/ncs-dnb dataset.
20
 
21
  ## Model description
22
 
trainer_state.json CHANGED
@@ -1,97 +1,223 @@
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
- "epoch": 2.6666666666666665,
5
  "eval_steps": 500,
6
- "global_step": 21,
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.26666666666666666,
13
- "grad_norm": 7.614686012268066,
14
- "learning_rate": 9.047619047619048e-05,
15
- "loss": 9.6721,
16
  "step": 2
17
  },
18
  {
19
  "epoch": 0.5333333333333333,
20
- "grad_norm": 10.107391357421875,
21
- "learning_rate": 8.095238095238096e-05,
22
- "loss": 9.4969,
23
  "step": 4
24
  },
25
  {
26
  "epoch": 0.8,
27
- "grad_norm": 11.758378028869629,
28
- "learning_rate": 7.142857142857143e-05,
29
- "loss": 9.3036,
30
  "step": 6
31
  },
32
  {
33
  "epoch": 1.0,
34
- "grad_norm": 8.324995994567871,
35
- "learning_rate": 6.19047619047619e-05,
36
- "loss": 6.8191,
37
  "step": 8
38
  },
39
  {
40
  "epoch": 1.2666666666666666,
41
- "grad_norm": 15.543440818786621,
42
- "learning_rate": 5.2380952380952384e-05,
43
- "loss": 8.8411,
44
  "step": 10
45
  },
46
  {
47
  "epoch": 1.5333333333333332,
48
- "grad_norm": 16.783220291137695,
49
- "learning_rate": 4.2857142857142856e-05,
50
- "loss": 8.5329,
51
  "step": 12
52
  },
53
  {
54
  "epoch": 1.8,
55
- "grad_norm": 19.108684539794922,
56
- "learning_rate": 3.3333333333333335e-05,
57
- "loss": 8.2567,
58
  "step": 14
59
  },
60
  {
61
  "epoch": 2.0,
62
- "grad_norm": 8.789897918701172,
63
- "learning_rate": 2.380952380952381e-05,
64
- "loss": 6.1492,
65
  "step": 16
66
  },
67
  {
68
  "epoch": 2.2666666666666666,
69
- "grad_norm": 17.98725128173828,
70
- "learning_rate": 1.4285714285714285e-05,
71
- "loss": 8.0423,
72
  "step": 18
73
  },
74
  {
75
  "epoch": 2.533333333333333,
76
- "grad_norm": 14.338889122009277,
77
- "learning_rate": 4.7619047619047615e-06,
78
- "loss": 7.9496,
79
  "step": 20
80
  },
81
  {
82
- "epoch": 2.6666666666666665,
83
- "step": 21,
84
- "total_flos": 82187025809664.0,
85
- "train_loss": 8.28742908296131,
86
- "train_runtime": 577.7205,
87
- "train_samples_per_second": 0.623,
88
- "train_steps_per_second": 0.036
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
89
  }
90
  ],
91
  "logging_steps": 2,
92
- "max_steps": 21,
93
  "num_input_tokens_seen": 0,
94
- "num_train_epochs": 3,
95
  "save_steps": 500,
96
  "stateful_callbacks": {
97
  "TrainerControl": {
@@ -105,7 +231,7 @@
105
  "attributes": {}
106
  }
107
  },
108
- "total_flos": 82187025809664.0,
109
  "train_batch_size": 2,
110
  "trial_name": null,
111
  "trial_params": null
 
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
+ "epoch": 7.0,
5
  "eval_steps": 500,
6
+ "global_step": 56,
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.26666666666666666,
13
+ "grad_norm": 8.04544448852539,
14
+ "learning_rate": 9.642857142857144e-06,
15
+ "loss": 9.7008,
16
  "step": 2
17
  },
18
  {
19
  "epoch": 0.5333333333333333,
20
+ "grad_norm": 8.58763599395752,
21
+ "learning_rate": 9.285714285714288e-06,
22
+ "loss": 9.6856,
23
  "step": 4
24
  },
25
  {
26
  "epoch": 0.8,
27
+ "grad_norm": 8.556867599487305,
28
+ "learning_rate": 8.92857142857143e-06,
29
+ "loss": 9.6861,
30
  "step": 6
31
  },
32
  {
33
  "epoch": 1.0,
34
+ "grad_norm": 4.745382308959961,
35
+ "learning_rate": 8.571428571428571e-06,
36
+ "loss": 7.2233,
37
  "step": 8
38
  },
39
  {
40
  "epoch": 1.2666666666666666,
41
+ "grad_norm": 8.518149375915527,
42
+ "learning_rate": 8.214285714285714e-06,
43
+ "loss": 9.6471,
44
  "step": 10
45
  },
46
  {
47
  "epoch": 1.5333333333333332,
48
+ "grad_norm": 8.65839958190918,
49
+ "learning_rate": 8.035714285714286e-06,
50
+ "loss": 9.628,
51
  "step": 12
52
  },
53
  {
54
  "epoch": 1.8,
55
+ "grad_norm": 9.335356712341309,
56
+ "learning_rate": 7.67857142857143e-06,
57
+ "loss": 9.5758,
58
  "step": 14
59
  },
60
  {
61
  "epoch": 2.0,
62
+ "grad_norm": 4.886675834655762,
63
+ "learning_rate": 7.321428571428572e-06,
64
+ "loss": 7.2155,
65
  "step": 16
66
  },
67
  {
68
  "epoch": 2.2666666666666666,
69
+ "grad_norm": 8.749220848083496,
70
+ "learning_rate": 7.1428571428571436e-06,
71
+ "loss": 9.598,
72
  "step": 18
73
  },
74
  {
75
  "epoch": 2.533333333333333,
76
+ "grad_norm": 9.361573219299316,
77
+ "learning_rate": 6.785714285714287e-06,
78
+ "loss": 9.5492,
79
  "step": 20
80
  },
81
  {
82
+ "epoch": 2.8,
83
+ "grad_norm": 9.688807487487793,
84
+ "learning_rate": 6.4285714285714295e-06,
85
+ "loss": 9.5681,
86
+ "step": 22
87
+ },
88
+ {
89
+ "epoch": 3.0,
90
+ "grad_norm": 5.595108509063721,
91
+ "learning_rate": 6.071428571428571e-06,
92
+ "loss": 7.1347,
93
+ "step": 24
94
+ },
95
+ {
96
+ "epoch": 3.2666666666666666,
97
+ "grad_norm": 10.533788681030273,
98
+ "learning_rate": 5.7142857142857145e-06,
99
+ "loss": 9.5282,
100
+ "step": 26
101
+ },
102
+ {
103
+ "epoch": 3.533333333333333,
104
+ "grad_norm": 10.169437408447266,
105
+ "learning_rate": 5.357142857142857e-06,
106
+ "loss": 9.5187,
107
+ "step": 28
108
+ },
109
+ {
110
+ "epoch": 3.8,
111
+ "grad_norm": 10.997018814086914,
112
+ "learning_rate": 5e-06,
113
+ "loss": 9.5172,
114
+ "step": 30
115
+ },
116
+ {
117
+ "epoch": 4.0,
118
+ "grad_norm": 5.385960578918457,
119
+ "learning_rate": 4.642857142857144e-06,
120
+ "loss": 7.0662,
121
+ "step": 32
122
+ },
123
+ {
124
+ "epoch": 4.266666666666667,
125
+ "grad_norm": 10.675312042236328,
126
+ "learning_rate": 4.2857142857142855e-06,
127
+ "loss": 9.4752,
128
+ "step": 34
129
+ },
130
+ {
131
+ "epoch": 4.533333333333333,
132
+ "grad_norm": 10.457250595092773,
133
+ "learning_rate": 3.928571428571429e-06,
134
+ "loss": 9.4481,
135
+ "step": 36
136
+ },
137
+ {
138
+ "epoch": 4.8,
139
+ "grad_norm": 10.809959411621094,
140
+ "learning_rate": 3.5714285714285718e-06,
141
+ "loss": 9.4466,
142
+ "step": 38
143
+ },
144
+ {
145
+ "epoch": 5.0,
146
+ "grad_norm": 6.051748752593994,
147
+ "learning_rate": 3.2142857142857147e-06,
148
+ "loss": 7.0524,
149
+ "step": 40
150
+ },
151
+ {
152
+ "epoch": 5.266666666666667,
153
+ "grad_norm": 13.849763870239258,
154
+ "learning_rate": 2.8571428571428573e-06,
155
+ "loss": 9.4191,
156
+ "step": 42
157
+ },
158
+ {
159
+ "epoch": 5.533333333333333,
160
+ "grad_norm": 11.320974349975586,
161
+ "learning_rate": 2.5e-06,
162
+ "loss": 9.4206,
163
+ "step": 44
164
+ },
165
+ {
166
+ "epoch": 5.8,
167
+ "grad_norm": 13.425915718078613,
168
+ "learning_rate": 2.1428571428571427e-06,
169
+ "loss": 9.3768,
170
+ "step": 46
171
+ },
172
+ {
173
+ "epoch": 6.0,
174
+ "grad_norm": 6.168519020080566,
175
+ "learning_rate": 1.7857142857142859e-06,
176
+ "loss": 7.044,
177
+ "step": 48
178
+ },
179
+ {
180
+ "epoch": 6.266666666666667,
181
+ "grad_norm": 13.479830741882324,
182
+ "learning_rate": 1.4285714285714286e-06,
183
+ "loss": 9.3804,
184
+ "step": 50
185
+ },
186
+ {
187
+ "epoch": 6.533333333333333,
188
+ "grad_norm": 11.913396835327148,
189
+ "learning_rate": 1.0714285714285714e-06,
190
+ "loss": 9.3622,
191
+ "step": 52
192
+ },
193
+ {
194
+ "epoch": 6.8,
195
+ "grad_norm": 12.051567077636719,
196
+ "learning_rate": 7.142857142857143e-07,
197
+ "loss": 9.37,
198
+ "step": 54
199
+ },
200
+ {
201
+ "epoch": 7.0,
202
+ "grad_norm": 6.3397536277771,
203
+ "learning_rate": 3.5714285714285716e-07,
204
+ "loss": 7.0465,
205
+ "step": 56
206
+ },
207
+ {
208
+ "epoch": 7.0,
209
+ "step": 56,
210
+ "total_flos": 216424602812184.0,
211
+ "train_loss": 8.917289240019661,
212
+ "train_runtime": 1514.4023,
213
+ "train_samples_per_second": 0.634,
214
+ "train_steps_per_second": 0.037
215
  }
216
  ],
217
  "logging_steps": 2,
218
+ "max_steps": 56,
219
  "num_input_tokens_seen": 0,
220
+ "num_train_epochs": 8,
221
  "save_steps": 500,
222
  "stateful_callbacks": {
223
  "TrainerControl": {
 
231
  "attributes": {}
232
  }
233
  },
234
+ "total_flos": 216424602812184.0,
235
  "train_batch_size": 2,
236
  "trial_name": null,
237
  "trial_params": null