JacobLinCool commited on
Commit
944b1a7
·
verified ·
1 Parent(s): ee690bb

Training in progress, epoch 1, checkpoint

Browse files
last-checkpoint/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.13.2
last-checkpoint/adapter_config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "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": 8,
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
+ "out_proj",
27
+ "fc2",
28
+ "v_proj",
29
+ "fc1",
30
+ "q_proj",
31
+ "k_proj"
32
+ ],
33
+ "task_type": null,
34
+ "use_dora": false,
35
+ "use_rslora": true
36
+ }
last-checkpoint/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f364ca1a30c381e9fa0c84c446a8c8e4a4116f7267a43852b45515d83f84aba1
3
+ size 111475752
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0411321624ef553ea120e5017fd533a9a7d6fc23824d496de0e235081abb595b
3
+ size 223212738
last-checkpoint/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
+ }
last-checkpoint/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:226d2e467ed97a5ca4d38c2f4f7e622036e0e9261aef2f866b8182d185d4441e
3
+ size 14244
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b269ced0d4e640636cd4c1b3665b29b1138d024d7e88887a303e726f90e7352b
3
+ size 1064
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,170 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 37.251356238698015,
3
+ "best_model_checkpoint": "./exp/whisper-large-v3-turbo-score-5-rebalanced-2/checkpoint-18",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 18,
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.05555555555555555,
13
+ "grad_norm": 10.286238670349121,
14
+ "learning_rate": 0.0004986111111111111,
15
+ "loss": 0.4972,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.1111111111111111,
20
+ "grad_norm": 2.8972043991088867,
21
+ "learning_rate": 0.0004972222222222222,
22
+ "loss": 1.1874,
23
+ "step": 2
24
+ },
25
+ {
26
+ "epoch": 0.16666666666666666,
27
+ "grad_norm": 2.798466205596924,
28
+ "learning_rate": 0.0004958333333333334,
29
+ "loss": 0.4278,
30
+ "step": 3
31
+ },
32
+ {
33
+ "epoch": 0.2222222222222222,
34
+ "grad_norm": 6.3090996742248535,
35
+ "learning_rate": 0.0004944444444444445,
36
+ "loss": 0.4353,
37
+ "step": 4
38
+ },
39
+ {
40
+ "epoch": 0.2777777777777778,
41
+ "grad_norm": 0.9731603860855103,
42
+ "learning_rate": 0.0004930555555555556,
43
+ "loss": 0.2181,
44
+ "step": 5
45
+ },
46
+ {
47
+ "epoch": 0.3333333333333333,
48
+ "grad_norm": 2.3366434574127197,
49
+ "learning_rate": 0.0004916666666666666,
50
+ "loss": 0.3393,
51
+ "step": 6
52
+ },
53
+ {
54
+ "epoch": 0.3888888888888889,
55
+ "grad_norm": 2.3805484771728516,
56
+ "learning_rate": 0.0004902777777777777,
57
+ "loss": 0.1776,
58
+ "step": 7
59
+ },
60
+ {
61
+ "epoch": 0.4444444444444444,
62
+ "grad_norm": 1.2242686748504639,
63
+ "learning_rate": 0.0004888888888888889,
64
+ "loss": 0.1185,
65
+ "step": 8
66
+ },
67
+ {
68
+ "epoch": 0.5,
69
+ "grad_norm": 0.8841593265533447,
70
+ "learning_rate": 0.0004875,
71
+ "loss": 0.0741,
72
+ "step": 9
73
+ },
74
+ {
75
+ "epoch": 0.5555555555555556,
76
+ "grad_norm": 0.8210709691047668,
77
+ "learning_rate": 0.0004861111111111111,
78
+ "loss": 0.0974,
79
+ "step": 10
80
+ },
81
+ {
82
+ "epoch": 0.6111111111111112,
83
+ "grad_norm": 0.9800593256950378,
84
+ "learning_rate": 0.0004847222222222222,
85
+ "loss": 0.0574,
86
+ "step": 11
87
+ },
88
+ {
89
+ "epoch": 0.6666666666666666,
90
+ "grad_norm": 1.2354100942611694,
91
+ "learning_rate": 0.00048333333333333334,
92
+ "loss": 0.0228,
93
+ "step": 12
94
+ },
95
+ {
96
+ "epoch": 0.7222222222222222,
97
+ "grad_norm": 0.8006910681724548,
98
+ "learning_rate": 0.00048194444444444446,
99
+ "loss": 0.0318,
100
+ "step": 13
101
+ },
102
+ {
103
+ "epoch": 0.7777777777777778,
104
+ "grad_norm": 1.1510701179504395,
105
+ "learning_rate": 0.0004805555555555556,
106
+ "loss": 0.018,
107
+ "step": 14
108
+ },
109
+ {
110
+ "epoch": 0.8333333333333334,
111
+ "grad_norm": 1.0643190145492554,
112
+ "learning_rate": 0.0004791666666666667,
113
+ "loss": 0.1162,
114
+ "step": 15
115
+ },
116
+ {
117
+ "epoch": 0.8888888888888888,
118
+ "grad_norm": 1.034947395324707,
119
+ "learning_rate": 0.0004777777777777778,
120
+ "loss": 0.1181,
121
+ "step": 16
122
+ },
123
+ {
124
+ "epoch": 0.9444444444444444,
125
+ "grad_norm": 0.5520635843276978,
126
+ "learning_rate": 0.0004763888888888889,
127
+ "loss": 0.0733,
128
+ "step": 17
129
+ },
130
+ {
131
+ "epoch": 1.0,
132
+ "grad_norm": 1.193587303161621,
133
+ "learning_rate": 0.000475,
134
+ "loss": 0.0489,
135
+ "step": 18
136
+ },
137
+ {
138
+ "epoch": 1.0,
139
+ "eval_cer": 23.450413223140494,
140
+ "eval_loss": 3.250870943069458,
141
+ "eval_pred": "| i | Label | Prediction |\n| --- | --- | --- |\n| 0 | The people in the picture are playing soccer. I\u2019ve played soccer twice before in physical education class and I liked it. Well, mostly because I have really strong muscles in my legs from running, so I have a lot of advantages in soccer. If I was a parent, {I would} I would agree for my kid to play soccer. Mostly because playing a sport helps you stay healthy and fit and that\u2019s what ??? society thinks you should do. Stay fit and healthy. | The people in the picture are playing soccer. I've\ufffdve played soccer twice before in physical education class, I liked it, Well, mostly because I have really strong muscles in my legs from running, so I have a lot of advantages in soccer. If I was a parent, I I would agree for would agree for my kid to play soccer, Mostly because playing a sport helps you stay healthy and fit, that's\ufffds what societysoci thinks you should do: Stay fit and healthy. |\n| 1 | And it\u2019s also good for your health too. You can have {lower} a lower risk of getting any diseases from body fat. Also, the people in this picture mostly are wearing jerseys and shorts. Some of them are wearing knee-high socks. And all of them are wearing sneakers. And the details in here. There are a lot of trees, which I really like. And really beautiful grass. And there are also two buildings in the background. | And it's\ufffds also good for your health,. You can have aa risk of lower risk of getting any diseases from body fat. Also, the people in this picture mostly are wearing jerseys and shorts. Some of them are wearing knee-high socks, And all of them are wearing sneakers. And the details in here: There are a lot of trees which which I really like. And the beautiful grass. And there are also two buildings in the background. |\n| 2 | Also a bridge. There is a <silver> <car> silver car and there are multiple soccer balls which (um) means that they are <probably> probably practicing and not playing against each other. The [people] (um) Also there are benches in the background which also indicates that they ??? <might*> might be in a park instead of a soccer field. And there are | alsoso, bridge. There is a silversilver car andand, and car, there are multiple soccer balls, meansme means means that they are probablyprobably practicinging practicing and not playing against each other. The people\ufffd also Alsoum also Also, are benches in the background which also indicates that they might mightmight be might might be in the park instead of a soccer field. And there are |\n| 3 | some\u2026 | some...some |\n| 4 | (um) I think people in the picture is playing soccer, if I\u2019m not wrong. Yes, (eN) they are playing soccer. And (um) did I? I did. When I was in elementary school, <we> <we> <had> <we> <had> <a> <class> we had a PE class and (um) the teacher taught us how to play soccer before. But, honestly, I\u2019m very poor <at> <at> (um) at sports, so I\u2019m not really enjoy it. But I did see some people, like {my} some of my classmate, really do know how to play soccer. | II,I think people in the picture is playing soccer, if I'm\ufffdm not wrong. They, they,,d They are playing soccer, And dide, Did I? I did. When I was in elementary school, we we hadedwe a,we toedweall,we toedwe,awe,a do a class class and thee,t teacher taught us how to play soccer before. But honestly honestly, I'm\ufffdm very poor at,,, so, soa so so sports, so I'm\ufffdm not really enjoy it. But I did see some people, like some,,, of my classmatesmate really really do know how to play soccer. |\n| 5 | <I> I was like, oh my god, this is a very good, very, very (um) phenomenal cause (um) {it's like} {it\u2019s a} it\u2019s very hard <to> <see> <some> for some the students in Taiwan to play soccer, so as I think it\u2019s <quite> quite cool. And if I am parents, well, (um) (um) because I\u2019m not really interested in this, so, (um) if they want to, of course, I would encourage them, but (um) if they doesn\u2019t like that, <I> I won\u2019t force them to do it cause I think it\u2019s not really (um), it\u2019s alright. {It doesn\u2019t like} it\u2019s not | andand wasent was like, oh my god, this is very very good, very, very phenomenalinaleral because because itum, It it's like, toit's\ufffd It like lot to's\ufffds a hard to because seetoit someto so itto some the students in Taiwan to play soccer so so I I think it's\ufffds quite,l,, cool. And if I'm parents, well, because,, becauseum, because I'm\ufffdm not really interested in this, so if ifum if if they want to, of course, I encourage encourage them but but if if if but they doesn't\ufffdt like that, I I won to won't\ufffdt force them to do it because I think it's\ufffds not really, it it it's\ufffds all, It it's't\ufffdt it it it's\ufffds it, |\n| 6 | necessary and just like if they want, I will. And (um) if I have time, (um) so people and it\u2019s (um) only boys. Why? [ish] In the picture, they should have girls, but (um) in the picture, (um) the only boys in the pictures and (uN) they {separate} divided into two groups, is it? And all they\u2019re wearing this long socks is quite cool and (um) it\u2019s quite a beautiful place. It\u2019s a really beautiful place and (um) I think they enjoyed very | necessary, just like if they want I I will and And if if, If I have time. soum, So people and only's\ufffds onlyum, only boys in But? InIn? In the picture, the only have girls, but inum, the the picture, theum, and only boys in the pictures and theyum,ame they're into it into into to into two groups, is it? And oh,'re\ufffdre wearing this long socks, quite cool and itum it it's\ufffds quite a beautiful place. It's\ufffds a really beautiful place and Ium I I think they enjoyed very |\n| 7 | much. It's quite\u2026 | much. It's quite |\n| 8 | (Um) I think the picture is taken (um) at a park* and it\u2019s a very bright sunny day. And (um) there are some people are in the park and they are painting. <And> and there is a woman (uh) on the right of the picture. She\u2019s sitting on the chair and {she is} she has short hair and {wearing*} some, wearing dress. And she | II,I think the picture is taken,at,at a park, and it's\ufffds a very bright sunny day and And there there, There are some people are in the park and they are pant. And And um there there is a woman onum on on the right of the picture. She's\ufffds sitting on the chair and she she has she and has short hair and wearing some some some some and wearing wearing dress and And she |\n| 9 | is painting some trees and I really like the picture. It\u2019s beautiful. And there are a bags beside the woman. I think there\u2019s (uh) {the wore} the pants or some color in the bags that she wants <to> to draw. And there are also (um) lots of people {near} nearby the {the girl} the woman | She pant some trees, I really like the picture. It's\ufffds beautiful. And there are the backs beside the woman. I think there's\ufffds the the, The the pants the the girl or some color in the bags that she wants to to toto draw. And there are also lotsuh, lots of people nearby thear by the the girl, girl,, woman. |\n| 10 | are <painting> painting and there are two people which has a bags and others are besides her and they are discussing* (um) how to draw the picture. And I think (uh) the advantage to join a park is that you can really near <the> the picture you want to draw and it\u2019s in | are pantpantingting,ing, there are two people which has a bag and others are besides her and they are disgusting how howhow how how to draw the picture and And I think thea thethe advantage to drawing the park is that you can't near thethe picture the picture you want to draw and it's\ufffds in |\n| 11 | nature scenery\u2026 | Nature scenery, |\n| 12 | Well, I see at least nine people in the picture, and I can see that {all} they are all young men, and they are probably professional soccer players, or a soccer team at school, since they are all wearing sports wears that look quite professional. And, the man at the back of the picture {is} has a funky look, while he has spiky haircut. | Well, I see at least nine people in the picture, and I can see that they they, and're all young men, and they are probably professional soccer players or or a soccer team at school, since they're all wearing sportswear that look quite professional. And the the man at the back of the picture has has has has a funky look, while he has spiky hair, |\n| 13 | And he\u2019s wearing a white short sleeved t-shirt and like he\u2019s wearing blue shirts and long socks which soccer players usually wear, and he\u2019s also wearing blue sneakers. He\u2019s trying to chase the yellow soccer ball. (um) I see many people wearing long soccer socks, which really impressed me, and they\u2019re all wearing like (um) red | and he's\ufffds wearing a white,-ved t-shirt and like he\u2019s wearing blue shirts and long socks which soccer players usually wear. and he\u2019s also wearing blue sneakers. He\u2019s trying to chase the yellow soccer balls. I I, I see many people wearing long soccer socks which which really impressed me, and they're\ufffdre all wearing like redum, red |\n| 14 | shorts or (eh) like green shirts with numbers on it. So they might be quite professional. And the weather looks good. At the back of the picture, I could see many trees too. And I could even see the MRT. (eh) Also, I see two buildings. And I\u2019m not really good at soccer, but I like watching soccer games. So I hope maybe | shirts or likeaiveI green shirts with numbers on it, So they might be quite professional. And the weather looks good. At the back of the picture, I could see many trees too. And I could even see the MRT. Alsoa also Also, I see two buildings. And I'm\ufffdm not really good at soccer, but I like watching soccer games. So I hope maybe |\n| 15 | I can\u2026 | I can't |\n| 16 | I think this might be a room {up a} {up in a} up in the top building in the city because {the windows} [out] outside the windows there\u2019s a lot of colorful [buil] buildings and it\u2019s also really high up on the ground. The woman in the middle is playing her violin <to> <the> to the guests <and> and lots of people are taking pictures of her. I think this is a good place to have a celebration because <it> <is> [really] {it is really} | I think this might be a room upa in-athe in the top in in the top building in the city because theupir,the, oft the windows,'s\ufffds a lot of colorful buildingsbuildildings buildings and it's\ufffds also really high up the the ground. The woman in the middle is playing her violin to to thetoto toto the guests andand lots lots lots of people are taking pictures of her. I think this is a good place to have a celebration because it it is itit it itit it it it is it it it |\n| 17 | (um) it looks very comfortable <and> <the> <food> and the food must taste really good. I think (um) <the> <woman> <on> <the> the woman on the left is wearing a {red skirt} red dress and is wearing black heels. She\u2019s looking happily at the woman playing the violin while filming her on the phone. And then there is a waiter <on> <the> on the top right corner serving food to the guest <that> that lives beside him. There is also a man | ItIt,It looks really comfortable,and the thethe foodestthemest the food tastes taste really good. I think the the, thethe womanthethe thethethe thethethe ising woman on the bed is wearing a rede dress and and dress and is wearing black shoes. She's\ufffds, happily at the woman playing the violin while filming her on the phone. And then there is a waiter on on the on on on on the top right corner, food to the guests that that that that leads it him. Bes is also a man |\n| 18 | {with a} {with a white} [T sh] with a white shirt smiling happily. And behind the man, <there> <is> there is one guy on his iPad <while> <another> while another guy looks at him. {There is four} [pers] There's four people in total that\u2019s {looking at the violin} looking at the woman playing the violin, and they seem very satisfied with it. (Um) On the table, there are wines and different drinks for them. I don\u2019t see any | withand a white shirt and a white shirt.iit a white shirt, happily, And behind the men, there, is,there oneis is one guy on his iPad,while another looksthereother guy looks another guy looks at him. Therethere is four people,,, There's four people in total that's\ufffds looking looking at the women,, at the woman, the violin and and they seem very satisfied with it. On on, On the table, there are wines and different drinks for them. I don't\ufffdt see any |\n| 19 | food yet, so maybe\u2026 | ifies, so maybe |\n",
142
+ "eval_runtime": 3.2175,
143
+ "eval_samples_per_second": 6.216,
144
+ "eval_steps_per_second": 0.932,
145
+ "eval_wer": 37.251356238698015,
146
+ "step": 18
147
+ }
148
+ ],
149
+ "logging_steps": 1,
150
+ "max_steps": 360,
151
+ "num_input_tokens_seen": 0,
152
+ "num_train_epochs": 20,
153
+ "save_steps": 500,
154
+ "stateful_callbacks": {
155
+ "TrainerControl": {
156
+ "args": {
157
+ "should_epoch_stop": false,
158
+ "should_evaluate": false,
159
+ "should_log": false,
160
+ "should_save": true,
161
+ "should_training_stop": false
162
+ },
163
+ "attributes": {}
164
+ }
165
+ },
166
+ "total_flos": 1.238386802688e+17,
167
+ "train_batch_size": 4,
168
+ "trial_name": null,
169
+ "trial_params": null
170
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f78a42a7a26fd014d616e7eeca3cd0b8ee1648f006098cc708a876603fce1e37
3
+ size 5624