CoolFace
Modelpublic

deepinfinityai/v6_01_ReportsModel

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes3downloads
config.json64 linesDownload Raw Back to root
1{2  "_name_or_path": "/mnt/batch/tasks/shared/LS_root/mounts/clusters/ganesh-gpu2/code/Users/ganesh.tr/Whisper_Model/v6_Robust_Model/Model_Files/v6_01_ReportsModel",3  "activation_dropout": 0.0,4  "activation_function": "gelu",5  "apply_spec_augment": false,6  "architectures": [7    "WhisperForConditionalGeneration"8  ],9  "attention_dropout": 0.0,10  "begin_suppress_tokens": null,11  "bos_token_id": 50257,12  "classifier_proj_size": 256,13  "d_model": 1280,14  "decoder_attention_heads": 20,15  "decoder_ffn_dim": 5120,16  "decoder_layerdrop": 0.0,17  "decoder_layers": 32,18  "decoder_start_token_id": 50258,19  "dropout": 0.0,20  "encoder_attention_heads": 20,21  "encoder_ffn_dim": 5120,22  "encoder_layerdrop": 0.0,23  "encoder_layers": 32,24  "eos_token_id": 50257,25  "forced_decoder_ids": [26    [27      1,28      5025929    ],30    [31      2,32      5035933    ],34    [35      3,36      5036337    ]38  ],39  "init_std": 0.02,40  "is_encoder_decoder": true,41  "language": "english",42  "mask_feature_length": 10,43  "mask_feature_min_masks": 0,44  "mask_feature_prob": 0.0,45  "mask_time_length": 10,46  "mask_time_min_masks": 2,47  "mask_time_prob": 0.05,48  "max_length": null,49  "max_source_positions": 1500,50  "max_target_positions": 448,51  "median_filter_width": 7,52  "model_type": "whisper",53  "num_hidden_layers": 32,54  "num_mel_bins": 80,55  "pad_token_id": 50257,56  "scale_embedding": false,57  "task": "transcribe",58  "torch_dtype": "float32",59  "transformers_version": "4.48.1",60  "use_cache": true,61  "use_weighted_layer_sum": false,62  "vocab_size": 5186563}64