jane102350
commited on
Model save
Browse files- README.md +2 -4
- adapter_config.json +12 -12
- adapter_model.safetensors +1 -1
- 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 |
-
- tiny-kk
|
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-kk-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 |
|
@@ -43,7 +41,7 @@ The following hyperparameters were used during training:
|
|
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:
|
47 |
- mixed_precision_training: Native AMP
|
48 |
|
49 |
### Training results
|
|
|
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-kk-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 |
|
|
|
41 |
- total_train_batch_size: 16
|
42 |
- optimizer: Adam with betas=(0.9,0.99) and epsilon=1e-08
|
43 |
- lr_scheduler_type: linear
|
44 |
+
- num_epochs: 16
|
45 |
- mixed_precision_training: Native AMP
|
46 |
|
47 |
### Training results
|
adapter_config.json
CHANGED
@@ -23,22 +23,22 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"
|
27 |
-
"fc1",
|
28 |
"enc_to_dec_proj",
|
29 |
-
"q_proj",
|
30 |
-
"embed_tokens.0",
|
31 |
-
"audio_enc_to_dec_proj",
|
32 |
-
"v_proj",
|
33 |
-
"embed_tokens.2",
|
34 |
"k_proj",
|
35 |
-
"out_proj",
|
36 |
-
"lm_heads.1",
|
37 |
-
"embed_tokens.1",
|
38 |
"lm_heads.3",
|
39 |
-
"lm_heads.2",
|
40 |
"fc2",
|
41 |
-
"embed_tokens.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
],
|
43 |
"task_type": null,
|
44 |
"use_dora": false,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
+
"out_proj",
|
|
|
27 |
"enc_to_dec_proj",
|
|
|
|
|
|
|
|
|
|
|
28 |
"k_proj",
|
|
|
|
|
|
|
29 |
"lm_heads.3",
|
|
|
30 |
"fc2",
|
31 |
+
"embed_tokens.0",
|
32 |
+
"fc1",
|
33 |
+
"lm_heads.2",
|
34 |
+
"lm_heads.1",
|
35 |
+
"embed_tokens.1",
|
36 |
+
"q_proj",
|
37 |
+
"embed_tokens.2",
|
38 |
+
"embed_tokens.3",
|
39 |
+
"audio_enc_to_dec_proj",
|
40 |
+
"v_proj",
|
41 |
+
"lm_heads.0"
|
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:ef7aafd46e4e98f58b56b98b8a855d014c66778c486903eb0856db650fa3f06f
|
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:5288c12d8fea4c7dd73bff1ef75c69f99f2420f9959da3507b52f28b31b8a6d0
|
3 |
size 5304
|