Jingya HF Staff commited on
Commit
5626b90
·
verified ·
1 Parent(s): 120a20b

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +159 -0
config.json ADDED
@@ -0,0 +1,159 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": true,
3
+ "_name_or_path": "openai/whisper-tiny",
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": [
12
+ 220,
13
+ 50257
14
+ ],
15
+ "bos_token_id": 50257,
16
+ "classifier_proj_size": 256,
17
+ "d_model": 384,
18
+ "decoder_attention_heads": 6,
19
+ "decoder_ffn_dim": 1536,
20
+ "decoder_layerdrop": 0.0,
21
+ "decoder_layers": 4,
22
+ "decoder_start_token_id": 50258,
23
+ "dropout": 0.0,
24
+ "encoder_attention_heads": 6,
25
+ "encoder_ffn_dim": 1536,
26
+ "encoder_layerdrop": 0.0,
27
+ "encoder_layers": 4,
28
+ "eos_token_id": 50257,
29
+ "forced_decoder_ids": [
30
+ [
31
+ 1,
32
+ 50259
33
+ ],
34
+ [
35
+ 2,
36
+ 50359
37
+ ],
38
+ [
39
+ 3,
40
+ 50363
41
+ ]
42
+ ],
43
+ "init_std": 0.02,
44
+ "is_encoder_decoder": true,
45
+ "mask_feature_length": 10,
46
+ "mask_feature_min_masks": 0,
47
+ "mask_feature_prob": 0.0,
48
+ "mask_time_length": 10,
49
+ "mask_time_min_masks": 2,
50
+ "mask_time_prob": 0.05,
51
+ "max_length": 448,
52
+ "max_source_positions": 1500,
53
+ "max_target_positions": 448,
54
+ "median_filter_width": 7,
55
+ "model_type": "whisper",
56
+ "num_hidden_layers": 4,
57
+ "num_mel_bins": 80,
58
+ "pad_token_id": 50257,
59
+ "scale_embedding": false,
60
+ "stride": [
61
+ 1,
62
+ 2
63
+ ],
64
+ "suppress_tokens": [
65
+ 1,
66
+ 2,
67
+ 7,
68
+ 8,
69
+ 9,
70
+ 10,
71
+ 14,
72
+ 25,
73
+ 26,
74
+ 27,
75
+ 28,
76
+ 29,
77
+ 31,
78
+ 58,
79
+ 59,
80
+ 60,
81
+ 61,
82
+ 62,
83
+ 63,
84
+ 90,
85
+ 91,
86
+ 92,
87
+ 93,
88
+ 359,
89
+ 503,
90
+ 522,
91
+ 542,
92
+ 873,
93
+ 893,
94
+ 902,
95
+ 918,
96
+ 922,
97
+ 931,
98
+ 1350,
99
+ 1853,
100
+ 1982,
101
+ 2460,
102
+ 2627,
103
+ 3246,
104
+ 3253,
105
+ 3268,
106
+ 3536,
107
+ 3846,
108
+ 3961,
109
+ 4183,
110
+ 4667,
111
+ 6585,
112
+ 6647,
113
+ 7273,
114
+ 9061,
115
+ 9383,
116
+ 10428,
117
+ 10929,
118
+ 11938,
119
+ 12033,
120
+ 12331,
121
+ 12562,
122
+ 13793,
123
+ 14157,
124
+ 14635,
125
+ 15265,
126
+ 15618,
127
+ 16553,
128
+ 16604,
129
+ 18362,
130
+ 18956,
131
+ 20075,
132
+ 21675,
133
+ 22520,
134
+ 26130,
135
+ 26161,
136
+ 26435,
137
+ 28279,
138
+ 29464,
139
+ 31650,
140
+ 32302,
141
+ 32470,
142
+ 36865,
143
+ 42863,
144
+ 47425,
145
+ 49870,
146
+ 50254,
147
+ 50258,
148
+ 50358,
149
+ 50359,
150
+ 50360,
151
+ 50361,
152
+ 50362
153
+ ],
154
+ "torch_dtype": "float32",
155
+ "transformers_version": "4.49.0",
156
+ "use_cache": true,
157
+ "use_weighted_layer_sum": false,
158
+ "vocab_size": 51865
159
+ }