Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
],
|
7 |
"auto_map": {
|
8 |
"AutoConfig": "configuration_bert_vits2.BertVits2Config",
|
9 |
-
"
|
10 |
},
|
11 |
"attention_dropout": 0.1,
|
12 |
"bert_configs": [
|
|
|
6 |
],
|
7 |
"auto_map": {
|
8 |
"AutoConfig": "configuration_bert_vits2.BertVits2Config",
|
9 |
+
"AutoModel": "modeling_bert_vits2.BertVits2Model"
|
10 |
},
|
11 |
"attention_dropout": 0.1,
|
12 |
"bert_configs": [
|