CoolFace
Modelpublic

OwLim/whisper-java-SLR41-SLR35

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
0likes47downloads
config.json61 linesDownload Raw Back to root
1{2  "activation_dropout": 0.0,3  "activation_function": "gelu",4  "apply_spec_augment": false,5  "architectures": [6    "WhisperForConditionalGeneration"7  ],8  "attention_dropout": 0.0,9  "begin_suppress_tokens": null,10  "bos_token_id": 50257,11  "classifier_proj_size": 256,12  "d_model": 768,13  "decoder_attention_heads": 12,14  "decoder_ffn_dim": 3072,15  "decoder_layerdrop": 0.0,16  "decoder_layers": 12,17  "decoder_start_token_id": 50258,18  "dropout": 0.0,19  "encoder_attention_heads": 12,20  "encoder_ffn_dim": 3072,21  "encoder_layerdrop": 0.0,22  "encoder_layers": 12,23  "eos_token_id": 50257,24  "forced_decoder_ids": [25    [26      1,27      5025928    ],29    [30      2,31      5035932    ],33    [34      3,35      5036336    ]37  ],38  "init_std": 0.02,39  "is_encoder_decoder": true,40  "mask_feature_length": 10,41  "mask_feature_min_masks": 0,42  "mask_feature_prob": 0.0,43  "mask_time_length": 10,44  "mask_time_min_masks": 2,45  "mask_time_prob": 0.05,46  "max_length": null,47  "max_source_positions": 1500,48  "max_target_positions": 448,49  "median_filter_width": 7,50  "model_type": "whisper",51  "num_hidden_layers": 12,52  "num_mel_bins": 80,53  "pad_token_id": 50257,54  "scale_embedding": false,55  "torch_dtype": "float32",56  "transformers_version": "4.51.3",57  "use_cache": false,58  "use_weighted_layer_sum": false,59  "vocab_size": 5186560}61