sanchit-gandhi HF staff commited on
Commit
cff0475
1 Parent(s): 7ea5225

End of training

Browse files
Files changed (5) hide show
  1. README.md +7 -1
  2. all_results.json +16 -0
  3. eval_results.json +10 -0
  4. train_results.json +9 -0
  5. trainer_state.json +91 -0
README.md CHANGED
@@ -2,6 +2,8 @@
2
  license: cc-by-nc-4.0
3
  library_name: peft
4
  tags:
 
 
5
  - generated_from_trainer
6
  base_model: facebook/musicgen-melody-large
7
  model-index:
@@ -16,7 +18,11 @@ should probably proofread and complete it, then remove this comment. -->
16
  [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/sanchit-gandhi/black-eyed-peas/runs/qa3hka4j)
17
  # black-eyed-peas-v1-crafted-prompt-1-epoch
18
 
19
- This model is a fine-tuned version of [facebook/musicgen-melody-large](https://huggingface.co/facebook/musicgen-melody-large) on an unknown dataset.
 
 
 
 
20
 
21
  ## Model description
22
 
 
2
  license: cc-by-nc-4.0
3
  library_name: peft
4
  tags:
5
+ - text-to-audio
6
+ - sweet-dreambooths/black-eyed-peas-v1
7
  - generated_from_trainer
8
  base_model: facebook/musicgen-melody-large
9
  model-index:
 
18
  [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/sanchit-gandhi/black-eyed-peas/runs/qa3hka4j)
19
  # black-eyed-peas-v1-crafted-prompt-1-epoch
20
 
21
+ This model is a fine-tuned version of [facebook/musicgen-melody-large](https://huggingface.co/facebook/musicgen-melody-large) on the SWEET-DREAMBOOTHS/BLACK-EYED-PEAS-V1 - DEFAULT dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 3.0995
24
+ - Text Cosine Sim: 0.4174
25
+ - Audio Cosine Sim: 0.5939
26
 
27
  ## Model description
28
 
all_results.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.896,
3
+ "eval_audio_cosine_sim": 0.593883752822876,
4
+ "eval_loss": 3.099468231201172,
5
+ "eval_runtime": 2650.2034,
6
+ "eval_samples": 12,
7
+ "eval_samples_per_second": 0.005,
8
+ "eval_steps_per_second": 0.005,
9
+ "eval_text_cosine_sim": 0.41744545102119446,
10
+ "total_flos": 94839606729324.0,
11
+ "train_loss": 10.104869842529297,
12
+ "train_runtime": 2106.6171,
13
+ "train_samples": 125,
14
+ "train_samples_per_second": 0.059,
15
+ "train_steps_per_second": 0.003
16
+ }
eval_results.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.896,
3
+ "eval_audio_cosine_sim": 0.593883752822876,
4
+ "eval_loss": 3.099468231201172,
5
+ "eval_runtime": 2650.2034,
6
+ "eval_samples": 12,
7
+ "eval_samples_per_second": 0.005,
8
+ "eval_steps_per_second": 0.005,
9
+ "eval_text_cosine_sim": 0.41744545102119446
10
+ }
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.896,
3
+ "total_flos": 94839606729324.0,
4
+ "train_loss": 10.104869842529297,
5
+ "train_runtime": 2106.6171,
6
+ "train_samples": 125,
7
+ "train_samples_per_second": 0.059,
8
+ "train_steps_per_second": 0.003
9
+ }
trainer_state.json ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.896,
5
+ "eval_steps": 30,
6
+ "global_step": 7,
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.128,
13
+ "grad_norm": 1.7210274934768677,
14
+ "learning_rate": 2.5714285714285714e-05,
15
+ "loss": 10.176,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.256,
20
+ "grad_norm": 1.5320605039596558,
21
+ "learning_rate": 2.1428571428571428e-05,
22
+ "loss": 10.1016,
23
+ "step": 2
24
+ },
25
+ {
26
+ "epoch": 0.384,
27
+ "grad_norm": 1.8677138090133667,
28
+ "learning_rate": 1.7142857142857142e-05,
29
+ "loss": 10.1503,
30
+ "step": 3
31
+ },
32
+ {
33
+ "epoch": 0.512,
34
+ "grad_norm": 1.860098123550415,
35
+ "learning_rate": 1.2857142857142857e-05,
36
+ "loss": 10.0642,
37
+ "step": 4
38
+ },
39
+ {
40
+ "epoch": 0.64,
41
+ "grad_norm": 1.9219690561294556,
42
+ "learning_rate": 8.571428571428571e-06,
43
+ "loss": 10.0105,
44
+ "step": 5
45
+ },
46
+ {
47
+ "epoch": 0.768,
48
+ "grad_norm": 2.151355743408203,
49
+ "learning_rate": 4.2857142857142855e-06,
50
+ "loss": 10.1061,
51
+ "step": 6
52
+ },
53
+ {
54
+ "epoch": 0.896,
55
+ "grad_norm": 2.104682445526123,
56
+ "learning_rate": 0.0,
57
+ "loss": 10.1254,
58
+ "step": 7
59
+ },
60
+ {
61
+ "epoch": 0.896,
62
+ "step": 7,
63
+ "total_flos": 94839606729324.0,
64
+ "train_loss": 10.104869842529297,
65
+ "train_runtime": 2106.6171,
66
+ "train_samples_per_second": 0.059,
67
+ "train_steps_per_second": 0.003
68
+ }
69
+ ],
70
+ "logging_steps": 1.0,
71
+ "max_steps": 7,
72
+ "num_input_tokens_seen": 0,
73
+ "num_train_epochs": 1,
74
+ "save_steps": 500,
75
+ "stateful_callbacks": {
76
+ "TrainerControl": {
77
+ "args": {
78
+ "should_epoch_stop": false,
79
+ "should_evaluate": false,
80
+ "should_log": false,
81
+ "should_save": false,
82
+ "should_training_stop": false
83
+ },
84
+ "attributes": {}
85
+ }
86
+ },
87
+ "total_flos": 94839606729324.0,
88
+ "train_batch_size": 1,
89
+ "trial_name": null,
90
+ "trial_params": null
91
+ }