taufiqsyed commited on
Commit
9f303bd
·
verified ·
1 Parent(s): 0413d3d

End of training

Browse files
Files changed (5) hide show
  1. README.md +6 -1
  2. all_results.json +15 -0
  3. eval_results.json +9 -0
  4. train_results.json +9 -0
  5. 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: salami_truncsplit_model_smol
@@ -14,7 +16,10 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # salami_truncsplit_model_smol
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
+ - taufiqsyed/salami_cleaned_sampled
8
  - generated_from_trainer
9
  model-index:
10
  - name: salami_truncsplit_model_smol
 
16
 
17
  # salami_truncsplit_model_smol
18
 
19
+ This model is a fine-tuned version of [facebook/musicgen-melody](https://huggingface.co/facebook/musicgen-melody) on the TAUFIQSYED/SALAMI_CLEANED_SAMPLED - DEFAULT dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 3.4683
22
+ - Clap: 0.2844
23
 
24
  ## Model description
25
 
all_results.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.96,
3
+ "eval_clap": 0.2844214141368866,
4
+ "eval_loss": 3.468299150466919,
5
+ "eval_runtime": 165.7344,
6
+ "eval_samples": 16,
7
+ "eval_samples_per_second": 0.097,
8
+ "eval_steps_per_second": 0.097,
9
+ "total_flos": 59524618625412.0,
10
+ "train_loss": 8.134347558021545,
11
+ "train_runtime": 769.2102,
12
+ "train_samples": 200,
13
+ "train_samples_per_second": 0.26,
14
+ "train_steps_per_second": 0.016
15
+ }
eval_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.96,
3
+ "eval_clap": 0.2844214141368866,
4
+ "eval_loss": 3.468299150466919,
5
+ "eval_runtime": 165.7344,
6
+ "eval_samples": 16,
7
+ "eval_samples_per_second": 0.097,
8
+ "eval_steps_per_second": 0.097
9
+ }
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.96,
3
+ "total_flos": 59524618625412.0,
4
+ "train_loss": 8.134347558021545,
5
+ "train_runtime": 769.2102,
6
+ "train_samples": 200,
7
+ "train_samples_per_second": 0.26,
8
+ "train_steps_per_second": 0.016
9
+ }
trainer_state.json ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.96,
5
+ "eval_steps": 25,
6
+ "global_step": 12,
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.08,
13
+ "grad_norm": 27.374794006347656,
14
+ "learning_rate": 0.00018333333333333334,
15
+ "loss": 9.3036,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.16,
20
+ "grad_norm": 28.508420944213867,
21
+ "learning_rate": 0.0001666666666666667,
22
+ "loss": 9.311,
23
+ "step": 2
24
+ },
25
+ {
26
+ "epoch": 0.24,
27
+ "grad_norm": 33.40287780761719,
28
+ "learning_rate": 0.00015000000000000001,
29
+ "loss": 8.9838,
30
+ "step": 3
31
+ },
32
+ {
33
+ "epoch": 0.32,
34
+ "grad_norm": 42.474273681640625,
35
+ "learning_rate": 0.00013333333333333334,
36
+ "loss": 8.6315,
37
+ "step": 4
38
+ },
39
+ {
40
+ "epoch": 0.4,
41
+ "grad_norm": 47.59208297729492,
42
+ "learning_rate": 0.00011666666666666668,
43
+ "loss": 8.364,
44
+ "step": 5
45
+ },
46
+ {
47
+ "epoch": 0.48,
48
+ "grad_norm": 41.25341796875,
49
+ "learning_rate": 0.0001,
50
+ "loss": 7.8344,
51
+ "step": 6
52
+ },
53
+ {
54
+ "epoch": 0.56,
55
+ "grad_norm": 35.32581329345703,
56
+ "learning_rate": 8.333333333333334e-05,
57
+ "loss": 7.7604,
58
+ "step": 7
59
+ },
60
+ {
61
+ "epoch": 0.64,
62
+ "grad_norm": 38.55746841430664,
63
+ "learning_rate": 6.666666666666667e-05,
64
+ "loss": 7.7689,
65
+ "step": 8
66
+ },
67
+ {
68
+ "epoch": 0.72,
69
+ "grad_norm": 45.71142578125,
70
+ "learning_rate": 5e-05,
71
+ "loss": 7.6888,
72
+ "step": 9
73
+ },
74
+ {
75
+ "epoch": 0.8,
76
+ "grad_norm": 64.55856323242188,
77
+ "learning_rate": 3.3333333333333335e-05,
78
+ "loss": 7.4061,
79
+ "step": 10
80
+ },
81
+ {
82
+ "epoch": 0.88,
83
+ "grad_norm": 46.82437515258789,
84
+ "learning_rate": 1.6666666666666667e-05,
85
+ "loss": 7.1936,
86
+ "step": 11
87
+ },
88
+ {
89
+ "epoch": 0.96,
90
+ "grad_norm": 40.15982437133789,
91
+ "learning_rate": 0.0,
92
+ "loss": 7.3661,
93
+ "step": 12
94
+ },
95
+ {
96
+ "epoch": 0.96,
97
+ "step": 12,
98
+ "total_flos": 59524618625412.0,
99
+ "train_loss": 8.134347558021545,
100
+ "train_runtime": 769.2102,
101
+ "train_samples_per_second": 0.26,
102
+ "train_steps_per_second": 0.016
103
+ }
104
+ ],
105
+ "logging_steps": 1.0,
106
+ "max_steps": 12,
107
+ "num_input_tokens_seen": 0,
108
+ "num_train_epochs": 1,
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": 59524618625412.0,
123
+ "train_batch_size": 1,
124
+ "trial_name": null,
125
+ "trial_params": null
126
+ }