sulaimank commited on
Commit
28dea46
·
verified ·
1 Parent(s): fcec0ff

End of training

Browse files
Files changed (3) hide show
  1. README.md +129 -195
  2. generation_config.json +253 -0
  3. model.safetensors +1 -1
README.md CHANGED
@@ -1,199 +1,133 @@
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
+ license: apache-2.0
4
+ base_model: openai/whisper-small
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - wer
9
+ model-index:
10
+ - name: whisper-small-Fleurs_AMMI_AFRIVOICE_LRSC-ln-109hrs-v1
11
+ results: []
12
  ---
13
 
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # whisper-small-Fleurs_AMMI_AFRIVOICE_LRSC-ln-109hrs-v1
18
+
19
+ This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.9074
22
+ - Wer: 0.2063
23
+ - Cer: 0.0793
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 1e-05
43
+ - train_batch_size: 4
44
+ - eval_batch_size: 2
45
+ - seed: 42
46
+ - gradient_accumulation_steps: 2
47
+ - total_train_batch_size: 8
48
+ - optimizer: Use adamw_hf with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
49
+ - lr_scheduler_type: linear
50
+ - lr_scheduler_warmup_ratio: 0.1
51
+ - num_epochs: 100
52
+ - mixed_precision_training: Native AMP
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
57
+ |:-------------:|:-----:|:------:|:---------------:|:------:|:------:|
58
+ | 1.4677 | 1.0 | 2880 | 0.7253 | 0.6948 | 0.3565 |
59
+ | 0.6293 | 2.0 | 5760 | 0.5281 | 0.5550 | 0.3003 |
60
+ | 0.4895 | 3.0 | 8640 | 0.4502 | 0.4045 | 0.2119 |
61
+ | 0.3993 | 4.0 | 11520 | 0.4109 | 0.4834 | 0.2918 |
62
+ | 0.3241 | 5.0 | 14400 | 0.3989 | 0.4870 | 0.2655 |
63
+ | 0.2551 | 6.0 | 17280 | 0.4082 | 0.4294 | 0.2432 |
64
+ | 0.1918 | 7.0 | 20160 | 0.4232 | 0.3710 | 0.1913 |
65
+ | 0.1369 | 8.0 | 23040 | 0.4381 | 0.4223 | 0.2191 |
66
+ | 0.0967 | 9.0 | 25920 | 0.4774 | 0.3570 | 0.1636 |
67
+ | 0.0709 | 10.0 | 28800 | 0.4869 | 0.3268 | 0.1283 |
68
+ | 0.0544 | 11.0 | 31680 | 0.5251 | 0.2836 | 0.1034 |
69
+ | 0.04 | 12.0 | 34560 | 0.5354 | 0.2856 | 0.1043 |
70
+ | 0.0309 | 13.0 | 37440 | 0.5464 | 0.2683 | 0.0985 |
71
+ | 0.0247 | 14.0 | 40320 | 0.5621 | 0.2640 | 0.0933 |
72
+ | 0.021 | 15.0 | 43200 | 0.5743 | 0.2510 | 0.0862 |
73
+ | 0.0185 | 16.0 | 46080 | 0.5972 | 0.2540 | 0.0893 |
74
+ | 0.0161 | 17.0 | 48960 | 0.5969 | 0.2399 | 0.0820 |
75
+ | 0.0143 | 18.0 | 51840 | 0.6073 | 0.2394 | 0.0805 |
76
+ | 0.013 | 19.0 | 54720 | 0.6256 | 0.2350 | 0.0814 |
77
+ | 0.0117 | 20.0 | 57600 | 0.6198 | 0.2298 | 0.0800 |
78
+ | 0.0103 | 21.0 | 60480 | 0.6410 | 0.2330 | 0.0830 |
79
+ | 0.0097 | 22.0 | 63360 | 0.6626 | 0.2373 | 0.0821 |
80
+ | 0.009 | 23.0 | 66240 | 0.6666 | 0.2279 | 0.0770 |
81
+ | 0.0083 | 24.0 | 69120 | 0.6686 | 0.2269 | 0.0779 |
82
+ | 0.0075 | 25.0 | 72000 | 0.6851 | 0.2220 | 0.0793 |
83
+ | 0.0071 | 26.0 | 74880 | 0.6944 | 0.2261 | 0.0784 |
84
+ | 0.0065 | 27.0 | 77760 | 0.7010 | 0.2240 | 0.0793 |
85
+ | 0.0058 | 28.0 | 80640 | 0.6999 | 0.2282 | 0.0812 |
86
+ | 0.0055 | 29.0 | 83520 | 0.7135 | 0.2208 | 0.0778 |
87
+ | 0.0054 | 30.0 | 86400 | 0.7268 | 0.2240 | 0.0806 |
88
+ | 0.0047 | 31.0 | 89280 | 0.7210 | 0.2208 | 0.0774 |
89
+ | 0.0045 | 32.0 | 92160 | 0.7255 | 0.2180 | 0.0776 |
90
+ | 0.0045 | 33.0 | 95040 | 0.7512 | 0.2179 | 0.0776 |
91
+ | 0.0037 | 34.0 | 97920 | 0.7662 | 0.2177 | 0.0812 |
92
+ | 0.0038 | 35.0 | 100800 | 0.7562 | 0.2087 | 0.0757 |
93
+ | 0.0036 | 36.0 | 103680 | 0.7524 | 0.2093 | 0.0740 |
94
+ | 0.0033 | 37.0 | 106560 | 0.7719 | 0.2136 | 0.0783 |
95
+ | 0.003 | 38.0 | 109440 | 0.7792 | 0.2149 | 0.0764 |
96
+ | 0.0029 | 39.0 | 112320 | 0.7883 | 0.2135 | 0.0761 |
97
+ | 0.0029 | 40.0 | 115200 | 0.7960 | 0.2098 | 0.0750 |
98
+ | 0.0026 | 41.0 | 118080 | 0.7779 | 0.2072 | 0.0750 |
99
+ | 0.0026 | 42.0 | 120960 | 0.7881 | 0.2155 | 0.0784 |
100
+ | 0.0024 | 43.0 | 123840 | 0.7936 | 0.2076 | 0.0740 |
101
+ | 0.0022 | 44.0 | 126720 | 0.8039 | 0.2071 | 0.0735 |
102
+ | 0.0022 | 45.0 | 129600 | 0.8125 | 0.2055 | 0.0740 |
103
+ | 0.0021 | 46.0 | 132480 | 0.8248 | 0.2118 | 0.0749 |
104
+ | 0.0019 | 47.0 | 135360 | 0.8211 | 0.2119 | 0.0777 |
105
+ | 0.0017 | 48.0 | 138240 | 0.8212 | 0.2100 | 0.0783 |
106
+ | 0.0019 | 49.0 | 141120 | 0.8303 | 0.2052 | 0.0744 |
107
+ | 0.0018 | 50.0 | 144000 | 0.8337 | 0.2059 | 0.0761 |
108
+ | 0.0016 | 51.0 | 146880 | 0.8529 | 0.2100 | 0.0776 |
109
+ | 0.0013 | 52.0 | 149760 | 0.8497 | 0.2109 | 0.0788 |
110
+ | 0.0014 | 53.0 | 152640 | 0.8656 | 0.2115 | 0.0777 |
111
+ | 0.0013 | 54.0 | 155520 | 0.8556 | 0.2068 | 0.0784 |
112
+ | 0.0012 | 55.0 | 158400 | 0.8539 | 0.2058 | 0.0777 |
113
+ | 0.0012 | 56.0 | 161280 | 0.8640 | 0.2006 | 0.0730 |
114
+ | 0.0011 | 57.0 | 164160 | 0.8455 | 0.2037 | 0.0770 |
115
+ | 0.0011 | 58.0 | 167040 | 0.8684 | 0.2068 | 0.0778 |
116
+ | 0.001 | 59.0 | 169920 | 0.8569 | 0.2057 | 0.0771 |
117
+ | 0.0009 | 60.0 | 172800 | 0.8669 | 0.2023 | 0.0741 |
118
+ | 0.001 | 61.0 | 175680 | 0.8780 | 0.2069 | 0.0785 |
119
+ | 0.0008 | 62.0 | 178560 | 0.8928 | 0.2068 | 0.0763 |
120
+ | 0.0007 | 63.0 | 181440 | 0.8991 | 0.2052 | 0.0750 |
121
+ | 0.0009 | 64.0 | 184320 | 0.9090 | 0.2093 | 0.0799 |
122
+ | 0.0007 | 65.0 | 187200 | 0.8953 | 0.2011 | 0.0754 |
123
+ | 0.0006 | 66.0 | 190080 | 0.9095 | 0.2059 | 0.0772 |
124
+ | 0.0006 | 67.0 | 192960 | 0.9042 | 0.2004 | 0.0766 |
125
+ | 0.0005 | 68.0 | 195840 | 0.9074 | 0.2063 | 0.0793 |
126
+
127
+
128
+ ### Framework versions
129
+
130
+ - Transformers 4.46.3
131
+ - Pytorch 2.1.0+cu118
132
+ - Datasets 3.1.0
133
+ - Tokenizers 0.20.3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
generation_config.json ADDED
@@ -0,0 +1,253 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alignment_heads": [
3
+ [
4
+ 5,
5
+ 3
6
+ ],
7
+ [
8
+ 5,
9
+ 9
10
+ ],
11
+ [
12
+ 8,
13
+ 0
14
+ ],
15
+ [
16
+ 8,
17
+ 4
18
+ ],
19
+ [
20
+ 8,
21
+ 7
22
+ ],
23
+ [
24
+ 8,
25
+ 8
26
+ ],
27
+ [
28
+ 9,
29
+ 0
30
+ ],
31
+ [
32
+ 9,
33
+ 7
34
+ ],
35
+ [
36
+ 9,
37
+ 9
38
+ ],
39
+ [
40
+ 10,
41
+ 5
42
+ ]
43
+ ],
44
+ "begin_suppress_tokens": [
45
+ 220,
46
+ 50257
47
+ ],
48
+ "bos_token_id": 50257,
49
+ "decoder_start_token_id": 50258,
50
+ "eos_token_id": 50257,
51
+ "is_multilingual": true,
52
+ "lang_to_id": {
53
+ "<|af|>": 50327,
54
+ "<|am|>": 50334,
55
+ "<|ar|>": 50272,
56
+ "<|as|>": 50350,
57
+ "<|az|>": 50304,
58
+ "<|ba|>": 50355,
59
+ "<|be|>": 50330,
60
+ "<|bg|>": 50292,
61
+ "<|bn|>": 50302,
62
+ "<|bo|>": 50347,
63
+ "<|br|>": 50309,
64
+ "<|bs|>": 50315,
65
+ "<|ca|>": 50270,
66
+ "<|cs|>": 50283,
67
+ "<|cy|>": 50297,
68
+ "<|da|>": 50285,
69
+ "<|de|>": 50261,
70
+ "<|el|>": 50281,
71
+ "<|en|>": 50259,
72
+ "<|es|>": 50262,
73
+ "<|et|>": 50307,
74
+ "<|eu|>": 50310,
75
+ "<|fa|>": 50300,
76
+ "<|fi|>": 50277,
77
+ "<|fo|>": 50338,
78
+ "<|fr|>": 50265,
79
+ "<|gl|>": 50319,
80
+ "<|gu|>": 50333,
81
+ "<|haw|>": 50352,
82
+ "<|ha|>": 50354,
83
+ "<|he|>": 50279,
84
+ "<|hi|>": 50276,
85
+ "<|hr|>": 50291,
86
+ "<|ht|>": 50339,
87
+ "<|hu|>": 50286,
88
+ "<|hy|>": 50312,
89
+ "<|id|>": 50275,
90
+ "<|is|>": 50311,
91
+ "<|it|>": 50274,
92
+ "<|ja|>": 50266,
93
+ "<|jw|>": 50356,
94
+ "<|ka|>": 50329,
95
+ "<|kk|>": 50316,
96
+ "<|km|>": 50323,
97
+ "<|kn|>": 50306,
98
+ "<|ko|>": 50264,
99
+ "<|la|>": 50294,
100
+ "<|lb|>": 50345,
101
+ "<|ln|>": 50353,
102
+ "<|lo|>": 50336,
103
+ "<|lt|>": 50293,
104
+ "<|lv|>": 50301,
105
+ "<|mg|>": 50349,
106
+ "<|mi|>": 50295,
107
+ "<|mk|>": 50308,
108
+ "<|ml|>": 50296,
109
+ "<|mn|>": 50314,
110
+ "<|mr|>": 50320,
111
+ "<|ms|>": 50282,
112
+ "<|mt|>": 50343,
113
+ "<|my|>": 50346,
114
+ "<|ne|>": 50313,
115
+ "<|nl|>": 50271,
116
+ "<|nn|>": 50342,
117
+ "<|no|>": 50288,
118
+ "<|oc|>": 50328,
119
+ "<|pa|>": 50321,
120
+ "<|pl|>": 50269,
121
+ "<|ps|>": 50340,
122
+ "<|pt|>": 50267,
123
+ "<|ro|>": 50284,
124
+ "<|ru|>": 50263,
125
+ "<|sa|>": 50344,
126
+ "<|sd|>": 50332,
127
+ "<|si|>": 50322,
128
+ "<|sk|>": 50298,
129
+ "<|sl|>": 50305,
130
+ "<|sn|>": 50324,
131
+ "<|so|>": 50326,
132
+ "<|sq|>": 50317,
133
+ "<|sr|>": 50303,
134
+ "<|su|>": 50357,
135
+ "<|sv|>": 50273,
136
+ "<|sw|>": 50318,
137
+ "<|ta|>": 50287,
138
+ "<|te|>": 50299,
139
+ "<|tg|>": 50331,
140
+ "<|th|>": 50289,
141
+ "<|tk|>": 50341,
142
+ "<|tl|>": 50348,
143
+ "<|tr|>": 50268,
144
+ "<|tt|>": 50351,
145
+ "<|uk|>": 50280,
146
+ "<|ur|>": 50290,
147
+ "<|uz|>": 50337,
148
+ "<|vi|>": 50278,
149
+ "<|yi|>": 50335,
150
+ "<|yo|>": 50325,
151
+ "<|zh|>": 50260
152
+ },
153
+ "max_initial_timestamp_index": 50,
154
+ "max_length": 448,
155
+ "no_timestamps_token_id": 50363,
156
+ "pad_token_id": 50257,
157
+ "prev_sot_token_id": 50361,
158
+ "return_timestamps": false,
159
+ "suppress_tokens": [
160
+ 1,
161
+ 2,
162
+ 7,
163
+ 8,
164
+ 9,
165
+ 10,
166
+ 14,
167
+ 25,
168
+ 26,
169
+ 27,
170
+ 28,
171
+ 29,
172
+ 31,
173
+ 58,
174
+ 59,
175
+ 60,
176
+ 61,
177
+ 62,
178
+ 63,
179
+ 90,
180
+ 91,
181
+ 92,
182
+ 93,
183
+ 359,
184
+ 503,
185
+ 522,
186
+ 542,
187
+ 873,
188
+ 893,
189
+ 902,
190
+ 918,
191
+ 922,
192
+ 931,
193
+ 1350,
194
+ 1853,
195
+ 1982,
196
+ 2460,
197
+ 2627,
198
+ 3246,
199
+ 3253,
200
+ 3268,
201
+ 3536,
202
+ 3846,
203
+ 3961,
204
+ 4183,
205
+ 4667,
206
+ 6585,
207
+ 6647,
208
+ 7273,
209
+ 9061,
210
+ 9383,
211
+ 10428,
212
+ 10929,
213
+ 11938,
214
+ 12033,
215
+ 12331,
216
+ 12562,
217
+ 13793,
218
+ 14157,
219
+ 14635,
220
+ 15265,
221
+ 15618,
222
+ 16553,
223
+ 16604,
224
+ 18362,
225
+ 18956,
226
+ 20075,
227
+ 21675,
228
+ 22520,
229
+ 26130,
230
+ 26161,
231
+ 26435,
232
+ 28279,
233
+ 29464,
234
+ 31650,
235
+ 32302,
236
+ 32470,
237
+ 36865,
238
+ 42863,
239
+ 47425,
240
+ 49870,
241
+ 50254,
242
+ 50258,
243
+ 50360,
244
+ 50361,
245
+ 50362
246
+ ],
247
+ "task": "transcribe",
248
+ "task_to_id": {
249
+ "transcribe": 50359,
250
+ "translate": 50358
251
+ },
252
+ "transformers_version": "4.46.3"
253
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5de6862675942b2b39608570ed582cf03c1446e5e265c489d151ded31d2a0621
3
  size 966995080
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0cf50b5ec02a5f37b5f585b81d3eb1fb88639c0eb5e40926b7c3986e6e722e9
3
  size 966995080