Upload model
Browse files- config.json +3 -3
config.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "/
|
| 3 |
"activation_dropout": 0.1,
|
| 4 |
"architectures": [
|
| 5 |
"VitsModel"
|
| 6 |
],
|
| 7 |
"attention_dropout": 0.1,
|
| 8 |
"auto_map": {
|
| 9 |
-
"AutoConfig": "configuration_vits.VitsConfig",
|
| 10 |
-
"AutoModel": "modeling_vits.VitsModel"
|
| 11 |
},
|
| 12 |
"depth_separable_channels": 2,
|
| 13 |
"depth_separable_num_layers": 3,
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "anhnct/ljspeech_vits_mb_istft",
|
| 3 |
"activation_dropout": 0.1,
|
| 4 |
"architectures": [
|
| 5 |
"VitsModel"
|
| 6 |
],
|
| 7 |
"attention_dropout": 0.1,
|
| 8 |
"auto_map": {
|
| 9 |
+
"AutoConfig": "anhnct/ljspeech_vits_mb_istft--configuration_vits.VitsConfig",
|
| 10 |
+
"AutoModel": "anhnct/ljspeech_vits_mb_istft--modeling_vits.VitsModel"
|
| 11 |
},
|
| 12 |
"depth_separable_channels": 2,
|
| 13 |
"depth_separable_num_layers": 3,
|