jane102350
commited on
Commit
•
acccc00
1
Parent(s):
dda2c5c
Model save
Browse files- .ipynb_checkpoints/README-checkpoint.md +59 -0
- README.md +1 -3
- adapter_config.json +11 -11
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
.ipynb_checkpoints/README-checkpoint.md
ADDED
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
library_name: peft
|
4 |
+
tags:
|
5 |
+
- text-to-audio
|
6 |
+
- tiny-punk
|
7 |
+
- generated_from_trainer
|
8 |
+
base_model: facebook/musicgen-melody
|
9 |
+
model-index:
|
10 |
+
- name: musicgen-melody-lora-punk-colab
|
11 |
+
results: []
|
12 |
+
---
|
13 |
+
|
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 |
+
# musicgen-melody-lora-punk-colab
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [facebook/musicgen-melody](https://huggingface.co/facebook/musicgen-melody) on the ylacombe/tiny-punk dataset.
|
20 |
+
|
21 |
+
## Model description
|
22 |
+
|
23 |
+
More information needed
|
24 |
+
|
25 |
+
## Intended uses & limitations
|
26 |
+
|
27 |
+
More information needed
|
28 |
+
|
29 |
+
## Training and evaluation data
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Training procedure
|
34 |
+
|
35 |
+
### Training hyperparameters
|
36 |
+
|
37 |
+
The following hyperparameters were used during training:
|
38 |
+
- learning_rate: 0.0002
|
39 |
+
- train_batch_size: 2
|
40 |
+
- eval_batch_size: 8
|
41 |
+
- seed: 42
|
42 |
+
- gradient_accumulation_steps: 8
|
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: 4
|
47 |
+
- mixed_precision_training: Native AMP
|
48 |
+
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
|
52 |
+
|
53 |
+
### Framework versions
|
54 |
+
|
55 |
+
- PEFT 0.10.0
|
56 |
+
- Transformers 4.41.0.dev0
|
57 |
+
- Pytorch 2.1.2+cu121
|
58 |
+
- Datasets 2.19.1
|
59 |
+
- Tokenizers 0.19.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 |
-
- tiny-punk
|
7 |
- generated_from_trainer
|
8 |
base_model: facebook/musicgen-melody
|
9 |
model-index:
|
@@ -16,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# musicgen-melody-lora-punk-colab
|
18 |
|
19 |
-
This model is a fine-tuned version of [facebook/musicgen-melody](https://huggingface.co/facebook/musicgen-melody) on
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
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-lora-punk-colab
|
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 |
-
"lm_heads.2",
|
27 |
-
"audio_enc_to_dec_proj",
|
28 |
"embed_tokens.1",
|
29 |
-
"
|
30 |
-
"
|
31 |
"lm_heads.1",
|
32 |
-
"q_proj",
|
33 |
-
"k_proj",
|
34 |
"fc2",
|
35 |
-
"
|
36 |
-
"
|
37 |
-
"embed_tokens.0",
|
38 |
-
"v_proj",
|
39 |
"embed_tokens.3",
|
|
|
|
|
|
|
|
|
|
|
40 |
"lm_heads.0",
|
41 |
-
"
|
|
|
42 |
],
|
43 |
"task_type": null,
|
44 |
"use_dora": false,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
|
|
|
|
26 |
"embed_tokens.1",
|
27 |
+
"v_proj",
|
28 |
+
"embed_tokens.2",
|
29 |
"lm_heads.1",
|
|
|
|
|
30 |
"fc2",
|
31 |
+
"fc1",
|
32 |
+
"audio_enc_to_dec_proj",
|
|
|
|
|
33 |
"embed_tokens.3",
|
34 |
+
"k_proj",
|
35 |
+
"embed_tokens.0",
|
36 |
+
"lm_heads.3",
|
37 |
+
"lm_heads.2",
|
38 |
+
"out_proj",
|
39 |
"lm_heads.0",
|
40 |
+
"q_proj",
|
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:
|
3 |
size 87103456
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:33c67143184abb891eea7179d8a376d8af08e3e929b3906fe66487c89b100592
|
3 |
size 87103456
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:08911fec944fc69f6a33816b250f18c642751586af28a06ec01131fe9fa9dfd3
|
3 |
size 5304
|