suleiman2003 commited on
Commit
3ba3261
·
verified ·
1 Parent(s): 33e94c5

Add model configuration

Browse files
Files changed (1) hide show
  1. config.json +154 -0
config.json ADDED
@@ -0,0 +1,154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "multispeaker_vits",
3
+ "base_model": "facebook/mms-tts-hau",
4
+ "n_speakers": 10,
5
+ "model_class": "MultiSpeakerVITS",
6
+ "architectures": [
7
+ "MultiSpeakerVITS"
8
+ ],
9
+ "torch_dtype": "float32",
10
+ "base_config": {
11
+ "vocab_size": 34,
12
+ "hidden_size": 192,
13
+ "num_hidden_layers": 6,
14
+ "num_attention_heads": 2,
15
+ "window_size": 4,
16
+ "use_bias": true,
17
+ "ffn_dim": 768,
18
+ "layerdrop": 0.1,
19
+ "ffn_kernel_size": 3,
20
+ "flow_size": 192,
21
+ "spectrogram_bins": 513,
22
+ "hidden_act": "relu",
23
+ "hidden_dropout": 0.1,
24
+ "attention_dropout": 0.1,
25
+ "activation_dropout": 0.1,
26
+ "initializer_range": 0.02,
27
+ "layer_norm_eps": 1e-05,
28
+ "use_stochastic_duration_prediction": true,
29
+ "num_speakers": 10,
30
+ "speaker_embedding_size": 192,
31
+ "upsample_initial_channel": 512,
32
+ "upsample_rates": [
33
+ 8,
34
+ 8,
35
+ 2,
36
+ 2
37
+ ],
38
+ "upsample_kernel_sizes": [
39
+ 16,
40
+ 16,
41
+ 4,
42
+ 4
43
+ ],
44
+ "resblock_kernel_sizes": [
45
+ 3,
46
+ 7,
47
+ 11
48
+ ],
49
+ "resblock_dilation_sizes": [
50
+ [
51
+ 1,
52
+ 3,
53
+ 5
54
+ ],
55
+ [
56
+ 1,
57
+ 3,
58
+ 5
59
+ ],
60
+ [
61
+ 1,
62
+ 3,
63
+ 5
64
+ ]
65
+ ],
66
+ "leaky_relu_slope": 0.1,
67
+ "depth_separable_channels": 2,
68
+ "depth_separable_num_layers": 3,
69
+ "duration_predictor_flow_bins": 10,
70
+ "duration_predictor_tail_bound": 5.0,
71
+ "duration_predictor_kernel_size": 3,
72
+ "duration_predictor_dropout": 0.5,
73
+ "duration_predictor_num_flows": 4,
74
+ "duration_predictor_filter_channels": 256,
75
+ "prior_encoder_num_flows": 4,
76
+ "prior_encoder_num_wavenet_layers": 4,
77
+ "posterior_encoder_num_wavenet_layers": 16,
78
+ "wavenet_kernel_size": 5,
79
+ "wavenet_dilation_rate": 1,
80
+ "wavenet_dropout": 0.0,
81
+ "speaking_rate": 1.0,
82
+ "noise_scale": 0.667,
83
+ "noise_scale_duration": 0.8,
84
+ "sampling_rate": 16000,
85
+ "return_dict": true,
86
+ "output_hidden_states": false,
87
+ "output_attentions": false,
88
+ "torchscript": false,
89
+ "torch_dtype": "float32",
90
+ "use_bfloat16": false,
91
+ "tf_legacy_loss": false,
92
+ "pruned_heads": {},
93
+ "tie_word_embeddings": true,
94
+ "chunk_size_feed_forward": 0,
95
+ "is_encoder_decoder": false,
96
+ "is_decoder": false,
97
+ "cross_attention_hidden_size": null,
98
+ "add_cross_attention": false,
99
+ "tie_encoder_decoder": false,
100
+ "max_length": 20,
101
+ "min_length": 0,
102
+ "do_sample": false,
103
+ "early_stopping": false,
104
+ "num_beams": 1,
105
+ "num_beam_groups": 1,
106
+ "diversity_penalty": 0.0,
107
+ "temperature": 1.0,
108
+ "top_k": 50,
109
+ "top_p": 1.0,
110
+ "typical_p": 1.0,
111
+ "repetition_penalty": 1.0,
112
+ "length_penalty": 1.0,
113
+ "no_repeat_ngram_size": 0,
114
+ "encoder_no_repeat_ngram_size": 0,
115
+ "bad_words_ids": null,
116
+ "num_return_sequences": 1,
117
+ "output_scores": false,
118
+ "return_dict_in_generate": false,
119
+ "forced_bos_token_id": null,
120
+ "forced_eos_token_id": null,
121
+ "remove_invalid_values": false,
122
+ "exponential_decay_length_penalty": null,
123
+ "suppress_tokens": null,
124
+ "begin_suppress_tokens": null,
125
+ "architectures": [
126
+ "VitsModel"
127
+ ],
128
+ "finetuning_task": null,
129
+ "id2label": {
130
+ "0": "LABEL_0",
131
+ "1": "LABEL_1"
132
+ },
133
+ "label2id": {
134
+ "LABEL_0": 0,
135
+ "LABEL_1": 1
136
+ },
137
+ "tokenizer_class": null,
138
+ "prefix": null,
139
+ "bos_token_id": null,
140
+ "pad_token_id": null,
141
+ "eos_token_id": null,
142
+ "sep_token_id": null,
143
+ "decoder_start_token_id": null,
144
+ "task_specific_params": null,
145
+ "problem_type": null,
146
+ "_name_or_path": "facebook/mms-tts-hau",
147
+ "_attn_implementation_autoset": true,
148
+ "transformers_version": "4.51.3",
149
+ "model_type": "vits"
150
+ },
151
+ "hidden_size": 192,
152
+ "num_speakers": 10,
153
+ "speaker_embedding_size": 192
154
+ }