File size: 520 Bytes
4b85afc
112b049
4b85afc
 
 
 
 
 
 
 
 
 
 
 
 
 
112b049
4b85afc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "module": "keras_hub.src.models.whisper.whisper_backbone",
    "class_name": "WhisperBackbone",
    "config": {
        "name": "whisper_backbone",
        "trainable": true,
        "vocabulary_size": 51865,
        "num_layers": 4,
        "num_heads": 6,
        "hidden_dim": 384,
        "intermediate_dim": 1536,
        "num_mels": 80,
        "dropout": 0.0,
        "max_encoder_sequence_length": 3000,
        "max_decoder_sequence_length": 448
    },
    "registered_name": "keras_hub>WhisperBackbone"
}