Upload model
Browse files- config.json +35 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "Bingsu/torchaudio_tacotron2",
|
3 |
+
"architectures": [
|
4 |
+
"Tacotron2Model"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.1,
|
7 |
+
"attention_hidden_dim": 128,
|
8 |
+
"attention_location_kernel_size": 31,
|
9 |
+
"attention_location_n_filter": 32,
|
10 |
+
"attention_rnn_dim": 1024,
|
11 |
+
"auto_map": {
|
12 |
+
"AutoConfig": "modeling_tacotron2.Tacotron2Config",
|
13 |
+
"AutoModel": "modeling_tacotron2.Tacotron2Model",
|
14 |
+
"AutoModelForPreTraining": "modeling_tacotron2.Tacotron2ForPreTraining"
|
15 |
+
},
|
16 |
+
"decoder_dropout": 0.1,
|
17 |
+
"decoder_early_stopping": true,
|
18 |
+
"decoder_max_step": 2000,
|
19 |
+
"decoder_rnn_dim": 1024,
|
20 |
+
"encoder_embedding_dim": 512,
|
21 |
+
"encoder_kernel_size": 5,
|
22 |
+
"encoder_n_convolution": 3,
|
23 |
+
"gate_threshold": 0.5,
|
24 |
+
"mask_padding": false,
|
25 |
+
"n_frames_per_step": 1,
|
26 |
+
"n_mels": 80,
|
27 |
+
"n_symbol": 392,
|
28 |
+
"postnet_embedding_dim": 512,
|
29 |
+
"postnet_kernel_size": 5,
|
30 |
+
"postnet_n_convolution": 5,
|
31 |
+
"prenet_dim": 256,
|
32 |
+
"symbol_embedding_dim": 512,
|
33 |
+
"torch_dtype": "float32",
|
34 |
+
"transformers_version": "4.25.1"
|
35 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:03fb85cdd940c30186c9e06a3e1dc858d74bc1b30330593e90fd246ae88971d3
|
3 |
+
size 113328429
|