sanchit-gandhi commited on
Commit
6fd09e1
·
verified ·
1 Parent(s): 0f01d87

Model save

Browse files
Files changed (4) hide show
  1. README.md +6 -19
  2. adapter_config.json +10 -10
  3. adapter_model.safetensors +1 -1
  4. training_args.bin +1 -1
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
- - sweet-dreambooths/black-eyed-peas-v1
7
  - generated_from_trainer
8
  base_model: facebook/musicgen-melody-large
9
  model-index:
@@ -14,14 +12,11 @@ model-index:
14
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
  should probably proofread and complete it, then remove this comment. -->
16
 
17
- [<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/3nn9uham)
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/3nn9uham)
19
  # black-eyed-peas-v1-unprompted
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: 5.0311
24
- - Clap: -0.0634
25
 
26
  ## Model description
27
 
@@ -44,23 +39,15 @@ The following hyperparameters were used during training:
44
  - train_batch_size: 1
45
  - eval_batch_size: 1
46
  - seed: 456
47
- - gradient_accumulation_steps: 8
48
- - total_train_batch_size: 8
49
  - optimizer: Adam with betas=(0.9,0.99) and epsilon=1e-08
50
  - lr_scheduler_type: linear
51
- - num_epochs: 2.0
52
  - mixed_precision_training: Native AMP
53
 
54
  ### Training results
55
 
56
- | Training Loss | Epoch | Step | Validation Loss | Clap |
57
- |:-------------:|:------:|:----:|:---------------:|:-------:|
58
- | 8.2807 | 0.3306 | 5 | 3.0158 | 0.0162 |
59
- | 6.536 | 0.6612 | 10 | 3.2537 | 0.0074 |
60
- | 6.1596 | 0.9917 | 15 | 4.2961 | -0.0395 |
61
- | 6.44 | 1.3223 | 20 | 4.8764 | -0.0380 |
62
- | 6.4944 | 1.6529 | 25 | 5.0227 | -0.0586 |
63
- | 6.3776 | 1.9835 | 30 | 5.0311 | -0.0541 |
64
 
65
 
66
  ### Framework versions
 
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:
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
  should probably proofread and complete it, then remove this comment. -->
14
 
15
+ [<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/6y8tlzp8)
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/6y8tlzp8)
17
  # black-eyed-peas-v1-unprompted
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
 
 
39
  - train_batch_size: 1
40
  - eval_batch_size: 1
41
  - seed: 456
42
+ - gradient_accumulation_steps: 16
43
+ - total_train_batch_size: 16
44
  - optimizer: Adam with betas=(0.9,0.99) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
+ - num_epochs: 1.0
47
  - mixed_precision_training: Native AMP
48
 
49
  ### Training results
50
 
 
 
 
 
 
 
 
 
51
 
52
 
53
  ### Framework versions
adapter_config.json CHANGED
@@ -23,22 +23,22 @@
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
- "audio_enc_to_dec_proj",
27
  "q_proj",
 
 
 
 
28
  "lm_heads.3",
29
- "enc_to_dec_proj",
 
30
  "embed_tokens.2",
 
 
31
  "fc1",
32
- "out_proj",
33
- "embed_tokens.1",
34
- "embed_tokens.3",
35
  "lm_heads.0",
36
- "v_proj",
37
- "embed_tokens.0",
38
  "lm_heads.2",
39
- "fc2",
40
- "lm_heads.1",
41
- "k_proj"
42
  ],
43
  "task_type": null,
44
  "use_dora": false,
 
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
 
26
  "q_proj",
27
+ "audio_enc_to_dec_proj",
28
+ "embed_tokens.0",
29
+ "lm_heads.1",
30
+ "out_proj",
31
  "lm_heads.3",
32
+ "embed_tokens.1",
33
+ "v_proj",
34
  "embed_tokens.2",
35
+ "enc_to_dec_proj",
36
+ "k_proj",
37
  "fc1",
 
 
 
38
  "lm_heads.0",
 
 
39
  "lm_heads.2",
40
+ "embed_tokens.3",
41
+ "fc2"
 
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:c7855bac43ba87288c81fa5a565fb880f534471de3be65f15616700a30de9402
3
  size 115742888
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d19243f574d00f49f4a272a7b0259ebfd46577b1c8e7b3ea931ed86fc426a519
3
  size 115742888
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:37acb3254b5135661d218a66809c6d514b70551f7e2548ae21db58b4af7c9808
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbbc1e1ac2fd011f20c0fc90a3e0c4829fe10bbbc1b4c79172808000571a69f7
3
  size 5304