Huma10 commited on
Commit
e2152d0
·
verified ·
1 Parent(s): 23671e3

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -164
config.json DELETED
@@ -1,164 +0,0 @@
1
- {
2
- "_name_or_path": "openai/whisper-base.en",
3
- "activation_dropout": 0.0,
4
- "activation_function": "gelu",
5
- "apply_spec_augment": false,
6
- "architectures": [
7
- "WhisperForAudioClassification"
8
- ],
9
- "attention_dropout": 0.0,
10
- "begin_suppress_tokens": [
11
- 220,
12
- 50256
13
- ],
14
- "bos_token_id": 50257,
15
- "classifier_proj_size": 256,
16
- "d_model": 512,
17
- "decoder_attention_heads": 8,
18
- "decoder_ffn_dim": 2048,
19
- "decoder_layerdrop": 0.0,
20
- "decoder_layers": 6,
21
- "decoder_start_token_id": 50257,
22
- "dropout": 0.9,
23
- "encoder_attention_heads": 8,
24
- "encoder_ffn_dim": 2048,
25
- "encoder_layerdrop": 0.0,
26
- "encoder_layers": 6,
27
- "eos_token_id": 50256,
28
- "forced_decoder_ids": [
29
- [
30
- 1,
31
- 50362
32
- ]
33
- ],
34
- "id2label": {
35
- "0": "NoStutteredWords",
36
- "1": "WordRep",
37
- "2": "SoundRep",
38
- "3": "Prolongation",
39
- "4": "Interjection",
40
- "5": "Block"
41
- },
42
- "init_std": 0.02,
43
- "is_encoder_decoder": true,
44
- "label2id": {
45
- "Block": 5,
46
- "Interjection": 4,
47
- "NoStutteredWords": 0,
48
- "Prolongation": 3,
49
- "SoundRep": 2,
50
- "WordRep": 1
51
- },
52
- "mask_feature_length": 10,
53
- "mask_feature_min_masks": 0,
54
- "mask_feature_prob": 0.0,
55
- "mask_time_length": 10,
56
- "mask_time_min_masks": 2,
57
- "mask_time_prob": 0.05,
58
- "max_length": 448,
59
- "max_source_positions": 1500,
60
- "max_target_positions": 448,
61
- "median_filter_width": 7,
62
- "model_type": "whisper",
63
- "num_hidden_layers": 6,
64
- "num_mel_bins": 80,
65
- "pad_token_id": 50256,
66
- "scale_embedding": false,
67
- "suppress_tokens": [
68
- 1,
69
- 2,
70
- 7,
71
- 8,
72
- 9,
73
- 10,
74
- 14,
75
- 25,
76
- 26,
77
- 27,
78
- 28,
79
- 29,
80
- 31,
81
- 58,
82
- 59,
83
- 60,
84
- 61,
85
- 62,
86
- 63,
87
- 90,
88
- 91,
89
- 92,
90
- 93,
91
- 357,
92
- 366,
93
- 438,
94
- 532,
95
- 685,
96
- 705,
97
- 796,
98
- 930,
99
- 1058,
100
- 1220,
101
- 1267,
102
- 1279,
103
- 1303,
104
- 1343,
105
- 1377,
106
- 1391,
107
- 1635,
108
- 1782,
109
- 1875,
110
- 2162,
111
- 2361,
112
- 2488,
113
- 3467,
114
- 4008,
115
- 4211,
116
- 4600,
117
- 4808,
118
- 5299,
119
- 5855,
120
- 6329,
121
- 7203,
122
- 9609,
123
- 9959,
124
- 10563,
125
- 10786,
126
- 11420,
127
- 11709,
128
- 11907,
129
- 13163,
130
- 13697,
131
- 13700,
132
- 14808,
133
- 15306,
134
- 16410,
135
- 16791,
136
- 17992,
137
- 19203,
138
- 19510,
139
- 20724,
140
- 22305,
141
- 22935,
142
- 27007,
143
- 30109,
144
- 30420,
145
- 33409,
146
- 34949,
147
- 40283,
148
- 40493,
149
- 40549,
150
- 47282,
151
- 49146,
152
- 50257,
153
- 50357,
154
- 50358,
155
- 50359,
156
- 50360,
157
- 50361
158
- ],
159
- "torch_dtype": "float32",
160
- "transformers_version": "4.31.0",
161
- "use_cache": true,
162
- "use_weighted_layer_sum": false,
163
- "vocab_size": 51864
164
- }