Commit
·
7f06e72
1
Parent(s):
9aae591
Update config.json
Browse files- config.json +1 -2
config.json
CHANGED
@@ -4,8 +4,7 @@
|
|
4 |
],
|
5 |
"auto_map": {
|
6 |
"AutoConfig": "configuration_xvector.XvectorConfig",
|
7 |
-
"AutoModel": "modeling_xvector.XvectorModel"
|
8 |
-
"AutoModelForAudioClassification": "modeling_xvector.XvectorModelForSequenceClassification"
|
9 |
},
|
10 |
"hidden_size": 512,
|
11 |
"hop_length": 10,
|
|
|
4 |
],
|
5 |
"auto_map": {
|
6 |
"AutoConfig": "configuration_xvector.XvectorConfig",
|
7 |
+
"AutoModel": "modeling_xvector.XvectorModel"
|
|
|
8 |
},
|
9 |
"hidden_size": 512,
|
10 |
"hop_length": 10,
|