Upload config.json
Browse files- config.json +259 -0
config.json
ADDED
|
@@ -0,0 +1,259 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "./base-speech-model",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"ParlerTTSForConditionalGeneration"
|
| 5 |
+
],
|
| 6 |
+
"audio_encoder": {
|
| 7 |
+
"_attn_implementation_autoset": false,
|
| 8 |
+
"_name_or_path": "parler-tts/dac_44khZ_8kbps",
|
| 9 |
+
"add_cross_attention": false,
|
| 10 |
+
"architectures": [
|
| 11 |
+
"DACModel"
|
| 12 |
+
],
|
| 13 |
+
"bad_words_ids": null,
|
| 14 |
+
"begin_suppress_tokens": null,
|
| 15 |
+
"bos_token_id": null,
|
| 16 |
+
"chunk_size_feed_forward": 0,
|
| 17 |
+
"codebook_size": 1024,
|
| 18 |
+
"cross_attention_hidden_size": null,
|
| 19 |
+
"decoder_start_token_id": null,
|
| 20 |
+
"diversity_penalty": 0.0,
|
| 21 |
+
"do_sample": false,
|
| 22 |
+
"early_stopping": false,
|
| 23 |
+
"encoder_no_repeat_ngram_size": 0,
|
| 24 |
+
"eos_token_id": null,
|
| 25 |
+
"exponential_decay_length_penalty": null,
|
| 26 |
+
"finetuning_task": null,
|
| 27 |
+
"forced_bos_token_id": null,
|
| 28 |
+
"forced_eos_token_id": null,
|
| 29 |
+
"frame_rate": 86,
|
| 30 |
+
"id2label": {
|
| 31 |
+
"0": "LABEL_0",
|
| 32 |
+
"1": "LABEL_1"
|
| 33 |
+
},
|
| 34 |
+
"is_decoder": false,
|
| 35 |
+
"is_encoder_decoder": false,
|
| 36 |
+
"label2id": {
|
| 37 |
+
"LABEL_0": 0,
|
| 38 |
+
"LABEL_1": 1
|
| 39 |
+
},
|
| 40 |
+
"latent_dim": 1024,
|
| 41 |
+
"length_penalty": 1.0,
|
| 42 |
+
"max_length": 20,
|
| 43 |
+
"min_length": 0,
|
| 44 |
+
"model_bitrate": 8,
|
| 45 |
+
"model_type": "dac_on_the_hub",
|
| 46 |
+
"no_repeat_ngram_size": 0,
|
| 47 |
+
"num_beam_groups": 1,
|
| 48 |
+
"num_beams": 1,
|
| 49 |
+
"num_codebooks": 9,
|
| 50 |
+
"num_return_sequences": 1,
|
| 51 |
+
"output_attentions": false,
|
| 52 |
+
"output_hidden_states": false,
|
| 53 |
+
"output_scores": false,
|
| 54 |
+
"pad_token_id": null,
|
| 55 |
+
"prefix": null,
|
| 56 |
+
"problem_type": null,
|
| 57 |
+
"pruned_heads": {},
|
| 58 |
+
"remove_invalid_values": false,
|
| 59 |
+
"repetition_penalty": 1.0,
|
| 60 |
+
"return_dict": true,
|
| 61 |
+
"return_dict_in_generate": false,
|
| 62 |
+
"sampling_rate": 44100,
|
| 63 |
+
"sep_token_id": null,
|
| 64 |
+
"suppress_tokens": null,
|
| 65 |
+
"task_specific_params": null,
|
| 66 |
+
"temperature": 1.0,
|
| 67 |
+
"tf_legacy_loss": false,
|
| 68 |
+
"tie_encoder_decoder": false,
|
| 69 |
+
"tie_word_embeddings": true,
|
| 70 |
+
"tokenizer_class": null,
|
| 71 |
+
"top_k": 50,
|
| 72 |
+
"top_p": 1.0,
|
| 73 |
+
"torch_dtype": "float32",
|
| 74 |
+
"torchscript": false,
|
| 75 |
+
"typical_p": 1.0,
|
| 76 |
+
"use_bfloat16": false
|
| 77 |
+
},
|
| 78 |
+
"decoder": {
|
| 79 |
+
"_attn_implementation_autoset": false,
|
| 80 |
+
"_name_or_path": "",
|
| 81 |
+
"activation_dropout": 0.0,
|
| 82 |
+
"activation_function": "gelu",
|
| 83 |
+
"add_cross_attention": true,
|
| 84 |
+
"architectures": [
|
| 85 |
+
"ParlerTTSForCausalLM"
|
| 86 |
+
],
|
| 87 |
+
"attention_dropout": 0.0,
|
| 88 |
+
"bad_words_ids": null,
|
| 89 |
+
"begin_suppress_tokens": null,
|
| 90 |
+
"bos_token_id": 1025,
|
| 91 |
+
"chunk_size_feed_forward": 0,
|
| 92 |
+
"codebook_weights": null,
|
| 93 |
+
"cross_attention_hidden_size": null,
|
| 94 |
+
"cross_attention_implementation_strategy": null,
|
| 95 |
+
"decoder_start_token_id": null,
|
| 96 |
+
"diversity_penalty": 0.0,
|
| 97 |
+
"do_sample": false,
|
| 98 |
+
"dropout": 0.1,
|
| 99 |
+
"early_stopping": false,
|
| 100 |
+
"encoder_no_repeat_ngram_size": 0,
|
| 101 |
+
"eos_token_id": 1024,
|
| 102 |
+
"exponential_decay_length_penalty": null,
|
| 103 |
+
"ffn_dim": 4096,
|
| 104 |
+
"finetuning_task": null,
|
| 105 |
+
"forced_bos_token_id": null,
|
| 106 |
+
"forced_eos_token_id": null,
|
| 107 |
+
"hidden_size": 1024,
|
| 108 |
+
"id2label": {
|
| 109 |
+
"0": "LABEL_0",
|
| 110 |
+
"1": "LABEL_1"
|
| 111 |
+
},
|
| 112 |
+
"initializer_factor": 0.02,
|
| 113 |
+
"is_decoder": true,
|
| 114 |
+
"is_encoder_decoder": false,
|
| 115 |
+
"label2id": {
|
| 116 |
+
"LABEL_0": 0,
|
| 117 |
+
"LABEL_1": 1
|
| 118 |
+
},
|
| 119 |
+
"layerdrop": 0.0,
|
| 120 |
+
"length_penalty": 1.0,
|
| 121 |
+
"max_length": 20,
|
| 122 |
+
"max_position_embeddings": 4096,
|
| 123 |
+
"min_length": 0,
|
| 124 |
+
"model_type": "parler_tts_decoder",
|
| 125 |
+
"no_repeat_ngram_size": 0,
|
| 126 |
+
"num_attention_heads": 16,
|
| 127 |
+
"num_beam_groups": 1,
|
| 128 |
+
"num_beams": 1,
|
| 129 |
+
"num_codebooks": 9,
|
| 130 |
+
"num_cross_attention_key_value_heads": 16,
|
| 131 |
+
"num_hidden_layers": 24,
|
| 132 |
+
"num_key_value_heads": 16,
|
| 133 |
+
"num_return_sequences": 1,
|
| 134 |
+
"output_attentions": false,
|
| 135 |
+
"output_hidden_states": false,
|
| 136 |
+
"output_scores": false,
|
| 137 |
+
"pad_token_id": 1024,
|
| 138 |
+
"prefix": null,
|
| 139 |
+
"problem_type": null,
|
| 140 |
+
"pruned_heads": {},
|
| 141 |
+
"remove_invalid_values": false,
|
| 142 |
+
"repetition_penalty": 1.0,
|
| 143 |
+
"return_dict": true,
|
| 144 |
+
"return_dict_in_generate": false,
|
| 145 |
+
"rope_embeddings": false,
|
| 146 |
+
"rope_theta": 10000.0,
|
| 147 |
+
"scale_embedding": false,
|
| 148 |
+
"sep_token_id": null,
|
| 149 |
+
"suppress_tokens": null,
|
| 150 |
+
"task_specific_params": null,
|
| 151 |
+
"temperature": 1.0,
|
| 152 |
+
"tf_legacy_loss": false,
|
| 153 |
+
"tie_encoder_decoder": false,
|
| 154 |
+
"tie_word_embeddings": false,
|
| 155 |
+
"tokenizer_class": null,
|
| 156 |
+
"top_k": 50,
|
| 157 |
+
"top_p": 1.0,
|
| 158 |
+
"torch_dtype": "float32",
|
| 159 |
+
"torchscript": false,
|
| 160 |
+
"typical_p": 1.0,
|
| 161 |
+
"use_bfloat16": false,
|
| 162 |
+
"use_cache": true,
|
| 163 |
+
"use_fused_lm_heads": false,
|
| 164 |
+
"vocab_size": 1088
|
| 165 |
+
},
|
| 166 |
+
"decoder_start_token_id": 1025,
|
| 167 |
+
"is_encoder_decoder": true,
|
| 168 |
+
"model_type": "parler_tts",
|
| 169 |
+
"pad_token_id": 1024,
|
| 170 |
+
"prompt_cross_attention": false,
|
| 171 |
+
"text_encoder": {
|
| 172 |
+
"_attn_implementation_autoset": false,
|
| 173 |
+
"_name_or_path": "google/flan-t5-large",
|
| 174 |
+
"add_cross_attention": false,
|
| 175 |
+
"architectures": [
|
| 176 |
+
"T5ForConditionalGeneration"
|
| 177 |
+
],
|
| 178 |
+
"bad_words_ids": null,
|
| 179 |
+
"begin_suppress_tokens": null,
|
| 180 |
+
"bos_token_id": null,
|
| 181 |
+
"chunk_size_feed_forward": 0,
|
| 182 |
+
"classifier_dropout": 0.0,
|
| 183 |
+
"cross_attention_hidden_size": null,
|
| 184 |
+
"d_ff": 2816,
|
| 185 |
+
"d_kv": 64,
|
| 186 |
+
"d_model": 1024,
|
| 187 |
+
"decoder_start_token_id": 0,
|
| 188 |
+
"dense_act_fn": "gelu_new",
|
| 189 |
+
"diversity_penalty": 0.0,
|
| 190 |
+
"do_sample": false,
|
| 191 |
+
"dropout_rate": 0.1,
|
| 192 |
+
"early_stopping": false,
|
| 193 |
+
"encoder_no_repeat_ngram_size": 0,
|
| 194 |
+
"eos_token_id": 1,
|
| 195 |
+
"exponential_decay_length_penalty": null,
|
| 196 |
+
"feed_forward_proj": "gated-gelu",
|
| 197 |
+
"finetuning_task": null,
|
| 198 |
+
"forced_bos_token_id": null,
|
| 199 |
+
"forced_eos_token_id": null,
|
| 200 |
+
"id2label": {
|
| 201 |
+
"0": "LABEL_0",
|
| 202 |
+
"1": "LABEL_1"
|
| 203 |
+
},
|
| 204 |
+
"initializer_factor": 1.0,
|
| 205 |
+
"is_decoder": false,
|
| 206 |
+
"is_encoder_decoder": true,
|
| 207 |
+
"is_gated_act": true,
|
| 208 |
+
"label2id": {
|
| 209 |
+
"LABEL_0": 0,
|
| 210 |
+
"LABEL_1": 1
|
| 211 |
+
},
|
| 212 |
+
"layer_norm_epsilon": 1e-06,
|
| 213 |
+
"length_penalty": 1.0,
|
| 214 |
+
"max_length": 20,
|
| 215 |
+
"min_length": 0,
|
| 216 |
+
"model_type": "t5",
|
| 217 |
+
"n_positions": 512,
|
| 218 |
+
"no_repeat_ngram_size": 0,
|
| 219 |
+
"num_beam_groups": 1,
|
| 220 |
+
"num_beams": 1,
|
| 221 |
+
"num_decoder_layers": 24,
|
| 222 |
+
"num_heads": 16,
|
| 223 |
+
"num_layers": 24,
|
| 224 |
+
"num_return_sequences": 1,
|
| 225 |
+
"output_attentions": false,
|
| 226 |
+
"output_hidden_states": false,
|
| 227 |
+
"output_past": true,
|
| 228 |
+
"output_scores": false,
|
| 229 |
+
"pad_token_id": 0,
|
| 230 |
+
"prefix": null,
|
| 231 |
+
"problem_type": null,
|
| 232 |
+
"pruned_heads": {},
|
| 233 |
+
"relative_attention_max_distance": 128,
|
| 234 |
+
"relative_attention_num_buckets": 32,
|
| 235 |
+
"remove_invalid_values": false,
|
| 236 |
+
"repetition_penalty": 1.0,
|
| 237 |
+
"return_dict": true,
|
| 238 |
+
"return_dict_in_generate": false,
|
| 239 |
+
"sep_token_id": null,
|
| 240 |
+
"suppress_tokens": null,
|
| 241 |
+
"task_specific_params": null,
|
| 242 |
+
"temperature": 1.0,
|
| 243 |
+
"tf_legacy_loss": false,
|
| 244 |
+
"tie_encoder_decoder": false,
|
| 245 |
+
"tie_word_embeddings": false,
|
| 246 |
+
"tokenizer_class": null,
|
| 247 |
+
"top_k": 50,
|
| 248 |
+
"top_p": 1.0,
|
| 249 |
+
"torch_dtype": null,
|
| 250 |
+
"torchscript": false,
|
| 251 |
+
"typical_p": 1.0,
|
| 252 |
+
"use_bfloat16": false,
|
| 253 |
+
"use_cache": true,
|
| 254 |
+
"vocab_size": 32128
|
| 255 |
+
},
|
| 256 |
+
"torch_dtype": "float32",
|
| 257 |
+
"transformers_version": "4.46.1",
|
| 258 |
+
"vocab_size": 32128
|
| 259 |
+
}
|