Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
"Wav2Vec2ForSpeechClassification"
|
10 |
],
|
11 |
"auto_map": {
|
12 |
-
"AutoConfig": "
|
13 |
"AutoModelForAudioClassification": "wav2vec2speechclassification.Wav2Vec2ForSpeechClassification"
|
14 |
},
|
15 |
"attention_dropout": 0.1,
|
|
|
9 |
"Wav2Vec2ForSpeechClassification"
|
10 |
],
|
11 |
"auto_map": {
|
12 |
+
"AutoConfig": "AutoConfig",
|
13 |
"AutoModelForAudioClassification": "wav2vec2speechclassification.Wav2Vec2ForSpeechClassification"
|
14 |
},
|
15 |
"attention_dropout": 0.1,
|