Whisper-Large-V3-MLX / config.json
leduclinh's picture
Duplicate from mlx-community/whisper-large-v3-mlx
bc3a3c2
raw
history blame contribute delete
269 Bytes
{
"n_mels": 128,
"n_audio_ctx": 1500,
"n_audio_state": 1280,
"n_audio_head": 20,
"n_audio_layer": 32,
"n_vocab": 51866,
"n_text_ctx": 448,
"n_text_state": 1280,
"n_text_head": 20,
"n_text_layer": 32,
"model_type": "whisper"
}