benhadjermed commited on
Commit
6329f41
·
verified ·
1 Parent(s): 98032fd

Delete config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +0 -46
config.json DELETED
@@ -1,46 +0,0 @@
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
- "bos_token_id": 50257,
10
- "classifier_proj_size": 256,
11
- "d_model": 512,
12
- "decoder_attention_heads": 8,
13
- "decoder_ffn_dim": 2048,
14
- "decoder_layerdrop": 0.0,
15
- "decoder_layers": 6,
16
- "decoder_start_token_id": 50258,
17
- "dropout": 0.0,
18
- "dtype": "float32",
19
- "encoder_attention_heads": 8,
20
- "encoder_ffn_dim": 2048,
21
- "encoder_layerdrop": 0.0,
22
- "encoder_layers": 6,
23
- "eos_token_id": 50257,
24
- "forced_decoder_ids": null,
25
- "init_std": 0.02,
26
- "is_encoder_decoder": true,
27
- "mask_feature_length": 10,
28
- "mask_feature_min_masks": 0,
29
- "mask_feature_prob": 0.0,
30
- "mask_time_length": 10,
31
- "mask_time_min_masks": 2,
32
- "mask_time_prob": 0.05,
33
- "max_source_positions": 1500,
34
- "max_target_positions": 448,
35
- "median_filter_width": 7,
36
- "model_type": "whisper",
37
- "num_hidden_layers": 6,
38
- "num_mel_bins": 80,
39
- "pad_token_id": 50257,
40
- "scale_embedding": false,
41
- "tie_word_embeddings": true,
42
- "transformers_version": "5.0.0",
43
- "use_cache": false,
44
- "use_weighted_layer_sum": false,
45
- "vocab_size": 51865
46
- }