rpechuk commited on
Commit
52850c9
·
verified ·
1 Parent(s): af1b1c7

End of training

Browse files
Files changed (2) hide show
  1. README.md +3 -1
  2. trainer_state.json +126 -0
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-eurovision
@@ -14,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # musicgen-melody-eurovision
16
 
17
- This model is a fine-tuned version of [facebook/musicgen-melody](https://huggingface.co/facebook/musicgen-melody) on the None 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
+ - eurovision
8
  - generated_from_trainer
9
  model-index:
10
  - name: musicgen-melody-eurovision
 
16
 
17
  # musicgen-melody-eurovision
18
 
19
+ This model is a fine-tuned version of [facebook/musicgen-melody](https://huggingface.co/facebook/musicgen-melody) on the rpechuk/eurovision_audio_small dataset.
20
 
21
  ## Model description
22
 
trainer_state.json ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.84,
5
+ "eval_steps": 500,
6
+ "global_step": 24,
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.32,
13
+ "grad_norm": 13.001133918762207,
14
+ "learning_rate": 0.00018333333333333334,
15
+ "loss": 9.3864,
16
+ "step": 2
17
+ },
18
+ {
19
+ "epoch": 0.64,
20
+ "grad_norm": 22.31362533569336,
21
+ "learning_rate": 0.0001666666666666667,
22
+ "loss": 8.6552,
23
+ "step": 4
24
+ },
25
+ {
26
+ "epoch": 0.96,
27
+ "grad_norm": 18.70147705078125,
28
+ "learning_rate": 0.00015000000000000001,
29
+ "loss": 8.0461,
30
+ "step": 6
31
+ },
32
+ {
33
+ "epoch": 1.28,
34
+ "grad_norm": 17.017948150634766,
35
+ "learning_rate": 0.00013333333333333334,
36
+ "loss": 7.4077,
37
+ "step": 8
38
+ },
39
+ {
40
+ "epoch": 1.6,
41
+ "grad_norm": 21.947229385375977,
42
+ "learning_rate": 0.00011666666666666668,
43
+ "loss": 7.0161,
44
+ "step": 10
45
+ },
46
+ {
47
+ "epoch": 1.92,
48
+ "grad_norm": 16.946876525878906,
49
+ "learning_rate": 0.0001,
50
+ "loss": 6.8316,
51
+ "step": 12
52
+ },
53
+ {
54
+ "epoch": 2.24,
55
+ "grad_norm": 15.266496658325195,
56
+ "learning_rate": 8.333333333333334e-05,
57
+ "loss": 6.548,
58
+ "step": 14
59
+ },
60
+ {
61
+ "epoch": 2.56,
62
+ "grad_norm": 15.328181266784668,
63
+ "learning_rate": 6.666666666666667e-05,
64
+ "loss": 6.5957,
65
+ "step": 16
66
+ },
67
+ {
68
+ "epoch": 2.88,
69
+ "grad_norm": 8.368603706359863,
70
+ "learning_rate": 5e-05,
71
+ "loss": 6.3281,
72
+ "step": 18
73
+ },
74
+ {
75
+ "epoch": 3.2,
76
+ "grad_norm": 10.679312705993652,
77
+ "learning_rate": 3.3333333333333335e-05,
78
+ "loss": 6.1973,
79
+ "step": 20
80
+ },
81
+ {
82
+ "epoch": 3.52,
83
+ "grad_norm": 7.046762466430664,
84
+ "learning_rate": 1.6666666666666667e-05,
85
+ "loss": 6.3302,
86
+ "step": 22
87
+ },
88
+ {
89
+ "epoch": 3.84,
90
+ "grad_norm": 8.806708335876465,
91
+ "learning_rate": 0.0,
92
+ "loss": 6.2419,
93
+ "step": 24
94
+ },
95
+ {
96
+ "epoch": 3.84,
97
+ "step": 24,
98
+ "total_flos": 98557912695312.0,
99
+ "train_loss": 7.132028857866923,
100
+ "train_runtime": 654.8176,
101
+ "train_samples_per_second": 0.611,
102
+ "train_steps_per_second": 0.037
103
+ }
104
+ ],
105
+ "logging_steps": 2,
106
+ "max_steps": 24,
107
+ "num_input_tokens_seen": 0,
108
+ "num_train_epochs": 4,
109
+ "save_steps": 500,
110
+ "stateful_callbacks": {
111
+ "TrainerControl": {
112
+ "args": {
113
+ "should_epoch_stop": false,
114
+ "should_evaluate": false,
115
+ "should_log": false,
116
+ "should_save": true,
117
+ "should_training_stop": true
118
+ },
119
+ "attributes": {}
120
+ }
121
+ },
122
+ "total_flos": 98557912695312.0,
123
+ "train_batch_size": 2,
124
+ "trial_name": null,
125
+ "trial_params": null
126
+ }