anaszil commited on
Commit
bf1eb41
·
verified ·
1 Parent(s): a5058d6

Upload 9 files

Browse files
README.md CHANGED
@@ -1,3 +1,202 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: openai/whisper-large-v3-turbo
3
+ library_name: peft
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
+
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]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.14.0
adapter_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "openai/whisper-large-v3-turbo",
8
+ "bias": "none",
9
+ "eva_config": null,
10
+ "exclude_modules": null,
11
+ "fan_in_fan_out": false,
12
+ "inference_mode": true,
13
+ "init_lora_weights": true,
14
+ "layer_replication": null,
15
+ "layers_pattern": null,
16
+ "layers_to_transform": null,
17
+ "loftq_config": {},
18
+ "lora_alpha": 32,
19
+ "lora_bias": false,
20
+ "lora_dropout": 0.1,
21
+ "megatron_config": null,
22
+ "megatron_core": "megatron.core",
23
+ "modules_to_save": null,
24
+ "peft_type": "LORA",
25
+ "r": 16,
26
+ "rank_pattern": {},
27
+ "revision": null,
28
+ "target_modules": [
29
+ "out_proj",
30
+ "k_proj",
31
+ "v_proj",
32
+ "fc1",
33
+ "fc2",
34
+ "q_proj"
35
+ ],
36
+ "task_type": null,
37
+ "use_dora": false,
38
+ "use_rslora": false
39
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fefe5d9fa874c63f8329babb29a4e8559cdf8d2c4a904374cec4815cc5193e31
3
+ size 55769968
preprocessor_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "chunk_length": 30,
3
+ "feature_extractor_type": "WhisperFeatureExtractor",
4
+ "feature_size": 128,
5
+ "hop_length": 160,
6
+ "n_fft": 400,
7
+ "n_samples": 480000,
8
+ "nb_max_frames": 3000,
9
+ "padding_side": "right",
10
+ "padding_value": 0.0,
11
+ "processor_class": "WhisperProcessor",
12
+ "return_attention_mask": false,
13
+ "sampling_rate": 16000
14
+ }
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db2d34466ecc8adaffb67b45544cb286c12878c24c4c4a87b824bfa468d9a58b
3
+ size 14244
scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33fac0ac2e2f1ca60f2c7f8ea17bd1b7a9848ffaa27ee9bad6d798193152f6ad
3
+ size 988
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d773ede923ab49b4fc31da4327484020e7ea57f0b25b6d2968050e18bdb05a43
3
+ size 1064
trainer_state.json ADDED
@@ -0,0 +1,482 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 44.631731967326594,
3
+ "best_model_checkpoint": "./whisper-large-v3-turbo-ar/checkpoint-1725",
4
+ "epoch": 4.986975397973951,
5
+ "eval_steps": 500,
6
+ "global_step": 1725,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.08683068017366136,
13
+ "grad_norm": 2.354785919189453,
14
+ "learning_rate": 2.9513043478260868e-05,
15
+ "loss": 1.1449,
16
+ "step": 30
17
+ },
18
+ {
19
+ "epoch": 0.1736613603473227,
20
+ "grad_norm": 2.7719461917877197,
21
+ "learning_rate": 2.8991304347826086e-05,
22
+ "loss": 0.7766,
23
+ "step": 60
24
+ },
25
+ {
26
+ "epoch": 0.26049204052098407,
27
+ "grad_norm": 2.36008358001709,
28
+ "learning_rate": 2.8469565217391304e-05,
29
+ "loss": 0.6757,
30
+ "step": 90
31
+ },
32
+ {
33
+ "epoch": 0.3473227206946454,
34
+ "grad_norm": 2.6321663856506348,
35
+ "learning_rate": 2.7947826086956522e-05,
36
+ "loss": 0.6358,
37
+ "step": 120
38
+ },
39
+ {
40
+ "epoch": 0.4341534008683068,
41
+ "grad_norm": 2.7725794315338135,
42
+ "learning_rate": 2.742608695652174e-05,
43
+ "loss": 0.6335,
44
+ "step": 150
45
+ },
46
+ {
47
+ "epoch": 0.5209840810419681,
48
+ "grad_norm": 2.8601250648498535,
49
+ "learning_rate": 2.690434782608696e-05,
50
+ "loss": 0.5739,
51
+ "step": 180
52
+ },
53
+ {
54
+ "epoch": 0.6078147612156295,
55
+ "grad_norm": 2.6586220264434814,
56
+ "learning_rate": 2.6382608695652173e-05,
57
+ "loss": 0.5879,
58
+ "step": 210
59
+ },
60
+ {
61
+ "epoch": 0.6946454413892909,
62
+ "grad_norm": 2.727559804916382,
63
+ "learning_rate": 2.587826086956522e-05,
64
+ "loss": 0.5544,
65
+ "step": 240
66
+ },
67
+ {
68
+ "epoch": 0.7814761215629522,
69
+ "grad_norm": 2.643286943435669,
70
+ "learning_rate": 2.5356521739130434e-05,
71
+ "loss": 0.5632,
72
+ "step": 270
73
+ },
74
+ {
75
+ "epoch": 0.8683068017366136,
76
+ "grad_norm": 4.257571697235107,
77
+ "learning_rate": 2.4834782608695652e-05,
78
+ "loss": 0.5424,
79
+ "step": 300
80
+ },
81
+ {
82
+ "epoch": 0.9551374819102749,
83
+ "grad_norm": 2.859233856201172,
84
+ "learning_rate": 2.431304347826087e-05,
85
+ "loss": 0.5055,
86
+ "step": 330
87
+ },
88
+ {
89
+ "epoch": 1.0,
90
+ "eval_cer": 23.096209332404737,
91
+ "eval_loss": 0.35870930552482605,
92
+ "eval_runtime": 454.9155,
93
+ "eval_samples_per_second": 6.071,
94
+ "eval_steps_per_second": 0.38,
95
+ "eval_wer": 50.66108265263741,
96
+ "step": 346
97
+ },
98
+ {
99
+ "epoch": 1.0405209840810419,
100
+ "grad_norm": 2.8805744647979736,
101
+ "learning_rate": 2.3808695652173917e-05,
102
+ "loss": 0.5452,
103
+ "step": 360
104
+ },
105
+ {
106
+ "epoch": 1.1273516642547032,
107
+ "grad_norm": 2.1588120460510254,
108
+ "learning_rate": 2.328695652173913e-05,
109
+ "loss": 0.4843,
110
+ "step": 390
111
+ },
112
+ {
113
+ "epoch": 1.2141823444283646,
114
+ "grad_norm": 3.3963794708251953,
115
+ "learning_rate": 2.276521739130435e-05,
116
+ "loss": 0.4844,
117
+ "step": 420
118
+ },
119
+ {
120
+ "epoch": 1.301013024602026,
121
+ "grad_norm": 3.632931709289551,
122
+ "learning_rate": 2.2243478260869567e-05,
123
+ "loss": 0.4702,
124
+ "step": 450
125
+ },
126
+ {
127
+ "epoch": 1.3878437047756873,
128
+ "grad_norm": 2.5184545516967773,
129
+ "learning_rate": 2.1721739130434782e-05,
130
+ "loss": 0.4683,
131
+ "step": 480
132
+ },
133
+ {
134
+ "epoch": 1.4746743849493487,
135
+ "grad_norm": 2.705561876296997,
136
+ "learning_rate": 2.12e-05,
137
+ "loss": 0.4566,
138
+ "step": 510
139
+ },
140
+ {
141
+ "epoch": 1.56150506512301,
142
+ "grad_norm": 2.8649938106536865,
143
+ "learning_rate": 2.067826086956522e-05,
144
+ "loss": 0.4417,
145
+ "step": 540
146
+ },
147
+ {
148
+ "epoch": 1.6483357452966714,
149
+ "grad_norm": 2.338636875152588,
150
+ "learning_rate": 2.0156521739130433e-05,
151
+ "loss": 0.4768,
152
+ "step": 570
153
+ },
154
+ {
155
+ "epoch": 1.7351664254703327,
156
+ "grad_norm": 2.246873617172241,
157
+ "learning_rate": 1.963478260869565e-05,
158
+ "loss": 0.4525,
159
+ "step": 600
160
+ },
161
+ {
162
+ "epoch": 1.821997105643994,
163
+ "grad_norm": 2.4678239822387695,
164
+ "learning_rate": 1.911304347826087e-05,
165
+ "loss": 0.4335,
166
+ "step": 630
167
+ },
168
+ {
169
+ "epoch": 1.9088277858176554,
170
+ "grad_norm": 2.090752363204956,
171
+ "learning_rate": 1.8591304347826084e-05,
172
+ "loss": 0.4545,
173
+ "step": 660
174
+ },
175
+ {
176
+ "epoch": 1.9956584659913168,
177
+ "grad_norm": 3.091327428817749,
178
+ "learning_rate": 1.8069565217391306e-05,
179
+ "loss": 0.4009,
180
+ "step": 690
181
+ },
182
+ {
183
+ "epoch": 2.0,
184
+ "eval_cer": 21.8498988492024,
185
+ "eval_loss": 0.3138186037540436,
186
+ "eval_runtime": 453.4358,
187
+ "eval_samples_per_second": 6.091,
188
+ "eval_steps_per_second": 0.382,
189
+ "eval_wer": 47.57372282984909,
190
+ "step": 692
191
+ },
192
+ {
193
+ "epoch": 2.0810419681620838,
194
+ "grad_norm": 2.364564895629883,
195
+ "learning_rate": 1.7547826086956524e-05,
196
+ "loss": 0.4023,
197
+ "step": 720
198
+ },
199
+ {
200
+ "epoch": 2.167872648335745,
201
+ "grad_norm": 2.765427827835083,
202
+ "learning_rate": 1.7026086956521742e-05,
203
+ "loss": 0.4107,
204
+ "step": 750
205
+ },
206
+ {
207
+ "epoch": 2.2547033285094065,
208
+ "grad_norm": 3.069685220718384,
209
+ "learning_rate": 1.6504347826086957e-05,
210
+ "loss": 0.3823,
211
+ "step": 780
212
+ },
213
+ {
214
+ "epoch": 2.341534008683068,
215
+ "grad_norm": 2.4570705890655518,
216
+ "learning_rate": 1.5982608695652175e-05,
217
+ "loss": 0.4213,
218
+ "step": 810
219
+ },
220
+ {
221
+ "epoch": 2.428364688856729,
222
+ "grad_norm": 2.609337091445923,
223
+ "learning_rate": 1.5460869565217393e-05,
224
+ "loss": 0.4028,
225
+ "step": 840
226
+ },
227
+ {
228
+ "epoch": 2.5151953690303905,
229
+ "grad_norm": 3.4422805309295654,
230
+ "learning_rate": 1.493913043478261e-05,
231
+ "loss": 0.4045,
232
+ "step": 870
233
+ },
234
+ {
235
+ "epoch": 2.602026049204052,
236
+ "grad_norm": 2.808845043182373,
237
+ "learning_rate": 1.4417391304347827e-05,
238
+ "loss": 0.4044,
239
+ "step": 900
240
+ },
241
+ {
242
+ "epoch": 2.6888567293777133,
243
+ "grad_norm": 2.957320213317871,
244
+ "learning_rate": 1.3895652173913044e-05,
245
+ "loss": 0.4084,
246
+ "step": 930
247
+ },
248
+ {
249
+ "epoch": 2.7756874095513746,
250
+ "grad_norm": 3.7300264835357666,
251
+ "learning_rate": 1.3373913043478262e-05,
252
+ "loss": 0.4087,
253
+ "step": 960
254
+ },
255
+ {
256
+ "epoch": 2.862518089725036,
257
+ "grad_norm": 3.3813674449920654,
258
+ "learning_rate": 1.2852173913043478e-05,
259
+ "loss": 0.3932,
260
+ "step": 990
261
+ },
262
+ {
263
+ "epoch": 2.9493487698986973,
264
+ "grad_norm": 2.602900505065918,
265
+ "learning_rate": 1.2330434782608695e-05,
266
+ "loss": 0.3745,
267
+ "step": 1020
268
+ },
269
+ {
270
+ "epoch": 3.0,
271
+ "eval_cer": 20.94783271979571,
272
+ "eval_loss": 0.2958418130874634,
273
+ "eval_runtime": 455.4865,
274
+ "eval_samples_per_second": 6.064,
275
+ "eval_steps_per_second": 0.38,
276
+ "eval_wer": 45.43126124878859,
277
+ "step": 1038
278
+ },
279
+ {
280
+ "epoch": 3.0347322720694647,
281
+ "grad_norm": 2.719440221786499,
282
+ "learning_rate": 1.1808695652173913e-05,
283
+ "loss": 0.4,
284
+ "step": 1050
285
+ },
286
+ {
287
+ "epoch": 3.121562952243126,
288
+ "grad_norm": 2.4568002223968506,
289
+ "learning_rate": 1.1286956521739131e-05,
290
+ "loss": 0.3715,
291
+ "step": 1080
292
+ },
293
+ {
294
+ "epoch": 3.2083936324167874,
295
+ "grad_norm": 3.5121898651123047,
296
+ "learning_rate": 1.0765217391304349e-05,
297
+ "loss": 0.3608,
298
+ "step": 1110
299
+ },
300
+ {
301
+ "epoch": 3.295224312590449,
302
+ "grad_norm": 3.059799909591675,
303
+ "learning_rate": 1.0243478260869565e-05,
304
+ "loss": 0.3674,
305
+ "step": 1140
306
+ },
307
+ {
308
+ "epoch": 3.38205499276411,
309
+ "grad_norm": 3.2511227130889893,
310
+ "learning_rate": 9.721739130434782e-06,
311
+ "loss": 0.3505,
312
+ "step": 1170
313
+ },
314
+ {
315
+ "epoch": 3.4688856729377715,
316
+ "grad_norm": 2.990471124649048,
317
+ "learning_rate": 9.2e-06,
318
+ "loss": 0.3435,
319
+ "step": 1200
320
+ },
321
+ {
322
+ "epoch": 3.555716353111433,
323
+ "grad_norm": 3.523132562637329,
324
+ "learning_rate": 8.678260869565218e-06,
325
+ "loss": 0.3812,
326
+ "step": 1230
327
+ },
328
+ {
329
+ "epoch": 3.642547033285094,
330
+ "grad_norm": 3.101360559463501,
331
+ "learning_rate": 8.156521739130435e-06,
332
+ "loss": 0.3641,
333
+ "step": 1260
334
+ },
335
+ {
336
+ "epoch": 3.7293777134587556,
337
+ "grad_norm": 2.8961117267608643,
338
+ "learning_rate": 7.634782608695653e-06,
339
+ "loss": 0.3278,
340
+ "step": 1290
341
+ },
342
+ {
343
+ "epoch": 3.816208393632417,
344
+ "grad_norm": 2.8601419925689697,
345
+ "learning_rate": 7.113043478260869e-06,
346
+ "loss": 0.3772,
347
+ "step": 1320
348
+ },
349
+ {
350
+ "epoch": 3.9030390738060783,
351
+ "grad_norm": 3.368321657180786,
352
+ "learning_rate": 6.591304347826087e-06,
353
+ "loss": 0.4056,
354
+ "step": 1350
355
+ },
356
+ {
357
+ "epoch": 3.9898697539797396,
358
+ "grad_norm": 2.85530686378479,
359
+ "learning_rate": 6.0695652173913045e-06,
360
+ "loss": 0.3858,
361
+ "step": 1380
362
+ },
363
+ {
364
+ "epoch": 4.0,
365
+ "eval_cer": 21.01416111166385,
366
+ "eval_loss": 0.2913440763950348,
367
+ "eval_runtime": 453.8291,
368
+ "eval_samples_per_second": 6.086,
369
+ "eval_steps_per_second": 0.381,
370
+ "eval_wer": 44.991693202270525,
371
+ "step": 1384
372
+ },
373
+ {
374
+ "epoch": 4.075253256150506,
375
+ "grad_norm": 3.0076441764831543,
376
+ "learning_rate": 5.5478260869565226e-06,
377
+ "loss": 0.3231,
378
+ "step": 1410
379
+ },
380
+ {
381
+ "epoch": 4.1620839363241675,
382
+ "grad_norm": 2.4868621826171875,
383
+ "learning_rate": 5.026086956521739e-06,
384
+ "loss": 0.3619,
385
+ "step": 1440
386
+ },
387
+ {
388
+ "epoch": 4.248914616497829,
389
+ "grad_norm": 2.356128215789795,
390
+ "learning_rate": 4.504347826086956e-06,
391
+ "loss": 0.3499,
392
+ "step": 1470
393
+ },
394
+ {
395
+ "epoch": 4.33574529667149,
396
+ "grad_norm": 2.7863681316375732,
397
+ "learning_rate": 3.982608695652174e-06,
398
+ "loss": 0.3474,
399
+ "step": 1500
400
+ },
401
+ {
402
+ "epoch": 4.422575976845152,
403
+ "grad_norm": 2.680084228515625,
404
+ "learning_rate": 3.4608695652173912e-06,
405
+ "loss": 0.3297,
406
+ "step": 1530
407
+ },
408
+ {
409
+ "epoch": 4.509406657018813,
410
+ "grad_norm": 3.3411145210266113,
411
+ "learning_rate": 2.939130434782609e-06,
412
+ "loss": 0.3275,
413
+ "step": 1560
414
+ },
415
+ {
416
+ "epoch": 4.596237337192474,
417
+ "grad_norm": 3.159189224243164,
418
+ "learning_rate": 2.417391304347826e-06,
419
+ "loss": 0.3385,
420
+ "step": 1590
421
+ },
422
+ {
423
+ "epoch": 4.683068017366136,
424
+ "grad_norm": 3.1586883068084717,
425
+ "learning_rate": 1.8956521739130434e-06,
426
+ "loss": 0.3406,
427
+ "step": 1620
428
+ },
429
+ {
430
+ "epoch": 4.769898697539798,
431
+ "grad_norm": 3.2731616497039795,
432
+ "learning_rate": 1.373913043478261e-06,
433
+ "loss": 0.3344,
434
+ "step": 1650
435
+ },
436
+ {
437
+ "epoch": 4.856729377713458,
438
+ "grad_norm": 3.3731155395507812,
439
+ "learning_rate": 8.521739130434783e-07,
440
+ "loss": 0.3505,
441
+ "step": 1680
442
+ },
443
+ {
444
+ "epoch": 4.943560057887121,
445
+ "grad_norm": 2.6627700328826904,
446
+ "learning_rate": 3.304347826086957e-07,
447
+ "loss": 0.3537,
448
+ "step": 1710
449
+ },
450
+ {
451
+ "epoch": 4.986975397973951,
452
+ "eval_cer": 20.71899976785063,
453
+ "eval_loss": 0.2904263138771057,
454
+ "eval_runtime": 454.269,
455
+ "eval_samples_per_second": 6.08,
456
+ "eval_steps_per_second": 0.381,
457
+ "eval_wer": 44.631731967326594,
458
+ "step": 1725
459
+ }
460
+ ],
461
+ "logging_steps": 30,
462
+ "max_steps": 1725,
463
+ "num_input_tokens_seen": 0,
464
+ "num_train_epochs": 5,
465
+ "save_steps": 500,
466
+ "stateful_callbacks": {
467
+ "TrainerControl": {
468
+ "args": {
469
+ "should_epoch_stop": false,
470
+ "should_evaluate": false,
471
+ "should_log": false,
472
+ "should_save": true,
473
+ "should_training_stop": true
474
+ },
475
+ "attributes": {}
476
+ }
477
+ },
478
+ "total_flos": 9.569687426039808e+19,
479
+ "train_batch_size": 16,
480
+ "trial_name": null,
481
+ "trial_params": null
482
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4bca1d0c5915f04b494ef619855bd516a494e401d2ec340a41f92e2197195d3
3
+ size 5432