Model save
Browse files- README.md +2 -2
- adapter_config.json +15 -15
- adapter_model.safetensors +2 -2
- preprocessor_config.json +8 -14
- tokenizer_config.json +1 -5
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
base_model: facebook/musicgen-
|
3 |
library_name: peft
|
4 |
license: cc-by-nc-4.0
|
5 |
tags:
|
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# musicgen-finetune-aav
|
16 |
|
17 |
-
This model is a fine-tuned version of [facebook/musicgen-
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
1 |
---
|
2 |
+
base_model: facebook/musicgen-large
|
3 |
library_name: peft
|
4 |
license: cc-by-nc-4.0
|
5 |
tags:
|
|
|
14 |
|
15 |
# musicgen-finetune-aav
|
16 |
|
17 |
+
This model is a fine-tuned version of [facebook/musicgen-large](https://huggingface.co/facebook/musicgen-large) on an unknown dataset.
|
18 |
|
19 |
## Model description
|
20 |
|
adapter_config.json
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": {
|
4 |
-
"base_model_class": "
|
5 |
-
"parent_library": "transformers.models.
|
6 |
},
|
7 |
-
"base_model_name_or_path": "facebook/musicgen-
|
8 |
"bias": "none",
|
9 |
"fan_in_fan_out": false,
|
10 |
"inference_mode": true,
|
@@ -23,21 +23,21 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"enc_to_dec_proj",
|
27 |
-
"embed_tokens.2",
|
28 |
-
"q_proj",
|
29 |
-
"audio_enc_to_dec_proj",
|
30 |
"out_proj",
|
31 |
-
"lm_heads.2",
|
32 |
-
"lm_heads.1",
|
33 |
-
"embed_tokens.1",
|
34 |
-
"lm_heads.0",
|
35 |
-
"embed_tokens.3",
|
36 |
-
"fc1",
|
37 |
"v_proj",
|
38 |
-
"k_proj",
|
39 |
-
"fc2",
|
40 |
"lm_heads.3",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
"embed_tokens.0"
|
42 |
],
|
43 |
"task_type": null,
|
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": {
|
4 |
+
"base_model_class": "MusicgenForConditionalGeneration",
|
5 |
+
"parent_library": "transformers.models.musicgen.modeling_musicgen"
|
6 |
},
|
7 |
+
"base_model_name_or_path": "facebook/musicgen-large",
|
8 |
"bias": "none",
|
9 |
"fan_in_fan_out": false,
|
10 |
"inference_mode": true,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
|
|
|
|
|
|
|
|
26 |
"out_proj",
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
"v_proj",
|
|
|
|
|
28 |
"lm_heads.3",
|
29 |
+
"fc1",
|
30 |
+
"embed_tokens.1",
|
31 |
+
"fc2",
|
32 |
+
"lm_heads.2",
|
33 |
+
"k_proj",
|
34 |
+
"enc_to_dec_proj",
|
35 |
+
"embed_tokens.3",
|
36 |
+
"audio_enc_to_dec_proj",
|
37 |
+
"q_proj",
|
38 |
+
"lm_heads.0",
|
39 |
+
"lm_heads.1",
|
40 |
+
"embed_tokens.2",
|
41 |
"embed_tokens.0"
|
42 |
],
|
43 |
"task_type": null,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d8f1f4dddb234e4dffc3d3d5de690cb60bf3d75f018f94b509775a8c188005d
|
3 |
+
size 166002304
|
preprocessor_config.json
CHANGED
@@ -1,17 +1,11 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
"feature_extractor_type": "
|
4 |
-
"feature_size":
|
5 |
-
"
|
6 |
-
"
|
7 |
-
"n_samples": 960000,
|
8 |
-
"padding_side": "right",
|
9 |
"padding_value": 0.0,
|
10 |
-
"processor_class": "
|
11 |
-
"return_attention_mask":
|
12 |
-
"sampling_rate": 32000
|
13 |
-
"stem_indices": [
|
14 |
-
3,
|
15 |
-
2
|
16 |
-
]
|
17 |
}
|
|
|
1 |
{
|
2 |
+
"chunk_length_s": null,
|
3 |
+
"feature_extractor_type": "EncodecFeatureExtractor",
|
4 |
+
"feature_size": 1,
|
5 |
+
"overlap": null,
|
6 |
+
"padding_side": "left",
|
|
|
|
|
7 |
"padding_value": 0.0,
|
8 |
+
"processor_class": "MusicgenProcessor",
|
9 |
+
"return_attention_mask": true,
|
10 |
+
"sampling_rate": 32000
|
|
|
|
|
|
|
|
|
11 |
}
|
tokenizer_config.json
CHANGED
@@ -930,13 +930,9 @@
|
|
930 |
"clean_up_tokenization_spaces": true,
|
931 |
"eos_token": "</s>",
|
932 |
"extra_ids": 100,
|
933 |
-
"max_length": null,
|
934 |
"model_max_length": 512,
|
935 |
-
"pad_to_multiple_of": null,
|
936 |
"pad_token": "<pad>",
|
937 |
-
"
|
938 |
-
"padding_side": "right",
|
939 |
-
"processor_class": "MusicgenMelodyProcessor",
|
940 |
"tokenizer_class": "T5Tokenizer",
|
941 |
"unk_token": "<unk>"
|
942 |
}
|
|
|
930 |
"clean_up_tokenization_spaces": true,
|
931 |
"eos_token": "</s>",
|
932 |
"extra_ids": 100,
|
|
|
933 |
"model_max_length": 512,
|
|
|
934 |
"pad_token": "<pad>",
|
935 |
+
"processor_class": "MusicgenProcessor",
|
|
|
|
|
936 |
"tokenizer_class": "T5Tokenizer",
|
937 |
"unk_token": "<unk>"
|
938 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5496
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bffcdaaccdb321cc27b526c34a0bd41a52e0a5d8fea435abd59a157deb451099
|
3 |
size 5496
|