Simranjit commited on
Commit
aa03f98
·
verified ·
1 Parent(s): 7a548ef

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +62 -62
config.json CHANGED
@@ -1,62 +1,62 @@
1
- {
2
- "_attn_implementation_autoset": true,
3
- "_name_or_path": "openai/whisper-small.en",
4
- "activation_dropout": 0.0,
5
- "activation_function": "gelu",
6
- "apply_spec_augment": false,
7
- "architectures": [
8
- "WhisperForConditionalGeneration"
9
- ],
10
- "attention_dropout": 0.0,
11
- "begin_suppress_tokens": null,
12
- "bos_token_id": 50257,
13
- "classifier_proj_size": 256,
14
- "d_model": 768,
15
- "decoder_attention_heads": 12,
16
- "decoder_ffn_dim": 3072,
17
- "decoder_layerdrop": 0.0,
18
- "decoder_layers": 12,
19
- "decoder_start_token_id": 50258,
20
- "dropout": 0.0,
21
- "encoder_attention_heads": 12,
22
- "encoder_ffn_dim": 3072,
23
- "encoder_layerdrop": 0.0,
24
- "encoder_layers": 12,
25
- "eos_token_id": 50257,
26
- "forced_decoder_ids": [
27
- [
28
- 1,
29
- 50259
30
- ],
31
- [
32
- 2,
33
- 50359
34
- ],
35
- [
36
- 3,
37
- 50363
38
- ]
39
- ],
40
- "init_std": 0.02,
41
- "is_encoder_decoder": true,
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": 12,
54
- "num_mel_bins": 80,
55
- "pad_token_id": 50257,
56
- "scale_embedding": false,
57
- "torch_dtype": "float32",
58
- "transformers_version": "4.49.0",
59
- "use_cache": false,
60
- "use_weighted_layer_sum": false,
61
- "vocab_size": 51865
62
- }
 
1
+ {
2
+ "_attn_implementation_autoset": true,
3
+ "_name_or_path": "openai/whisper-small.en",
4
+ "activation_dropout": 0.0,
5
+ "activation_function": "gelu",
6
+ "apply_spec_augment": false,
7
+ "architectures": [
8
+ "WhisperForConditionalGeneration"
9
+ ],
10
+ "attention_dropout": 0.0,
11
+ "begin_suppress_tokens": null,
12
+ "bos_token_id": 50257,
13
+ "classifier_proj_size": 256,
14
+ "d_model": 768,
15
+ "decoder_attention_heads": 12,
16
+ "decoder_ffn_dim": 3072,
17
+ "decoder_layerdrop": 0.0,
18
+ "decoder_layers": 12,
19
+ "decoder_start_token_id": 50258,
20
+ "dropout": 0.0,
21
+ "encoder_attention_heads": 12,
22
+ "encoder_ffn_dim": 3072,
23
+ "encoder_layerdrop": 0.0,
24
+ "encoder_layers": 12,
25
+ "eos_token_id": 50257,
26
+ "forced_decoder_ids": [
27
+ [
28
+ 1,
29
+ 50259
30
+ ],
31
+ [
32
+ 2,
33
+ 50359
34
+ ],
35
+ [
36
+ 3,
37
+ 50363
38
+ ]
39
+ ],
40
+ "init_std": 0.02,
41
+ "is_encoder_decoder": true,
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-small.en",
53
+ "num_hidden_layers": 12,
54
+ "num_mel_bins": 80,
55
+ "pad_token_id": 50257,
56
+ "scale_embedding": false,
57
+ "torch_dtype": "float32",
58
+ "transformers_version": "4.49.0",
59
+ "use_cache": false,
60
+ "use_weighted_layer_sum": false,
61
+ "vocab_size": 51865
62
+ }