yangwang825 commited on
Commit
7c96a2c
·
verified ·
1 Parent(s): 71543c5

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -1
config.json CHANGED
@@ -9,7 +9,9 @@
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,
 
9
  "attention_dropout": 0.0,
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,