jazzson commited on
Commit
884fdad
1 Parent(s): 9d1cb28

End of training

Browse files
Files changed (2) hide show
  1. README.md +3 -1
  2. trainer_state.json +105 -0
README.md CHANGED
@@ -2,6 +2,8 @@
2
  license: cc-by-nc-4.0
3
  base_model: facebook/musicgen-melody
4
  tags:
 
 
5
  - generated_from_trainer
6
  datasets:
7
  - audiofolder
@@ -16,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # musicgen-melody-Dora-classic-colab
18
 
19
- This model is a fine-tuned version of [facebook/musicgen-melody](https://huggingface.co/facebook/musicgen-melody) on the audiofolder dataset.
20
 
21
  ## Model description
22
 
 
2
  license: cc-by-nc-4.0
3
  base_model: facebook/musicgen-melody
4
  tags:
5
+ - text-to-audio
6
+ - classic melody
7
  - generated_from_trainer
8
  datasets:
9
  - audiofolder
 
18
 
19
  # musicgen-melody-Dora-classic-colab
20
 
21
+ This model is a fine-tuned version of [facebook/musicgen-melody](https://huggingface.co/facebook/musicgen-melody) on the jazzson/classic_dataset dataset.
22
 
23
  ## Model description
24
 
trainer_state.json ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 24.0,
5
+ "eval_steps": 500,
6
+ "global_step": 90,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 2.6666666666666665,
13
+ "grad_norm": 1.0780619382858276,
14
+ "learning_rate": 0.0007111111111111111,
15
+ "loss": 6.6225,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 5.333333333333333,
20
+ "grad_norm": 0.49290788173675537,
21
+ "learning_rate": 0.0006222222222222223,
22
+ "loss": 5.5539,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 8.0,
27
+ "grad_norm": 0.37327948212623596,
28
+ "learning_rate": 0.0005333333333333334,
29
+ "loss": 5.5097,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 10.666666666666666,
34
+ "grad_norm": 0.5039173364639282,
35
+ "learning_rate": 0.00044444444444444447,
36
+ "loss": 5.4613,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 13.333333333333334,
41
+ "grad_norm": 0.34165510535240173,
42
+ "learning_rate": 0.00035555555555555557,
43
+ "loss": 5.44,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 16.0,
48
+ "grad_norm": 0.47570502758026123,
49
+ "learning_rate": 0.0002666666666666667,
50
+ "loss": 5.3848,
51
+ "step": 60
52
+ },
53
+ {
54
+ "epoch": 18.666666666666668,
55
+ "grad_norm": 0.771723210811615,
56
+ "learning_rate": 0.00017777777777777779,
57
+ "loss": 5.2765,
58
+ "step": 70
59
+ },
60
+ {
61
+ "epoch": 21.333333333333332,
62
+ "grad_norm": 0.4136923551559448,
63
+ "learning_rate": 8.888888888888889e-05,
64
+ "loss": 5.2268,
65
+ "step": 80
66
+ },
67
+ {
68
+ "epoch": 24.0,
69
+ "grad_norm": 0.4367588758468628,
70
+ "learning_rate": 0.0,
71
+ "loss": 5.2376,
72
+ "step": 90
73
+ },
74
+ {
75
+ "epoch": 24.0,
76
+ "step": 90,
77
+ "total_flos": 215873324358864.0,
78
+ "train_loss": 5.523688507080078,
79
+ "train_runtime": 4778.8012,
80
+ "train_samples_per_second": 0.377,
81
+ "train_steps_per_second": 0.019
82
+ }
83
+ ],
84
+ "logging_steps": 10,
85
+ "max_steps": 90,
86
+ "num_input_tokens_seen": 0,
87
+ "num_train_epochs": 30,
88
+ "save_steps": 500,
89
+ "stateful_callbacks": {
90
+ "TrainerControl": {
91
+ "args": {
92
+ "should_epoch_stop": false,
93
+ "should_evaluate": false,
94
+ "should_log": false,
95
+ "should_save": false,
96
+ "should_training_stop": false
97
+ },
98
+ "attributes": {}
99
+ }
100
+ },
101
+ "total_flos": 215873324358864.0,
102
+ "train_batch_size": 2,
103
+ "trial_name": null,
104
+ "trial_params": null
105
+ }