Model save
Browse files- README.md +1 -3
- adapter_config.json +8 -8
- 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-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 |
"embed_tokens.2",
|
|
|
27 |
"embed_tokens.3",
|
28 |
"lm_heads.3",
|
|
|
29 |
"embed_tokens.0",
|
30 |
-
"
|
31 |
"v_proj",
|
32 |
-
"lm_heads.
|
33 |
-
"q_proj",
|
34 |
"enc_to_dec_proj",
|
35 |
"fc1",
|
|
|
36 |
"audio_enc_to_dec_proj",
|
37 |
-
"
|
38 |
-
"fc2",
|
39 |
-
"out_proj",
|
40 |
-
"lm_heads.0",
|
41 |
-
"embed_tokens.1"
|
42 |
],
|
43 |
"task_type": null,
|
44 |
"use_dora": false,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
+
"out_proj",
|
27 |
+
"fc2",
|
28 |
"embed_tokens.2",
|
29 |
+
"embed_tokens.1",
|
30 |
"embed_tokens.3",
|
31 |
"lm_heads.3",
|
32 |
+
"lm_heads.2",
|
33 |
"embed_tokens.0",
|
34 |
+
"k_proj",
|
35 |
"v_proj",
|
36 |
+
"lm_heads.1",
|
|
|
37 |
"enc_to_dec_proj",
|
38 |
"fc1",
|
39 |
+
"q_proj",
|
40 |
"audio_enc_to_dec_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:18dbfaace5bee51e4de76ba4d0dac3b36626f3c1f5019e8c5567c108502dff42
|
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 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bda9a604fbd21532c507196bafd2398a39db1ef573407abf0cea9b7ca561f8b5
|
3 |
size 5240
|