whisper_small_en / config.json
mattdangerw's picture
Upload folder using huggingface_hub
3926c0f verified
raw
history blame contribute delete
522 Bytes
{
"module": "keras_hub.src.models.whisper.whisper_backbone",
"class_name": "WhisperBackbone",
"config": {
"name": "whisper_backbone",
"trainable": true,
"vocabulary_size": 51864,
"num_layers": 12,
"num_heads": 12,
"hidden_dim": 768,
"intermediate_dim": 3072,
"num_mels": 80,
"dropout": 0.0,
"max_encoder_sequence_length": 3000,
"max_decoder_sequence_length": 448
},
"registered_name": "keras_hub>WhisperBackbone"
}