Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -9,8 +9,8 @@
|
|
9 |
"Wav2Vec2ForSpeechClassification"
|
10 |
],
|
11 |
"auto_map": {
|
12 |
-
"AutoConfig": "Wav2Vec2Config",
|
13 |
-
"
|
14 |
},
|
15 |
"attention_dropout": 0.1,
|
16 |
"bos_token_id": 1,
|
|
|
9 |
"Wav2Vec2ForSpeechClassification"
|
10 |
],
|
11 |
"auto_map": {
|
12 |
+
"AutoConfig": "wav2vec2fsr_config.Wav2Vec2Config",
|
13 |
+
"AutoModel": "wav2vec2speechclassification.Wav2Vec2ForSpeechClassification"
|
14 |
},
|
15 |
"attention_dropout": 0.1,
|
16 |
"bos_token_id": 1,
|