Update config.json
Browse files- config.json +4 -2
config.json
CHANGED
@@ -6,10 +6,12 @@
|
|
6 |
"architectures": [
|
7 |
"WhisperSpkRegModel"
|
8 |
],
|
9 |
-
"attention_dropout": 0.
|
10 |
"auto_map": {
|
11 |
"AutoConfig": "configuration_whisper_spkreg.WhisperSpkRegConfig",
|
12 |
-
"
|
|
|
|
|
13 |
},
|
14 |
"begin_suppress_tokens": [
|
15 |
220,
|
|
|
6 |
"architectures": [
|
7 |
"WhisperSpkRegModel"
|
8 |
],
|
9 |
+
"attention_dropout": 0.1,
|
10 |
"auto_map": {
|
11 |
"AutoConfig": "configuration_whisper_spkreg.WhisperSpkRegConfig",
|
12 |
+
"AutoFeatureExtractor": "feature_extractor_whisper_spkreg.WhisperSpkRegFeatureExtractor",
|
13 |
+
"AutoModel": "modeling_whisper_spkreg.WhisperSpkRegModel",
|
14 |
+
"AutoModelForAudioClassification": "modeling_whisper_spkreg.WhisperSpkRegForSequenceClassification"
|
15 |
},
|
16 |
"begin_suppress_tokens": [
|
17 |
220,
|