File size: 3,549 Bytes
e29d40d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 | {
"architectures": [
"MusicgenMelodyForConditionalGeneration"
],
"audio_encoder": {
"_name_or_path": "",
"architectures": null,
"audio_channels": 1,
"chunk_length_s": null,
"chunk_size_feed_forward": 0,
"codebook_dim": 99,
"codebook_size": 128,
"compress": 1,
"dilation_growth_rate": 2,
"dtype": null,
"hidden_size": 99,
"id2label": {
"0": "LABEL_0",
"1": "LABEL_1"
},
"is_encoder_decoder": false,
"kernel_size": 7,
"label2id": {
"LABEL_0": 0,
"LABEL_1": 1
},
"last_kernel_size": 7,
"model_type": "encodec",
"norm_type": "weight_norm",
"normalize": false,
"num_filters": 4,
"num_lstm_layers": 2,
"num_residual_layers": 1,
"output_attentions": false,
"output_hidden_states": false,
"overlap": null,
"pad_mode": "reflect",
"problem_type": null,
"residual_kernel_size": 3,
"return_dict": true,
"sampling_rate": 24000,
"target_bandwidths": [
1.5,
3.0,
6.0,
12.0,
24.0
],
"trim_right_ratio": 1.0,
"upsampling_ratios": [
8,
5,
4,
2
],
"use_causal_conv": true,
"use_conv_shortcut": true
},
"chroma_length": 24,
"decoder": {
"_name_or_path": "",
"activation_dropout": 0.0,
"activation_function": "gelu",
"add_cross_attention": false,
"architectures": null,
"attention_dropout": 0.0,
"audio_channels": 1,
"bos_token_id": 99,
"chunk_size_feed_forward": 0,
"decoder_start_token_id": 99,
"dropout": 0.1,
"dtype": null,
"eos_token_id": null,
"ffn_dim": 4,
"hidden_size": 16,
"id2label": {
"0": "LABEL_0",
"1": "LABEL_1"
},
"initializer_factor": 0.02,
"is_decoder": false,
"is_encoder_decoder": false,
"label2id": {
"LABEL_0": 0,
"LABEL_1": 1
},
"layerdrop": 0.0,
"max_position_embeddings": 2048,
"model_type": "musicgen_melody_decoder",
"num_attention_heads": 4,
"num_codebooks": 4,
"num_hidden_layers": 2,
"output_attentions": false,
"output_hidden_states": false,
"pad_token_id": 99,
"problem_type": null,
"return_dict": true,
"scale_embedding": false,
"tie_word_embeddings": false,
"use_cache": true,
"vocab_size": 99
},
"dtype": "float32",
"initializer_factor": 0.02,
"is_encoder_decoder": true,
"model_type": "musicgen_melody",
"num_chroma": 12,
"text_encoder": {
"_name_or_path": "",
"architectures": null,
"chunk_size_feed_forward": 0,
"classifier_dropout": 0.0,
"d_ff": 4,
"d_kv": 64,
"d_model": 16,
"dense_act_fn": "relu",
"dropout_rate": 0.1,
"dtype": null,
"eos_token_id": 1,
"feed_forward_proj": "relu",
"id2label": {
"0": "LABEL_0",
"1": "LABEL_1"
},
"initializer_factor": 1.0,
"is_decoder": false,
"is_encoder_decoder": false,
"is_gated_act": false,
"label2id": {
"LABEL_0": 0,
"LABEL_1": 1
},
"layer_norm_epsilon": 1e-06,
"model_type": "t5",
"num_decoder_layers": 2,
"num_heads": 4,
"num_layers": 2,
"output_attentions": false,
"output_hidden_states": false,
"pad_token_id": 0,
"problem_type": null,
"relative_attention_max_distance": 128,
"relative_attention_num_buckets": 32,
"return_dict": true,
"scale_decoder_outputs": true,
"tie_word_embeddings": true,
"use_cache": false,
"vocab_size": 99
},
"transformers_version": "5.16.0.dev0"
}
|