Upload model
Browse files- config.json +3 -2
config.json
CHANGED
@@ -4,11 +4,12 @@
|
|
4 |
"activation_function": "gelu",
|
5 |
"apply_spec_augment": false,
|
6 |
"architectures": [
|
7 |
-
"
|
8 |
],
|
9 |
"attention_dropout": 0.0,
|
10 |
"auto_map": {
|
11 |
-
"AutoConfig": "configuration_whisper_spkreg.WhisperSpkRegConfig"
|
|
|
12 |
},
|
13 |
"begin_suppress_tokens": [
|
14 |
220,
|
|
|
4 |
"activation_function": "gelu",
|
5 |
"apply_spec_augment": false,
|
6 |
"architectures": [
|
7 |
+
"WhisperSpkRegModel"
|
8 |
],
|
9 |
"attention_dropout": 0.0,
|
10 |
"auto_map": {
|
11 |
+
"AutoConfig": "configuration_whisper_spkreg.WhisperSpkRegConfig",
|
12 |
+
"AutoModel": "modeling_whisper_spkreg.WhisperSpkRegModel"
|
13 |
},
|
14 |
"begin_suppress_tokens": [
|
15 |
220,
|