golesheed commited on
Commit
76fe42e
1 Parent(s): 9eaa89c

End of training

Browse files
README.md CHANGED
@@ -1,199 +1,200 @@
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]
 
1
  ---
2
  library_name: transformers
3
+ language:
4
+ - nl
5
+ license: apache-2.0
6
+ base_model: openai/whisper-large-v2
7
+ tags:
8
+ - generated_from_trainer
9
+ metrics:
10
+ - wer
11
+ model-index:
12
+ - name: Whisper Large V2
13
+ results: []
14
  ---
15
 
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ # Whisper Large V2
20
+
21
+ This model is a fine-tuned version of [openai/whisper-large-v2](https://huggingface.co/openai/whisper-large-v2) on the None dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.2718
24
+ - Wer: 12.0890
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 3e-05
44
+ - train_batch_size: 12
45
+ - eval_batch_size: 8
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - lr_scheduler_warmup_steps: 20
50
+ - num_epochs: 5
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
55
+ |:-------------:|:------:|:----:|:---------------:|:-------:|
56
+ | 0.6207 | 0.0363 | 15 | 0.4288 | 32.3752 |
57
+ | 0.3918 | 0.0726 | 30 | 0.3455 | 20.7368 |
58
+ | 0.3211 | 0.1090 | 45 | 0.3369 | 20.8217 |
59
+ | 0.334 | 0.1453 | 60 | 0.3248 | 25.7734 |
60
+ | 0.2569 | 0.1816 | 75 | 0.3246 | 20.9820 |
61
+ | 0.3159 | 0.2179 | 90 | 0.3134 | 25.2413 |
62
+ | 0.3103 | 0.2542 | 105 | 0.3077 | 22.0887 |
63
+ | 0.2935 | 0.2906 | 120 | 0.3057 | 38.6207 |
64
+ | 0.2732 | 0.3269 | 135 | 0.2989 | 18.7783 |
65
+ | 0.2991 | 0.3632 | 150 | 0.2998 | 17.9793 |
66
+ | 0.2969 | 0.3995 | 165 | 0.2960 | 53.2697 |
67
+ | 0.2613 | 0.4358 | 180 | 0.2945 | 17.8562 |
68
+ | 0.2805 | 0.4722 | 195 | 0.2835 | 20.5019 |
69
+ | 0.2799 | 0.5085 | 210 | 0.2936 | 52.1934 |
70
+ | 0.2683 | 0.5448 | 225 | 0.2765 | 55.7750 |
71
+ | 0.2678 | 0.5811 | 240 | 0.2794 | 30.6948 |
72
+ | 0.2499 | 0.6174 | 255 | 0.2770 | 16.5277 |
73
+ | 0.2575 | 0.6538 | 270 | 0.2740 | 31.0770 |
74
+ | 0.2667 | 0.6901 | 285 | 0.2694 | 24.9926 |
75
+ | 0.2807 | 0.7264 | 300 | 0.2657 | 27.1496 |
76
+ | 0.2671 | 0.7627 | 315 | 0.2672 | 22.6823 |
77
+ | 0.2783 | 0.7990 | 330 | 0.2604 | 15.4904 |
78
+ | 0.225 | 0.8354 | 345 | 0.2594 | 14.7876 |
79
+ | 0.243 | 0.8717 | 360 | 0.2613 | 15.3180 |
80
+ | 0.2514 | 0.9080 | 375 | 0.2521 | 13.9288 |
81
+ | 0.25 | 0.9443 | 390 | 0.2523 | 24.4441 |
82
+ | 0.2498 | 0.9806 | 405 | 0.2496 | 13.9895 |
83
+ | 0.2133 | 1.0169 | 420 | 0.2483 | 21.0375 |
84
+ | 0.1285 | 1.0533 | 435 | 0.2591 | 15.6542 |
85
+ | 0.1388 | 1.0896 | 450 | 0.2513 | 17.0113 |
86
+ | 0.1318 | 1.1259 | 465 | 0.2523 | 14.6238 |
87
+ | 0.1187 | 1.1622 | 480 | 0.2500 | 15.2218 |
88
+ | 0.1357 | 1.1985 | 495 | 0.2490 | 15.0198 |
89
+ | 0.1225 | 1.2349 | 510 | 0.2461 | 14.6593 |
90
+ | 0.1258 | 1.2712 | 525 | 0.2466 | 16.0043 |
91
+ | 0.1089 | 1.3075 | 540 | 0.2505 | 13.6654 |
92
+ | 0.1375 | 1.3438 | 555 | 0.2467 | 14.4479 |
93
+ | 0.1251 | 1.3801 | 570 | 0.2450 | 16.3813 |
94
+ | 0.1413 | 1.4165 | 585 | 0.2465 | 14.1948 |
95
+ | 0.1286 | 1.4528 | 600 | 0.2512 | 15.9974 |
96
+ | 0.1345 | 1.4891 | 615 | 0.2416 | 16.1057 |
97
+ | 0.133 | 1.5254 | 630 | 0.2384 | 13.7381 |
98
+ | 0.132 | 1.5617 | 645 | 0.2389 | 13.6697 |
99
+ | 0.1314 | 1.5981 | 660 | 0.2382 | 13.4331 |
100
+ | 0.1509 | 1.6344 | 675 | 0.2355 | 15.0337 |
101
+ | 0.1427 | 1.6707 | 690 | 0.2399 | 19.7359 |
102
+ | 0.1105 | 1.7070 | 705 | 0.2350 | 12.7000 |
103
+ | 0.112 | 1.7433 | 720 | 0.2402 | 13.1818 |
104
+ | 0.1401 | 1.7797 | 735 | 0.2327 | 12.9339 |
105
+ | 0.1396 | 1.8160 | 750 | 0.2304 | 12.3828 |
106
+ | 0.136 | 1.8523 | 765 | 0.2287 | 13.1263 |
107
+ | 0.1231 | 1.8886 | 780 | 0.2333 | 14.8708 |
108
+ | 0.1216 | 1.9249 | 795 | 0.2297 | 16.6464 |
109
+ | 0.1174 | 1.9613 | 810 | 0.2276 | 14.5008 |
110
+ | 0.1181 | 1.9976 | 825 | 0.2332 | 13.7295 |
111
+ | 0.0624 | 2.0339 | 840 | 0.2484 | 12.7234 |
112
+ | 0.0706 | 2.0702 | 855 | 0.2373 | 19.1578 |
113
+ | 0.0642 | 2.1065 | 870 | 0.2418 | 12.6627 |
114
+ | 0.0716 | 2.1429 | 885 | 0.2425 | 13.5371 |
115
+ | 0.0525 | 2.1792 | 900 | 0.2389 | 14.8656 |
116
+ | 0.0777 | 2.2155 | 915 | 0.2339 | 14.8517 |
117
+ | 0.0608 | 2.2518 | 930 | 0.2383 | 13.0015 |
118
+ | 0.0604 | 2.2881 | 945 | 0.2356 | 13.4054 |
119
+ | 0.0662 | 2.3245 | 960 | 0.2356 | 13.6983 |
120
+ | 0.0608 | 2.3608 | 975 | 0.2393 | 17.8094 |
121
+ | 0.0653 | 2.3971 | 990 | 0.2327 | 16.9290 |
122
+ | 0.0627 | 2.4334 | 1005 | 0.2357 | 13.6038 |
123
+ | 0.062 | 2.4697 | 1020 | 0.2312 | 12.3230 |
124
+ | 0.0576 | 2.5061 | 1035 | 0.2341 | 13.1861 |
125
+ | 0.0689 | 2.5424 | 1050 | 0.2311 | 13.4201 |
126
+ | 0.055 | 2.5787 | 1065 | 0.2359 | 13.2728 |
127
+ | 0.0549 | 2.6150 | 1080 | 0.2317 | 14.2668 |
128
+ | 0.0548 | 2.6513 | 1095 | 0.2319 | 12.5076 |
129
+ | 0.0516 | 2.6877 | 1110 | 0.2363 | 13.6420 |
130
+ | 0.0528 | 2.7240 | 1125 | 0.2336 | 12.1982 |
131
+ | 0.0614 | 2.7603 | 1140 | 0.2311 | 13.2737 |
132
+ | 0.0569 | 2.7966 | 1155 | 0.2342 | 12.6601 |
133
+ | 0.0478 | 2.8329 | 1170 | 0.2297 | 13.1307 |
134
+ | 0.065 | 2.8692 | 1185 | 0.2276 | 13.2182 |
135
+ | 0.0492 | 2.9056 | 1200 | 0.2351 | 12.6402 |
136
+ | 0.0596 | 2.9419 | 1215 | 0.2274 | 11.7580 |
137
+ | 0.0647 | 2.9782 | 1230 | 0.2289 | 12.5284 |
138
+ | 0.048 | 3.0145 | 1245 | 0.2341 | 12.0916 |
139
+ | 0.0196 | 3.0508 | 1260 | 0.2496 | 13.0735 |
140
+ | 0.0274 | 3.0872 | 1275 | 0.2452 | 12.2493 |
141
+ | 0.0219 | 3.1235 | 1290 | 0.2398 | 12.6055 |
142
+ | 0.0237 | 3.1598 | 1305 | 0.2413 | 12.8872 |
143
+ | 0.027 | 3.1961 | 1320 | 0.2414 | 12.0492 |
144
+ | 0.0203 | 3.2324 | 1335 | 0.2509 | 12.3065 |
145
+ | 0.0233 | 3.2688 | 1350 | 0.2421 | 11.7536 |
146
+ | 0.0243 | 3.3051 | 1365 | 0.2425 | 11.7623 |
147
+ | 0.0178 | 3.3414 | 1380 | 0.2442 | 11.3715 |
148
+ | 0.0229 | 3.3777 | 1395 | 0.2444 | 11.8464 |
149
+ | 0.0218 | 3.4140 | 1410 | 0.2485 | 11.0933 |
150
+ | 0.0177 | 3.4504 | 1425 | 0.2452 | 11.3585 |
151
+ | 0.0211 | 3.4867 | 1440 | 0.2440 | 12.4669 |
152
+ | 0.0212 | 3.5230 | 1455 | 0.2447 | 12.4140 |
153
+ | 0.0226 | 3.5593 | 1470 | 0.2399 | 12.2875 |
154
+ | 0.0212 | 3.5956 | 1485 | 0.2436 | 12.4140 |
155
+ | 0.0221 | 3.6320 | 1500 | 0.2506 | 11.4304 |
156
+ | 0.0222 | 3.6683 | 1515 | 0.2434 | 11.1462 |
157
+ | 0.0261 | 3.7046 | 1530 | 0.2385 | 11.7268 |
158
+ | 0.0208 | 3.7409 | 1545 | 0.2447 | 12.7416 |
159
+ | 0.018 | 3.7772 | 1560 | 0.2488 | 12.2883 |
160
+ | 0.0245 | 3.8136 | 1575 | 0.2389 | 11.5231 |
161
+ | 0.0182 | 3.8499 | 1590 | 0.2415 | 14.8587 |
162
+ | 0.0245 | 3.8862 | 1605 | 0.2416 | 12.1410 |
163
+ | 0.0216 | 3.9225 | 1620 | 0.2389 | 10.9174 |
164
+ | 0.0173 | 3.9588 | 1635 | 0.2418 | 10.9044 |
165
+ | 0.0238 | 3.9952 | 1650 | 0.2427 | 11.7458 |
166
+ | 0.0109 | 4.0315 | 1665 | 0.2480 | 12.4651 |
167
+ | 0.0066 | 4.0678 | 1680 | 0.2601 | 11.1817 |
168
+ | 0.0063 | 4.1041 | 1695 | 0.2645 | 11.0508 |
169
+ | 0.007 | 4.1404 | 1710 | 0.2670 | 11.4815 |
170
+ | 0.0075 | 4.1768 | 1725 | 0.2678 | 11.7996 |
171
+ | 0.0062 | 4.2131 | 1740 | 0.2653 | 12.3273 |
172
+ | 0.0068 | 4.2494 | 1755 | 0.2656 | 13.6402 |
173
+ | 0.007 | 4.2857 | 1770 | 0.2650 | 13.8161 |
174
+ | 0.0078 | 4.3220 | 1785 | 0.2660 | 12.8785 |
175
+ | 0.007 | 4.3584 | 1800 | 0.2674 | 12.9296 |
176
+ | 0.0072 | 4.3947 | 1815 | 0.2667 | 11.5335 |
177
+ | 0.0058 | 4.4310 | 1830 | 0.2673 | 11.4235 |
178
+ | 0.0051 | 4.4673 | 1845 | 0.2673 | 11.5630 |
179
+ | 0.0067 | 4.5036 | 1860 | 0.2699 | 11.2588 |
180
+ | 0.0085 | 4.5400 | 1875 | 0.2672 | 11.1618 |
181
+ | 0.0054 | 4.5763 | 1890 | 0.2656 | 12.3143 |
182
+ | 0.0061 | 4.6126 | 1905 | 0.2667 | 11.3862 |
183
+ | 0.0052 | 4.6489 | 1920 | 0.2673 | 11.3793 |
184
+ | 0.0084 | 4.6852 | 1935 | 0.2683 | 11.2865 |
185
+ | 0.005 | 4.7215 | 1950 | 0.2693 | 11.3229 |
186
+ | 0.0053 | 4.7579 | 1965 | 0.2726 | 11.5266 |
187
+ | 0.0052 | 4.7942 | 1980 | 0.2740 | 11.6679 |
188
+ | 0.0051 | 4.8305 | 1995 | 0.2729 | 11.4573 |
189
+ | 0.0049 | 4.8668 | 2010 | 0.2724 | 11.4980 |
190
+ | 0.0058 | 4.9031 | 2025 | 0.2720 | 11.7450 |
191
+ | 0.0047 | 4.9395 | 2040 | 0.2717 | 11.9235 |
192
+ | 0.0064 | 4.9758 | 2055 | 0.2718 | 12.0890 |
193
+
194
+
195
+ ### Framework versions
196
+
197
+ - Transformers 4.45.0.dev0
198
+ - Pytorch 2.1.0+cu121
199
+ - Datasets 2.20.0
200
+ - Tokenizers 0.19.1
 
 
 
 
 
 
 
 
 
generation_config.json ADDED
@@ -0,0 +1,227 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alignment_heads": [
3
+ [
4
+ 10,
5
+ 12
6
+ ],
7
+ [
8
+ 13,
9
+ 17
10
+ ],
11
+ [
12
+ 16,
13
+ 11
14
+ ],
15
+ [
16
+ 16,
17
+ 12
18
+ ],
19
+ [
20
+ 16,
21
+ 13
22
+ ],
23
+ [
24
+ 17,
25
+ 15
26
+ ],
27
+ [
28
+ 17,
29
+ 16
30
+ ],
31
+ [
32
+ 18,
33
+ 4
34
+ ],
35
+ [
36
+ 18,
37
+ 11
38
+ ],
39
+ [
40
+ 18,
41
+ 19
42
+ ],
43
+ [
44
+ 19,
45
+ 11
46
+ ],
47
+ [
48
+ 21,
49
+ 2
50
+ ],
51
+ [
52
+ 21,
53
+ 3
54
+ ],
55
+ [
56
+ 22,
57
+ 3
58
+ ],
59
+ [
60
+ 22,
61
+ 9
62
+ ],
63
+ [
64
+ 22,
65
+ 12
66
+ ],
67
+ [
68
+ 23,
69
+ 5
70
+ ],
71
+ [
72
+ 23,
73
+ 7
74
+ ],
75
+ [
76
+ 23,
77
+ 13
78
+ ],
79
+ [
80
+ 25,
81
+ 5
82
+ ],
83
+ [
84
+ 26,
85
+ 1
86
+ ],
87
+ [
88
+ 26,
89
+ 12
90
+ ],
91
+ [
92
+ 27,
93
+ 15
94
+ ]
95
+ ],
96
+ "begin_suppress_tokens": [
97
+ 220,
98
+ 50257
99
+ ],
100
+ "bos_token_id": 50257,
101
+ "decoder_start_token_id": 50258,
102
+ "eos_token_id": 50257,
103
+ "forced_decoder_ids": [
104
+ [
105
+ 1,
106
+ null
107
+ ],
108
+ [
109
+ 2,
110
+ 50359
111
+ ]
112
+ ],
113
+ "is_multilingual": true,
114
+ "lang_to_id": {
115
+ "<|af|>": 50327,
116
+ "<|am|>": 50334,
117
+ "<|ar|>": 50272,
118
+ "<|as|>": 50350,
119
+ "<|az|>": 50304,
120
+ "<|ba|>": 50355,
121
+ "<|be|>": 50330,
122
+ "<|bg|>": 50292,
123
+ "<|bn|>": 50302,
124
+ "<|bo|>": 50347,
125
+ "<|br|>": 50309,
126
+ "<|bs|>": 50315,
127
+ "<|ca|>": 50270,
128
+ "<|cs|>": 50283,
129
+ "<|cy|>": 50297,
130
+ "<|da|>": 50285,
131
+ "<|de|>": 50261,
132
+ "<|el|>": 50281,
133
+ "<|en|>": 50259,
134
+ "<|es|>": 50262,
135
+ "<|et|>": 50307,
136
+ "<|eu|>": 50310,
137
+ "<|fa|>": 50300,
138
+ "<|fi|>": 50277,
139
+ "<|fo|>": 50338,
140
+ "<|fr|>": 50265,
141
+ "<|gl|>": 50319,
142
+ "<|gu|>": 50333,
143
+ "<|haw|>": 50352,
144
+ "<|ha|>": 50354,
145
+ "<|he|>": 50279,
146
+ "<|hi|>": 50276,
147
+ "<|hr|>": 50291,
148
+ "<|ht|>": 50339,
149
+ "<|hu|>": 50286,
150
+ "<|hy|>": 50312,
151
+ "<|id|>": 50275,
152
+ "<|is|>": 50311,
153
+ "<|it|>": 50274,
154
+ "<|ja|>": 50266,
155
+ "<|jw|>": 50356,
156
+ "<|ka|>": 50329,
157
+ "<|kk|>": 50316,
158
+ "<|km|>": 50323,
159
+ "<|kn|>": 50306,
160
+ "<|ko|>": 50264,
161
+ "<|la|>": 50294,
162
+ "<|lb|>": 50345,
163
+ "<|ln|>": 50353,
164
+ "<|lo|>": 50336,
165
+ "<|lt|>": 50293,
166
+ "<|lv|>": 50301,
167
+ "<|mg|>": 50349,
168
+ "<|mi|>": 50295,
169
+ "<|mk|>": 50308,
170
+ "<|ml|>": 50296,
171
+ "<|mn|>": 50314,
172
+ "<|mr|>": 50320,
173
+ "<|ms|>": 50282,
174
+ "<|mt|>": 50343,
175
+ "<|my|>": 50346,
176
+ "<|ne|>": 50313,
177
+ "<|nl|>": 50271,
178
+ "<|nn|>": 50342,
179
+ "<|no|>": 50288,
180
+ "<|oc|>": 50328,
181
+ "<|pa|>": 50321,
182
+ "<|pl|>": 50269,
183
+ "<|ps|>": 50340,
184
+ "<|pt|>": 50267,
185
+ "<|ro|>": 50284,
186
+ "<|ru|>": 50263,
187
+ "<|sa|>": 50344,
188
+ "<|sd|>": 50332,
189
+ "<|si|>": 50322,
190
+ "<|sk|>": 50298,
191
+ "<|sl|>": 50305,
192
+ "<|sn|>": 50324,
193
+ "<|so|>": 50326,
194
+ "<|sq|>": 50317,
195
+ "<|sr|>": 50303,
196
+ "<|su|>": 50357,
197
+ "<|sv|>": 50273,
198
+ "<|sw|>": 50318,
199
+ "<|ta|>": 50287,
200
+ "<|te|>": 50299,
201
+ "<|tg|>": 50331,
202
+ "<|th|>": 50289,
203
+ "<|tk|>": 50341,
204
+ "<|tl|>": 50348,
205
+ "<|tr|>": 50268,
206
+ "<|tt|>": 50351,
207
+ "<|uk|>": 50280,
208
+ "<|ur|>": 50290,
209
+ "<|uz|>": 50337,
210
+ "<|vi|>": 50278,
211
+ "<|yi|>": 50335,
212
+ "<|yo|>": 50325,
213
+ "<|zh|>": 50260
214
+ },
215
+ "max_initial_timestamp_index": 50,
216
+ "max_length": 448,
217
+ "no_timestamps_token_id": 50363,
218
+ "pad_token_id": 50257,
219
+ "prev_sot_token_id": 50361,
220
+ "return_timestamps": false,
221
+ "suppress_tokens": [],
222
+ "task_to_id": {
223
+ "transcribe": 50359,
224
+ "translate": 50358
225
+ },
226
+ "transformers_version": "4.45.0.dev0"
227
+ }
model-00001-of-00002.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7d5aeb788e86c8b60f63b15fd63b556f02c9b3dfd7f7303d47aa18c6c234cceb
3
  size 4992706480
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7352c048d085b70153d1d9697a972aca0bf11723ecdd41595a27c3dd5a10f17
3
  size 4992706480
model-00002-of-00002.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3c532885e5e116a947db2ab8b973c08b2aa19fb6cfd7bd6cdb6f03ce24b5c513
3
  size 1180663192
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9e0e8c4973a72d974bcb1379f0345e5d801b39e3accd06ba0de448fe400f97b
3
  size 1180663192
runs/Sep11_11-06-54_gcn7.local.snellius.surf.nl/events.out.tfevents.1726045733.gcn7.local.snellius.surf.nl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bd944a3c19497627bcfb1229a215c1dcfc0a84d9af777482e550ff0dafa9a034
3
- size 11899
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:180cf745e241b14637e9a802ac2a8ef267384dada1bdb5de8be50545db8f4198
3
+ size 12571