Upload model
Browse files- config.json +2 -3
- model.safetensors +2 -2
config.json
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/content/drive/MyDrive/SIL/TTS-dgo-20240808",
|
3 |
"activation_dropout": 0.1,
|
4 |
"architectures": [
|
5 |
-
"
|
6 |
],
|
7 |
"attention_dropout": 0.1,
|
8 |
"depth_separable_channels": 2,
|
@@ -100,7 +99,7 @@
|
|
100 |
],
|
101 |
"use_bias": true,
|
102 |
"use_stochastic_duration_prediction": true,
|
103 |
-
"vocab_size":
|
104 |
"wavenet_dilation_rate": 1,
|
105 |
"wavenet_dropout": 0.0,
|
106 |
"wavenet_kernel_size": 5,
|
|
|
1 |
{
|
|
|
2 |
"activation_dropout": 0.1,
|
3 |
"architectures": [
|
4 |
+
"VitsModelForPreTraining"
|
5 |
],
|
6 |
"attention_dropout": 0.1,
|
7 |
"depth_separable_channels": 2,
|
|
|
99 |
],
|
100 |
"use_bias": true,
|
101 |
"use_stochastic_duration_prediction": true,
|
102 |
+
"vocab_size": 64,
|
103 |
"wavenet_dilation_rate": 1,
|
104 |
"wavenet_dropout": 0.0,
|
105 |
"wavenet_kernel_size": 5,
|
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:a124ec9e050e96dda2e322212eda04eb4032e0b9df7df63db6927e9022595769
|
3 |
+
size 332180680
|