whisper_base_multi / config.json
Divyasreepat's picture
Upload folder using huggingface_hub
80e173c verified
raw
history blame
573 Bytes
{
"module": "keras_nlp.src.models.whisper.whisper_backbone",
"class_name": "WhisperBackbone",
"config": {
"name": "whisper_backbone",
"trainable": true,
"vocabulary_size": 51865,
"num_layers": 6,
"num_heads": 8,
"hidden_dim": 512,
"intermediate_dim": 2048,
"num_mels": 80,
"dropout": 0.0,
"max_encoder_sequence_length": 3000,
"max_decoder_sequence_length": 448
},
"registered_name": "keras_nlp>WhisperBackbone",
"assets": [],
"weights": "model.weights.h5"
}