ylacombe HF staff commited on
Commit
00fccac
1 Parent(s): b756beb

Model save

Browse files
README.md CHANGED
@@ -2,8 +2,6 @@
2
  license: cc-by-nc-4.0
3
  library_name: peft
4
  tags:
5
- - text-to-audio
6
- - ylacombe/tiny-punk
7
  - generated_from_trainer
8
  base_model: facebook/musicgen-melody
9
  model-index:
@@ -16,10 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # musicgen-melody-punk-lora
18
 
19
- This model is a fine-tuned version of [facebook/musicgen-melody](https://huggingface.co/facebook/musicgen-melody) on the YLACOMBE/TINY-PUNK - DEFAULT dataset.
20
- It achieves the following results on the evaluation set:
21
- - Loss: 0.2634
22
- - Clap: nan
23
 
24
  ## Model description
25
 
 
2
  license: cc-by-nc-4.0
3
  library_name: peft
4
  tags:
 
 
5
  - generated_from_trainer
6
  base_model: facebook/musicgen-melody
7
  model-index:
 
14
 
15
  # musicgen-melody-punk-lora
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
 
adapter_config.json CHANGED
@@ -23,22 +23,22 @@
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
- "enc_to_dec_proj",
27
- "out_proj",
28
- "fc2",
29
- "lm_heads.3",
30
- "lm_heads.2",
31
  "embed_tokens.0",
32
  "lm_heads.1",
33
- "q_proj",
 
 
 
34
  "k_proj",
35
- "fc1",
36
- "embed_tokens.2",
37
  "embed_tokens.3",
38
- "v_proj",
39
  "lm_heads.0",
40
- "audio_enc_to_dec_proj",
41
- "embed_tokens.1"
 
 
 
42
  ],
43
  "task_type": null,
44
  "use_dora": false,
 
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
+ "q_proj",
 
 
 
 
27
  "embed_tokens.0",
28
  "lm_heads.1",
29
+ "lm_heads.3",
30
+ "lm_heads.2",
31
+ "audio_enc_to_dec_proj",
32
+ "v_proj",
33
  "k_proj",
34
+ "out_proj",
 
35
  "embed_tokens.3",
 
36
  "lm_heads.0",
37
+ "fc2",
38
+ "embed_tokens.2",
39
+ "fc1",
40
+ "embed_tokens.1",
41
+ "enc_to_dec_proj"
42
  ],
43
  "task_type": null,
44
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:78b66138da22e547a9045f9b37fbf37b27e087670b0dc0350582fa254d5ee26b
3
  size 87103456
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65ed04caf4a8554877af5cd683c5a4014ea967aa9617be556c959836879781c8
3
  size 87103456
all_results.json CHANGED
@@ -1,15 +1,15 @@
1
  {
2
  "epoch": 3.764705882352941,
3
- "eval_clap": NaN,
4
- "eval_loss": 0.2634366452693939,
5
- "eval_runtime": 177.4407,
6
  "eval_samples": 5,
7
- "eval_samples_per_second": 0.028,
8
- "eval_steps_per_second": 0.028,
9
- "total_flos": 35328595626816.0,
10
- "train_loss": 6.771849155426025,
11
- "train_runtime": 276.9653,
12
  "train_samples": 33,
13
- "train_samples_per_second": 0.477,
14
- "train_steps_per_second": 0.029
15
  }
 
1
  {
2
  "epoch": 3.764705882352941,
3
+ "eval_clap": 0.3319118022918701,
4
+ "eval_loss": 4.704505920410156,
5
+ "eval_runtime": 149.2288,
6
  "eval_samples": 5,
7
+ "eval_samples_per_second": 0.034,
8
+ "eval_steps_per_second": 0.034,
9
+ "total_flos": 59875624258368.0,
10
+ "train_loss": 8.819560050964355,
11
+ "train_runtime": 362.7337,
12
  "train_samples": 33,
13
+ "train_samples_per_second": 0.364,
14
+ "train_steps_per_second": 0.022
15
  }
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "facebook/musicgen-melody-large",
3
  "architectures": [
4
  "MusicgenMelodyForConditionalGeneration"
5
  ],
@@ -120,11 +120,11 @@
120
  "encoder_no_repeat_ngram_size": 0,
121
  "eos_token_id": null,
122
  "exponential_decay_length_penalty": null,
123
- "ffn_dim": 8192,
124
  "finetuning_task": null,
125
  "forced_bos_token_id": null,
126
  "forced_eos_token_id": null,
127
- "hidden_size": 2048,
128
  "id2label": {
129
  "0": "LABEL_0",
130
  "1": "LABEL_1"
@@ -143,7 +143,7 @@
143
  "min_length": 0,
144
  "model_type": "musicgen_melody_decoder",
145
  "no_repeat_ngram_size": 0,
146
- "num_attention_heads": 32,
147
  "num_beam_groups": 1,
148
  "num_beams": 1,
149
  "num_codebooks": 4,
 
1
  {
2
+ "_name_or_path": "facebook/musicgen-melody",
3
  "architectures": [
4
  "MusicgenMelodyForConditionalGeneration"
5
  ],
 
120
  "encoder_no_repeat_ngram_size": 0,
121
  "eos_token_id": null,
122
  "exponential_decay_length_penalty": null,
123
+ "ffn_dim": 6144,
124
  "finetuning_task": null,
125
  "forced_bos_token_id": null,
126
  "forced_eos_token_id": null,
127
+ "hidden_size": 1536,
128
  "id2label": {
129
  "0": "LABEL_0",
130
  "1": "LABEL_1"
 
143
  "min_length": 0,
144
  "model_type": "musicgen_melody_decoder",
145
  "no_repeat_ngram_size": 0,
146
+ "num_attention_heads": 24,
147
  "num_beam_groups": 1,
148
  "num_beams": 1,
149
  "num_codebooks": 4,
eval_results.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
  "epoch": 3.764705882352941,
3
- "eval_clap": NaN,
4
- "eval_loss": 0.2634366452693939,
5
- "eval_runtime": 177.4407,
6
  "eval_samples": 5,
7
- "eval_samples_per_second": 0.028,
8
- "eval_steps_per_second": 0.028
9
  }
 
1
  {
2
  "epoch": 3.764705882352941,
3
+ "eval_clap": 0.3319118022918701,
4
+ "eval_loss": 4.704505920410156,
5
+ "eval_runtime": 149.2288,
6
  "eval_samples": 5,
7
+ "eval_samples_per_second": 0.034,
8
+ "eval_steps_per_second": 0.034
9
  }
model-00001-of-00002.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a6610b21d2b0da10c212aa63ddaa43b9d9578c2606a5fcc6f10e818f4b39be3e
3
  size 4966269512
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a3bef520a63852637a9d716027d50208a0524f8503e3f6ce755d246d13eb1c7
3
  size 4966269512
model-00002-of-00002.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bdf7b00866034c7908b8bcff3b69ddeba3743235afb667a529411a6370a161d0
3
  size 1263380400
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa44115d209c4f4ae102700ce5f17cc229f56c57a69c36ff035cf32c25d3ff18
3
  size 1263380400
train_results.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
  "epoch": 3.764705882352941,
3
- "total_flos": 35328595626816.0,
4
- "train_loss": 6.771849155426025,
5
- "train_runtime": 276.9653,
6
  "train_samples": 33,
7
- "train_samples_per_second": 0.477,
8
- "train_steps_per_second": 0.029
9
  }
 
1
  {
2
  "epoch": 3.764705882352941,
3
+ "total_flos": 59875624258368.0,
4
+ "train_loss": 8.819560050964355,
5
+ "train_runtime": 362.7337,
6
  "train_samples": 33,
7
+ "train_samples_per_second": 0.364,
8
+ "train_steps_per_second": 0.022
9
  }
trainer_state.json CHANGED
@@ -11,11 +11,11 @@
11
  {
12
  "epoch": 3.764705882352941,
13
  "step": 8,
14
- "total_flos": 35328595626816.0,
15
- "train_loss": 6.771849155426025,
16
- "train_runtime": 276.9653,
17
- "train_samples_per_second": 0.477,
18
- "train_steps_per_second": 0.029
19
  }
20
  ],
21
  "logging_steps": 25,
@@ -23,7 +23,7 @@
23
  "num_input_tokens_seen": 0,
24
  "num_train_epochs": 4,
25
  "save_steps": 500,
26
- "total_flos": 35328595626816.0,
27
  "train_batch_size": 2,
28
  "trial_name": null,
29
  "trial_params": null
 
11
  {
12
  "epoch": 3.764705882352941,
13
  "step": 8,
14
+ "total_flos": 59875624258368.0,
15
+ "train_loss": 8.819560050964355,
16
+ "train_runtime": 362.7337,
17
+ "train_samples_per_second": 0.364,
18
+ "train_steps_per_second": 0.022
19
  }
20
  ],
21
  "logging_steps": 25,
 
23
  "num_input_tokens_seen": 0,
24
  "num_train_epochs": 4,
25
  "save_steps": 500,
26
+ "total_flos": 59875624258368.0,
27
  "train_batch_size": 2,
28
  "trial_name": null,
29
  "trial_params": null
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f1ccac7c14909717b76ae18f6c6e89f17008eafe9462a646abafd7de11fc3992
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:451ddedc8999e13d13a4ae6be9bc3dd43f434d3e71772902d308707b411dfdc3
3
  size 5112