a-scarlett commited on
Commit
6d5d9b4
·
verified ·
1 Parent(s): 7596cde

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
.gitignore ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ *.pt
2
+ *.pth
3
+ *.bin
4
+ *.txt
added_tokens.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|box_end|>": 151649,
5
+ "<|box_start|>": 151648,
6
+ "<|end_of_audio|>": 151666,
7
+ "<|endoftext|>": 151643,
8
+ "<|file_sep|>": 151664,
9
+ "<|fim_middle|>": 151660,
10
+ "<|fim_pad|>": 151662,
11
+ "<|fim_prefix|>": 151659,
12
+ "<|fim_suffix|>": 151661,
13
+ "<|im_end|>": 151645,
14
+ "<|im_start|>": 151644,
15
+ "<|image_pad|>": 151655,
16
+ "<|object_ref_end|>": 151647,
17
+ "<|object_ref_start|>": 151646,
18
+ "<|quad_end|>": 151651,
19
+ "<|quad_start|>": 151650,
20
+ "<|repo_name|>": 151663,
21
+ "<|start_of_audio|>": 151665,
22
+ "<|video_pad|>": 151656,
23
+ "<|vision_end|>": 151653,
24
+ "<|vision_pad|>": 151654,
25
+ "<|vision_start|>": 151652
26
+ }
config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "ksych/salt-asr",
3
+ "architectures": [
4
+ "Qwen2ForCausalLM"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 151643,
8
+ "eos_token_id": 151643,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 896,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 4864,
13
+ "max_position_embeddings": 32768,
14
+ "max_window_layers": 24,
15
+ "model_type": "qwen2",
16
+ "num_attention_heads": 14,
17
+ "num_hidden_layers": 24,
18
+ "num_key_value_heads": 2,
19
+ "rms_norm_eps": 1e-06,
20
+ "rope_scaling": null,
21
+ "rope_theta": 1000000.0,
22
+ "sliding_window": 32768,
23
+ "tie_word_embeddings": true,
24
+ "torch_dtype": "float32",
25
+ "transformers_version": "4.49.0",
26
+ "use_cache": false,
27
+ "use_mrope": false,
28
+ "use_sliding_window": false,
29
+ "vocab_size": 160883
30
+ }
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 151643,
3
+ "eos_token_id": 151643,
4
+ "max_new_tokens": 2048,
5
+ "transformers_version": "4.49.0"
6
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df1da6236b5cbd0f91fc6d79f9f9c74e1d5803f3c9ab5a9b1f19828756c9cd05
3
+ size 2008229528
special_tokens_map.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ {
4
+ "content": "<|start_of_audio|>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ },
10
+ {
11
+ "content": "<|end_of_audio|>",
12
+ "lstrip": false,
13
+ "normalized": false,
14
+ "rstrip": false,
15
+ "single_word": false
16
+ }
17
+ ],
18
+ "eos_token": {
19
+ "content": "<|endoftext|>",
20
+ "lstrip": false,
21
+ "normalized": false,
22
+ "rstrip": false,
23
+ "single_word": false
24
+ },
25
+ "pad_token": {
26
+ "content": "<|endoftext|>",
27
+ "lstrip": false,
28
+ "normalized": false,
29
+ "rstrip": false,
30
+ "single_word": false
31
+ }
32
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55c7fad3b807310f01cead0edd8fa225070d199053eb0649e31f58a1caf09aa2
3
+ size 11422284
tokenizer_config.json ADDED
@@ -0,0 +1,213 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ },
181
+ "151665": {
182
+ "content": "<|start_of_audio|>",
183
+ "lstrip": false,
184
+ "normalized": false,
185
+ "rstrip": false,
186
+ "single_word": false,
187
+ "special": true
188
+ },
189
+ "151666": {
190
+ "content": "<|end_of_audio|>",
191
+ "lstrip": false,
192
+ "normalized": false,
193
+ "rstrip": false,
194
+ "single_word": false,
195
+ "special": true
196
+ }
197
+ },
198
+ "additional_special_tokens": [
199
+ "<|start_of_audio|>",
200
+ "<|end_of_audio|>"
201
+ ],
202
+ "bos_token": null,
203
+ "chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- 'You are a helpful assistant.' }}\n {%- endif %}\n {{- \"\\n\\n# Tools\\n\\nYou may call one or more functions to assist with the user query.\\n\\nYou are provided with function signatures within <tools></tools> XML tags:\\n<tools>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\n</tools>\\n\\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\\n<tool_call>\\n{\\\"name\\\": <function-name>, \\\"arguments\\\": <args-json-object>}\\n</tool_call><|im_end|>\\n\" }}\n{%- else %}\n {%- if messages[0]['role'] == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0]['content'] + '<|im_end|>\\n' }}\n {%- else %}\n {{- '<|im_start|>system\\nYou are a helpful assistant.<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) or (message.role == \"assistant\" and not message.tool_calls) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role }}\n {%- if message.content %}\n {{- '\\n' + message.content }}\n {%- endif %}\n {%- for tool_call in message.tool_calls %}\n {%- if tool_call.function is defined %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '\\n<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- message.content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n{%- endif %}\n",
204
+ "clean_up_tokenization_spaces": false,
205
+ "eos_token": "<|endoftext|>",
206
+ "errors": "replace",
207
+ "extra_special_tokens": {},
208
+ "model_max_length": 131072,
209
+ "pad_token": "<|endoftext|>",
210
+ "split_special_tokens": false,
211
+ "tokenizer_class": "Qwen2Tokenizer",
212
+ "unk_token": null
213
+ }
trainer_state.json ADDED
@@ -0,0 +1,2353 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.33695652173913043,
5
+ "eval_steps": 1000,
6
+ "global_step": 15500,
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.0010869565217391304,
13
+ "grad_norm": 7.2570319175720215,
14
+ "learning_rate": 4.5e-06,
15
+ "loss": 11.9743,
16
+ "step": 50
17
+ },
18
+ {
19
+ "epoch": 0.002173913043478261,
20
+ "grad_norm": 40.365055084228516,
21
+ "learning_rate": 9.5e-06,
22
+ "loss": 10.4555,
23
+ "step": 100
24
+ },
25
+ {
26
+ "epoch": 0.003260869565217391,
27
+ "grad_norm": 12.999434471130371,
28
+ "learning_rate": 1.44e-05,
29
+ "loss": 8.1836,
30
+ "step": 150
31
+ },
32
+ {
33
+ "epoch": 0.004347826086956522,
34
+ "grad_norm": 17.2613468170166,
35
+ "learning_rate": 1.94e-05,
36
+ "loss": 6.3993,
37
+ "step": 200
38
+ },
39
+ {
40
+ "epoch": 0.005434782608695652,
41
+ "grad_norm": 9.532617568969727,
42
+ "learning_rate": 2.44e-05,
43
+ "loss": 5.8655,
44
+ "step": 250
45
+ },
46
+ {
47
+ "epoch": 0.006521739130434782,
48
+ "grad_norm": 4.081784248352051,
49
+ "learning_rate": 2.94e-05,
50
+ "loss": 5.2595,
51
+ "step": 300
52
+ },
53
+ {
54
+ "epoch": 0.007608695652173913,
55
+ "grad_norm": 4.626275539398193,
56
+ "learning_rate": 3.4399999999999996e-05,
57
+ "loss": 5.8076,
58
+ "step": 350
59
+ },
60
+ {
61
+ "epoch": 0.008695652173913044,
62
+ "grad_norm": 9.461868286132812,
63
+ "learning_rate": 3.94e-05,
64
+ "loss": 5.495,
65
+ "step": 400
66
+ },
67
+ {
68
+ "epoch": 0.009782608695652175,
69
+ "grad_norm": 3.323793649673462,
70
+ "learning_rate": 4.44e-05,
71
+ "loss": 5.7005,
72
+ "step": 450
73
+ },
74
+ {
75
+ "epoch": 0.010869565217391304,
76
+ "grad_norm": 4.26762580871582,
77
+ "learning_rate": 4.94e-05,
78
+ "loss": 5.256,
79
+ "step": 500
80
+ },
81
+ {
82
+ "epoch": 0.011956521739130435,
83
+ "grad_norm": 3.8675103187561035,
84
+ "learning_rate": 5.440000000000001e-05,
85
+ "loss": 5.6752,
86
+ "step": 550
87
+ },
88
+ {
89
+ "epoch": 0.013043478260869565,
90
+ "grad_norm": 3.8780524730682373,
91
+ "learning_rate": 5.94e-05,
92
+ "loss": 5.0424,
93
+ "step": 600
94
+ },
95
+ {
96
+ "epoch": 0.014130434782608696,
97
+ "grad_norm": 5.3671650886535645,
98
+ "learning_rate": 6.440000000000001e-05,
99
+ "loss": 4.9488,
100
+ "step": 650
101
+ },
102
+ {
103
+ "epoch": 0.015217391304347827,
104
+ "grad_norm": 7.779557228088379,
105
+ "learning_rate": 6.939999999999999e-05,
106
+ "loss": 5.0169,
107
+ "step": 700
108
+ },
109
+ {
110
+ "epoch": 0.016304347826086956,
111
+ "grad_norm": 5.967152118682861,
112
+ "learning_rate": 7.44e-05,
113
+ "loss": 5.2884,
114
+ "step": 750
115
+ },
116
+ {
117
+ "epoch": 0.017391304347826087,
118
+ "grad_norm": 5.691137313842773,
119
+ "learning_rate": 7.94e-05,
120
+ "loss": 5.4386,
121
+ "step": 800
122
+ },
123
+ {
124
+ "epoch": 0.01847826086956522,
125
+ "grad_norm": 7.359672546386719,
126
+ "learning_rate": 8.44e-05,
127
+ "loss": 4.932,
128
+ "step": 850
129
+ },
130
+ {
131
+ "epoch": 0.01956521739130435,
132
+ "grad_norm": 3.2483417987823486,
133
+ "learning_rate": 8.94e-05,
134
+ "loss": 5.3881,
135
+ "step": 900
136
+ },
137
+ {
138
+ "epoch": 0.020652173913043477,
139
+ "grad_norm": 4.119468688964844,
140
+ "learning_rate": 9.44e-05,
141
+ "loss": 5.0405,
142
+ "step": 950
143
+ },
144
+ {
145
+ "epoch": 0.021739130434782608,
146
+ "grad_norm": 5.92612361907959,
147
+ "learning_rate": 9.94e-05,
148
+ "loss": 5.2679,
149
+ "step": 1000
150
+ },
151
+ {
152
+ "epoch": 0.021739130434782608,
153
+ "eval_asr_loss": 2.527863178171895,
154
+ "eval_loss": 4.801693916320801,
155
+ "eval_runtime": 11.3791,
156
+ "eval_samples_per_second": 56.244,
157
+ "eval_steps_per_second": 9.403,
158
+ "eval_tts_loss": 4.963166054594929,
159
+ "step": 1000
160
+ },
161
+ {
162
+ "epoch": 0.02282608695652174,
163
+ "grad_norm": 5.158364772796631,
164
+ "learning_rate": 9.999999089092814e-05,
165
+ "loss": 5.0704,
166
+ "step": 1050
167
+ },
168
+ {
169
+ "epoch": 0.02391304347826087,
170
+ "grad_norm": 4.720920085906982,
171
+ "learning_rate": 9.999995842574875e-05,
172
+ "loss": 5.3906,
173
+ "step": 1100
174
+ },
175
+ {
176
+ "epoch": 0.025,
177
+ "grad_norm": 3.526841640472412,
178
+ "learning_rate": 9.999990243509359e-05,
179
+ "loss": 4.7715,
180
+ "step": 1150
181
+ },
182
+ {
183
+ "epoch": 0.02608695652173913,
184
+ "grad_norm": 8.779367446899414,
185
+ "learning_rate": 9.999982291898898e-05,
186
+ "loss": 5.4079,
187
+ "step": 1200
188
+ },
189
+ {
190
+ "epoch": 0.02717391304347826,
191
+ "grad_norm": 9.412408828735352,
192
+ "learning_rate": 9.999971987747232e-05,
193
+ "loss": 5.1509,
194
+ "step": 1250
195
+ },
196
+ {
197
+ "epoch": 0.02826086956521739,
198
+ "grad_norm": 7.88346529006958,
199
+ "learning_rate": 9.999959331059212e-05,
200
+ "loss": 4.9803,
201
+ "step": 1300
202
+ },
203
+ {
204
+ "epoch": 0.029347826086956522,
205
+ "grad_norm": 3.4065446853637695,
206
+ "learning_rate": 9.999944321840793e-05,
207
+ "loss": 5.0871,
208
+ "step": 1350
209
+ },
210
+ {
211
+ "epoch": 0.030434782608695653,
212
+ "grad_norm": 4.301353931427002,
213
+ "learning_rate": 9.999926960099035e-05,
214
+ "loss": 5.1511,
215
+ "step": 1400
216
+ },
217
+ {
218
+ "epoch": 0.03152173913043478,
219
+ "grad_norm": 4.603494167327881,
220
+ "learning_rate": 9.999907245842109e-05,
221
+ "loss": 4.9227,
222
+ "step": 1450
223
+ },
224
+ {
225
+ "epoch": 0.03260869565217391,
226
+ "grad_norm": 7.030359745025635,
227
+ "learning_rate": 9.999885179079288e-05,
228
+ "loss": 4.9743,
229
+ "step": 1500
230
+ },
231
+ {
232
+ "epoch": 0.03369565217391304,
233
+ "grad_norm": 3.3235089778900146,
234
+ "learning_rate": 9.999860759820957e-05,
235
+ "loss": 4.9089,
236
+ "step": 1550
237
+ },
238
+ {
239
+ "epoch": 0.034782608695652174,
240
+ "grad_norm": 4.089897632598877,
241
+ "learning_rate": 9.999833988078603e-05,
242
+ "loss": 4.9585,
243
+ "step": 1600
244
+ },
245
+ {
246
+ "epoch": 0.035869565217391305,
247
+ "grad_norm": 2.7909576892852783,
248
+ "learning_rate": 9.999804863864826e-05,
249
+ "loss": 4.7039,
250
+ "step": 1650
251
+ },
252
+ {
253
+ "epoch": 0.03695652173913044,
254
+ "grad_norm": 3.653459072113037,
255
+ "learning_rate": 9.999773387193325e-05,
256
+ "loss": 4.7419,
257
+ "step": 1700
258
+ },
259
+ {
260
+ "epoch": 0.03804347826086957,
261
+ "grad_norm": 2.9489026069641113,
262
+ "learning_rate": 9.999739558078914e-05,
263
+ "loss": 4.7499,
264
+ "step": 1750
265
+ },
266
+ {
267
+ "epoch": 0.0391304347826087,
268
+ "grad_norm": 3.6647138595581055,
269
+ "learning_rate": 9.999703376537508e-05,
270
+ "loss": 4.9439,
271
+ "step": 1800
272
+ },
273
+ {
274
+ "epoch": 0.04021739130434782,
275
+ "grad_norm": 7.539992332458496,
276
+ "learning_rate": 9.999664842586131e-05,
277
+ "loss": 4.8843,
278
+ "step": 1850
279
+ },
280
+ {
281
+ "epoch": 0.041304347826086954,
282
+ "grad_norm": 2.171046257019043,
283
+ "learning_rate": 9.999623956242915e-05,
284
+ "loss": 4.7489,
285
+ "step": 1900
286
+ },
287
+ {
288
+ "epoch": 0.042391304347826085,
289
+ "grad_norm": 4.13842248916626,
290
+ "learning_rate": 9.999580717527095e-05,
291
+ "loss": 4.739,
292
+ "step": 1950
293
+ },
294
+ {
295
+ "epoch": 0.043478260869565216,
296
+ "grad_norm": 5.281623363494873,
297
+ "learning_rate": 9.999535126459016e-05,
298
+ "loss": 4.9087,
299
+ "step": 2000
300
+ },
301
+ {
302
+ "epoch": 0.043478260869565216,
303
+ "eval_asr_loss": 2.592842030251882,
304
+ "eval_loss": 4.558238506317139,
305
+ "eval_runtime": 11.4313,
306
+ "eval_samples_per_second": 55.987,
307
+ "eval_steps_per_second": 9.36,
308
+ "eval_tts_loss": 4.98242129726963,
309
+ "step": 2000
310
+ },
311
+ {
312
+ "epoch": 0.04456521739130435,
313
+ "grad_norm": 3.798617124557495,
314
+ "learning_rate": 9.99948718306013e-05,
315
+ "loss": 4.6324,
316
+ "step": 2050
317
+ },
318
+ {
319
+ "epoch": 0.04565217391304348,
320
+ "grad_norm": 3.5986528396606445,
321
+ "learning_rate": 9.999436887352993e-05,
322
+ "loss": 4.5383,
323
+ "step": 2100
324
+ },
325
+ {
326
+ "epoch": 0.04673913043478261,
327
+ "grad_norm": 2.987210988998413,
328
+ "learning_rate": 9.999384239361273e-05,
329
+ "loss": 4.6759,
330
+ "step": 2150
331
+ },
332
+ {
333
+ "epoch": 0.04782608695652174,
334
+ "grad_norm": 4.592362880706787,
335
+ "learning_rate": 9.999329239109738e-05,
336
+ "loss": 4.7267,
337
+ "step": 2200
338
+ },
339
+ {
340
+ "epoch": 0.04891304347826087,
341
+ "grad_norm": 2.9200901985168457,
342
+ "learning_rate": 9.999271886624266e-05,
343
+ "loss": 4.5995,
344
+ "step": 2250
345
+ },
346
+ {
347
+ "epoch": 0.05,
348
+ "grad_norm": 3.600618600845337,
349
+ "learning_rate": 9.999212181931845e-05,
350
+ "loss": 4.6718,
351
+ "step": 2300
352
+ },
353
+ {
354
+ "epoch": 0.051086956521739134,
355
+ "grad_norm": 3.071923017501831,
356
+ "learning_rate": 9.999150125060565e-05,
357
+ "loss": 4.791,
358
+ "step": 2350
359
+ },
360
+ {
361
+ "epoch": 0.05217391304347826,
362
+ "grad_norm": 3.197481632232666,
363
+ "learning_rate": 9.999085716039625e-05,
364
+ "loss": 4.7996,
365
+ "step": 2400
366
+ },
367
+ {
368
+ "epoch": 0.05326086956521739,
369
+ "grad_norm": 2.616170883178711,
370
+ "learning_rate": 9.999018954899328e-05,
371
+ "loss": 4.7282,
372
+ "step": 2450
373
+ },
374
+ {
375
+ "epoch": 0.05434782608695652,
376
+ "grad_norm": 4.689841270446777,
377
+ "learning_rate": 9.998949841671088e-05,
378
+ "loss": 4.8002,
379
+ "step": 2500
380
+ },
381
+ {
382
+ "epoch": 0.05543478260869565,
383
+ "grad_norm": 2.9560294151306152,
384
+ "learning_rate": 9.998878376387423e-05,
385
+ "loss": 4.7618,
386
+ "step": 2550
387
+ },
388
+ {
389
+ "epoch": 0.05652173913043478,
390
+ "grad_norm": 5.63021993637085,
391
+ "learning_rate": 9.998804559081956e-05,
392
+ "loss": 4.7762,
393
+ "step": 2600
394
+ },
395
+ {
396
+ "epoch": 0.057608695652173914,
397
+ "grad_norm": 2.292513370513916,
398
+ "learning_rate": 9.998728389789422e-05,
399
+ "loss": 4.5779,
400
+ "step": 2650
401
+ },
402
+ {
403
+ "epoch": 0.058695652173913045,
404
+ "grad_norm": 3.1269545555114746,
405
+ "learning_rate": 9.998649868545659e-05,
406
+ "loss": 4.5257,
407
+ "step": 2700
408
+ },
409
+ {
410
+ "epoch": 0.059782608695652176,
411
+ "grad_norm": 3.462415933609009,
412
+ "learning_rate": 9.99856899538761e-05,
413
+ "loss": 4.9268,
414
+ "step": 2750
415
+ },
416
+ {
417
+ "epoch": 0.06086956521739131,
418
+ "grad_norm": 2.9171762466430664,
419
+ "learning_rate": 9.998485770353328e-05,
420
+ "loss": 4.6967,
421
+ "step": 2800
422
+ },
423
+ {
424
+ "epoch": 0.06195652173913044,
425
+ "grad_norm": 10.13646125793457,
426
+ "learning_rate": 9.998400193481969e-05,
427
+ "loss": 4.7377,
428
+ "step": 2850
429
+ },
430
+ {
431
+ "epoch": 0.06304347826086956,
432
+ "grad_norm": 3.127666711807251,
433
+ "learning_rate": 9.9983122648138e-05,
434
+ "loss": 4.612,
435
+ "step": 2900
436
+ },
437
+ {
438
+ "epoch": 0.0641304347826087,
439
+ "grad_norm": 4.429073810577393,
440
+ "learning_rate": 9.998221984390195e-05,
441
+ "loss": 4.7786,
442
+ "step": 2950
443
+ },
444
+ {
445
+ "epoch": 0.06521739130434782,
446
+ "grad_norm": 2.745976686477661,
447
+ "learning_rate": 9.998129352253626e-05,
448
+ "loss": 4.7477,
449
+ "step": 3000
450
+ },
451
+ {
452
+ "epoch": 0.06521739130434782,
453
+ "eval_asr_loss": 2.4883857901916846,
454
+ "eval_loss": 4.423598766326904,
455
+ "eval_runtime": 11.1881,
456
+ "eval_samples_per_second": 57.204,
457
+ "eval_steps_per_second": 9.564,
458
+ "eval_tts_loss": 5.00350919136773,
459
+ "step": 3000
460
+ },
461
+ {
462
+ "epoch": 0.06630434782608696,
463
+ "grad_norm": 2.326262950897217,
464
+ "learning_rate": 9.99803436844768e-05,
465
+ "loss": 4.5263,
466
+ "step": 3050
467
+ },
468
+ {
469
+ "epoch": 0.06739130434782609,
470
+ "grad_norm": 3.688098192214966,
471
+ "learning_rate": 9.997937033017049e-05,
472
+ "loss": 4.5735,
473
+ "step": 3100
474
+ },
475
+ {
476
+ "epoch": 0.06847826086956521,
477
+ "grad_norm": 2.2472245693206787,
478
+ "learning_rate": 9.997837346007528e-05,
479
+ "loss": 4.7224,
480
+ "step": 3150
481
+ },
482
+ {
483
+ "epoch": 0.06956521739130435,
484
+ "grad_norm": 1.9073128700256348,
485
+ "learning_rate": 9.997735307466023e-05,
486
+ "loss": 4.7719,
487
+ "step": 3200
488
+ },
489
+ {
490
+ "epoch": 0.07065217391304347,
491
+ "grad_norm": 3.301027536392212,
492
+ "learning_rate": 9.997630917440543e-05,
493
+ "loss": 4.6902,
494
+ "step": 3250
495
+ },
496
+ {
497
+ "epoch": 0.07173913043478261,
498
+ "grad_norm": 3.70943021774292,
499
+ "learning_rate": 9.997524175980204e-05,
500
+ "loss": 4.8177,
501
+ "step": 3300
502
+ },
503
+ {
504
+ "epoch": 0.07282608695652174,
505
+ "grad_norm": 3.3837993144989014,
506
+ "learning_rate": 9.997415083135229e-05,
507
+ "loss": 4.8617,
508
+ "step": 3350
509
+ },
510
+ {
511
+ "epoch": 0.07391304347826087,
512
+ "grad_norm": 3.145082950592041,
513
+ "learning_rate": 9.99730363895695e-05,
514
+ "loss": 4.4194,
515
+ "step": 3400
516
+ },
517
+ {
518
+ "epoch": 0.075,
519
+ "grad_norm": 2.647455930709839,
520
+ "learning_rate": 9.997189843497798e-05,
521
+ "loss": 4.5414,
522
+ "step": 3450
523
+ },
524
+ {
525
+ "epoch": 0.07608695652173914,
526
+ "grad_norm": 2.374641180038452,
527
+ "learning_rate": 9.997073696811318e-05,
528
+ "loss": 4.9275,
529
+ "step": 3500
530
+ },
531
+ {
532
+ "epoch": 0.07717391304347826,
533
+ "grad_norm": 4.612781047821045,
534
+ "learning_rate": 9.996955198952159e-05,
535
+ "loss": 4.9264,
536
+ "step": 3550
537
+ },
538
+ {
539
+ "epoch": 0.0782608695652174,
540
+ "grad_norm": 2.460127830505371,
541
+ "learning_rate": 9.996834349976072e-05,
542
+ "loss": 4.7562,
543
+ "step": 3600
544
+ },
545
+ {
546
+ "epoch": 0.07934782608695652,
547
+ "grad_norm": 2.707995653152466,
548
+ "learning_rate": 9.996711149939919e-05,
549
+ "loss": 4.367,
550
+ "step": 3650
551
+ },
552
+ {
553
+ "epoch": 0.08043478260869565,
554
+ "grad_norm": 1.578936219215393,
555
+ "learning_rate": 9.996585598901668e-05,
556
+ "loss": 4.716,
557
+ "step": 3700
558
+ },
559
+ {
560
+ "epoch": 0.08152173913043478,
561
+ "grad_norm": 8.137738227844238,
562
+ "learning_rate": 9.996457696920392e-05,
563
+ "loss": 4.5338,
564
+ "step": 3750
565
+ },
566
+ {
567
+ "epoch": 0.08260869565217391,
568
+ "grad_norm": 3.5625455379486084,
569
+ "learning_rate": 9.99632744405627e-05,
570
+ "loss": 4.2705,
571
+ "step": 3800
572
+ },
573
+ {
574
+ "epoch": 0.08369565217391305,
575
+ "grad_norm": 3.893693447113037,
576
+ "learning_rate": 9.996194840370586e-05,
577
+ "loss": 4.5428,
578
+ "step": 3850
579
+ },
580
+ {
581
+ "epoch": 0.08478260869565217,
582
+ "grad_norm": 3.921764850616455,
583
+ "learning_rate": 9.996059885925732e-05,
584
+ "loss": 4.5132,
585
+ "step": 3900
586
+ },
587
+ {
588
+ "epoch": 0.08586956521739131,
589
+ "grad_norm": 3.3070826530456543,
590
+ "learning_rate": 9.995922580785204e-05,
591
+ "loss": 4.7869,
592
+ "step": 3950
593
+ },
594
+ {
595
+ "epoch": 0.08695652173913043,
596
+ "grad_norm": 2.028144598007202,
597
+ "learning_rate": 9.995782925013609e-05,
598
+ "loss": 4.5043,
599
+ "step": 4000
600
+ },
601
+ {
602
+ "epoch": 0.08695652173913043,
603
+ "eval_asr_loss": 2.603556302837226,
604
+ "eval_loss": 4.333541393280029,
605
+ "eval_runtime": 11.1986,
606
+ "eval_samples_per_second": 57.15,
607
+ "eval_steps_per_second": 9.555,
608
+ "eval_tts_loss": 5.138133705724894,
609
+ "step": 4000
610
+ },
611
+ {
612
+ "epoch": 0.08804347826086957,
613
+ "grad_norm": 2.684593677520752,
614
+ "learning_rate": 9.995640918676655e-05,
615
+ "loss": 4.6957,
616
+ "step": 4050
617
+ },
618
+ {
619
+ "epoch": 0.0891304347826087,
620
+ "grad_norm": 2.695699691772461,
621
+ "learning_rate": 9.995496561841154e-05,
622
+ "loss": 4.9025,
623
+ "step": 4100
624
+ },
625
+ {
626
+ "epoch": 0.09021739130434783,
627
+ "grad_norm": 2.6317203044891357,
628
+ "learning_rate": 9.99534985457503e-05,
629
+ "loss": 4.6769,
630
+ "step": 4150
631
+ },
632
+ {
633
+ "epoch": 0.09130434782608696,
634
+ "grad_norm": 2.2738523483276367,
635
+ "learning_rate": 9.995200796947313e-05,
636
+ "loss": 4.7356,
637
+ "step": 4200
638
+ },
639
+ {
640
+ "epoch": 0.09239130434782608,
641
+ "grad_norm": 3.4111077785491943,
642
+ "learning_rate": 9.995049389028132e-05,
643
+ "loss": 4.357,
644
+ "step": 4250
645
+ },
646
+ {
647
+ "epoch": 0.09347826086956522,
648
+ "grad_norm": 2.6470253467559814,
649
+ "learning_rate": 9.994895630888728e-05,
650
+ "loss": 4.3814,
651
+ "step": 4300
652
+ },
653
+ {
654
+ "epoch": 0.09456521739130434,
655
+ "grad_norm": 2.8316125869750977,
656
+ "learning_rate": 9.994739522601444e-05,
657
+ "loss": 4.3319,
658
+ "step": 4350
659
+ },
660
+ {
661
+ "epoch": 0.09565217391304348,
662
+ "grad_norm": 2.781243324279785,
663
+ "learning_rate": 9.994581064239732e-05,
664
+ "loss": 4.4887,
665
+ "step": 4400
666
+ },
667
+ {
668
+ "epoch": 0.0967391304347826,
669
+ "grad_norm": 4.024622917175293,
670
+ "learning_rate": 9.994420255878148e-05,
671
+ "loss": 4.4871,
672
+ "step": 4450
673
+ },
674
+ {
675
+ "epoch": 0.09782608695652174,
676
+ "grad_norm": 2.529017925262451,
677
+ "learning_rate": 9.994257097592352e-05,
678
+ "loss": 4.5259,
679
+ "step": 4500
680
+ },
681
+ {
682
+ "epoch": 0.09891304347826087,
683
+ "grad_norm": 1.8239754438400269,
684
+ "learning_rate": 9.994091589459116e-05,
685
+ "loss": 4.3442,
686
+ "step": 4550
687
+ },
688
+ {
689
+ "epoch": 0.1,
690
+ "grad_norm": 2.8626890182495117,
691
+ "learning_rate": 9.993923731556308e-05,
692
+ "loss": 4.492,
693
+ "step": 4600
694
+ },
695
+ {
696
+ "epoch": 0.10108695652173913,
697
+ "grad_norm": 3.241543769836426,
698
+ "learning_rate": 9.99375352396291e-05,
699
+ "loss": 4.3023,
700
+ "step": 4650
701
+ },
702
+ {
703
+ "epoch": 0.10217391304347827,
704
+ "grad_norm": 3.9940199851989746,
705
+ "learning_rate": 9.993580966759007e-05,
706
+ "loss": 4.6912,
707
+ "step": 4700
708
+ },
709
+ {
710
+ "epoch": 0.10326086956521739,
711
+ "grad_norm": 2.9014837741851807,
712
+ "learning_rate": 9.993406060025787e-05,
713
+ "loss": 4.5711,
714
+ "step": 4750
715
+ },
716
+ {
717
+ "epoch": 0.10434782608695652,
718
+ "grad_norm": 1.6990643739700317,
719
+ "learning_rate": 9.993228803845545e-05,
720
+ "loss": 4.3312,
721
+ "step": 4800
722
+ },
723
+ {
724
+ "epoch": 0.10543478260869565,
725
+ "grad_norm": 2.805645704269409,
726
+ "learning_rate": 9.993049198301683e-05,
727
+ "loss": 4.4747,
728
+ "step": 4850
729
+ },
730
+ {
731
+ "epoch": 0.10652173913043478,
732
+ "grad_norm": 1.4846203327178955,
733
+ "learning_rate": 9.992867243478706e-05,
734
+ "loss": 4.4428,
735
+ "step": 4900
736
+ },
737
+ {
738
+ "epoch": 0.10760869565217392,
739
+ "grad_norm": 3.8630876541137695,
740
+ "learning_rate": 9.992682939462228e-05,
741
+ "loss": 4.8853,
742
+ "step": 4950
743
+ },
744
+ {
745
+ "epoch": 0.10869565217391304,
746
+ "grad_norm": 2.592350482940674,
747
+ "learning_rate": 9.992496286338963e-05,
748
+ "loss": 4.2777,
749
+ "step": 5000
750
+ },
751
+ {
752
+ "epoch": 0.10869565217391304,
753
+ "eval_asr_loss": 2.5512409255739876,
754
+ "eval_loss": 4.257580757141113,
755
+ "eval_runtime": 11.2845,
756
+ "eval_samples_per_second": 56.715,
757
+ "eval_steps_per_second": 9.482,
758
+ "eval_tts_loss": 5.1808239124319835,
759
+ "step": 5000
760
+ },
761
+ {
762
+ "epoch": 0.10978260869565218,
763
+ "grad_norm": 4.103634834289551,
764
+ "learning_rate": 9.992307284196735e-05,
765
+ "loss": 4.7146,
766
+ "step": 5050
767
+ },
768
+ {
769
+ "epoch": 0.1108695652173913,
770
+ "grad_norm": 2.421569585800171,
771
+ "learning_rate": 9.992115933124471e-05,
772
+ "loss": 4.6953,
773
+ "step": 5100
774
+ },
775
+ {
776
+ "epoch": 0.11195652173913044,
777
+ "grad_norm": 1.6327651739120483,
778
+ "learning_rate": 9.991922233212204e-05,
779
+ "loss": 4.4978,
780
+ "step": 5150
781
+ },
782
+ {
783
+ "epoch": 0.11304347826086956,
784
+ "grad_norm": 2.3584136962890625,
785
+ "learning_rate": 9.991726184551069e-05,
786
+ "loss": 4.3323,
787
+ "step": 5200
788
+ },
789
+ {
790
+ "epoch": 0.11413043478260869,
791
+ "grad_norm": 2.859476089477539,
792
+ "learning_rate": 9.991527787233313e-05,
793
+ "loss": 4.6582,
794
+ "step": 5250
795
+ },
796
+ {
797
+ "epoch": 0.11521739130434783,
798
+ "grad_norm": 2.6755621433258057,
799
+ "learning_rate": 9.991327041352278e-05,
800
+ "loss": 4.4851,
801
+ "step": 5300
802
+ },
803
+ {
804
+ "epoch": 0.11630434782608695,
805
+ "grad_norm": 2.0310680866241455,
806
+ "learning_rate": 9.991123947002425e-05,
807
+ "loss": 4.7106,
808
+ "step": 5350
809
+ },
810
+ {
811
+ "epoch": 0.11739130434782609,
812
+ "grad_norm": 1.8476403951644897,
813
+ "learning_rate": 9.990918504279307e-05,
814
+ "loss": 4.5227,
815
+ "step": 5400
816
+ },
817
+ {
818
+ "epoch": 0.11847826086956521,
819
+ "grad_norm": 1.8776793479919434,
820
+ "learning_rate": 9.990710713279586e-05,
821
+ "loss": 4.7484,
822
+ "step": 5450
823
+ },
824
+ {
825
+ "epoch": 0.11956521739130435,
826
+ "grad_norm": 2.704761266708374,
827
+ "learning_rate": 9.990500574101031e-05,
828
+ "loss": 4.7166,
829
+ "step": 5500
830
+ },
831
+ {
832
+ "epoch": 0.12065217391304348,
833
+ "grad_norm": 2.3094747066497803,
834
+ "learning_rate": 9.990288086842516e-05,
835
+ "loss": 4.2405,
836
+ "step": 5550
837
+ },
838
+ {
839
+ "epoch": 0.12173913043478261,
840
+ "grad_norm": 2.854323387145996,
841
+ "learning_rate": 9.990073251604018e-05,
842
+ "loss": 4.3237,
843
+ "step": 5600
844
+ },
845
+ {
846
+ "epoch": 0.12282608695652174,
847
+ "grad_norm": 1.8198304176330566,
848
+ "learning_rate": 9.989856068486615e-05,
849
+ "loss": 4.3826,
850
+ "step": 5650
851
+ },
852
+ {
853
+ "epoch": 0.12391304347826088,
854
+ "grad_norm": 2.3961496353149414,
855
+ "learning_rate": 9.989636537592501e-05,
856
+ "loss": 4.6476,
857
+ "step": 5700
858
+ },
859
+ {
860
+ "epoch": 0.125,
861
+ "grad_norm": 1.6423386335372925,
862
+ "learning_rate": 9.989414659024961e-05,
863
+ "loss": 4.1387,
864
+ "step": 5750
865
+ },
866
+ {
867
+ "epoch": 0.12608695652173912,
868
+ "grad_norm": 2.9040932655334473,
869
+ "learning_rate": 9.989190432888395e-05,
870
+ "loss": 4.2569,
871
+ "step": 5800
872
+ },
873
+ {
874
+ "epoch": 0.12717391304347825,
875
+ "grad_norm": 3.383302688598633,
876
+ "learning_rate": 9.9889638592883e-05,
877
+ "loss": 4.7406,
878
+ "step": 5850
879
+ },
880
+ {
881
+ "epoch": 0.1282608695652174,
882
+ "grad_norm": 5.475515842437744,
883
+ "learning_rate": 9.988734938331285e-05,
884
+ "loss": 4.2096,
885
+ "step": 5900
886
+ },
887
+ {
888
+ "epoch": 0.12934782608695652,
889
+ "grad_norm": 2.400712490081787,
890
+ "learning_rate": 9.988503670125058e-05,
891
+ "loss": 4.4473,
892
+ "step": 5950
893
+ },
894
+ {
895
+ "epoch": 0.13043478260869565,
896
+ "grad_norm": 2.487079381942749,
897
+ "learning_rate": 9.988270054778432e-05,
898
+ "loss": 4.5569,
899
+ "step": 6000
900
+ },
901
+ {
902
+ "epoch": 0.13043478260869565,
903
+ "eval_asr_loss": 2.6213980917950765,
904
+ "eval_loss": 4.200225830078125,
905
+ "eval_runtime": 11.1302,
906
+ "eval_samples_per_second": 57.501,
907
+ "eval_steps_per_second": 9.613,
908
+ "eval_tts_loss": 5.162653012560234,
909
+ "step": 6000
910
+ },
911
+ {
912
+ "epoch": 0.13152173913043477,
913
+ "grad_norm": 2.3784780502319336,
914
+ "learning_rate": 9.988034092401328e-05,
915
+ "loss": 4.3639,
916
+ "step": 6050
917
+ },
918
+ {
919
+ "epoch": 0.13260869565217392,
920
+ "grad_norm": 3.6094419956207275,
921
+ "learning_rate": 9.987795783104765e-05,
922
+ "loss": 4.2369,
923
+ "step": 6100
924
+ },
925
+ {
926
+ "epoch": 0.13369565217391305,
927
+ "grad_norm": 2.4041898250579834,
928
+ "learning_rate": 9.987555127000873e-05,
929
+ "loss": 4.4802,
930
+ "step": 6150
931
+ },
932
+ {
933
+ "epoch": 0.13478260869565217,
934
+ "grad_norm": 2.176236867904663,
935
+ "learning_rate": 9.987312124202881e-05,
936
+ "loss": 4.6597,
937
+ "step": 6200
938
+ },
939
+ {
940
+ "epoch": 0.1358695652173913,
941
+ "grad_norm": 1.969905972480774,
942
+ "learning_rate": 9.987066774825124e-05,
943
+ "loss": 4.4274,
944
+ "step": 6250
945
+ },
946
+ {
947
+ "epoch": 0.13695652173913042,
948
+ "grad_norm": 3.110654830932617,
949
+ "learning_rate": 9.986819078983045e-05,
950
+ "loss": 4.398,
951
+ "step": 6300
952
+ },
953
+ {
954
+ "epoch": 0.13804347826086957,
955
+ "grad_norm": 1.1360965967178345,
956
+ "learning_rate": 9.986569036793183e-05,
957
+ "loss": 4.2086,
958
+ "step": 6350
959
+ },
960
+ {
961
+ "epoch": 0.1391304347826087,
962
+ "grad_norm": 2.463719606399536,
963
+ "learning_rate": 9.986316648373187e-05,
964
+ "loss": 4.2981,
965
+ "step": 6400
966
+ },
967
+ {
968
+ "epoch": 0.14021739130434782,
969
+ "grad_norm": 2.486532211303711,
970
+ "learning_rate": 9.986061913841809e-05,
971
+ "loss": 4.2275,
972
+ "step": 6450
973
+ },
974
+ {
975
+ "epoch": 0.14130434782608695,
976
+ "grad_norm": 2.768862724304199,
977
+ "learning_rate": 9.985804833318903e-05,
978
+ "loss": 4.531,
979
+ "step": 6500
980
+ },
981
+ {
982
+ "epoch": 0.1423913043478261,
983
+ "grad_norm": 2.479682207107544,
984
+ "learning_rate": 9.985545406925428e-05,
985
+ "loss": 4.5276,
986
+ "step": 6550
987
+ },
988
+ {
989
+ "epoch": 0.14347826086956522,
990
+ "grad_norm": 2.016967296600342,
991
+ "learning_rate": 9.985283634783447e-05,
992
+ "loss": 4.3313,
993
+ "step": 6600
994
+ },
995
+ {
996
+ "epoch": 0.14456521739130435,
997
+ "grad_norm": 3.358776807785034,
998
+ "learning_rate": 9.985019517016127e-05,
999
+ "loss": 4.47,
1000
+ "step": 6650
1001
+ },
1002
+ {
1003
+ "epoch": 0.14565217391304347,
1004
+ "grad_norm": 2.062159299850464,
1005
+ "learning_rate": 9.984753053747738e-05,
1006
+ "loss": 4.2664,
1007
+ "step": 6700
1008
+ },
1009
+ {
1010
+ "epoch": 0.14673913043478262,
1011
+ "grad_norm": 2.3216474056243896,
1012
+ "learning_rate": 9.984484245103652e-05,
1013
+ "loss": 4.6873,
1014
+ "step": 6750
1015
+ },
1016
+ {
1017
+ "epoch": 0.14782608695652175,
1018
+ "grad_norm": 3.587345600128174,
1019
+ "learning_rate": 9.984213091210349e-05,
1020
+ "loss": 4.2995,
1021
+ "step": 6800
1022
+ },
1023
+ {
1024
+ "epoch": 0.14891304347826087,
1025
+ "grad_norm": 1.9871525764465332,
1026
+ "learning_rate": 9.983939592195405e-05,
1027
+ "loss": 4.4201,
1028
+ "step": 6850
1029
+ },
1030
+ {
1031
+ "epoch": 0.15,
1032
+ "grad_norm": 4.7601799964904785,
1033
+ "learning_rate": 9.983663748187508e-05,
1034
+ "loss": 4.2823,
1035
+ "step": 6900
1036
+ },
1037
+ {
1038
+ "epoch": 0.15108695652173912,
1039
+ "grad_norm": 2.1823480129241943,
1040
+ "learning_rate": 9.983385559316444e-05,
1041
+ "loss": 4.5409,
1042
+ "step": 6950
1043
+ },
1044
+ {
1045
+ "epoch": 0.15217391304347827,
1046
+ "grad_norm": 1.9459609985351562,
1047
+ "learning_rate": 9.983105025713104e-05,
1048
+ "loss": 4.3963,
1049
+ "step": 7000
1050
+ },
1051
+ {
1052
+ "epoch": 0.15217391304347827,
1053
+ "eval_asr_loss": 2.64246700541829,
1054
+ "eval_loss": 4.174106597900391,
1055
+ "eval_runtime": 11.4091,
1056
+ "eval_samples_per_second": 56.096,
1057
+ "eval_steps_per_second": 9.378,
1058
+ "eval_tts_loss": 5.271821806483866,
1059
+ "step": 7000
1060
+ },
1061
+ {
1062
+ "epoch": 0.1532608695652174,
1063
+ "grad_norm": 3.8341915607452393,
1064
+ "learning_rate": 9.982822147509481e-05,
1065
+ "loss": 4.5849,
1066
+ "step": 7050
1067
+ },
1068
+ {
1069
+ "epoch": 0.15434782608695652,
1070
+ "grad_norm": 2.2620415687561035,
1071
+ "learning_rate": 9.982536924838672e-05,
1072
+ "loss": 4.3853,
1073
+ "step": 7100
1074
+ },
1075
+ {
1076
+ "epoch": 0.15543478260869564,
1077
+ "grad_norm": 3.4515111446380615,
1078
+ "learning_rate": 9.98224935783488e-05,
1079
+ "loss": 4.4753,
1080
+ "step": 7150
1081
+ },
1082
+ {
1083
+ "epoch": 0.1565217391304348,
1084
+ "grad_norm": 2.8672986030578613,
1085
+ "learning_rate": 9.981959446633404e-05,
1086
+ "loss": 4.6994,
1087
+ "step": 7200
1088
+ },
1089
+ {
1090
+ "epoch": 0.15760869565217392,
1091
+ "grad_norm": 2.919556140899658,
1092
+ "learning_rate": 9.981667191370651e-05,
1093
+ "loss": 4.5577,
1094
+ "step": 7250
1095
+ },
1096
+ {
1097
+ "epoch": 0.15869565217391304,
1098
+ "grad_norm": 1.8371742963790894,
1099
+ "learning_rate": 9.981372592184133e-05,
1100
+ "loss": 4.0022,
1101
+ "step": 7300
1102
+ },
1103
+ {
1104
+ "epoch": 0.15978260869565217,
1105
+ "grad_norm": 1.7818697690963745,
1106
+ "learning_rate": 9.98107564921246e-05,
1107
+ "loss": 4.3505,
1108
+ "step": 7350
1109
+ },
1110
+ {
1111
+ "epoch": 0.1608695652173913,
1112
+ "grad_norm": 2.9086995124816895,
1113
+ "learning_rate": 9.980776362595343e-05,
1114
+ "loss": 4.0438,
1115
+ "step": 7400
1116
+ },
1117
+ {
1118
+ "epoch": 0.16195652173913044,
1119
+ "grad_norm": 2.3632290363311768,
1120
+ "learning_rate": 9.980474732473605e-05,
1121
+ "loss": 4.1811,
1122
+ "step": 7450
1123
+ },
1124
+ {
1125
+ "epoch": 0.16304347826086957,
1126
+ "grad_norm": 3.381775379180908,
1127
+ "learning_rate": 9.980170758989164e-05,
1128
+ "loss": 4.1882,
1129
+ "step": 7500
1130
+ },
1131
+ {
1132
+ "epoch": 0.1641304347826087,
1133
+ "grad_norm": 2.8754525184631348,
1134
+ "learning_rate": 9.97986444228504e-05,
1135
+ "loss": 4.4118,
1136
+ "step": 7550
1137
+ },
1138
+ {
1139
+ "epoch": 0.16521739130434782,
1140
+ "grad_norm": 1.8421484231948853,
1141
+ "learning_rate": 9.979555782505363e-05,
1142
+ "loss": 4.3014,
1143
+ "step": 7600
1144
+ },
1145
+ {
1146
+ "epoch": 0.16630434782608697,
1147
+ "grad_norm": 2.170987844467163,
1148
+ "learning_rate": 9.979244779795355e-05,
1149
+ "loss": 4.5776,
1150
+ "step": 7650
1151
+ },
1152
+ {
1153
+ "epoch": 0.1673913043478261,
1154
+ "grad_norm": 4.069926738739014,
1155
+ "learning_rate": 9.978931434301351e-05,
1156
+ "loss": 4.272,
1157
+ "step": 7700
1158
+ },
1159
+ {
1160
+ "epoch": 0.16847826086956522,
1161
+ "grad_norm": 3.543511152267456,
1162
+ "learning_rate": 9.97861574617078e-05,
1163
+ "loss": 4.3141,
1164
+ "step": 7750
1165
+ },
1166
+ {
1167
+ "epoch": 0.16956521739130434,
1168
+ "grad_norm": 1.1272289752960205,
1169
+ "learning_rate": 9.978297715552177e-05,
1170
+ "loss": 4.4087,
1171
+ "step": 7800
1172
+ },
1173
+ {
1174
+ "epoch": 0.17065217391304346,
1175
+ "grad_norm": 1.961969256401062,
1176
+ "learning_rate": 9.977977342595178e-05,
1177
+ "loss": 4.4453,
1178
+ "step": 7850
1179
+ },
1180
+ {
1181
+ "epoch": 0.17173913043478262,
1182
+ "grad_norm": 2.350886583328247,
1183
+ "learning_rate": 9.97765462745052e-05,
1184
+ "loss": 4.3917,
1185
+ "step": 7900
1186
+ },
1187
+ {
1188
+ "epoch": 0.17282608695652174,
1189
+ "grad_norm": 1.1968051195144653,
1190
+ "learning_rate": 9.977329570270051e-05,
1191
+ "loss": 4.1804,
1192
+ "step": 7950
1193
+ },
1194
+ {
1195
+ "epoch": 0.17391304347826086,
1196
+ "grad_norm": 1.2178881168365479,
1197
+ "learning_rate": 9.977002171206706e-05,
1198
+ "loss": 4.279,
1199
+ "step": 8000
1200
+ },
1201
+ {
1202
+ "epoch": 0.17391304347826086,
1203
+ "eval_asr_loss": 2.6360731954683603,
1204
+ "eval_loss": 4.113315582275391,
1205
+ "eval_runtime": 11.2559,
1206
+ "eval_samples_per_second": 56.859,
1207
+ "eval_steps_per_second": 9.506,
1208
+ "eval_tts_loss": 5.288750441627843,
1209
+ "step": 8000
1210
+ },
1211
+ {
1212
+ "epoch": 0.175,
1213
+ "grad_norm": 2.2764134407043457,
1214
+ "learning_rate": 9.976672430414531e-05,
1215
+ "loss": 4.104,
1216
+ "step": 8050
1217
+ },
1218
+ {
1219
+ "epoch": 0.17608695652173914,
1220
+ "grad_norm": 2.9129750728607178,
1221
+ "learning_rate": 9.976340348048673e-05,
1222
+ "loss": 4.3,
1223
+ "step": 8100
1224
+ },
1225
+ {
1226
+ "epoch": 0.17717391304347826,
1227
+ "grad_norm": 2.2716591358184814,
1228
+ "learning_rate": 9.976005924265384e-05,
1229
+ "loss": 3.9896,
1230
+ "step": 8150
1231
+ },
1232
+ {
1233
+ "epoch": 0.1782608695652174,
1234
+ "grad_norm": 2.305238962173462,
1235
+ "learning_rate": 9.975669159222007e-05,
1236
+ "loss": 4.4143,
1237
+ "step": 8200
1238
+ },
1239
+ {
1240
+ "epoch": 0.1793478260869565,
1241
+ "grad_norm": 2.568418025970459,
1242
+ "learning_rate": 9.975330053076997e-05,
1243
+ "loss": 4.0646,
1244
+ "step": 8250
1245
+ },
1246
+ {
1247
+ "epoch": 0.18043478260869567,
1248
+ "grad_norm": 3.0141923427581787,
1249
+ "learning_rate": 9.974988605989907e-05,
1250
+ "loss": 4.3971,
1251
+ "step": 8300
1252
+ },
1253
+ {
1254
+ "epoch": 0.1815217391304348,
1255
+ "grad_norm": 2.3722753524780273,
1256
+ "learning_rate": 9.97464481812139e-05,
1257
+ "loss": 4.4071,
1258
+ "step": 8350
1259
+ },
1260
+ {
1261
+ "epoch": 0.1826086956521739,
1262
+ "grad_norm": 1.8970969915390015,
1263
+ "learning_rate": 9.974298689633201e-05,
1264
+ "loss": 4.3679,
1265
+ "step": 8400
1266
+ },
1267
+ {
1268
+ "epoch": 0.18369565217391304,
1269
+ "grad_norm": 1.5542092323303223,
1270
+ "learning_rate": 9.9739502206882e-05,
1271
+ "loss": 4.5544,
1272
+ "step": 8450
1273
+ },
1274
+ {
1275
+ "epoch": 0.18478260869565216,
1276
+ "grad_norm": 3.2007203102111816,
1277
+ "learning_rate": 9.973599411450342e-05,
1278
+ "loss": 4.6362,
1279
+ "step": 8500
1280
+ },
1281
+ {
1282
+ "epoch": 0.1858695652173913,
1283
+ "grad_norm": 2.7745096683502197,
1284
+ "learning_rate": 9.973246262084688e-05,
1285
+ "loss": 4.3841,
1286
+ "step": 8550
1287
+ },
1288
+ {
1289
+ "epoch": 0.18695652173913044,
1290
+ "grad_norm": 2.288344383239746,
1291
+ "learning_rate": 9.972890772757397e-05,
1292
+ "loss": 4.3282,
1293
+ "step": 8600
1294
+ },
1295
+ {
1296
+ "epoch": 0.18804347826086956,
1297
+ "grad_norm": 1.7431132793426514,
1298
+ "learning_rate": 9.97253294363573e-05,
1299
+ "loss": 4.6419,
1300
+ "step": 8650
1301
+ },
1302
+ {
1303
+ "epoch": 0.1891304347826087,
1304
+ "grad_norm": 2.577338933944702,
1305
+ "learning_rate": 9.97217277488805e-05,
1306
+ "loss": 4.4464,
1307
+ "step": 8700
1308
+ },
1309
+ {
1310
+ "epoch": 0.19021739130434784,
1311
+ "grad_norm": 1.9421231746673584,
1312
+ "learning_rate": 9.97181026668382e-05,
1313
+ "loss": 4.428,
1314
+ "step": 8750
1315
+ },
1316
+ {
1317
+ "epoch": 0.19130434782608696,
1318
+ "grad_norm": 2.9982190132141113,
1319
+ "learning_rate": 9.971445419193603e-05,
1320
+ "loss": 4.6251,
1321
+ "step": 8800
1322
+ },
1323
+ {
1324
+ "epoch": 0.1923913043478261,
1325
+ "grad_norm": 4.028087615966797,
1326
+ "learning_rate": 9.971078232589067e-05,
1327
+ "loss": 4.3337,
1328
+ "step": 8850
1329
+ },
1330
+ {
1331
+ "epoch": 0.1934782608695652,
1332
+ "grad_norm": 2.3939244747161865,
1333
+ "learning_rate": 9.970708707042971e-05,
1334
+ "loss": 4.2349,
1335
+ "step": 8900
1336
+ },
1337
+ {
1338
+ "epoch": 0.19456521739130433,
1339
+ "grad_norm": 1.9768601655960083,
1340
+ "learning_rate": 9.970336842729184e-05,
1341
+ "loss": 4.3149,
1342
+ "step": 8950
1343
+ },
1344
+ {
1345
+ "epoch": 0.1956521739130435,
1346
+ "grad_norm": 3.1762466430664062,
1347
+ "learning_rate": 9.969962639822671e-05,
1348
+ "loss": 4.4202,
1349
+ "step": 9000
1350
+ },
1351
+ {
1352
+ "epoch": 0.1956521739130435,
1353
+ "eval_asr_loss": 2.629300301255897,
1354
+ "eval_loss": 4.0937113761901855,
1355
+ "eval_runtime": 11.792,
1356
+ "eval_samples_per_second": 54.274,
1357
+ "eval_steps_per_second": 9.074,
1358
+ "eval_tts_loss": 5.314797203742016,
1359
+ "step": 9000
1360
+ },
1361
+ {
1362
+ "epoch": 0.1967391304347826,
1363
+ "grad_norm": 1.8454028367996216,
1364
+ "learning_rate": 9.9695860984995e-05,
1365
+ "loss": 4.139,
1366
+ "step": 9050
1367
+ },
1368
+ {
1369
+ "epoch": 0.19782608695652174,
1370
+ "grad_norm": 2.5526962280273438,
1371
+ "learning_rate": 9.969207218936834e-05,
1372
+ "loss": 4.3805,
1373
+ "step": 9100
1374
+ },
1375
+ {
1376
+ "epoch": 0.19891304347826086,
1377
+ "grad_norm": 1.42033851146698,
1378
+ "learning_rate": 9.96882600131294e-05,
1379
+ "loss": 4.28,
1380
+ "step": 9150
1381
+ },
1382
+ {
1383
+ "epoch": 0.2,
1384
+ "grad_norm": 2.136204957962036,
1385
+ "learning_rate": 9.968442445807188e-05,
1386
+ "loss": 4.3775,
1387
+ "step": 9200
1388
+ },
1389
+ {
1390
+ "epoch": 0.20108695652173914,
1391
+ "grad_norm": 1.782203197479248,
1392
+ "learning_rate": 9.968056552600043e-05,
1393
+ "loss": 4.2135,
1394
+ "step": 9250
1395
+ },
1396
+ {
1397
+ "epoch": 0.20217391304347826,
1398
+ "grad_norm": 3.0619659423828125,
1399
+ "learning_rate": 9.96766832187307e-05,
1400
+ "loss": 4.4359,
1401
+ "step": 9300
1402
+ },
1403
+ {
1404
+ "epoch": 0.20326086956521738,
1405
+ "grad_norm": 3.9900858402252197,
1406
+ "learning_rate": 9.967277753808936e-05,
1407
+ "loss": 4.0223,
1408
+ "step": 9350
1409
+ },
1410
+ {
1411
+ "epoch": 0.20434782608695654,
1412
+ "grad_norm": 2.068382501602173,
1413
+ "learning_rate": 9.96688484859141e-05,
1414
+ "loss": 3.9307,
1415
+ "step": 9400
1416
+ },
1417
+ {
1418
+ "epoch": 0.20543478260869566,
1419
+ "grad_norm": 2.419823408126831,
1420
+ "learning_rate": 9.966489606405355e-05,
1421
+ "loss": 4.2665,
1422
+ "step": 9450
1423
+ },
1424
+ {
1425
+ "epoch": 0.20652173913043478,
1426
+ "grad_norm": 2.9332566261291504,
1427
+ "learning_rate": 9.966092027436736e-05,
1428
+ "loss": 4.2707,
1429
+ "step": 9500
1430
+ },
1431
+ {
1432
+ "epoch": 0.2076086956521739,
1433
+ "grad_norm": 2.023785352706909,
1434
+ "learning_rate": 9.96569211187262e-05,
1435
+ "loss": 4.1401,
1436
+ "step": 9550
1437
+ },
1438
+ {
1439
+ "epoch": 0.20869565217391303,
1440
+ "grad_norm": 2.350621461868286,
1441
+ "learning_rate": 9.965289859901169e-05,
1442
+ "loss": 4.2363,
1443
+ "step": 9600
1444
+ },
1445
+ {
1446
+ "epoch": 0.20978260869565218,
1447
+ "grad_norm": 3.8558528423309326,
1448
+ "learning_rate": 9.964885271711649e-05,
1449
+ "loss": 3.8054,
1450
+ "step": 9650
1451
+ },
1452
+ {
1453
+ "epoch": 0.2108695652173913,
1454
+ "grad_norm": 1.7765642404556274,
1455
+ "learning_rate": 9.964478347494419e-05,
1456
+ "loss": 4.3695,
1457
+ "step": 9700
1458
+ },
1459
+ {
1460
+ "epoch": 0.21195652173913043,
1461
+ "grad_norm": 2.4970788955688477,
1462
+ "learning_rate": 9.964069087440945e-05,
1463
+ "loss": 4.2529,
1464
+ "step": 9750
1465
+ },
1466
+ {
1467
+ "epoch": 0.21304347826086956,
1468
+ "grad_norm": 2.3086397647857666,
1469
+ "learning_rate": 9.963657491743785e-05,
1470
+ "loss": 4.2548,
1471
+ "step": 9800
1472
+ },
1473
+ {
1474
+ "epoch": 0.2141304347826087,
1475
+ "grad_norm": 1.9614365100860596,
1476
+ "learning_rate": 9.963243560596601e-05,
1477
+ "loss": 4.2051,
1478
+ "step": 9850
1479
+ },
1480
+ {
1481
+ "epoch": 0.21521739130434783,
1482
+ "grad_norm": 2.378877639770508,
1483
+ "learning_rate": 9.96282729419415e-05,
1484
+ "loss": 4.1855,
1485
+ "step": 9900
1486
+ },
1487
+ {
1488
+ "epoch": 0.21630434782608696,
1489
+ "grad_norm": 1.7504818439483643,
1490
+ "learning_rate": 9.96240869273229e-05,
1491
+ "loss": 4.2168,
1492
+ "step": 9950
1493
+ },
1494
+ {
1495
+ "epoch": 0.21739130434782608,
1496
+ "grad_norm": 2.1233267784118652,
1497
+ "learning_rate": 9.961987756407978e-05,
1498
+ "loss": 4.4443,
1499
+ "step": 10000
1500
+ },
1501
+ {
1502
+ "epoch": 0.21739130434782608,
1503
+ "eval_asr_loss": 2.591305898835824,
1504
+ "eval_loss": 4.0733113288879395,
1505
+ "eval_runtime": 11.2808,
1506
+ "eval_samples_per_second": 56.733,
1507
+ "eval_steps_per_second": 9.485,
1508
+ "eval_tts_loss": 5.32374426206258,
1509
+ "step": 10000
1510
+ },
1511
+ {
1512
+ "epoch": 0.2184782608695652,
1513
+ "grad_norm": 2.516474723815918,
1514
+ "learning_rate": 9.961564485419268e-05,
1515
+ "loss": 4.298,
1516
+ "step": 10050
1517
+ },
1518
+ {
1519
+ "epoch": 0.21956521739130436,
1520
+ "grad_norm": 1.9682726860046387,
1521
+ "learning_rate": 9.961138879965312e-05,
1522
+ "loss": 4.2673,
1523
+ "step": 10100
1524
+ },
1525
+ {
1526
+ "epoch": 0.22065217391304348,
1527
+ "grad_norm": 3.1358115673065186,
1528
+ "learning_rate": 9.960710940246363e-05,
1529
+ "loss": 3.9091,
1530
+ "step": 10150
1531
+ },
1532
+ {
1533
+ "epoch": 0.2217391304347826,
1534
+ "grad_norm": 3.4082937240600586,
1535
+ "learning_rate": 9.960280666463773e-05,
1536
+ "loss": 4.3823,
1537
+ "step": 10200
1538
+ },
1539
+ {
1540
+ "epoch": 0.22282608695652173,
1541
+ "grad_norm": 2.249570369720459,
1542
+ "learning_rate": 9.959848058819986e-05,
1543
+ "loss": 4.1687,
1544
+ "step": 10250
1545
+ },
1546
+ {
1547
+ "epoch": 0.22391304347826088,
1548
+ "grad_norm": 1.4500969648361206,
1549
+ "learning_rate": 9.95941311751855e-05,
1550
+ "loss": 4.4216,
1551
+ "step": 10300
1552
+ },
1553
+ {
1554
+ "epoch": 0.225,
1555
+ "grad_norm": 1.9060927629470825,
1556
+ "learning_rate": 9.958975842764108e-05,
1557
+ "loss": 4.2522,
1558
+ "step": 10350
1559
+ },
1560
+ {
1561
+ "epoch": 0.22608695652173913,
1562
+ "grad_norm": 1.9281275272369385,
1563
+ "learning_rate": 9.958536234762404e-05,
1564
+ "loss": 4.2719,
1565
+ "step": 10400
1566
+ },
1567
+ {
1568
+ "epoch": 0.22717391304347825,
1569
+ "grad_norm": 2.0862088203430176,
1570
+ "learning_rate": 9.958094293720277e-05,
1571
+ "loss": 4.0065,
1572
+ "step": 10450
1573
+ },
1574
+ {
1575
+ "epoch": 0.22826086956521738,
1576
+ "grad_norm": 1.934340000152588,
1577
+ "learning_rate": 9.957650019845665e-05,
1578
+ "loss": 4.2551,
1579
+ "step": 10500
1580
+ },
1581
+ {
1582
+ "epoch": 0.22934782608695653,
1583
+ "grad_norm": 3.107830047607422,
1584
+ "learning_rate": 9.957203413347602e-05,
1585
+ "loss": 4.2608,
1586
+ "step": 10550
1587
+ },
1588
+ {
1589
+ "epoch": 0.23043478260869565,
1590
+ "grad_norm": 3.3998148441314697,
1591
+ "learning_rate": 9.956754474436223e-05,
1592
+ "loss": 4.1243,
1593
+ "step": 10600
1594
+ },
1595
+ {
1596
+ "epoch": 0.23152173913043478,
1597
+ "grad_norm": 1.9935047626495361,
1598
+ "learning_rate": 9.956303203322756e-05,
1599
+ "loss": 4.55,
1600
+ "step": 10650
1601
+ },
1602
+ {
1603
+ "epoch": 0.2326086956521739,
1604
+ "grad_norm": 2.274759531021118,
1605
+ "learning_rate": 9.955849600219531e-05,
1606
+ "loss": 4.5959,
1607
+ "step": 10700
1608
+ },
1609
+ {
1610
+ "epoch": 0.23369565217391305,
1611
+ "grad_norm": 2.2281334400177,
1612
+ "learning_rate": 9.955393665339971e-05,
1613
+ "loss": 4.3989,
1614
+ "step": 10750
1615
+ },
1616
+ {
1617
+ "epoch": 0.23478260869565218,
1618
+ "grad_norm": 1.642350435256958,
1619
+ "learning_rate": 9.954935398898597e-05,
1620
+ "loss": 4.4348,
1621
+ "step": 10800
1622
+ },
1623
+ {
1624
+ "epoch": 0.2358695652173913,
1625
+ "grad_norm": 1.8325356245040894,
1626
+ "learning_rate": 9.954474801111031e-05,
1627
+ "loss": 4.1066,
1628
+ "step": 10850
1629
+ },
1630
+ {
1631
+ "epoch": 0.23695652173913043,
1632
+ "grad_norm": 1.2226781845092773,
1633
+ "learning_rate": 9.954011872193984e-05,
1634
+ "loss": 4.1221,
1635
+ "step": 10900
1636
+ },
1637
+ {
1638
+ "epoch": 0.23804347826086958,
1639
+ "grad_norm": 2.1517810821533203,
1640
+ "learning_rate": 9.953546612365274e-05,
1641
+ "loss": 3.9762,
1642
+ "step": 10950
1643
+ },
1644
+ {
1645
+ "epoch": 0.2391304347826087,
1646
+ "grad_norm": 2.18406081199646,
1647
+ "learning_rate": 9.953079021843808e-05,
1648
+ "loss": 4.2836,
1649
+ "step": 11000
1650
+ },
1651
+ {
1652
+ "epoch": 0.2391304347826087,
1653
+ "eval_asr_loss": 2.598486068728943,
1654
+ "eval_loss": 4.054217338562012,
1655
+ "eval_runtime": 11.358,
1656
+ "eval_samples_per_second": 56.348,
1657
+ "eval_steps_per_second": 9.421,
1658
+ "eval_tts_loss": 5.356123704782253,
1659
+ "step": 11000
1660
+ },
1661
+ {
1662
+ "epoch": 0.24021739130434783,
1663
+ "grad_norm": 2.1122887134552,
1664
+ "learning_rate": 9.95260910084959e-05,
1665
+ "loss": 4.0984,
1666
+ "step": 11050
1667
+ },
1668
+ {
1669
+ "epoch": 0.24130434782608695,
1670
+ "grad_norm": 1.9920451641082764,
1671
+ "learning_rate": 9.952136849603726e-05,
1672
+ "loss": 4.3487,
1673
+ "step": 11100
1674
+ },
1675
+ {
1676
+ "epoch": 0.24239130434782608,
1677
+ "grad_norm": 3.9625918865203857,
1678
+ "learning_rate": 9.951662268328413e-05,
1679
+ "loss": 4.1589,
1680
+ "step": 11150
1681
+ },
1682
+ {
1683
+ "epoch": 0.24347826086956523,
1684
+ "grad_norm": 1.6680744886398315,
1685
+ "learning_rate": 9.951185357246944e-05,
1686
+ "loss": 4.1001,
1687
+ "step": 11200
1688
+ },
1689
+ {
1690
+ "epoch": 0.24456521739130435,
1691
+ "grad_norm": 1.888364553451538,
1692
+ "learning_rate": 9.950706116583715e-05,
1693
+ "loss": 4.4796,
1694
+ "step": 11250
1695
+ },
1696
+ {
1697
+ "epoch": 0.24565217391304348,
1698
+ "grad_norm": 1.6696151494979858,
1699
+ "learning_rate": 9.950224546564211e-05,
1700
+ "loss": 4.1396,
1701
+ "step": 11300
1702
+ },
1703
+ {
1704
+ "epoch": 0.2467391304347826,
1705
+ "grad_norm": 1.895444631576538,
1706
+ "learning_rate": 9.949740647415016e-05,
1707
+ "loss": 4.3311,
1708
+ "step": 11350
1709
+ },
1710
+ {
1711
+ "epoch": 0.24782608695652175,
1712
+ "grad_norm": 2.224364995956421,
1713
+ "learning_rate": 9.949254419363808e-05,
1714
+ "loss": 4.3021,
1715
+ "step": 11400
1716
+ },
1717
+ {
1718
+ "epoch": 0.24891304347826088,
1719
+ "grad_norm": 2.5382299423217773,
1720
+ "learning_rate": 9.948765862639365e-05,
1721
+ "loss": 4.113,
1722
+ "step": 11450
1723
+ },
1724
+ {
1725
+ "epoch": 0.25,
1726
+ "grad_norm": 2.1696720123291016,
1727
+ "learning_rate": 9.948274977471555e-05,
1728
+ "loss": 4.3802,
1729
+ "step": 11500
1730
+ },
1731
+ {
1732
+ "epoch": 0.2510869565217391,
1733
+ "grad_norm": 2.0751821994781494,
1734
+ "learning_rate": 9.947781764091344e-05,
1735
+ "loss": 4.3058,
1736
+ "step": 11550
1737
+ },
1738
+ {
1739
+ "epoch": 0.25217391304347825,
1740
+ "grad_norm": 2.339843273162842,
1741
+ "learning_rate": 9.947286222730797e-05,
1742
+ "loss": 4.2898,
1743
+ "step": 11600
1744
+ },
1745
+ {
1746
+ "epoch": 0.2532608695652174,
1747
+ "grad_norm": 2.529846668243408,
1748
+ "learning_rate": 9.946788353623068e-05,
1749
+ "loss": 4.224,
1750
+ "step": 11650
1751
+ },
1752
+ {
1753
+ "epoch": 0.2543478260869565,
1754
+ "grad_norm": 2.0904839038848877,
1755
+ "learning_rate": 9.946288157002412e-05,
1756
+ "loss": 3.9864,
1757
+ "step": 11700
1758
+ },
1759
+ {
1760
+ "epoch": 0.2554347826086957,
1761
+ "grad_norm": 1.972814917564392,
1762
+ "learning_rate": 9.945785633104174e-05,
1763
+ "loss": 4.1864,
1764
+ "step": 11750
1765
+ },
1766
+ {
1767
+ "epoch": 0.2565217391304348,
1768
+ "grad_norm": 2.7812299728393555,
1769
+ "learning_rate": 9.945280782164798e-05,
1770
+ "loss": 4.4875,
1771
+ "step": 11800
1772
+ },
1773
+ {
1774
+ "epoch": 0.2576086956521739,
1775
+ "grad_norm": 2.132671594619751,
1776
+ "learning_rate": 9.94477360442182e-05,
1777
+ "loss": 4.4964,
1778
+ "step": 11850
1779
+ },
1780
+ {
1781
+ "epoch": 0.25869565217391305,
1782
+ "grad_norm": 2.1867575645446777,
1783
+ "learning_rate": 9.944264100113874e-05,
1784
+ "loss": 4.2672,
1785
+ "step": 11900
1786
+ },
1787
+ {
1788
+ "epoch": 0.2597826086956522,
1789
+ "grad_norm": 2.330216407775879,
1790
+ "learning_rate": 9.943752269480686e-05,
1791
+ "loss": 4.3042,
1792
+ "step": 11950
1793
+ },
1794
+ {
1795
+ "epoch": 0.2608695652173913,
1796
+ "grad_norm": 2.111233949661255,
1797
+ "learning_rate": 9.943238112763076e-05,
1798
+ "loss": 4.1073,
1799
+ "step": 12000
1800
+ },
1801
+ {
1802
+ "epoch": 0.2608695652173913,
1803
+ "eval_asr_loss": 2.575289285385664,
1804
+ "eval_loss": 4.001055717468262,
1805
+ "eval_runtime": 11.6371,
1806
+ "eval_samples_per_second": 54.996,
1807
+ "eval_steps_per_second": 9.195,
1808
+ "eval_tts_loss": 5.413907140913973,
1809
+ "step": 12000
1810
+ },
1811
+ {
1812
+ "epoch": 0.2619565217391304,
1813
+ "grad_norm": 3.3587117195129395,
1814
+ "learning_rate": 9.942721630202963e-05,
1815
+ "loss": 4.1906,
1816
+ "step": 12050
1817
+ },
1818
+ {
1819
+ "epoch": 0.26304347826086955,
1820
+ "grad_norm": 2.4953081607818604,
1821
+ "learning_rate": 9.942202822043354e-05,
1822
+ "loss": 3.8885,
1823
+ "step": 12100
1824
+ },
1825
+ {
1826
+ "epoch": 0.26413043478260867,
1827
+ "grad_norm": 4.285083293914795,
1828
+ "learning_rate": 9.941681688528354e-05,
1829
+ "loss": 4.5575,
1830
+ "step": 12150
1831
+ },
1832
+ {
1833
+ "epoch": 0.26521739130434785,
1834
+ "grad_norm": 1.7230956554412842,
1835
+ "learning_rate": 9.941158229903163e-05,
1836
+ "loss": 4.2665,
1837
+ "step": 12200
1838
+ },
1839
+ {
1840
+ "epoch": 0.266304347826087,
1841
+ "grad_norm": 1.0887356996536255,
1842
+ "learning_rate": 9.940632446414073e-05,
1843
+ "loss": 4.4211,
1844
+ "step": 12250
1845
+ },
1846
+ {
1847
+ "epoch": 0.2673913043478261,
1848
+ "grad_norm": 2.4916415214538574,
1849
+ "learning_rate": 9.940104338308467e-05,
1850
+ "loss": 4.2423,
1851
+ "step": 12300
1852
+ },
1853
+ {
1854
+ "epoch": 0.2684782608695652,
1855
+ "grad_norm": 4.6231770515441895,
1856
+ "learning_rate": 9.939573905834831e-05,
1857
+ "loss": 3.8214,
1858
+ "step": 12350
1859
+ },
1860
+ {
1861
+ "epoch": 0.26956521739130435,
1862
+ "grad_norm": 2.0836164951324463,
1863
+ "learning_rate": 9.939041149242735e-05,
1864
+ "loss": 4.1328,
1865
+ "step": 12400
1866
+ },
1867
+ {
1868
+ "epoch": 0.27065217391304347,
1869
+ "grad_norm": 3.0433685779571533,
1870
+ "learning_rate": 9.938506068782847e-05,
1871
+ "loss": 3.911,
1872
+ "step": 12450
1873
+ },
1874
+ {
1875
+ "epoch": 0.2717391304347826,
1876
+ "grad_norm": 1.9049893617630005,
1877
+ "learning_rate": 9.937968664706927e-05,
1878
+ "loss": 4.116,
1879
+ "step": 12500
1880
+ },
1881
+ {
1882
+ "epoch": 0.2728260869565217,
1883
+ "grad_norm": 1.5418988466262817,
1884
+ "learning_rate": 9.937428937267831e-05,
1885
+ "loss": 4.6051,
1886
+ "step": 12550
1887
+ },
1888
+ {
1889
+ "epoch": 0.27391304347826084,
1890
+ "grad_norm": 2.2141311168670654,
1891
+ "learning_rate": 9.936886886719503e-05,
1892
+ "loss": 3.9949,
1893
+ "step": 12600
1894
+ },
1895
+ {
1896
+ "epoch": 0.275,
1897
+ "grad_norm": 1.5093140602111816,
1898
+ "learning_rate": 9.936342513316987e-05,
1899
+ "loss": 4.2754,
1900
+ "step": 12650
1901
+ },
1902
+ {
1903
+ "epoch": 0.27608695652173915,
1904
+ "grad_norm": 3.3034720420837402,
1905
+ "learning_rate": 9.935795817316411e-05,
1906
+ "loss": 4.5361,
1907
+ "step": 12700
1908
+ },
1909
+ {
1910
+ "epoch": 0.27717391304347827,
1911
+ "grad_norm": 1.627867341041565,
1912
+ "learning_rate": 9.935246798975007e-05,
1913
+ "loss": 4.0012,
1914
+ "step": 12750
1915
+ },
1916
+ {
1917
+ "epoch": 0.2782608695652174,
1918
+ "grad_norm": 2.3469769954681396,
1919
+ "learning_rate": 9.934695458551089e-05,
1920
+ "loss": 3.7422,
1921
+ "step": 12800
1922
+ },
1923
+ {
1924
+ "epoch": 0.2793478260869565,
1925
+ "grad_norm": 2.5750248432159424,
1926
+ "learning_rate": 9.934141796304068e-05,
1927
+ "loss": 4.1241,
1928
+ "step": 12850
1929
+ },
1930
+ {
1931
+ "epoch": 0.28043478260869564,
1932
+ "grad_norm": 1.8672727346420288,
1933
+ "learning_rate": 9.93358581249445e-05,
1934
+ "loss": 4.445,
1935
+ "step": 12900
1936
+ },
1937
+ {
1938
+ "epoch": 0.28152173913043477,
1939
+ "grad_norm": 1.281456470489502,
1940
+ "learning_rate": 9.933027507383831e-05,
1941
+ "loss": 4.1293,
1942
+ "step": 12950
1943
+ },
1944
+ {
1945
+ "epoch": 0.2826086956521739,
1946
+ "grad_norm": 1.8554446697235107,
1947
+ "learning_rate": 9.932466881234898e-05,
1948
+ "loss": 4.0762,
1949
+ "step": 13000
1950
+ },
1951
+ {
1952
+ "epoch": 0.2826086956521739,
1953
+ "eval_asr_loss": 2.603479289659652,
1954
+ "eval_loss": 3.983154296875,
1955
+ "eval_runtime": 11.3213,
1956
+ "eval_samples_per_second": 56.531,
1957
+ "eval_steps_per_second": 9.451,
1958
+ "eval_tts_loss": 5.388899450382259,
1959
+ "step": 13000
1960
+ },
1961
+ {
1962
+ "epoch": 0.28369565217391307,
1963
+ "grad_norm": 2.137413263320923,
1964
+ "learning_rate": 9.931903934311431e-05,
1965
+ "loss": 3.9685,
1966
+ "step": 13050
1967
+ },
1968
+ {
1969
+ "epoch": 0.2847826086956522,
1970
+ "grad_norm": 2.4471590518951416,
1971
+ "learning_rate": 9.9313386668783e-05,
1972
+ "loss": 4.4134,
1973
+ "step": 13100
1974
+ },
1975
+ {
1976
+ "epoch": 0.2858695652173913,
1977
+ "grad_norm": 1.5745162963867188,
1978
+ "learning_rate": 9.930771079201474e-05,
1979
+ "loss": 4.036,
1980
+ "step": 13150
1981
+ },
1982
+ {
1983
+ "epoch": 0.28695652173913044,
1984
+ "grad_norm": 3.4924018383026123,
1985
+ "learning_rate": 9.930201171548006e-05,
1986
+ "loss": 4.3891,
1987
+ "step": 13200
1988
+ },
1989
+ {
1990
+ "epoch": 0.28804347826086957,
1991
+ "grad_norm": 3.474689245223999,
1992
+ "learning_rate": 9.929628944186042e-05,
1993
+ "loss": 4.2206,
1994
+ "step": 13250
1995
+ },
1996
+ {
1997
+ "epoch": 0.2891304347826087,
1998
+ "grad_norm": 2.069572687149048,
1999
+ "learning_rate": 9.929054397384822e-05,
2000
+ "loss": 4.3427,
2001
+ "step": 13300
2002
+ },
2003
+ {
2004
+ "epoch": 0.2902173913043478,
2005
+ "grad_norm": 3.209120988845825,
2006
+ "learning_rate": 9.928477531414675e-05,
2007
+ "loss": 4.3438,
2008
+ "step": 13350
2009
+ },
2010
+ {
2011
+ "epoch": 0.29130434782608694,
2012
+ "grad_norm": 2.3992714881896973,
2013
+ "learning_rate": 9.927898346547023e-05,
2014
+ "loss": 3.9973,
2015
+ "step": 13400
2016
+ },
2017
+ {
2018
+ "epoch": 0.29239130434782606,
2019
+ "grad_norm": 4.438747882843018,
2020
+ "learning_rate": 9.927316843054379e-05,
2021
+ "loss": 3.7041,
2022
+ "step": 13450
2023
+ },
2024
+ {
2025
+ "epoch": 0.29347826086956524,
2026
+ "grad_norm": 2.1427340507507324,
2027
+ "learning_rate": 9.926733021210344e-05,
2028
+ "loss": 4.1536,
2029
+ "step": 13500
2030
+ },
2031
+ {
2032
+ "epoch": 0.29456521739130437,
2033
+ "grad_norm": 2.3441412448883057,
2034
+ "learning_rate": 9.926146881289613e-05,
2035
+ "loss": 3.9823,
2036
+ "step": 13550
2037
+ },
2038
+ {
2039
+ "epoch": 0.2956521739130435,
2040
+ "grad_norm": 1.3850131034851074,
2041
+ "learning_rate": 9.925558423567973e-05,
2042
+ "loss": 4.0567,
2043
+ "step": 13600
2044
+ },
2045
+ {
2046
+ "epoch": 0.2967391304347826,
2047
+ "grad_norm": 1.8057410717010498,
2048
+ "learning_rate": 9.924967648322294e-05,
2049
+ "loss": 4.2215,
2050
+ "step": 13650
2051
+ },
2052
+ {
2053
+ "epoch": 0.29782608695652174,
2054
+ "grad_norm": 2.371821880340576,
2055
+ "learning_rate": 9.924374555830547e-05,
2056
+ "loss": 4.4935,
2057
+ "step": 13700
2058
+ },
2059
+ {
2060
+ "epoch": 0.29891304347826086,
2061
+ "grad_norm": 2.152357339859009,
2062
+ "learning_rate": 9.923779146371786e-05,
2063
+ "loss": 4.3294,
2064
+ "step": 13750
2065
+ },
2066
+ {
2067
+ "epoch": 0.3,
2068
+ "grad_norm": 1.7699871063232422,
2069
+ "learning_rate": 9.923181420226155e-05,
2070
+ "loss": 4.2102,
2071
+ "step": 13800
2072
+ },
2073
+ {
2074
+ "epoch": 0.3010869565217391,
2075
+ "grad_norm": 1.396740436553955,
2076
+ "learning_rate": 9.922581377674891e-05,
2077
+ "loss": 3.8649,
2078
+ "step": 13850
2079
+ },
2080
+ {
2081
+ "epoch": 0.30217391304347824,
2082
+ "grad_norm": 1.686732530593872,
2083
+ "learning_rate": 9.921991088869989e-05,
2084
+ "loss": 4.2365,
2085
+ "step": 13900
2086
+ },
2087
+ {
2088
+ "epoch": 0.3032608695652174,
2089
+ "grad_norm": 2.4129815101623535,
2090
+ "learning_rate": 9.921386460669542e-05,
2091
+ "loss": 4.1552,
2092
+ "step": 13950
2093
+ },
2094
+ {
2095
+ "epoch": 0.30434782608695654,
2096
+ "grad_norm": 1.9270827770233154,
2097
+ "learning_rate": 9.92077951690801e-05,
2098
+ "loss": 4.3371,
2099
+ "step": 14000
2100
+ },
2101
+ {
2102
+ "epoch": 0.30434782608695654,
2103
+ "eval_asr_loss": 2.621762472140386,
2104
+ "eval_loss": 3.973423957824707,
2105
+ "eval_runtime": 11.5586,
2106
+ "eval_samples_per_second": 55.37,
2107
+ "eval_steps_per_second": 9.257,
2108
+ "eval_tts_loss": 5.440839271461044,
2109
+ "step": 14000
2110
+ },
2111
+ {
2112
+ "epoch": 0.30543478260869567,
2113
+ "grad_norm": 2.034511089324951,
2114
+ "learning_rate": 9.920170257870962e-05,
2115
+ "loss": 4.0571,
2116
+ "step": 14050
2117
+ },
2118
+ {
2119
+ "epoch": 0.3065217391304348,
2120
+ "grad_norm": 1.5555872917175293,
2121
+ "learning_rate": 9.919558683845066e-05,
2122
+ "loss": 4.2282,
2123
+ "step": 14100
2124
+ },
2125
+ {
2126
+ "epoch": 0.3076086956521739,
2127
+ "grad_norm": 1.7540497779846191,
2128
+ "learning_rate": 9.918944795118071e-05,
2129
+ "loss": 4.2599,
2130
+ "step": 14150
2131
+ },
2132
+ {
2133
+ "epoch": 0.30869565217391304,
2134
+ "grad_norm": 1.7837488651275635,
2135
+ "learning_rate": 9.918328591978816e-05,
2136
+ "loss": 4.0573,
2137
+ "step": 14200
2138
+ },
2139
+ {
2140
+ "epoch": 0.30978260869565216,
2141
+ "grad_norm": 1.2670475244522095,
2142
+ "learning_rate": 9.917710074717233e-05,
2143
+ "loss": 4.0929,
2144
+ "step": 14250
2145
+ },
2146
+ {
2147
+ "epoch": 0.3108695652173913,
2148
+ "grad_norm": 1.9616267681121826,
2149
+ "learning_rate": 9.91708924362434e-05,
2150
+ "loss": 4.0503,
2151
+ "step": 14300
2152
+ },
2153
+ {
2154
+ "epoch": 0.3119565217391304,
2155
+ "grad_norm": 2.7847957611083984,
2156
+ "learning_rate": 9.916466098992242e-05,
2157
+ "loss": 3.9891,
2158
+ "step": 14350
2159
+ },
2160
+ {
2161
+ "epoch": 0.3130434782608696,
2162
+ "grad_norm": 2.8416688442230225,
2163
+ "learning_rate": 9.91584064111414e-05,
2164
+ "loss": 4.0328,
2165
+ "step": 14400
2166
+ },
2167
+ {
2168
+ "epoch": 0.3141304347826087,
2169
+ "grad_norm": 1.727723479270935,
2170
+ "learning_rate": 9.915212870284314e-05,
2171
+ "loss": 3.9954,
2172
+ "step": 14450
2173
+ },
2174
+ {
2175
+ "epoch": 0.31521739130434784,
2176
+ "grad_norm": 2.170253276824951,
2177
+ "learning_rate": 9.914582786798136e-05,
2178
+ "loss": 4.3862,
2179
+ "step": 14500
2180
+ },
2181
+ {
2182
+ "epoch": 0.31630434782608696,
2183
+ "grad_norm": 1.7831149101257324,
2184
+ "learning_rate": 9.91395039095207e-05,
2185
+ "loss": 4.2361,
2186
+ "step": 14550
2187
+ },
2188
+ {
2189
+ "epoch": 0.3173913043478261,
2190
+ "grad_norm": 1.8148229122161865,
2191
+ "learning_rate": 9.913315683043662e-05,
2192
+ "loss": 4.0333,
2193
+ "step": 14600
2194
+ },
2195
+ {
2196
+ "epoch": 0.3184782608695652,
2197
+ "grad_norm": 1.904608964920044,
2198
+ "learning_rate": 9.912678663371547e-05,
2199
+ "loss": 4.4022,
2200
+ "step": 14650
2201
+ },
2202
+ {
2203
+ "epoch": 0.31956521739130433,
2204
+ "grad_norm": 3.0111865997314453,
2205
+ "learning_rate": 9.912039332235452e-05,
2206
+ "loss": 4.0977,
2207
+ "step": 14700
2208
+ },
2209
+ {
2210
+ "epoch": 0.32065217391304346,
2211
+ "grad_norm": 2.758352756500244,
2212
+ "learning_rate": 9.911397689936186e-05,
2213
+ "loss": 4.1508,
2214
+ "step": 14750
2215
+ },
2216
+ {
2217
+ "epoch": 0.3217391304347826,
2218
+ "grad_norm": 1.5165542364120483,
2219
+ "learning_rate": 9.91075373677565e-05,
2220
+ "loss": 4.0186,
2221
+ "step": 14800
2222
+ },
2223
+ {
2224
+ "epoch": 0.32282608695652176,
2225
+ "grad_norm": 2.3647053241729736,
2226
+ "learning_rate": 9.910107473056832e-05,
2227
+ "loss": 4.324,
2228
+ "step": 14850
2229
+ },
2230
+ {
2231
+ "epoch": 0.3239130434782609,
2232
+ "grad_norm": 2.138179302215576,
2233
+ "learning_rate": 9.9094588990838e-05,
2234
+ "loss": 4.4301,
2235
+ "step": 14900
2236
+ },
2237
+ {
2238
+ "epoch": 0.325,
2239
+ "grad_norm": 2.526128053665161,
2240
+ "learning_rate": 9.90880801516172e-05,
2241
+ "loss": 4.4203,
2242
+ "step": 14950
2243
+ },
2244
+ {
2245
+ "epoch": 0.32608695652173914,
2246
+ "grad_norm": 2.138474464416504,
2247
+ "learning_rate": 9.908154821596837e-05,
2248
+ "loss": 4.2592,
2249
+ "step": 15000
2250
+ },
2251
+ {
2252
+ "epoch": 0.32608695652173914,
2253
+ "eval_asr_loss": 2.6088158428552903,
2254
+ "eval_loss": 3.9580538272857666,
2255
+ "eval_runtime": 11.3769,
2256
+ "eval_samples_per_second": 56.255,
2257
+ "eval_steps_per_second": 9.405,
2258
+ "eval_tts_loss": 5.412408770328585,
2259
+ "step": 15000
2260
+ },
2261
+ {
2262
+ "epoch": 0.32717391304347826,
2263
+ "grad_norm": 3.239708423614502,
2264
+ "learning_rate": 9.907499318696485e-05,
2265
+ "loss": 3.8169,
2266
+ "step": 15050
2267
+ },
2268
+ {
2269
+ "epoch": 0.3282608695652174,
2270
+ "grad_norm": 1.7221394777297974,
2271
+ "learning_rate": 9.906841506769084e-05,
2272
+ "loss": 4.0436,
2273
+ "step": 15100
2274
+ },
2275
+ {
2276
+ "epoch": 0.3293478260869565,
2277
+ "grad_norm": 1.565096378326416,
2278
+ "learning_rate": 9.906181386124141e-05,
2279
+ "loss": 4.3082,
2280
+ "step": 15150
2281
+ },
2282
+ {
2283
+ "epoch": 0.33043478260869563,
2284
+ "grad_norm": 1.188761591911316,
2285
+ "learning_rate": 9.905518957072252e-05,
2286
+ "loss": 3.938,
2287
+ "step": 15200
2288
+ },
2289
+ {
2290
+ "epoch": 0.33152173913043476,
2291
+ "grad_norm": 2.034902811050415,
2292
+ "learning_rate": 9.904854219925093e-05,
2293
+ "loss": 4.0912,
2294
+ "step": 15250
2295
+ },
2296
+ {
2297
+ "epoch": 0.33260869565217394,
2298
+ "grad_norm": 2.4012644290924072,
2299
+ "learning_rate": 9.904187174995432e-05,
2300
+ "loss": 4.3901,
2301
+ "step": 15300
2302
+ },
2303
+ {
2304
+ "epoch": 0.33369565217391306,
2305
+ "grad_norm": 1.7025322914123535,
2306
+ "learning_rate": 9.903517822597119e-05,
2307
+ "loss": 4.1072,
2308
+ "step": 15350
2309
+ },
2310
+ {
2311
+ "epoch": 0.3347826086956522,
2312
+ "grad_norm": 2.4525983333587646,
2313
+ "learning_rate": 9.90284616304509e-05,
2314
+ "loss": 4.5251,
2315
+ "step": 15400
2316
+ },
2317
+ {
2318
+ "epoch": 0.3358695652173913,
2319
+ "grad_norm": 1.9360466003417969,
2320
+ "learning_rate": 9.90217219665537e-05,
2321
+ "loss": 4.1684,
2322
+ "step": 15450
2323
+ },
2324
+ {
2325
+ "epoch": 0.33695652173913043,
2326
+ "grad_norm": 2.3561511039733887,
2327
+ "learning_rate": 9.901495923745066e-05,
2328
+ "loss": 3.9902,
2329
+ "step": 15500
2330
+ }
2331
+ ],
2332
+ "logging_steps": 50,
2333
+ "max_steps": 230000,
2334
+ "num_input_tokens_seen": 0,
2335
+ "num_train_epochs": 5,
2336
+ "save_steps": 500,
2337
+ "stateful_callbacks": {
2338
+ "TrainerControl": {
2339
+ "args": {
2340
+ "should_epoch_stop": false,
2341
+ "should_evaluate": false,
2342
+ "should_log": false,
2343
+ "should_save": true,
2344
+ "should_training_stop": false
2345
+ },
2346
+ "attributes": {}
2347
+ }
2348
+ },
2349
+ "total_flos": 2.8765353560296653e+17,
2350
+ "train_batch_size": 6,
2351
+ "trial_name": null,
2352
+ "trial_params": null
2353
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff