fanaf91318 commited on
Commit
2277aa6
1 Parent(s): 4472132

Upload WhisperForConditionalGeneration

Browse files
README.md ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags: []
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+ This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
adapter_config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": {
4
+ "base_model_class": "WhisperForConditionalGeneration",
5
+ "parent_library": "transformers.models.whisper.modeling_whisper"
6
+ },
7
+ "base_model_name_or_path": "distil-whisper/distil-large-v3",
8
+ "bias": "none",
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 64,
17
+ "lora_dropout": 0.05,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 32,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "q_proj",
27
+ "v_proj"
28
+ ],
29
+ "task_type": null,
30
+ "use_dora": false,
31
+ "use_rslora": false
32
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6abc1c3604f337fa21aea0134226bfccce0a04399c8461db64a4ede138ea3f8f
3
+ size 23613424
generation_config.json ADDED
@@ -0,0 +1,307 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alignment_heads": [
3
+ [
4
+ 1,
5
+ 0
6
+ ],
7
+ [
8
+ 1,
9
+ 1
10
+ ],
11
+ [
12
+ 1,
13
+ 2
14
+ ],
15
+ [
16
+ 1,
17
+ 3
18
+ ],
19
+ [
20
+ 1,
21
+ 4
22
+ ],
23
+ [
24
+ 1,
25
+ 5
26
+ ],
27
+ [
28
+ 1,
29
+ 6
30
+ ],
31
+ [
32
+ 1,
33
+ 7
34
+ ],
35
+ [
36
+ 1,
37
+ 8
38
+ ],
39
+ [
40
+ 1,
41
+ 9
42
+ ],
43
+ [
44
+ 1,
45
+ 10
46
+ ],
47
+ [
48
+ 1,
49
+ 11
50
+ ],
51
+ [
52
+ 1,
53
+ 12
54
+ ],
55
+ [
56
+ 1,
57
+ 13
58
+ ],
59
+ [
60
+ 1,
61
+ 14
62
+ ],
63
+ [
64
+ 1,
65
+ 15
66
+ ],
67
+ [
68
+ 1,
69
+ 16
70
+ ],
71
+ [
72
+ 1,
73
+ 17
74
+ ],
75
+ [
76
+ 1,
77
+ 18
78
+ ],
79
+ [
80
+ 1,
81
+ 19
82
+ ]
83
+ ],
84
+ "begin_suppress_tokens": [
85
+ 220,
86
+ 50257
87
+ ],
88
+ "bos_token_id": 50257,
89
+ "decoder_start_token_id": 50258,
90
+ "eos_token_id": 50257,
91
+ "forced_decoder_ids": [
92
+ [
93
+ 1,
94
+ null
95
+ ],
96
+ [
97
+ 2,
98
+ 50360
99
+ ]
100
+ ],
101
+ "is_multilingual": true,
102
+ "lang_to_id": {
103
+ "<|af|>": 50327,
104
+ "<|am|>": 50334,
105
+ "<|ar|>": 50272,
106
+ "<|as|>": 50350,
107
+ "<|az|>": 50304,
108
+ "<|ba|>": 50355,
109
+ "<|be|>": 50330,
110
+ "<|bg|>": 50292,
111
+ "<|bn|>": 50302,
112
+ "<|bo|>": 50347,
113
+ "<|br|>": 50309,
114
+ "<|bs|>": 50315,
115
+ "<|ca|>": 50270,
116
+ "<|cs|>": 50283,
117
+ "<|cy|>": 50297,
118
+ "<|da|>": 50285,
119
+ "<|de|>": 50261,
120
+ "<|el|>": 50281,
121
+ "<|en|>": 50259,
122
+ "<|es|>": 50262,
123
+ "<|et|>": 50307,
124
+ "<|eu|>": 50310,
125
+ "<|fa|>": 50300,
126
+ "<|fi|>": 50277,
127
+ "<|fo|>": 50338,
128
+ "<|fr|>": 50265,
129
+ "<|gl|>": 50319,
130
+ "<|gu|>": 50333,
131
+ "<|haw|>": 50352,
132
+ "<|ha|>": 50354,
133
+ "<|he|>": 50279,
134
+ "<|hi|>": 50276,
135
+ "<|hr|>": 50291,
136
+ "<|ht|>": 50339,
137
+ "<|hu|>": 50286,
138
+ "<|hy|>": 50312,
139
+ "<|id|>": 50275,
140
+ "<|is|>": 50311,
141
+ "<|it|>": 50274,
142
+ "<|ja|>": 50266,
143
+ "<|jw|>": 50356,
144
+ "<|ka|>": 50329,
145
+ "<|kk|>": 50316,
146
+ "<|km|>": 50323,
147
+ "<|kn|>": 50306,
148
+ "<|ko|>": 50264,
149
+ "<|la|>": 50294,
150
+ "<|lb|>": 50345,
151
+ "<|ln|>": 50353,
152
+ "<|lo|>": 50336,
153
+ "<|lt|>": 50293,
154
+ "<|lv|>": 50301,
155
+ "<|mg|>": 50349,
156
+ "<|mi|>": 50295,
157
+ "<|mk|>": 50308,
158
+ "<|ml|>": 50296,
159
+ "<|mn|>": 50314,
160
+ "<|mr|>": 50320,
161
+ "<|ms|>": 50282,
162
+ "<|mt|>": 50343,
163
+ "<|my|>": 50346,
164
+ "<|ne|>": 50313,
165
+ "<|nl|>": 50271,
166
+ "<|nn|>": 50342,
167
+ "<|no|>": 50288,
168
+ "<|oc|>": 50328,
169
+ "<|pa|>": 50321,
170
+ "<|pl|>": 50269,
171
+ "<|ps|>": 50340,
172
+ "<|pt|>": 50267,
173
+ "<|ro|>": 50284,
174
+ "<|ru|>": 50263,
175
+ "<|sa|>": 50344,
176
+ "<|sd|>": 50332,
177
+ "<|si|>": 50322,
178
+ "<|sk|>": 50298,
179
+ "<|sl|>": 50305,
180
+ "<|sn|>": 50324,
181
+ "<|so|>": 50326,
182
+ "<|sq|>": 50317,
183
+ "<|sr|>": 50303,
184
+ "<|su|>": 50357,
185
+ "<|sv|>": 50273,
186
+ "<|sw|>": 50318,
187
+ "<|ta|>": 50287,
188
+ "<|te|>": 50299,
189
+ "<|tg|>": 50331,
190
+ "<|th|>": 50289,
191
+ "<|tk|>": 50341,
192
+ "<|tl|>": 50348,
193
+ "<|tr|>": 50268,
194
+ "<|tt|>": 50351,
195
+ "<|uk|>": 50280,
196
+ "<|ur|>": 50290,
197
+ "<|uz|>": 50337,
198
+ "<|vi|>": 50278,
199
+ "<|yi|>": 50335,
200
+ "<|yo|>": 50325,
201
+ "<|yue|>": 50358,
202
+ "<|zh|>": 50260
203
+ },
204
+ "language": "<|en|>",
205
+ "max_initial_timestamp_index": 50,
206
+ "max_length": 448,
207
+ "no_timestamps_token_id": 50364,
208
+ "pad_token_id": 50257,
209
+ "prev_sot_token_id": 50362,
210
+ "return_timestamps": false,
211
+ "suppress_tokens": [
212
+ 1,
213
+ 2,
214
+ 7,
215
+ 8,
216
+ 9,
217
+ 10,
218
+ 14,
219
+ 25,
220
+ 26,
221
+ 27,
222
+ 28,
223
+ 29,
224
+ 31,
225
+ 58,
226
+ 59,
227
+ 60,
228
+ 61,
229
+ 62,
230
+ 63,
231
+ 90,
232
+ 91,
233
+ 92,
234
+ 93,
235
+ 359,
236
+ 503,
237
+ 522,
238
+ 542,
239
+ 873,
240
+ 893,
241
+ 902,
242
+ 918,
243
+ 922,
244
+ 931,
245
+ 1350,
246
+ 1853,
247
+ 1982,
248
+ 2460,
249
+ 2627,
250
+ 3246,
251
+ 3253,
252
+ 3268,
253
+ 3536,
254
+ 3846,
255
+ 3961,
256
+ 4183,
257
+ 4667,
258
+ 6585,
259
+ 6647,
260
+ 7273,
261
+ 9061,
262
+ 9383,
263
+ 10428,
264
+ 10929,
265
+ 11938,
266
+ 12033,
267
+ 12331,
268
+ 12562,
269
+ 13793,
270
+ 14157,
271
+ 14635,
272
+ 15265,
273
+ 15618,
274
+ 16553,
275
+ 16604,
276
+ 18362,
277
+ 18956,
278
+ 20075,
279
+ 21675,
280
+ 22520,
281
+ 26130,
282
+ 26161,
283
+ 26435,
284
+ 28279,
285
+ 29464,
286
+ 31650,
287
+ 32302,
288
+ 32470,
289
+ 36865,
290
+ 42863,
291
+ 47425,
292
+ 49870,
293
+ 50254,
294
+ 50258,
295
+ 50359,
296
+ 50360,
297
+ 50361,
298
+ 50362,
299
+ 50363
300
+ ],
301
+ "task": "transcribe",
302
+ "task_to_id": {
303
+ "transcribe": 50360,
304
+ "translate": 50359
305
+ },
306
+ "transformers_version": "4.46.1"
307
+ }