rashmi1552 commited on
Commit
94a8f61
·
verified ·
1 Parent(s): a24846f

End of training

Browse files
Files changed (2) hide show
  1. README.md +3 -1
  2. trainer_state.json +56 -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
  datasets:
8
  - audiofolder
@@ -16,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # musicgen-melodic-techno-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
 
 
3
  license: cc-by-nc-4.0
4
  base_model: facebook/musicgen-melody
5
  tags:
6
+ - text-to-audio
7
+ - melodic-techno
8
  - generated_from_trainer
9
  datasets:
10
  - audiofolder
 
18
 
19
  # musicgen-melodic-techno-colab
20
 
21
+ This model is a fine-tuned version of [facebook/musicgen-melody](https://huggingface.co/facebook/musicgen-melody) on the ylacombe/melodic-techno dataset.
22
 
23
  ## Model description
24
 
trainer_state.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 4,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.0,
13
+ "grad_norm": 8.400466918945312,
14
+ "learning_rate": 0.0001,
15
+ "loss": 53.7095,
16
+ "step": 2
17
+ },
18
+ {
19
+ "epoch": 2.0,
20
+ "grad_norm": 9.743199348449707,
21
+ "learning_rate": 0.0,
22
+ "loss": 49.6131,
23
+ "step": 4
24
+ },
25
+ {
26
+ "epoch": 2.0,
27
+ "step": 4,
28
+ "total_flos": 11030947483896.0,
29
+ "train_loss": 51.66128158569336,
30
+ "train_runtime": 149.3214,
31
+ "train_samples_per_second": 0.616,
32
+ "train_steps_per_second": 0.027
33
+ }
34
+ ],
35
+ "logging_steps": 2,
36
+ "max_steps": 4,
37
+ "num_input_tokens_seen": 0,
38
+ "num_train_epochs": 4,
39
+ "save_steps": 500,
40
+ "stateful_callbacks": {
41
+ "TrainerControl": {
42
+ "args": {
43
+ "should_epoch_stop": false,
44
+ "should_evaluate": false,
45
+ "should_log": false,
46
+ "should_save": true,
47
+ "should_training_stop": true
48
+ },
49
+ "attributes": {}
50
+ }
51
+ },
52
+ "total_flos": 11030947483896.0,
53
+ "train_batch_size": 2,
54
+ "trial_name": null,
55
+ "trial_params": null
56
+ }