ShaySha commited on
Commit
c8362ba
1 Parent(s): 08b967f

End of training

Browse files
Files changed (2) hide show
  1. README.md +3 -1
  2. trainer_state.json +84 -0
README.md CHANGED
@@ -3,6 +3,8 @@ base_model: facebook/musicgen-large
3
  library_name: peft
4
  license: cc-by-nc-4.0
5
  tags:
 
 
6
  - generated_from_trainer
7
  model-index:
8
  - name: musicgen-large-lora-trance_3ep_80da-colab
@@ -14,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # musicgen-large-lora-trance_3ep_80da-colab
16
 
17
- This model is a fine-tuned version of [facebook/musicgen-large](https://huggingface.co/facebook/musicgen-large) on an unknown dataset.
18
 
19
  ## Model description
20
 
 
3
  library_name: peft
4
  license: cc-by-nc-4.0
5
  tags:
6
+ - text-to-audio
7
+ - trance_clips
8
  - generated_from_trainer
9
  model-index:
10
  - name: musicgen-large-lora-trance_3ep_80da-colab
 
16
 
17
  # musicgen-large-lora-trance_3ep_80da-colab
18
 
19
+ This model is a fine-tuned version of [facebook/musicgen-large](https://huggingface.co/facebook/musicgen-large) on the ShaySha/trance_clips dataset.
20
 
21
  ## Model description
22
 
trainer_state.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 6,
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.4,
13
+ "grad_norm": 0.8601560592651367,
14
+ "learning_rate": 0.0001666666666666667,
15
+ "loss": 8.9073,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.8,
20
+ "grad_norm": 1.0329221487045288,
21
+ "learning_rate": 0.00013333333333333334,
22
+ "loss": 8.8817,
23
+ "step": 2
24
+ },
25
+ {
26
+ "epoch": 1.0,
27
+ "grad_norm": 0.9695513844490051,
28
+ "learning_rate": 0.0001,
29
+ "loss": 4.4217,
30
+ "step": 3
31
+ },
32
+ {
33
+ "epoch": 1.4,
34
+ "grad_norm": 2.52862548828125,
35
+ "learning_rate": 6.666666666666667e-05,
36
+ "loss": 8.7863,
37
+ "step": 4
38
+ },
39
+ {
40
+ "epoch": 1.8,
41
+ "grad_norm": 2.6519486904144287,
42
+ "learning_rate": 3.3333333333333335e-05,
43
+ "loss": 8.7243,
44
+ "step": 5
45
+ },
46
+ {
47
+ "epoch": 2.0,
48
+ "grad_norm": 1.3600674867630005,
49
+ "learning_rate": 0.0,
50
+ "loss": 4.345,
51
+ "step": 6
52
+ },
53
+ {
54
+ "epoch": 2.0,
55
+ "step": 6,
56
+ "total_flos": 38828625664128.0,
57
+ "train_loss": 7.344388246536255,
58
+ "train_runtime": 67.7284,
59
+ "train_samples_per_second": 3.544,
60
+ "train_steps_per_second": 0.089
61
+ }
62
+ ],
63
+ "logging_steps": 1,
64
+ "max_steps": 6,
65
+ "num_input_tokens_seen": 0,
66
+ "num_train_epochs": 3,
67
+ "save_steps": 500,
68
+ "stateful_callbacks": {
69
+ "TrainerControl": {
70
+ "args": {
71
+ "should_epoch_stop": false,
72
+ "should_evaluate": false,
73
+ "should_log": false,
74
+ "should_save": true,
75
+ "should_training_stop": true
76
+ },
77
+ "attributes": {}
78
+ }
79
+ },
80
+ "total_flos": 38828625664128.0,
81
+ "train_batch_size": 4,
82
+ "trial_name": null,
83
+ "trial_params": null
84
+ }