tykiww commited on
Commit
c19e19e
1 Parent(s): e8bdd78

Update config/config.json

Browse files
Files changed (1) hide show
  1. config/config.json +2 -1
config/config.json CHANGED
@@ -8,7 +8,8 @@
8
  "diarizer": "pyannote/speaker-diarization-3.1",
9
  "asr": {
10
  "type": "automatic-speech-recognition",
11
- "transcriber": "openai/whisper-base"
 
12
  }
13
  },
14
  "session": {
 
8
  "diarizer": "pyannote/speaker-diarization-3.1",
9
  "asr": {
10
  "type": "automatic-speech-recognition",
11
+ "transcriber": "openai/whisper-base",
12
+ "max_new_tokens": 256
13
  }
14
  },
15
  "session": {