DavidErikMollberg
commited on
Commit
•
c47ca05
1
Parent(s):
7460017
adding checkpoint
Browse files- checkpoint-12000/config.json +41 -0
- checkpoint-12000/global_step12000/mp_rank_00_model_states.pt +3 -0
- checkpoint-12000/global_step12000/zero_pp_rank_0_mp_rank_00_optim_states.pt +3 -0
- checkpoint-12000/latest +1 -0
- checkpoint-12000/preprocessor_config.json +0 -0
- checkpoint-12000/pytorch_model.bin +3 -0
- checkpoint-12000/rng_state.pth +3 -0
- checkpoint-12000/trainer_state.json +3004 -0
- checkpoint-12000/training_args.bin +3 -0
- checkpoint-12000/zero_to_fp32.py +482 -0
checkpoint-12000/config.json
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "openai/whisper-medium",
|
3 |
+
"activation_dropout": 0.0,
|
4 |
+
"activation_function": "gelu",
|
5 |
+
"architectures": [
|
6 |
+
"WhisperForConditionalGeneration"
|
7 |
+
],
|
8 |
+
"attention_dropout": 0.0,
|
9 |
+
"begin_suppress_tokens": [
|
10 |
+
220,
|
11 |
+
50257
|
12 |
+
],
|
13 |
+
"bos_token_id": 50257,
|
14 |
+
"d_model": 1024,
|
15 |
+
"decoder_attention_heads": 16,
|
16 |
+
"decoder_ffn_dim": 4096,
|
17 |
+
"decoder_layerdrop": 0.0,
|
18 |
+
"decoder_layers": 24,
|
19 |
+
"decoder_start_token_id": 50258,
|
20 |
+
"dropout": 0.0,
|
21 |
+
"encoder_attention_heads": 16,
|
22 |
+
"encoder_ffn_dim": 4096,
|
23 |
+
"encoder_layerdrop": 0.0,
|
24 |
+
"encoder_layers": 24,
|
25 |
+
"eos_token_id": 50257,
|
26 |
+
"forced_decoder_ids": null,
|
27 |
+
"init_std": 0.02,
|
28 |
+
"is_encoder_decoder": true,
|
29 |
+
"max_length": 448,
|
30 |
+
"max_source_positions": 1500,
|
31 |
+
"max_target_positions": 448,
|
32 |
+
"model_type": "whisper",
|
33 |
+
"num_hidden_layers": 24,
|
34 |
+
"num_mel_bins": 80,
|
35 |
+
"pad_token_id": 50257,
|
36 |
+
"scale_embedding": false,
|
37 |
+
"torch_dtype": "float16",
|
38 |
+
"transformers_version": "4.26.0.dev0",
|
39 |
+
"use_cache": false,
|
40 |
+
"vocab_size": 51865
|
41 |
+
}
|
checkpoint-12000/global_step12000/mp_rank_00_model_states.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:94e5fd7be03a328fccc0205cf6129c23074558072933cda58f205592cf4ad4c7
|
3 |
+
size 1527967899
|
checkpoint-12000/global_step12000/zero_pp_rank_0_mp_rank_00_optim_states.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:64c1ec525df60dca127d9607539ea16b2a41084358ed60ac091e764921255e8d
|
3 |
+
size 9166378846
|
checkpoint-12000/latest
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
global_step12000
|
checkpoint-12000/preprocessor_config.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-12000/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:76b5282bb8af18a6f69047b4c05a523de6e3bc7ceb7ec6419c82abdd522da073
|
3 |
+
size 1527847357
|
checkpoint-12000/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:15e4b5ae10e9a16b0cdb781e9c15f1d27b91c8692f2bafb364b5a329d2d8a1f0
|
3 |
+
size 14575
|
checkpoint-12000/trainer_state.json
ADDED
@@ -0,0 +1,3004 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 9.788891681326966,
|
3 |
+
"best_model_checkpoint": "./checkpoint-12000",
|
4 |
+
"epoch": 0.6,
|
5 |
+
"global_step": 12000,
|
6 |
+
"is_hyper_param_search": false,
|
7 |
+
"is_local_process_zero": true,
|
8 |
+
"is_world_process_zero": true,
|
9 |
+
"log_history": [
|
10 |
+
{
|
11 |
+
"epoch": 0.0,
|
12 |
+
"learning_rate": 5.0453611334320685e-06,
|
13 |
+
"loss": 1.2966,
|
14 |
+
"step": 25
|
15 |
+
},
|
16 |
+
{
|
17 |
+
"epoch": 0.0,
|
18 |
+
"learning_rate": 6.229195710491767e-06,
|
19 |
+
"loss": 0.8695,
|
20 |
+
"step": 50
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"epoch": 0.0,
|
24 |
+
"learning_rate": 6.903829450223392e-06,
|
25 |
+
"loss": 0.7429,
|
26 |
+
"step": 75
|
27 |
+
},
|
28 |
+
{
|
29 |
+
"epoch": 0.01,
|
30 |
+
"learning_rate": 7.377725845391017e-06,
|
31 |
+
"loss": 0.6562,
|
32 |
+
"step": 100
|
33 |
+
},
|
34 |
+
{
|
35 |
+
"epoch": 0.01,
|
36 |
+
"learning_rate": 7.743343231239583e-06,
|
37 |
+
"loss": 0.6217,
|
38 |
+
"step": 125
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.01,
|
42 |
+
"learning_rate": 8.041073861170494e-06,
|
43 |
+
"loss": 0.5393,
|
44 |
+
"step": 150
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.01,
|
48 |
+
"learning_rate": 8.292222957399574e-06,
|
49 |
+
"loss": 0.5282,
|
50 |
+
"step": 175
|
51 |
+
},
|
52 |
+
{
|
53 |
+
"epoch": 0.01,
|
54 |
+
"learning_rate": 8.509413541357755e-06,
|
55 |
+
"loss": 0.5062,
|
56 |
+
"step": 200
|
57 |
+
},
|
58 |
+
{
|
59 |
+
"epoch": 0.01,
|
60 |
+
"learning_rate": 8.700744577655557e-06,
|
61 |
+
"loss": 0.4942,
|
62 |
+
"step": 225
|
63 |
+
},
|
64 |
+
{
|
65 |
+
"epoch": 0.01,
|
66 |
+
"learning_rate": 8.871723942761204e-06,
|
67 |
+
"loss": 0.4508,
|
68 |
+
"step": 250
|
69 |
+
},
|
70 |
+
{
|
71 |
+
"epoch": 0.01,
|
72 |
+
"learning_rate": 9.026267958246849e-06,
|
73 |
+
"loss": 0.4466,
|
74 |
+
"step": 275
|
75 |
+
},
|
76 |
+
{
|
77 |
+
"epoch": 0.01,
|
78 |
+
"learning_rate": 9.16726106663399e-06,
|
79 |
+
"loss": 0.4026,
|
80 |
+
"step": 300
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.02,
|
84 |
+
"learning_rate": 9.296889251455016e-06,
|
85 |
+
"loss": 0.37,
|
86 |
+
"step": 325
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.02,
|
90 |
+
"learning_rate": 9.416848797368692e-06,
|
91 |
+
"loss": 0.3864,
|
92 |
+
"step": 350
|
93 |
+
},
|
94 |
+
{
|
95 |
+
"epoch": 0.02,
|
96 |
+
"learning_rate": 9.528482449516371e-06,
|
97 |
+
"loss": 0.3801,
|
98 |
+
"step": 375
|
99 |
+
},
|
100 |
+
{
|
101 |
+
"epoch": 0.02,
|
102 |
+
"learning_rate": 9.632871309784314e-06,
|
103 |
+
"loss": 0.3893,
|
104 |
+
"step": 400
|
105 |
+
},
|
106 |
+
{
|
107 |
+
"epoch": 0.02,
|
108 |
+
"learning_rate": 9.73089868785391e-06,
|
109 |
+
"loss": 0.4079,
|
110 |
+
"step": 425
|
111 |
+
},
|
112 |
+
{
|
113 |
+
"epoch": 0.02,
|
114 |
+
"learning_rate": 9.823295589572114e-06,
|
115 |
+
"loss": 0.3554,
|
116 |
+
"step": 450
|
117 |
+
},
|
118 |
+
{
|
119 |
+
"epoch": 0.02,
|
120 |
+
"learning_rate": 9.910673836465484e-06,
|
121 |
+
"loss": 0.3197,
|
122 |
+
"step": 475
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.03,
|
126 |
+
"learning_rate": 9.993550644973805e-06,
|
127 |
+
"loss": 0.3405,
|
128 |
+
"step": 500
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.03,
|
132 |
+
"learning_rate": 9.98871794871795e-06,
|
133 |
+
"loss": 0.3328,
|
134 |
+
"step": 525
|
135 |
+
},
|
136 |
+
{
|
137 |
+
"epoch": 0.03,
|
138 |
+
"learning_rate": 9.975897435897436e-06,
|
139 |
+
"loss": 0.3147,
|
140 |
+
"step": 550
|
141 |
+
},
|
142 |
+
{
|
143 |
+
"epoch": 0.03,
|
144 |
+
"learning_rate": 9.963076923076925e-06,
|
145 |
+
"loss": 0.2954,
|
146 |
+
"step": 575
|
147 |
+
},
|
148 |
+
{
|
149 |
+
"epoch": 0.03,
|
150 |
+
"learning_rate": 9.950256410256412e-06,
|
151 |
+
"loss": 0.3034,
|
152 |
+
"step": 600
|
153 |
+
},
|
154 |
+
{
|
155 |
+
"epoch": 0.03,
|
156 |
+
"learning_rate": 9.937435897435898e-06,
|
157 |
+
"loss": 0.2931,
|
158 |
+
"step": 625
|
159 |
+
},
|
160 |
+
{
|
161 |
+
"epoch": 0.03,
|
162 |
+
"learning_rate": 9.924615384615385e-06,
|
163 |
+
"loss": 0.2798,
|
164 |
+
"step": 650
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 0.03,
|
168 |
+
"learning_rate": 9.911794871794874e-06,
|
169 |
+
"loss": 0.2619,
|
170 |
+
"step": 675
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 0.04,
|
174 |
+
"learning_rate": 9.89897435897436e-06,
|
175 |
+
"loss": 0.3157,
|
176 |
+
"step": 700
|
177 |
+
},
|
178 |
+
{
|
179 |
+
"epoch": 0.04,
|
180 |
+
"learning_rate": 9.886153846153846e-06,
|
181 |
+
"loss": 0.2937,
|
182 |
+
"step": 725
|
183 |
+
},
|
184 |
+
{
|
185 |
+
"epoch": 0.04,
|
186 |
+
"learning_rate": 9.873333333333334e-06,
|
187 |
+
"loss": 0.2606,
|
188 |
+
"step": 750
|
189 |
+
},
|
190 |
+
{
|
191 |
+
"epoch": 0.04,
|
192 |
+
"learning_rate": 9.860512820512821e-06,
|
193 |
+
"loss": 0.2482,
|
194 |
+
"step": 775
|
195 |
+
},
|
196 |
+
{
|
197 |
+
"epoch": 0.04,
|
198 |
+
"learning_rate": 9.847692307692308e-06,
|
199 |
+
"loss": 0.2539,
|
200 |
+
"step": 800
|
201 |
+
},
|
202 |
+
{
|
203 |
+
"epoch": 0.04,
|
204 |
+
"learning_rate": 9.834871794871795e-06,
|
205 |
+
"loss": 0.2501,
|
206 |
+
"step": 825
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 0.04,
|
210 |
+
"learning_rate": 9.822051282051283e-06,
|
211 |
+
"loss": 0.241,
|
212 |
+
"step": 850
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.04,
|
216 |
+
"learning_rate": 9.80923076923077e-06,
|
217 |
+
"loss": 0.2323,
|
218 |
+
"step": 875
|
219 |
+
},
|
220 |
+
{
|
221 |
+
"epoch": 0.04,
|
222 |
+
"learning_rate": 9.796410256410257e-06,
|
223 |
+
"loss": 0.2507,
|
224 |
+
"step": 900
|
225 |
+
},
|
226 |
+
{
|
227 |
+
"epoch": 0.05,
|
228 |
+
"learning_rate": 9.783589743589744e-06,
|
229 |
+
"loss": 0.2157,
|
230 |
+
"step": 925
|
231 |
+
},
|
232 |
+
{
|
233 |
+
"epoch": 0.05,
|
234 |
+
"learning_rate": 9.770769230769232e-06,
|
235 |
+
"loss": 0.2356,
|
236 |
+
"step": 950
|
237 |
+
},
|
238 |
+
{
|
239 |
+
"epoch": 0.05,
|
240 |
+
"learning_rate": 9.757948717948719e-06,
|
241 |
+
"loss": 0.2352,
|
242 |
+
"step": 975
|
243 |
+
},
|
244 |
+
{
|
245 |
+
"epoch": 0.05,
|
246 |
+
"learning_rate": 9.745128205128206e-06,
|
247 |
+
"loss": 0.2181,
|
248 |
+
"step": 1000
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 0.05,
|
252 |
+
"eval_loss": 0.2607421875,
|
253 |
+
"eval_runtime": 228.2189,
|
254 |
+
"eval_samples_per_second": 4.382,
|
255 |
+
"eval_steps_per_second": 0.14,
|
256 |
+
"eval_wer": 18.384016084443328,
|
257 |
+
"step": 1000
|
258 |
+
},
|
259 |
+
{
|
260 |
+
"epoch": 0.0,
|
261 |
+
"learning_rate": 9.733333333333334e-06,
|
262 |
+
"loss": 0.2279,
|
263 |
+
"step": 1025
|
264 |
+
},
|
265 |
+
{
|
266 |
+
"epoch": 0.0,
|
267 |
+
"learning_rate": 9.720512820512822e-06,
|
268 |
+
"loss": 0.225,
|
269 |
+
"step": 1050
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"epoch": 0.0,
|
273 |
+
"learning_rate": 9.707692307692308e-06,
|
274 |
+
"loss": 0.2238,
|
275 |
+
"step": 1075
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 0.01,
|
279 |
+
"learning_rate": 9.694871794871794e-06,
|
280 |
+
"loss": 0.228,
|
281 |
+
"step": 1100
|
282 |
+
},
|
283 |
+
{
|
284 |
+
"epoch": 0.01,
|
285 |
+
"learning_rate": 9.682051282051283e-06,
|
286 |
+
"loss": 0.2261,
|
287 |
+
"step": 1125
|
288 |
+
},
|
289 |
+
{
|
290 |
+
"epoch": 0.01,
|
291 |
+
"learning_rate": 9.66923076923077e-06,
|
292 |
+
"loss": 0.196,
|
293 |
+
"step": 1150
|
294 |
+
},
|
295 |
+
{
|
296 |
+
"epoch": 0.01,
|
297 |
+
"learning_rate": 9.656410256410257e-06,
|
298 |
+
"loss": 0.1962,
|
299 |
+
"step": 1175
|
300 |
+
},
|
301 |
+
{
|
302 |
+
"epoch": 0.01,
|
303 |
+
"learning_rate": 9.643589743589743e-06,
|
304 |
+
"loss": 0.1931,
|
305 |
+
"step": 1200
|
306 |
+
},
|
307 |
+
{
|
308 |
+
"epoch": 0.01,
|
309 |
+
"learning_rate": 9.630769230769232e-06,
|
310 |
+
"loss": 0.1827,
|
311 |
+
"step": 1225
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"epoch": 0.01,
|
315 |
+
"learning_rate": 9.617948717948719e-06,
|
316 |
+
"loss": 0.1815,
|
317 |
+
"step": 1250
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 0.01,
|
321 |
+
"learning_rate": 9.605128205128206e-06,
|
322 |
+
"loss": 0.1972,
|
323 |
+
"step": 1275
|
324 |
+
},
|
325 |
+
{
|
326 |
+
"epoch": 0.01,
|
327 |
+
"learning_rate": 9.592307692307692e-06,
|
328 |
+
"loss": 0.1681,
|
329 |
+
"step": 1300
|
330 |
+
},
|
331 |
+
{
|
332 |
+
"epoch": 0.02,
|
333 |
+
"learning_rate": 9.579487179487181e-06,
|
334 |
+
"loss": 0.151,
|
335 |
+
"step": 1325
|
336 |
+
},
|
337 |
+
{
|
338 |
+
"epoch": 0.02,
|
339 |
+
"learning_rate": 9.566666666666668e-06,
|
340 |
+
"loss": 0.1743,
|
341 |
+
"step": 1350
|
342 |
+
},
|
343 |
+
{
|
344 |
+
"epoch": 0.02,
|
345 |
+
"learning_rate": 9.553846153846155e-06,
|
346 |
+
"loss": 0.1808,
|
347 |
+
"step": 1375
|
348 |
+
},
|
349 |
+
{
|
350 |
+
"epoch": 0.02,
|
351 |
+
"learning_rate": 9.541025641025641e-06,
|
352 |
+
"loss": 0.1984,
|
353 |
+
"step": 1400
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 0.02,
|
357 |
+
"learning_rate": 9.52820512820513e-06,
|
358 |
+
"loss": 0.2098,
|
359 |
+
"step": 1425
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 0.02,
|
363 |
+
"learning_rate": 9.515384615384617e-06,
|
364 |
+
"loss": 0.1741,
|
365 |
+
"step": 1450
|
366 |
+
},
|
367 |
+
{
|
368 |
+
"epoch": 0.02,
|
369 |
+
"learning_rate": 9.502564102564103e-06,
|
370 |
+
"loss": 0.1489,
|
371 |
+
"step": 1475
|
372 |
+
},
|
373 |
+
{
|
374 |
+
"epoch": 0.03,
|
375 |
+
"learning_rate": 9.48974358974359e-06,
|
376 |
+
"loss": 0.1655,
|
377 |
+
"step": 1500
|
378 |
+
},
|
379 |
+
{
|
380 |
+
"epoch": 0.03,
|
381 |
+
"learning_rate": 9.476923076923079e-06,
|
382 |
+
"loss": 0.1643,
|
383 |
+
"step": 1525
|
384 |
+
},
|
385 |
+
{
|
386 |
+
"epoch": 0.03,
|
387 |
+
"learning_rate": 9.464102564102566e-06,
|
388 |
+
"loss": 0.151,
|
389 |
+
"step": 1550
|
390 |
+
},
|
391 |
+
{
|
392 |
+
"epoch": 0.03,
|
393 |
+
"learning_rate": 9.451282051282052e-06,
|
394 |
+
"loss": 0.1431,
|
395 |
+
"step": 1575
|
396 |
+
},
|
397 |
+
{
|
398 |
+
"epoch": 0.03,
|
399 |
+
"learning_rate": 9.43846153846154e-06,
|
400 |
+
"loss": 0.1503,
|
401 |
+
"step": 1600
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 0.03,
|
405 |
+
"learning_rate": 9.425641025641026e-06,
|
406 |
+
"loss": 0.1491,
|
407 |
+
"step": 1625
|
408 |
+
},
|
409 |
+
{
|
410 |
+
"epoch": 0.03,
|
411 |
+
"learning_rate": 9.412820512820515e-06,
|
412 |
+
"loss": 0.1408,
|
413 |
+
"step": 1650
|
414 |
+
},
|
415 |
+
{
|
416 |
+
"epoch": 0.03,
|
417 |
+
"learning_rate": 9.4e-06,
|
418 |
+
"loss": 0.1294,
|
419 |
+
"step": 1675
|
420 |
+
},
|
421 |
+
{
|
422 |
+
"epoch": 0.04,
|
423 |
+
"learning_rate": 9.387179487179488e-06,
|
424 |
+
"loss": 0.1618,
|
425 |
+
"step": 1700
|
426 |
+
},
|
427 |
+
{
|
428 |
+
"epoch": 0.04,
|
429 |
+
"learning_rate": 9.374358974358975e-06,
|
430 |
+
"loss": 0.1484,
|
431 |
+
"step": 1725
|
432 |
+
},
|
433 |
+
{
|
434 |
+
"epoch": 0.04,
|
435 |
+
"learning_rate": 9.361538461538462e-06,
|
436 |
+
"loss": 0.1298,
|
437 |
+
"step": 1750
|
438 |
+
},
|
439 |
+
{
|
440 |
+
"epoch": 0.04,
|
441 |
+
"learning_rate": 9.348717948717949e-06,
|
442 |
+
"loss": 0.1231,
|
443 |
+
"step": 1775
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 0.04,
|
447 |
+
"learning_rate": 9.335897435897436e-06,
|
448 |
+
"loss": 0.1241,
|
449 |
+
"step": 1800
|
450 |
+
},
|
451 |
+
{
|
452 |
+
"epoch": 0.04,
|
453 |
+
"learning_rate": 9.323076923076924e-06,
|
454 |
+
"loss": 0.1215,
|
455 |
+
"step": 1825
|
456 |
+
},
|
457 |
+
{
|
458 |
+
"epoch": 0.04,
|
459 |
+
"learning_rate": 9.310256410256411e-06,
|
460 |
+
"loss": 0.1225,
|
461 |
+
"step": 1850
|
462 |
+
},
|
463 |
+
{
|
464 |
+
"epoch": 0.04,
|
465 |
+
"learning_rate": 9.297435897435898e-06,
|
466 |
+
"loss": 0.1122,
|
467 |
+
"step": 1875
|
468 |
+
},
|
469 |
+
{
|
470 |
+
"epoch": 0.04,
|
471 |
+
"learning_rate": 9.284615384615385e-06,
|
472 |
+
"loss": 0.1191,
|
473 |
+
"step": 1900
|
474 |
+
},
|
475 |
+
{
|
476 |
+
"epoch": 0.05,
|
477 |
+
"learning_rate": 9.271794871794873e-06,
|
478 |
+
"loss": 0.0995,
|
479 |
+
"step": 1925
|
480 |
+
},
|
481 |
+
{
|
482 |
+
"epoch": 0.05,
|
483 |
+
"learning_rate": 9.25897435897436e-06,
|
484 |
+
"loss": 0.1199,
|
485 |
+
"step": 1950
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 0.05,
|
489 |
+
"learning_rate": 9.246153846153847e-06,
|
490 |
+
"loss": 0.1243,
|
491 |
+
"step": 1975
|
492 |
+
},
|
493 |
+
{
|
494 |
+
"epoch": 0.05,
|
495 |
+
"learning_rate": 9.233333333333334e-06,
|
496 |
+
"loss": 0.1089,
|
497 |
+
"step": 2000
|
498 |
+
},
|
499 |
+
{
|
500 |
+
"epoch": 0.05,
|
501 |
+
"eval_loss": 0.2489013671875,
|
502 |
+
"eval_runtime": 209.1058,
|
503 |
+
"eval_samples_per_second": 4.782,
|
504 |
+
"eval_steps_per_second": 0.153,
|
505 |
+
"eval_wer": 16.486554410655945,
|
506 |
+
"step": 2000
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 0.0,
|
510 |
+
"learning_rate": 9.221538461538462e-06,
|
511 |
+
"loss": 0.1231,
|
512 |
+
"step": 2025
|
513 |
+
},
|
514 |
+
{
|
515 |
+
"epoch": 0.0,
|
516 |
+
"learning_rate": 9.208717948717948e-06,
|
517 |
+
"loss": 0.1173,
|
518 |
+
"step": 2050
|
519 |
+
},
|
520 |
+
{
|
521 |
+
"epoch": 0.0,
|
522 |
+
"learning_rate": 9.195897435897437e-06,
|
523 |
+
"loss": 0.1234,
|
524 |
+
"step": 2075
|
525 |
+
},
|
526 |
+
{
|
527 |
+
"epoch": 0.01,
|
528 |
+
"learning_rate": 9.183076923076924e-06,
|
529 |
+
"loss": 0.1244,
|
530 |
+
"step": 2100
|
531 |
+
},
|
532 |
+
{
|
533 |
+
"epoch": 0.01,
|
534 |
+
"learning_rate": 9.17025641025641e-06,
|
535 |
+
"loss": 0.1223,
|
536 |
+
"step": 2125
|
537 |
+
},
|
538 |
+
{
|
539 |
+
"epoch": 0.01,
|
540 |
+
"learning_rate": 9.157435897435897e-06,
|
541 |
+
"loss": 0.1027,
|
542 |
+
"step": 2150
|
543 |
+
},
|
544 |
+
{
|
545 |
+
"epoch": 0.01,
|
546 |
+
"learning_rate": 9.144615384615386e-06,
|
547 |
+
"loss": 0.1022,
|
548 |
+
"step": 2175
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"epoch": 0.01,
|
552 |
+
"learning_rate": 9.131794871794873e-06,
|
553 |
+
"loss": 0.1013,
|
554 |
+
"step": 2200
|
555 |
+
},
|
556 |
+
{
|
557 |
+
"epoch": 0.01,
|
558 |
+
"learning_rate": 9.11897435897436e-06,
|
559 |
+
"loss": 0.0949,
|
560 |
+
"step": 2225
|
561 |
+
},
|
562 |
+
{
|
563 |
+
"epoch": 0.01,
|
564 |
+
"learning_rate": 9.106153846153846e-06,
|
565 |
+
"loss": 0.0971,
|
566 |
+
"step": 2250
|
567 |
+
},
|
568 |
+
{
|
569 |
+
"epoch": 0.01,
|
570 |
+
"learning_rate": 9.093333333333333e-06,
|
571 |
+
"loss": 0.1098,
|
572 |
+
"step": 2275
|
573 |
+
},
|
574 |
+
{
|
575 |
+
"epoch": 0.01,
|
576 |
+
"learning_rate": 9.080512820512822e-06,
|
577 |
+
"loss": 0.0861,
|
578 |
+
"step": 2300
|
579 |
+
},
|
580 |
+
{
|
581 |
+
"epoch": 0.02,
|
582 |
+
"learning_rate": 9.067692307692309e-06,
|
583 |
+
"loss": 0.0765,
|
584 |
+
"step": 2325
|
585 |
+
},
|
586 |
+
{
|
587 |
+
"epoch": 0.02,
|
588 |
+
"learning_rate": 9.054871794871795e-06,
|
589 |
+
"loss": 0.0933,
|
590 |
+
"step": 2350
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"epoch": 0.02,
|
594 |
+
"learning_rate": 9.042051282051282e-06,
|
595 |
+
"loss": 0.1025,
|
596 |
+
"step": 2375
|
597 |
+
},
|
598 |
+
{
|
599 |
+
"epoch": 0.02,
|
600 |
+
"learning_rate": 9.02923076923077e-06,
|
601 |
+
"loss": 0.1138,
|
602 |
+
"step": 2400
|
603 |
+
},
|
604 |
+
{
|
605 |
+
"epoch": 0.02,
|
606 |
+
"learning_rate": 9.016410256410258e-06,
|
607 |
+
"loss": 0.1198,
|
608 |
+
"step": 2425
|
609 |
+
},
|
610 |
+
{
|
611 |
+
"epoch": 0.02,
|
612 |
+
"learning_rate": 9.003589743589744e-06,
|
613 |
+
"loss": 0.0981,
|
614 |
+
"step": 2450
|
615 |
+
},
|
616 |
+
{
|
617 |
+
"epoch": 0.02,
|
618 |
+
"learning_rate": 8.990769230769231e-06,
|
619 |
+
"loss": 0.0807,
|
620 |
+
"step": 2475
|
621 |
+
},
|
622 |
+
{
|
623 |
+
"epoch": 0.03,
|
624 |
+
"learning_rate": 8.97794871794872e-06,
|
625 |
+
"loss": 0.0875,
|
626 |
+
"step": 2500
|
627 |
+
},
|
628 |
+
{
|
629 |
+
"epoch": 0.03,
|
630 |
+
"learning_rate": 8.965128205128207e-06,
|
631 |
+
"loss": 0.0911,
|
632 |
+
"step": 2525
|
633 |
+
},
|
634 |
+
{
|
635 |
+
"epoch": 0.03,
|
636 |
+
"learning_rate": 8.952307692307693e-06,
|
637 |
+
"loss": 0.0796,
|
638 |
+
"step": 2550
|
639 |
+
},
|
640 |
+
{
|
641 |
+
"epoch": 0.03,
|
642 |
+
"learning_rate": 8.93948717948718e-06,
|
643 |
+
"loss": 0.0766,
|
644 |
+
"step": 2575
|
645 |
+
},
|
646 |
+
{
|
647 |
+
"epoch": 0.03,
|
648 |
+
"learning_rate": 8.926666666666669e-06,
|
649 |
+
"loss": 0.0862,
|
650 |
+
"step": 2600
|
651 |
+
},
|
652 |
+
{
|
653 |
+
"epoch": 0.03,
|
654 |
+
"learning_rate": 8.913846153846154e-06,
|
655 |
+
"loss": 0.0822,
|
656 |
+
"step": 2625
|
657 |
+
},
|
658 |
+
{
|
659 |
+
"epoch": 0.03,
|
660 |
+
"learning_rate": 8.90102564102564e-06,
|
661 |
+
"loss": 0.0757,
|
662 |
+
"step": 2650
|
663 |
+
},
|
664 |
+
{
|
665 |
+
"epoch": 0.03,
|
666 |
+
"learning_rate": 8.88820512820513e-06,
|
667 |
+
"loss": 0.0674,
|
668 |
+
"step": 2675
|
669 |
+
},
|
670 |
+
{
|
671 |
+
"epoch": 0.04,
|
672 |
+
"learning_rate": 8.875384615384616e-06,
|
673 |
+
"loss": 0.0913,
|
674 |
+
"step": 2700
|
675 |
+
},
|
676 |
+
{
|
677 |
+
"epoch": 0.04,
|
678 |
+
"learning_rate": 8.862564102564103e-06,
|
679 |
+
"loss": 0.0815,
|
680 |
+
"step": 2725
|
681 |
+
},
|
682 |
+
{
|
683 |
+
"epoch": 0.04,
|
684 |
+
"learning_rate": 8.84974358974359e-06,
|
685 |
+
"loss": 0.0687,
|
686 |
+
"step": 2750
|
687 |
+
},
|
688 |
+
{
|
689 |
+
"epoch": 0.04,
|
690 |
+
"learning_rate": 8.836923076923078e-06,
|
691 |
+
"loss": 0.0649,
|
692 |
+
"step": 2775
|
693 |
+
},
|
694 |
+
{
|
695 |
+
"epoch": 0.04,
|
696 |
+
"learning_rate": 8.824102564102565e-06,
|
697 |
+
"loss": 0.0647,
|
698 |
+
"step": 2800
|
699 |
+
},
|
700 |
+
{
|
701 |
+
"epoch": 0.04,
|
702 |
+
"learning_rate": 8.811282051282052e-06,
|
703 |
+
"loss": 0.0607,
|
704 |
+
"step": 2825
|
705 |
+
},
|
706 |
+
{
|
707 |
+
"epoch": 0.04,
|
708 |
+
"learning_rate": 8.798461538461539e-06,
|
709 |
+
"loss": 0.065,
|
710 |
+
"step": 2850
|
711 |
+
},
|
712 |
+
{
|
713 |
+
"epoch": 0.04,
|
714 |
+
"learning_rate": 8.785641025641025e-06,
|
715 |
+
"loss": 0.058,
|
716 |
+
"step": 2875
|
717 |
+
},
|
718 |
+
{
|
719 |
+
"epoch": 0.04,
|
720 |
+
"learning_rate": 8.772820512820514e-06,
|
721 |
+
"loss": 0.0618,
|
722 |
+
"step": 2900
|
723 |
+
},
|
724 |
+
{
|
725 |
+
"epoch": 0.05,
|
726 |
+
"learning_rate": 8.76e-06,
|
727 |
+
"loss": 0.0491,
|
728 |
+
"step": 2925
|
729 |
+
},
|
730 |
+
{
|
731 |
+
"epoch": 0.05,
|
732 |
+
"learning_rate": 8.747179487179488e-06,
|
733 |
+
"loss": 0.0646,
|
734 |
+
"step": 2950
|
735 |
+
},
|
736 |
+
{
|
737 |
+
"epoch": 0.05,
|
738 |
+
"learning_rate": 8.734358974358974e-06,
|
739 |
+
"loss": 0.0673,
|
740 |
+
"step": 2975
|
741 |
+
},
|
742 |
+
{
|
743 |
+
"epoch": 0.05,
|
744 |
+
"learning_rate": 8.721538461538463e-06,
|
745 |
+
"loss": 0.0564,
|
746 |
+
"step": 3000
|
747 |
+
},
|
748 |
+
{
|
749 |
+
"epoch": 0.05,
|
750 |
+
"eval_loss": 0.261474609375,
|
751 |
+
"eval_runtime": 212.2501,
|
752 |
+
"eval_samples_per_second": 4.711,
|
753 |
+
"eval_steps_per_second": 0.151,
|
754 |
+
"eval_wer": 16.14727318421714,
|
755 |
+
"step": 3000
|
756 |
+
},
|
757 |
+
{
|
758 |
+
"epoch": 0.05,
|
759 |
+
"learning_rate": 8.70974358974359e-06,
|
760 |
+
"loss": 0.1893,
|
761 |
+
"step": 3025
|
762 |
+
},
|
763 |
+
{
|
764 |
+
"epoch": 0.05,
|
765 |
+
"learning_rate": 8.696923076923078e-06,
|
766 |
+
"loss": 0.1774,
|
767 |
+
"step": 3050
|
768 |
+
},
|
769 |
+
{
|
770 |
+
"epoch": 0.05,
|
771 |
+
"learning_rate": 8.684102564102565e-06,
|
772 |
+
"loss": 0.1866,
|
773 |
+
"step": 3075
|
774 |
+
},
|
775 |
+
{
|
776 |
+
"epoch": 0.06,
|
777 |
+
"learning_rate": 8.671282051282051e-06,
|
778 |
+
"loss": 0.1896,
|
779 |
+
"step": 3100
|
780 |
+
},
|
781 |
+
{
|
782 |
+
"epoch": 0.06,
|
783 |
+
"learning_rate": 8.658461538461538e-06,
|
784 |
+
"loss": 0.1925,
|
785 |
+
"step": 3125
|
786 |
+
},
|
787 |
+
{
|
788 |
+
"epoch": 0.06,
|
789 |
+
"learning_rate": 8.645641025641027e-06,
|
790 |
+
"loss": 0.2126,
|
791 |
+
"step": 3150
|
792 |
+
},
|
793 |
+
{
|
794 |
+
"epoch": 0.06,
|
795 |
+
"learning_rate": 8.632820512820514e-06,
|
796 |
+
"loss": 0.2004,
|
797 |
+
"step": 3175
|
798 |
+
},
|
799 |
+
{
|
800 |
+
"epoch": 0.06,
|
801 |
+
"learning_rate": 8.62e-06,
|
802 |
+
"loss": 0.1636,
|
803 |
+
"step": 3200
|
804 |
+
},
|
805 |
+
{
|
806 |
+
"epoch": 0.06,
|
807 |
+
"learning_rate": 8.607179487179487e-06,
|
808 |
+
"loss": 0.1597,
|
809 |
+
"step": 3225
|
810 |
+
},
|
811 |
+
{
|
812 |
+
"epoch": 0.06,
|
813 |
+
"learning_rate": 8.594358974358976e-06,
|
814 |
+
"loss": 0.1768,
|
815 |
+
"step": 3250
|
816 |
+
},
|
817 |
+
{
|
818 |
+
"epoch": 0.06,
|
819 |
+
"learning_rate": 8.581538461538463e-06,
|
820 |
+
"loss": 0.1684,
|
821 |
+
"step": 3275
|
822 |
+
},
|
823 |
+
{
|
824 |
+
"epoch": 0.07,
|
825 |
+
"learning_rate": 8.56871794871795e-06,
|
826 |
+
"loss": 0.1739,
|
827 |
+
"step": 3300
|
828 |
+
},
|
829 |
+
{
|
830 |
+
"epoch": 0.07,
|
831 |
+
"learning_rate": 8.555897435897436e-06,
|
832 |
+
"loss": 0.1706,
|
833 |
+
"step": 3325
|
834 |
+
},
|
835 |
+
{
|
836 |
+
"epoch": 0.07,
|
837 |
+
"learning_rate": 8.543076923076923e-06,
|
838 |
+
"loss": 0.1701,
|
839 |
+
"step": 3350
|
840 |
+
},
|
841 |
+
{
|
842 |
+
"epoch": 0.07,
|
843 |
+
"learning_rate": 8.530256410256412e-06,
|
844 |
+
"loss": 0.1564,
|
845 |
+
"step": 3375
|
846 |
+
},
|
847 |
+
{
|
848 |
+
"epoch": 0.07,
|
849 |
+
"learning_rate": 8.517435897435898e-06,
|
850 |
+
"loss": 0.1627,
|
851 |
+
"step": 3400
|
852 |
+
},
|
853 |
+
{
|
854 |
+
"epoch": 0.07,
|
855 |
+
"learning_rate": 8.504615384615385e-06,
|
856 |
+
"loss": 0.1586,
|
857 |
+
"step": 3425
|
858 |
+
},
|
859 |
+
{
|
860 |
+
"epoch": 0.07,
|
861 |
+
"learning_rate": 8.491794871794872e-06,
|
862 |
+
"loss": 0.1579,
|
863 |
+
"step": 3450
|
864 |
+
},
|
865 |
+
{
|
866 |
+
"epoch": 0.07,
|
867 |
+
"learning_rate": 8.47897435897436e-06,
|
868 |
+
"loss": 0.1676,
|
869 |
+
"step": 3475
|
870 |
+
},
|
871 |
+
{
|
872 |
+
"epoch": 0.07,
|
873 |
+
"learning_rate": 8.466153846153847e-06,
|
874 |
+
"loss": 0.1558,
|
875 |
+
"step": 3500
|
876 |
+
},
|
877 |
+
{
|
878 |
+
"epoch": 0.08,
|
879 |
+
"learning_rate": 8.453333333333334e-06,
|
880 |
+
"loss": 0.1624,
|
881 |
+
"step": 3525
|
882 |
+
},
|
883 |
+
{
|
884 |
+
"epoch": 0.08,
|
885 |
+
"learning_rate": 8.440512820512821e-06,
|
886 |
+
"loss": 0.1459,
|
887 |
+
"step": 3550
|
888 |
+
},
|
889 |
+
{
|
890 |
+
"epoch": 0.08,
|
891 |
+
"learning_rate": 8.427692307692308e-06,
|
892 |
+
"loss": 0.151,
|
893 |
+
"step": 3575
|
894 |
+
},
|
895 |
+
{
|
896 |
+
"epoch": 0.08,
|
897 |
+
"learning_rate": 8.414871794871795e-06,
|
898 |
+
"loss": 0.1524,
|
899 |
+
"step": 3600
|
900 |
+
},
|
901 |
+
{
|
902 |
+
"epoch": 0.08,
|
903 |
+
"learning_rate": 8.402051282051282e-06,
|
904 |
+
"loss": 0.1444,
|
905 |
+
"step": 3625
|
906 |
+
},
|
907 |
+
{
|
908 |
+
"epoch": 0.08,
|
909 |
+
"learning_rate": 8.38923076923077e-06,
|
910 |
+
"loss": 0.1218,
|
911 |
+
"step": 3650
|
912 |
+
},
|
913 |
+
{
|
914 |
+
"epoch": 0.08,
|
915 |
+
"learning_rate": 8.376410256410257e-06,
|
916 |
+
"loss": 0.1207,
|
917 |
+
"step": 3675
|
918 |
+
},
|
919 |
+
{
|
920 |
+
"epoch": 0.09,
|
921 |
+
"learning_rate": 8.363589743589744e-06,
|
922 |
+
"loss": 0.1199,
|
923 |
+
"step": 3700
|
924 |
+
},
|
925 |
+
{
|
926 |
+
"epoch": 0.09,
|
927 |
+
"learning_rate": 8.35076923076923e-06,
|
928 |
+
"loss": 0.1154,
|
929 |
+
"step": 3725
|
930 |
+
},
|
931 |
+
{
|
932 |
+
"epoch": 0.09,
|
933 |
+
"learning_rate": 8.337948717948719e-06,
|
934 |
+
"loss": 0.1075,
|
935 |
+
"step": 3750
|
936 |
+
},
|
937 |
+
{
|
938 |
+
"epoch": 0.09,
|
939 |
+
"learning_rate": 8.325128205128206e-06,
|
940 |
+
"loss": 0.1005,
|
941 |
+
"step": 3775
|
942 |
+
},
|
943 |
+
{
|
944 |
+
"epoch": 0.09,
|
945 |
+
"learning_rate": 8.312307692307693e-06,
|
946 |
+
"loss": 0.1053,
|
947 |
+
"step": 3800
|
948 |
+
},
|
949 |
+
{
|
950 |
+
"epoch": 0.09,
|
951 |
+
"learning_rate": 8.29948717948718e-06,
|
952 |
+
"loss": 0.1087,
|
953 |
+
"step": 3825
|
954 |
+
},
|
955 |
+
{
|
956 |
+
"epoch": 0.09,
|
957 |
+
"learning_rate": 8.286666666666668e-06,
|
958 |
+
"loss": 0.1207,
|
959 |
+
"step": 3850
|
960 |
+
},
|
961 |
+
{
|
962 |
+
"epoch": 0.09,
|
963 |
+
"learning_rate": 8.273846153846155e-06,
|
964 |
+
"loss": 0.1099,
|
965 |
+
"step": 3875
|
966 |
+
},
|
967 |
+
{
|
968 |
+
"epoch": 0.1,
|
969 |
+
"learning_rate": 8.261025641025642e-06,
|
970 |
+
"loss": 0.1054,
|
971 |
+
"step": 3900
|
972 |
+
},
|
973 |
+
{
|
974 |
+
"epoch": 0.1,
|
975 |
+
"learning_rate": 8.248205128205129e-06,
|
976 |
+
"loss": 0.1019,
|
977 |
+
"step": 3925
|
978 |
+
},
|
979 |
+
{
|
980 |
+
"epoch": 0.1,
|
981 |
+
"learning_rate": 8.235384615384615e-06,
|
982 |
+
"loss": 0.0974,
|
983 |
+
"step": 3950
|
984 |
+
},
|
985 |
+
{
|
986 |
+
"epoch": 0.1,
|
987 |
+
"learning_rate": 8.222564102564104e-06,
|
988 |
+
"loss": 0.0975,
|
989 |
+
"step": 3975
|
990 |
+
},
|
991 |
+
{
|
992 |
+
"epoch": 0.1,
|
993 |
+
"learning_rate": 8.20974358974359e-06,
|
994 |
+
"loss": 0.1031,
|
995 |
+
"step": 4000
|
996 |
+
},
|
997 |
+
{
|
998 |
+
"epoch": 0.1,
|
999 |
+
"eval_loss": 0.1995849609375,
|
1000 |
+
"eval_runtime": 214.2177,
|
1001 |
+
"eval_samples_per_second": 4.668,
|
1002 |
+
"eval_steps_per_second": 0.149,
|
1003 |
+
"eval_wer": 14.224679567730586,
|
1004 |
+
"step": 4000
|
1005 |
+
},
|
1006 |
+
{
|
1007 |
+
"epoch": 0.1,
|
1008 |
+
"learning_rate": 8.197948717948719e-06,
|
1009 |
+
"loss": 0.1122,
|
1010 |
+
"step": 4025
|
1011 |
+
},
|
1012 |
+
{
|
1013 |
+
"epoch": 0.1,
|
1014 |
+
"learning_rate": 8.185128205128206e-06,
|
1015 |
+
"loss": 0.1038,
|
1016 |
+
"step": 4050
|
1017 |
+
},
|
1018 |
+
{
|
1019 |
+
"epoch": 0.1,
|
1020 |
+
"learning_rate": 8.172307692307692e-06,
|
1021 |
+
"loss": 0.1172,
|
1022 |
+
"step": 4075
|
1023 |
+
},
|
1024 |
+
{
|
1025 |
+
"epoch": 0.1,
|
1026 |
+
"learning_rate": 8.15948717948718e-06,
|
1027 |
+
"loss": 0.1251,
|
1028 |
+
"step": 4100
|
1029 |
+
},
|
1030 |
+
{
|
1031 |
+
"epoch": 0.11,
|
1032 |
+
"learning_rate": 8.146666666666668e-06,
|
1033 |
+
"loss": 0.1306,
|
1034 |
+
"step": 4125
|
1035 |
+
},
|
1036 |
+
{
|
1037 |
+
"epoch": 0.11,
|
1038 |
+
"learning_rate": 8.133846153846155e-06,
|
1039 |
+
"loss": 0.1043,
|
1040 |
+
"step": 4150
|
1041 |
+
},
|
1042 |
+
{
|
1043 |
+
"epoch": 0.11,
|
1044 |
+
"learning_rate": 8.121025641025641e-06,
|
1045 |
+
"loss": 0.1095,
|
1046 |
+
"step": 4175
|
1047 |
+
},
|
1048 |
+
{
|
1049 |
+
"epoch": 0.11,
|
1050 |
+
"learning_rate": 8.108205128205128e-06,
|
1051 |
+
"loss": 0.1194,
|
1052 |
+
"step": 4200
|
1053 |
+
},
|
1054 |
+
{
|
1055 |
+
"epoch": 0.11,
|
1056 |
+
"learning_rate": 8.095384615384617e-06,
|
1057 |
+
"loss": 0.1209,
|
1058 |
+
"step": 4225
|
1059 |
+
},
|
1060 |
+
{
|
1061 |
+
"epoch": 0.11,
|
1062 |
+
"learning_rate": 8.082564102564104e-06,
|
1063 |
+
"loss": 0.1108,
|
1064 |
+
"step": 4250
|
1065 |
+
},
|
1066 |
+
{
|
1067 |
+
"epoch": 0.11,
|
1068 |
+
"learning_rate": 8.06974358974359e-06,
|
1069 |
+
"loss": 0.1059,
|
1070 |
+
"step": 4275
|
1071 |
+
},
|
1072 |
+
{
|
1073 |
+
"epoch": 0.12,
|
1074 |
+
"learning_rate": 8.056923076923077e-06,
|
1075 |
+
"loss": 0.0923,
|
1076 |
+
"step": 4300
|
1077 |
+
},
|
1078 |
+
{
|
1079 |
+
"epoch": 0.12,
|
1080 |
+
"learning_rate": 8.044102564102566e-06,
|
1081 |
+
"loss": 0.1027,
|
1082 |
+
"step": 4325
|
1083 |
+
},
|
1084 |
+
{
|
1085 |
+
"epoch": 0.12,
|
1086 |
+
"learning_rate": 8.031282051282053e-06,
|
1087 |
+
"loss": 0.1008,
|
1088 |
+
"step": 4350
|
1089 |
+
},
|
1090 |
+
{
|
1091 |
+
"epoch": 0.12,
|
1092 |
+
"learning_rate": 8.01846153846154e-06,
|
1093 |
+
"loss": 0.0885,
|
1094 |
+
"step": 4375
|
1095 |
+
},
|
1096 |
+
{
|
1097 |
+
"epoch": 0.12,
|
1098 |
+
"learning_rate": 8.005641025641026e-06,
|
1099 |
+
"loss": 0.0916,
|
1100 |
+
"step": 4400
|
1101 |
+
},
|
1102 |
+
{
|
1103 |
+
"epoch": 0.12,
|
1104 |
+
"learning_rate": 7.992820512820515e-06,
|
1105 |
+
"loss": 0.1045,
|
1106 |
+
"step": 4425
|
1107 |
+
},
|
1108 |
+
{
|
1109 |
+
"epoch": 0.12,
|
1110 |
+
"learning_rate": 7.980000000000002e-06,
|
1111 |
+
"loss": 0.0954,
|
1112 |
+
"step": 4450
|
1113 |
+
},
|
1114 |
+
{
|
1115 |
+
"epoch": 0.12,
|
1116 |
+
"learning_rate": 7.967179487179488e-06,
|
1117 |
+
"loss": 0.1013,
|
1118 |
+
"step": 4475
|
1119 |
+
},
|
1120 |
+
{
|
1121 |
+
"epoch": 0.12,
|
1122 |
+
"learning_rate": 7.954358974358975e-06,
|
1123 |
+
"loss": 0.0983,
|
1124 |
+
"step": 4500
|
1125 |
+
},
|
1126 |
+
{
|
1127 |
+
"epoch": 0.13,
|
1128 |
+
"learning_rate": 7.941538461538462e-06,
|
1129 |
+
"loss": 0.1021,
|
1130 |
+
"step": 4525
|
1131 |
+
},
|
1132 |
+
{
|
1133 |
+
"epoch": 0.13,
|
1134 |
+
"learning_rate": 7.928717948717949e-06,
|
1135 |
+
"loss": 0.1024,
|
1136 |
+
"step": 4550
|
1137 |
+
},
|
1138 |
+
{
|
1139 |
+
"epoch": 0.13,
|
1140 |
+
"learning_rate": 7.915897435897436e-06,
|
1141 |
+
"loss": 0.1068,
|
1142 |
+
"step": 4575
|
1143 |
+
},
|
1144 |
+
{
|
1145 |
+
"epoch": 0.13,
|
1146 |
+
"learning_rate": 7.903076923076922e-06,
|
1147 |
+
"loss": 0.1057,
|
1148 |
+
"step": 4600
|
1149 |
+
},
|
1150 |
+
{
|
1151 |
+
"epoch": 0.13,
|
1152 |
+
"learning_rate": 7.890256410256411e-06,
|
1153 |
+
"loss": 0.1144,
|
1154 |
+
"step": 4625
|
1155 |
+
},
|
1156 |
+
{
|
1157 |
+
"epoch": 0.13,
|
1158 |
+
"learning_rate": 7.877435897435898e-06,
|
1159 |
+
"loss": 0.1401,
|
1160 |
+
"step": 4650
|
1161 |
+
},
|
1162 |
+
{
|
1163 |
+
"epoch": 0.13,
|
1164 |
+
"learning_rate": 7.864615384615385e-06,
|
1165 |
+
"loss": 0.1234,
|
1166 |
+
"step": 4675
|
1167 |
+
},
|
1168 |
+
{
|
1169 |
+
"epoch": 0.14,
|
1170 |
+
"learning_rate": 7.851794871794871e-06,
|
1171 |
+
"loss": 0.1364,
|
1172 |
+
"step": 4700
|
1173 |
+
},
|
1174 |
+
{
|
1175 |
+
"epoch": 0.14,
|
1176 |
+
"learning_rate": 7.83897435897436e-06,
|
1177 |
+
"loss": 0.1367,
|
1178 |
+
"step": 4725
|
1179 |
+
},
|
1180 |
+
{
|
1181 |
+
"epoch": 0.14,
|
1182 |
+
"learning_rate": 7.826153846153847e-06,
|
1183 |
+
"loss": 0.1399,
|
1184 |
+
"step": 4750
|
1185 |
+
},
|
1186 |
+
{
|
1187 |
+
"epoch": 0.14,
|
1188 |
+
"learning_rate": 7.813333333333334e-06,
|
1189 |
+
"loss": 0.1387,
|
1190 |
+
"step": 4775
|
1191 |
+
},
|
1192 |
+
{
|
1193 |
+
"epoch": 0.14,
|
1194 |
+
"learning_rate": 7.80051282051282e-06,
|
1195 |
+
"loss": 0.1429,
|
1196 |
+
"step": 4800
|
1197 |
+
},
|
1198 |
+
{
|
1199 |
+
"epoch": 0.14,
|
1200 |
+
"learning_rate": 7.787692307692309e-06,
|
1201 |
+
"loss": 0.134,
|
1202 |
+
"step": 4825
|
1203 |
+
},
|
1204 |
+
{
|
1205 |
+
"epoch": 0.14,
|
1206 |
+
"learning_rate": 7.774871794871796e-06,
|
1207 |
+
"loss": 0.1615,
|
1208 |
+
"step": 4850
|
1209 |
+
},
|
1210 |
+
{
|
1211 |
+
"epoch": 0.14,
|
1212 |
+
"learning_rate": 7.762051282051283e-06,
|
1213 |
+
"loss": 0.1502,
|
1214 |
+
"step": 4875
|
1215 |
+
},
|
1216 |
+
{
|
1217 |
+
"epoch": 0.14,
|
1218 |
+
"learning_rate": 7.74923076923077e-06,
|
1219 |
+
"loss": 0.1574,
|
1220 |
+
"step": 4900
|
1221 |
+
},
|
1222 |
+
{
|
1223 |
+
"epoch": 0.15,
|
1224 |
+
"learning_rate": 7.736410256410258e-06,
|
1225 |
+
"loss": 0.1529,
|
1226 |
+
"step": 4925
|
1227 |
+
},
|
1228 |
+
{
|
1229 |
+
"epoch": 0.15,
|
1230 |
+
"learning_rate": 7.723589743589745e-06,
|
1231 |
+
"loss": 0.1406,
|
1232 |
+
"step": 4950
|
1233 |
+
},
|
1234 |
+
{
|
1235 |
+
"epoch": 0.15,
|
1236 |
+
"learning_rate": 7.710769230769232e-06,
|
1237 |
+
"loss": 0.1363,
|
1238 |
+
"step": 4975
|
1239 |
+
},
|
1240 |
+
{
|
1241 |
+
"epoch": 0.15,
|
1242 |
+
"learning_rate": 7.697948717948718e-06,
|
1243 |
+
"loss": 0.14,
|
1244 |
+
"step": 5000
|
1245 |
+
},
|
1246 |
+
{
|
1247 |
+
"epoch": 0.15,
|
1248 |
+
"eval_loss": 0.18212890625,
|
1249 |
+
"eval_runtime": 217.0927,
|
1250 |
+
"eval_samples_per_second": 4.606,
|
1251 |
+
"eval_steps_per_second": 0.147,
|
1252 |
+
"eval_wer": 13.005780346820808,
|
1253 |
+
"step": 5000
|
1254 |
+
},
|
1255 |
+
{
|
1256 |
+
"epoch": 0.15,
|
1257 |
+
"learning_rate": 7.686153846153846e-06,
|
1258 |
+
"loss": 0.1421,
|
1259 |
+
"step": 5025
|
1260 |
+
},
|
1261 |
+
{
|
1262 |
+
"epoch": 0.15,
|
1263 |
+
"learning_rate": 7.673333333333333e-06,
|
1264 |
+
"loss": 0.1507,
|
1265 |
+
"step": 5050
|
1266 |
+
},
|
1267 |
+
{
|
1268 |
+
"epoch": 0.15,
|
1269 |
+
"learning_rate": 7.660512820512822e-06,
|
1270 |
+
"loss": 0.1445,
|
1271 |
+
"step": 5075
|
1272 |
+
},
|
1273 |
+
{
|
1274 |
+
"epoch": 0.15,
|
1275 |
+
"learning_rate": 7.647692307692309e-06,
|
1276 |
+
"loss": 0.1517,
|
1277 |
+
"step": 5100
|
1278 |
+
},
|
1279 |
+
{
|
1280 |
+
"epoch": 0.16,
|
1281 |
+
"learning_rate": 7.634871794871795e-06,
|
1282 |
+
"loss": 0.1363,
|
1283 |
+
"step": 5125
|
1284 |
+
},
|
1285 |
+
{
|
1286 |
+
"epoch": 0.16,
|
1287 |
+
"learning_rate": 7.622051282051282e-06,
|
1288 |
+
"loss": 0.1548,
|
1289 |
+
"step": 5150
|
1290 |
+
},
|
1291 |
+
{
|
1292 |
+
"epoch": 0.16,
|
1293 |
+
"learning_rate": 7.60923076923077e-06,
|
1294 |
+
"loss": 0.1403,
|
1295 |
+
"step": 5175
|
1296 |
+
},
|
1297 |
+
{
|
1298 |
+
"epoch": 0.16,
|
1299 |
+
"learning_rate": 7.596410256410257e-06,
|
1300 |
+
"loss": 0.1543,
|
1301 |
+
"step": 5200
|
1302 |
+
},
|
1303 |
+
{
|
1304 |
+
"epoch": 0.16,
|
1305 |
+
"learning_rate": 7.5835897435897444e-06,
|
1306 |
+
"loss": 0.1386,
|
1307 |
+
"step": 5225
|
1308 |
+
},
|
1309 |
+
{
|
1310 |
+
"epoch": 0.16,
|
1311 |
+
"learning_rate": 7.570769230769231e-06,
|
1312 |
+
"loss": 0.1194,
|
1313 |
+
"step": 5250
|
1314 |
+
},
|
1315 |
+
{
|
1316 |
+
"epoch": 0.16,
|
1317 |
+
"learning_rate": 7.557948717948719e-06,
|
1318 |
+
"loss": 0.1075,
|
1319 |
+
"step": 5275
|
1320 |
+
},
|
1321 |
+
{
|
1322 |
+
"epoch": 0.17,
|
1323 |
+
"learning_rate": 7.545128205128206e-06,
|
1324 |
+
"loss": 0.1076,
|
1325 |
+
"step": 5300
|
1326 |
+
},
|
1327 |
+
{
|
1328 |
+
"epoch": 0.17,
|
1329 |
+
"learning_rate": 7.5323076923076934e-06,
|
1330 |
+
"loss": 0.1034,
|
1331 |
+
"step": 5325
|
1332 |
+
},
|
1333 |
+
{
|
1334 |
+
"epoch": 0.17,
|
1335 |
+
"learning_rate": 7.51948717948718e-06,
|
1336 |
+
"loss": 0.1096,
|
1337 |
+
"step": 5350
|
1338 |
+
},
|
1339 |
+
{
|
1340 |
+
"epoch": 0.17,
|
1341 |
+
"learning_rate": 7.506666666666668e-06,
|
1342 |
+
"loss": 0.1051,
|
1343 |
+
"step": 5375
|
1344 |
+
},
|
1345 |
+
{
|
1346 |
+
"epoch": 0.17,
|
1347 |
+
"learning_rate": 7.493846153846155e-06,
|
1348 |
+
"loss": 0.0989,
|
1349 |
+
"step": 5400
|
1350 |
+
},
|
1351 |
+
{
|
1352 |
+
"epoch": 0.17,
|
1353 |
+
"learning_rate": 7.481025641025642e-06,
|
1354 |
+
"loss": 0.1002,
|
1355 |
+
"step": 5425
|
1356 |
+
},
|
1357 |
+
{
|
1358 |
+
"epoch": 0.17,
|
1359 |
+
"learning_rate": 7.468205128205129e-06,
|
1360 |
+
"loss": 0.0961,
|
1361 |
+
"step": 5450
|
1362 |
+
},
|
1363 |
+
{
|
1364 |
+
"epoch": 0.17,
|
1365 |
+
"learning_rate": 7.455384615384615e-06,
|
1366 |
+
"loss": 0.1017,
|
1367 |
+
"step": 5475
|
1368 |
+
},
|
1369 |
+
{
|
1370 |
+
"epoch": 0.17,
|
1371 |
+
"learning_rate": 7.442564102564103e-06,
|
1372 |
+
"loss": 0.088,
|
1373 |
+
"step": 5500
|
1374 |
+
},
|
1375 |
+
{
|
1376 |
+
"epoch": 0.18,
|
1377 |
+
"learning_rate": 7.42974358974359e-06,
|
1378 |
+
"loss": 0.0921,
|
1379 |
+
"step": 5525
|
1380 |
+
},
|
1381 |
+
{
|
1382 |
+
"epoch": 0.18,
|
1383 |
+
"learning_rate": 7.416923076923077e-06,
|
1384 |
+
"loss": 0.0921,
|
1385 |
+
"step": 5550
|
1386 |
+
},
|
1387 |
+
{
|
1388 |
+
"epoch": 0.18,
|
1389 |
+
"learning_rate": 7.404102564102564e-06,
|
1390 |
+
"loss": 0.0853,
|
1391 |
+
"step": 5575
|
1392 |
+
},
|
1393 |
+
{
|
1394 |
+
"epoch": 0.18,
|
1395 |
+
"learning_rate": 7.391282051282052e-06,
|
1396 |
+
"loss": 0.0752,
|
1397 |
+
"step": 5600
|
1398 |
+
},
|
1399 |
+
{
|
1400 |
+
"epoch": 0.18,
|
1401 |
+
"learning_rate": 7.378461538461539e-06,
|
1402 |
+
"loss": 0.0705,
|
1403 |
+
"step": 5625
|
1404 |
+
},
|
1405 |
+
{
|
1406 |
+
"epoch": 0.18,
|
1407 |
+
"learning_rate": 7.365641025641026e-06,
|
1408 |
+
"loss": 0.0743,
|
1409 |
+
"step": 5650
|
1410 |
+
},
|
1411 |
+
{
|
1412 |
+
"epoch": 0.18,
|
1413 |
+
"learning_rate": 7.352820512820513e-06,
|
1414 |
+
"loss": 0.0859,
|
1415 |
+
"step": 5675
|
1416 |
+
},
|
1417 |
+
{
|
1418 |
+
"epoch": 0.18,
|
1419 |
+
"learning_rate": 7.340000000000001e-06,
|
1420 |
+
"loss": 0.0759,
|
1421 |
+
"step": 5700
|
1422 |
+
},
|
1423 |
+
{
|
1424 |
+
"epoch": 0.19,
|
1425 |
+
"learning_rate": 7.327179487179488e-06,
|
1426 |
+
"loss": 0.0821,
|
1427 |
+
"step": 5725
|
1428 |
+
},
|
1429 |
+
{
|
1430 |
+
"epoch": 0.19,
|
1431 |
+
"learning_rate": 7.3143589743589745e-06,
|
1432 |
+
"loss": 0.0824,
|
1433 |
+
"step": 5750
|
1434 |
+
},
|
1435 |
+
{
|
1436 |
+
"epoch": 0.19,
|
1437 |
+
"learning_rate": 7.301538461538462e-06,
|
1438 |
+
"loss": 0.0747,
|
1439 |
+
"step": 5775
|
1440 |
+
},
|
1441 |
+
{
|
1442 |
+
"epoch": 0.19,
|
1443 |
+
"learning_rate": 7.288717948717949e-06,
|
1444 |
+
"loss": 0.072,
|
1445 |
+
"step": 5800
|
1446 |
+
},
|
1447 |
+
{
|
1448 |
+
"epoch": 0.19,
|
1449 |
+
"learning_rate": 7.275897435897437e-06,
|
1450 |
+
"loss": 0.0785,
|
1451 |
+
"step": 5825
|
1452 |
+
},
|
1453 |
+
{
|
1454 |
+
"epoch": 0.19,
|
1455 |
+
"learning_rate": 7.2630769230769235e-06,
|
1456 |
+
"loss": 0.0751,
|
1457 |
+
"step": 5850
|
1458 |
+
},
|
1459 |
+
{
|
1460 |
+
"epoch": 0.19,
|
1461 |
+
"learning_rate": 7.250256410256411e-06,
|
1462 |
+
"loss": 0.0822,
|
1463 |
+
"step": 5875
|
1464 |
+
},
|
1465 |
+
{
|
1466 |
+
"epoch": 0.2,
|
1467 |
+
"learning_rate": 7.237435897435898e-06,
|
1468 |
+
"loss": 0.101,
|
1469 |
+
"step": 5900
|
1470 |
+
},
|
1471 |
+
{
|
1472 |
+
"epoch": 0.2,
|
1473 |
+
"learning_rate": 7.224615384615386e-06,
|
1474 |
+
"loss": 0.0896,
|
1475 |
+
"step": 5925
|
1476 |
+
},
|
1477 |
+
{
|
1478 |
+
"epoch": 0.2,
|
1479 |
+
"learning_rate": 7.2117948717948725e-06,
|
1480 |
+
"loss": 0.1193,
|
1481 |
+
"step": 5950
|
1482 |
+
},
|
1483 |
+
{
|
1484 |
+
"epoch": 0.2,
|
1485 |
+
"learning_rate": 7.19897435897436e-06,
|
1486 |
+
"loss": 0.0841,
|
1487 |
+
"step": 5975
|
1488 |
+
},
|
1489 |
+
{
|
1490 |
+
"epoch": 0.2,
|
1491 |
+
"learning_rate": 7.186153846153847e-06,
|
1492 |
+
"loss": 0.0872,
|
1493 |
+
"step": 6000
|
1494 |
+
},
|
1495 |
+
{
|
1496 |
+
"epoch": 0.2,
|
1497 |
+
"eval_loss": 0.1734619140625,
|
1498 |
+
"eval_runtime": 224.4062,
|
1499 |
+
"eval_samples_per_second": 4.456,
|
1500 |
+
"eval_steps_per_second": 0.143,
|
1501 |
+
"eval_wer": 12.226690123146518,
|
1502 |
+
"step": 6000
|
1503 |
+
},
|
1504 |
+
{
|
1505 |
+
"epoch": 0.3,
|
1506 |
+
"learning_rate": 7.174358974358975e-06,
|
1507 |
+
"loss": 0.1113,
|
1508 |
+
"step": 6025
|
1509 |
+
},
|
1510 |
+
{
|
1511 |
+
"epoch": 0.3,
|
1512 |
+
"learning_rate": 7.161538461538462e-06,
|
1513 |
+
"loss": 0.1046,
|
1514 |
+
"step": 6050
|
1515 |
+
},
|
1516 |
+
{
|
1517 |
+
"epoch": 0.3,
|
1518 |
+
"learning_rate": 7.1487179487179495e-06,
|
1519 |
+
"loss": 0.1319,
|
1520 |
+
"step": 6075
|
1521 |
+
},
|
1522 |
+
{
|
1523 |
+
"epoch": 0.3,
|
1524 |
+
"learning_rate": 7.135897435897436e-06,
|
1525 |
+
"loss": 0.1351,
|
1526 |
+
"step": 6100
|
1527 |
+
},
|
1528 |
+
{
|
1529 |
+
"epoch": 0.31,
|
1530 |
+
"learning_rate": 7.123076923076924e-06,
|
1531 |
+
"loss": 0.1141,
|
1532 |
+
"step": 6125
|
1533 |
+
},
|
1534 |
+
{
|
1535 |
+
"epoch": 0.31,
|
1536 |
+
"learning_rate": 7.110256410256411e-06,
|
1537 |
+
"loss": 0.103,
|
1538 |
+
"step": 6150
|
1539 |
+
},
|
1540 |
+
{
|
1541 |
+
"epoch": 0.31,
|
1542 |
+
"learning_rate": 7.0974358974358985e-06,
|
1543 |
+
"loss": 0.0985,
|
1544 |
+
"step": 6175
|
1545 |
+
},
|
1546 |
+
{
|
1547 |
+
"epoch": 0.31,
|
1548 |
+
"learning_rate": 7.084615384615385e-06,
|
1549 |
+
"loss": 0.1041,
|
1550 |
+
"step": 6200
|
1551 |
+
},
|
1552 |
+
{
|
1553 |
+
"epoch": 0.31,
|
1554 |
+
"learning_rate": 7.071794871794872e-06,
|
1555 |
+
"loss": 0.1041,
|
1556 |
+
"step": 6225
|
1557 |
+
},
|
1558 |
+
{
|
1559 |
+
"epoch": 0.31,
|
1560 |
+
"learning_rate": 7.05897435897436e-06,
|
1561 |
+
"loss": 0.0999,
|
1562 |
+
"step": 6250
|
1563 |
+
},
|
1564 |
+
{
|
1565 |
+
"epoch": 0.31,
|
1566 |
+
"learning_rate": 7.046153846153847e-06,
|
1567 |
+
"loss": 0.1036,
|
1568 |
+
"step": 6275
|
1569 |
+
},
|
1570 |
+
{
|
1571 |
+
"epoch": 0.32,
|
1572 |
+
"learning_rate": 7.033333333333334e-06,
|
1573 |
+
"loss": 0.1013,
|
1574 |
+
"step": 6300
|
1575 |
+
},
|
1576 |
+
{
|
1577 |
+
"epoch": 0.32,
|
1578 |
+
"learning_rate": 7.020512820512821e-06,
|
1579 |
+
"loss": 0.1192,
|
1580 |
+
"step": 6325
|
1581 |
+
},
|
1582 |
+
{
|
1583 |
+
"epoch": 0.32,
|
1584 |
+
"learning_rate": 7.007692307692309e-06,
|
1585 |
+
"loss": 0.1138,
|
1586 |
+
"step": 6350
|
1587 |
+
},
|
1588 |
+
{
|
1589 |
+
"epoch": 0.32,
|
1590 |
+
"learning_rate": 6.994871794871796e-06,
|
1591 |
+
"loss": 0.1082,
|
1592 |
+
"step": 6375
|
1593 |
+
},
|
1594 |
+
{
|
1595 |
+
"epoch": 0.32,
|
1596 |
+
"learning_rate": 6.982051282051283e-06,
|
1597 |
+
"loss": 0.1008,
|
1598 |
+
"step": 6400
|
1599 |
+
},
|
1600 |
+
{
|
1601 |
+
"epoch": 0.32,
|
1602 |
+
"learning_rate": 6.96923076923077e-06,
|
1603 |
+
"loss": 0.1291,
|
1604 |
+
"step": 6425
|
1605 |
+
},
|
1606 |
+
{
|
1607 |
+
"epoch": 0.32,
|
1608 |
+
"learning_rate": 6.956410256410256e-06,
|
1609 |
+
"loss": 0.1273,
|
1610 |
+
"step": 6450
|
1611 |
+
},
|
1612 |
+
{
|
1613 |
+
"epoch": 0.32,
|
1614 |
+
"learning_rate": 6.943589743589744e-06,
|
1615 |
+
"loss": 0.1468,
|
1616 |
+
"step": 6475
|
1617 |
+
},
|
1618 |
+
{
|
1619 |
+
"epoch": 0.33,
|
1620 |
+
"learning_rate": 6.930769230769231e-06,
|
1621 |
+
"loss": 0.0954,
|
1622 |
+
"step": 6500
|
1623 |
+
},
|
1624 |
+
{
|
1625 |
+
"epoch": 0.33,
|
1626 |
+
"learning_rate": 6.917948717948718e-06,
|
1627 |
+
"loss": 0.0813,
|
1628 |
+
"step": 6525
|
1629 |
+
},
|
1630 |
+
{
|
1631 |
+
"epoch": 0.33,
|
1632 |
+
"learning_rate": 6.905128205128205e-06,
|
1633 |
+
"loss": 0.0983,
|
1634 |
+
"step": 6550
|
1635 |
+
},
|
1636 |
+
{
|
1637 |
+
"epoch": 0.33,
|
1638 |
+
"learning_rate": 6.892307692307693e-06,
|
1639 |
+
"loss": 0.0891,
|
1640 |
+
"step": 6575
|
1641 |
+
},
|
1642 |
+
{
|
1643 |
+
"epoch": 0.33,
|
1644 |
+
"learning_rate": 6.87948717948718e-06,
|
1645 |
+
"loss": 0.082,
|
1646 |
+
"step": 6600
|
1647 |
+
},
|
1648 |
+
{
|
1649 |
+
"epoch": 0.33,
|
1650 |
+
"learning_rate": 6.866666666666667e-06,
|
1651 |
+
"loss": 0.0896,
|
1652 |
+
"step": 6625
|
1653 |
+
},
|
1654 |
+
{
|
1655 |
+
"epoch": 0.33,
|
1656 |
+
"learning_rate": 6.853846153846154e-06,
|
1657 |
+
"loss": 0.097,
|
1658 |
+
"step": 6650
|
1659 |
+
},
|
1660 |
+
{
|
1661 |
+
"epoch": 0.33,
|
1662 |
+
"learning_rate": 6.841025641025642e-06,
|
1663 |
+
"loss": 0.086,
|
1664 |
+
"step": 6675
|
1665 |
+
},
|
1666 |
+
{
|
1667 |
+
"epoch": 0.34,
|
1668 |
+
"learning_rate": 6.828205128205129e-06,
|
1669 |
+
"loss": 0.0813,
|
1670 |
+
"step": 6700
|
1671 |
+
},
|
1672 |
+
{
|
1673 |
+
"epoch": 0.34,
|
1674 |
+
"learning_rate": 6.815384615384616e-06,
|
1675 |
+
"loss": 0.0909,
|
1676 |
+
"step": 6725
|
1677 |
+
},
|
1678 |
+
{
|
1679 |
+
"epoch": 0.34,
|
1680 |
+
"learning_rate": 6.802564102564103e-06,
|
1681 |
+
"loss": 0.0981,
|
1682 |
+
"step": 6750
|
1683 |
+
},
|
1684 |
+
{
|
1685 |
+
"epoch": 0.34,
|
1686 |
+
"learning_rate": 6.789743589743591e-06,
|
1687 |
+
"loss": 0.0829,
|
1688 |
+
"step": 6775
|
1689 |
+
},
|
1690 |
+
{
|
1691 |
+
"epoch": 0.34,
|
1692 |
+
"learning_rate": 6.776923076923078e-06,
|
1693 |
+
"loss": 0.0816,
|
1694 |
+
"step": 6800
|
1695 |
+
},
|
1696 |
+
{
|
1697 |
+
"epoch": 0.34,
|
1698 |
+
"learning_rate": 6.764102564102564e-06,
|
1699 |
+
"loss": 0.0854,
|
1700 |
+
"step": 6825
|
1701 |
+
},
|
1702 |
+
{
|
1703 |
+
"epoch": 0.34,
|
1704 |
+
"learning_rate": 6.751282051282052e-06,
|
1705 |
+
"loss": 0.0752,
|
1706 |
+
"step": 6850
|
1707 |
+
},
|
1708 |
+
{
|
1709 |
+
"epoch": 0.34,
|
1710 |
+
"learning_rate": 6.738461538461539e-06,
|
1711 |
+
"loss": 0.0848,
|
1712 |
+
"step": 6875
|
1713 |
+
},
|
1714 |
+
{
|
1715 |
+
"epoch": 0.34,
|
1716 |
+
"learning_rate": 6.725641025641027e-06,
|
1717 |
+
"loss": 0.0751,
|
1718 |
+
"step": 6900
|
1719 |
+
},
|
1720 |
+
{
|
1721 |
+
"epoch": 0.35,
|
1722 |
+
"learning_rate": 6.712820512820513e-06,
|
1723 |
+
"loss": 0.0752,
|
1724 |
+
"step": 6925
|
1725 |
+
},
|
1726 |
+
{
|
1727 |
+
"epoch": 0.35,
|
1728 |
+
"learning_rate": 6.700000000000001e-06,
|
1729 |
+
"loss": 0.08,
|
1730 |
+
"step": 6950
|
1731 |
+
},
|
1732 |
+
{
|
1733 |
+
"epoch": 0.35,
|
1734 |
+
"learning_rate": 6.687179487179488e-06,
|
1735 |
+
"loss": 0.0732,
|
1736 |
+
"step": 6975
|
1737 |
+
},
|
1738 |
+
{
|
1739 |
+
"epoch": 0.35,
|
1740 |
+
"learning_rate": 6.6743589743589756e-06,
|
1741 |
+
"loss": 0.0782,
|
1742 |
+
"step": 7000
|
1743 |
+
},
|
1744 |
+
{
|
1745 |
+
"epoch": 0.35,
|
1746 |
+
"eval_loss": 0.163330078125,
|
1747 |
+
"eval_runtime": 212.6202,
|
1748 |
+
"eval_samples_per_second": 4.703,
|
1749 |
+
"eval_steps_per_second": 0.151,
|
1750 |
+
"eval_wer": 11.221412415179694,
|
1751 |
+
"step": 7000
|
1752 |
+
},
|
1753 |
+
{
|
1754 |
+
"epoch": 0.35,
|
1755 |
+
"learning_rate": 6.662564102564103e-06,
|
1756 |
+
"loss": 0.0736,
|
1757 |
+
"step": 7025
|
1758 |
+
},
|
1759 |
+
{
|
1760 |
+
"epoch": 0.35,
|
1761 |
+
"learning_rate": 6.64974358974359e-06,
|
1762 |
+
"loss": 0.082,
|
1763 |
+
"step": 7050
|
1764 |
+
},
|
1765 |
+
{
|
1766 |
+
"epoch": 0.35,
|
1767 |
+
"learning_rate": 6.636923076923077e-06,
|
1768 |
+
"loss": 0.0735,
|
1769 |
+
"step": 7075
|
1770 |
+
},
|
1771 |
+
{
|
1772 |
+
"epoch": 0.35,
|
1773 |
+
"learning_rate": 6.624102564102565e-06,
|
1774 |
+
"loss": 0.0672,
|
1775 |
+
"step": 7100
|
1776 |
+
},
|
1777 |
+
{
|
1778 |
+
"epoch": 0.36,
|
1779 |
+
"learning_rate": 6.611282051282052e-06,
|
1780 |
+
"loss": 0.0948,
|
1781 |
+
"step": 7125
|
1782 |
+
},
|
1783 |
+
{
|
1784 |
+
"epoch": 0.36,
|
1785 |
+
"learning_rate": 6.598461538461539e-06,
|
1786 |
+
"loss": 0.0995,
|
1787 |
+
"step": 7150
|
1788 |
+
},
|
1789 |
+
{
|
1790 |
+
"epoch": 0.36,
|
1791 |
+
"learning_rate": 6.585641025641026e-06,
|
1792 |
+
"loss": 0.0758,
|
1793 |
+
"step": 7175
|
1794 |
+
},
|
1795 |
+
{
|
1796 |
+
"epoch": 0.36,
|
1797 |
+
"learning_rate": 6.572820512820514e-06,
|
1798 |
+
"loss": 0.0699,
|
1799 |
+
"step": 7200
|
1800 |
+
},
|
1801 |
+
{
|
1802 |
+
"epoch": 0.36,
|
1803 |
+
"learning_rate": 6.560000000000001e-06,
|
1804 |
+
"loss": 0.0644,
|
1805 |
+
"step": 7225
|
1806 |
+
},
|
1807 |
+
{
|
1808 |
+
"epoch": 0.36,
|
1809 |
+
"learning_rate": 6.547179487179488e-06,
|
1810 |
+
"loss": 0.0661,
|
1811 |
+
"step": 7250
|
1812 |
+
},
|
1813 |
+
{
|
1814 |
+
"epoch": 0.36,
|
1815 |
+
"learning_rate": 6.534358974358975e-06,
|
1816 |
+
"loss": 0.0689,
|
1817 |
+
"step": 7275
|
1818 |
+
},
|
1819 |
+
{
|
1820 |
+
"epoch": 0.36,
|
1821 |
+
"learning_rate": 6.521538461538463e-06,
|
1822 |
+
"loss": 0.0739,
|
1823 |
+
"step": 7300
|
1824 |
+
},
|
1825 |
+
{
|
1826 |
+
"epoch": 0.37,
|
1827 |
+
"learning_rate": 6.50871794871795e-06,
|
1828 |
+
"loss": 0.0871,
|
1829 |
+
"step": 7325
|
1830 |
+
},
|
1831 |
+
{
|
1832 |
+
"epoch": 0.37,
|
1833 |
+
"learning_rate": 6.4958974358974365e-06,
|
1834 |
+
"loss": 0.0785,
|
1835 |
+
"step": 7350
|
1836 |
+
},
|
1837 |
+
{
|
1838 |
+
"epoch": 0.37,
|
1839 |
+
"learning_rate": 6.483076923076924e-06,
|
1840 |
+
"loss": 0.073,
|
1841 |
+
"step": 7375
|
1842 |
+
},
|
1843 |
+
{
|
1844 |
+
"epoch": 0.37,
|
1845 |
+
"learning_rate": 6.47025641025641e-06,
|
1846 |
+
"loss": 0.0762,
|
1847 |
+
"step": 7400
|
1848 |
+
},
|
1849 |
+
{
|
1850 |
+
"epoch": 0.37,
|
1851 |
+
"learning_rate": 6.457435897435898e-06,
|
1852 |
+
"loss": 0.0977,
|
1853 |
+
"step": 7425
|
1854 |
+
},
|
1855 |
+
{
|
1856 |
+
"epoch": 0.37,
|
1857 |
+
"learning_rate": 6.444615384615385e-06,
|
1858 |
+
"loss": 0.0786,
|
1859 |
+
"step": 7450
|
1860 |
+
},
|
1861 |
+
{
|
1862 |
+
"epoch": 0.37,
|
1863 |
+
"learning_rate": 6.431794871794872e-06,
|
1864 |
+
"loss": 0.0808,
|
1865 |
+
"step": 7475
|
1866 |
+
},
|
1867 |
+
{
|
1868 |
+
"epoch": 0.38,
|
1869 |
+
"learning_rate": 6.418974358974359e-06,
|
1870 |
+
"loss": 0.0926,
|
1871 |
+
"step": 7500
|
1872 |
+
},
|
1873 |
+
{
|
1874 |
+
"epoch": 0.38,
|
1875 |
+
"learning_rate": 6.406153846153846e-06,
|
1876 |
+
"loss": 0.0825,
|
1877 |
+
"step": 7525
|
1878 |
+
},
|
1879 |
+
{
|
1880 |
+
"epoch": 0.38,
|
1881 |
+
"learning_rate": 6.393333333333334e-06,
|
1882 |
+
"loss": 0.0887,
|
1883 |
+
"step": 7550
|
1884 |
+
},
|
1885 |
+
{
|
1886 |
+
"epoch": 0.38,
|
1887 |
+
"learning_rate": 6.3805128205128205e-06,
|
1888 |
+
"loss": 0.0924,
|
1889 |
+
"step": 7575
|
1890 |
+
},
|
1891 |
+
{
|
1892 |
+
"epoch": 0.38,
|
1893 |
+
"learning_rate": 6.367692307692308e-06,
|
1894 |
+
"loss": 0.0935,
|
1895 |
+
"step": 7600
|
1896 |
+
},
|
1897 |
+
{
|
1898 |
+
"epoch": 0.38,
|
1899 |
+
"learning_rate": 6.354871794871795e-06,
|
1900 |
+
"loss": 0.0917,
|
1901 |
+
"step": 7625
|
1902 |
+
},
|
1903 |
+
{
|
1904 |
+
"epoch": 0.38,
|
1905 |
+
"learning_rate": 6.342051282051283e-06,
|
1906 |
+
"loss": 0.0755,
|
1907 |
+
"step": 7650
|
1908 |
+
},
|
1909 |
+
{
|
1910 |
+
"epoch": 0.38,
|
1911 |
+
"learning_rate": 6.3292307692307695e-06,
|
1912 |
+
"loss": 0.0776,
|
1913 |
+
"step": 7675
|
1914 |
+
},
|
1915 |
+
{
|
1916 |
+
"epoch": 0.39,
|
1917 |
+
"learning_rate": 6.316410256410257e-06,
|
1918 |
+
"loss": 0.1006,
|
1919 |
+
"step": 7700
|
1920 |
+
},
|
1921 |
+
{
|
1922 |
+
"epoch": 0.39,
|
1923 |
+
"learning_rate": 6.303589743589744e-06,
|
1924 |
+
"loss": 0.0914,
|
1925 |
+
"step": 7725
|
1926 |
+
},
|
1927 |
+
{
|
1928 |
+
"epoch": 0.39,
|
1929 |
+
"learning_rate": 6.290769230769232e-06,
|
1930 |
+
"loss": 0.0831,
|
1931 |
+
"step": 7750
|
1932 |
+
},
|
1933 |
+
{
|
1934 |
+
"epoch": 0.39,
|
1935 |
+
"learning_rate": 6.2779487179487185e-06,
|
1936 |
+
"loss": 0.0716,
|
1937 |
+
"step": 7775
|
1938 |
+
},
|
1939 |
+
{
|
1940 |
+
"epoch": 0.39,
|
1941 |
+
"learning_rate": 6.265128205128206e-06,
|
1942 |
+
"loss": 0.074,
|
1943 |
+
"step": 7800
|
1944 |
+
},
|
1945 |
+
{
|
1946 |
+
"epoch": 0.39,
|
1947 |
+
"learning_rate": 6.252307692307693e-06,
|
1948 |
+
"loss": 0.0734,
|
1949 |
+
"step": 7825
|
1950 |
+
},
|
1951 |
+
{
|
1952 |
+
"epoch": 0.39,
|
1953 |
+
"learning_rate": 6.239487179487181e-06,
|
1954 |
+
"loss": 0.0797,
|
1955 |
+
"step": 7850
|
1956 |
+
},
|
1957 |
+
{
|
1958 |
+
"epoch": 0.39,
|
1959 |
+
"learning_rate": 6.2266666666666675e-06,
|
1960 |
+
"loss": 0.0735,
|
1961 |
+
"step": 7875
|
1962 |
+
},
|
1963 |
+
{
|
1964 |
+
"epoch": 0.4,
|
1965 |
+
"learning_rate": 6.213846153846155e-06,
|
1966 |
+
"loss": 0.0783,
|
1967 |
+
"step": 7900
|
1968 |
+
},
|
1969 |
+
{
|
1970 |
+
"epoch": 0.4,
|
1971 |
+
"learning_rate": 6.201025641025642e-06,
|
1972 |
+
"loss": 0.0749,
|
1973 |
+
"step": 7925
|
1974 |
+
},
|
1975 |
+
{
|
1976 |
+
"epoch": 0.4,
|
1977 |
+
"learning_rate": 6.188205128205129e-06,
|
1978 |
+
"loss": 0.0763,
|
1979 |
+
"step": 7950
|
1980 |
+
},
|
1981 |
+
{
|
1982 |
+
"epoch": 0.4,
|
1983 |
+
"learning_rate": 6.1753846153846165e-06,
|
1984 |
+
"loss": 0.0712,
|
1985 |
+
"step": 7975
|
1986 |
+
},
|
1987 |
+
{
|
1988 |
+
"epoch": 0.4,
|
1989 |
+
"learning_rate": 6.1625641025641024e-06,
|
1990 |
+
"loss": 0.0718,
|
1991 |
+
"step": 8000
|
1992 |
+
},
|
1993 |
+
{
|
1994 |
+
"epoch": 0.4,
|
1995 |
+
"eval_loss": 0.1585693359375,
|
1996 |
+
"eval_runtime": 230.5512,
|
1997 |
+
"eval_samples_per_second": 4.337,
|
1998 |
+
"eval_steps_per_second": 0.139,
|
1999 |
+
"eval_wer": 11.862276954008545,
|
2000 |
+
"step": 8000
|
2001 |
+
},
|
2002 |
+
{
|
2003 |
+
"epoch": 0.4,
|
2004 |
+
"learning_rate": 6.150769230769231e-06,
|
2005 |
+
"loss": 0.0669,
|
2006 |
+
"step": 8025
|
2007 |
+
},
|
2008 |
+
{
|
2009 |
+
"epoch": 0.4,
|
2010 |
+
"learning_rate": 6.137948717948718e-06,
|
2011 |
+
"loss": 0.0877,
|
2012 |
+
"step": 8050
|
2013 |
+
},
|
2014 |
+
{
|
2015 |
+
"epoch": 0.4,
|
2016 |
+
"learning_rate": 6.125128205128206e-06,
|
2017 |
+
"loss": 0.0829,
|
2018 |
+
"step": 8075
|
2019 |
+
},
|
2020 |
+
{
|
2021 |
+
"epoch": 0.41,
|
2022 |
+
"learning_rate": 6.112307692307693e-06,
|
2023 |
+
"loss": 0.0724,
|
2024 |
+
"step": 8100
|
2025 |
+
},
|
2026 |
+
{
|
2027 |
+
"epoch": 0.41,
|
2028 |
+
"learning_rate": 6.09948717948718e-06,
|
2029 |
+
"loss": 0.0613,
|
2030 |
+
"step": 8125
|
2031 |
+
},
|
2032 |
+
{
|
2033 |
+
"epoch": 0.41,
|
2034 |
+
"learning_rate": 6.086666666666667e-06,
|
2035 |
+
"loss": 0.0643,
|
2036 |
+
"step": 8150
|
2037 |
+
},
|
2038 |
+
{
|
2039 |
+
"epoch": 0.41,
|
2040 |
+
"learning_rate": 6.073846153846155e-06,
|
2041 |
+
"loss": 0.0621,
|
2042 |
+
"step": 8175
|
2043 |
+
},
|
2044 |
+
{
|
2045 |
+
"epoch": 0.41,
|
2046 |
+
"learning_rate": 6.061025641025642e-06,
|
2047 |
+
"loss": 0.0529,
|
2048 |
+
"step": 8200
|
2049 |
+
},
|
2050 |
+
{
|
2051 |
+
"epoch": 0.41,
|
2052 |
+
"learning_rate": 6.048205128205129e-06,
|
2053 |
+
"loss": 0.0768,
|
2054 |
+
"step": 8225
|
2055 |
+
},
|
2056 |
+
{
|
2057 |
+
"epoch": 0.41,
|
2058 |
+
"learning_rate": 6.035384615384616e-06,
|
2059 |
+
"loss": 0.0704,
|
2060 |
+
"step": 8250
|
2061 |
+
},
|
2062 |
+
{
|
2063 |
+
"epoch": 0.41,
|
2064 |
+
"learning_rate": 6.022564102564104e-06,
|
2065 |
+
"loss": 0.0572,
|
2066 |
+
"step": 8275
|
2067 |
+
},
|
2068 |
+
{
|
2069 |
+
"epoch": 0.41,
|
2070 |
+
"learning_rate": 6.009743589743591e-06,
|
2071 |
+
"loss": 0.0502,
|
2072 |
+
"step": 8300
|
2073 |
+
},
|
2074 |
+
{
|
2075 |
+
"epoch": 0.42,
|
2076 |
+
"learning_rate": 5.996923076923078e-06,
|
2077 |
+
"loss": 0.0644,
|
2078 |
+
"step": 8325
|
2079 |
+
},
|
2080 |
+
{
|
2081 |
+
"epoch": 0.42,
|
2082 |
+
"learning_rate": 5.984102564102564e-06,
|
2083 |
+
"loss": 0.0729,
|
2084 |
+
"step": 8350
|
2085 |
+
},
|
2086 |
+
{
|
2087 |
+
"epoch": 0.42,
|
2088 |
+
"learning_rate": 5.971282051282051e-06,
|
2089 |
+
"loss": 0.0597,
|
2090 |
+
"step": 8375
|
2091 |
+
},
|
2092 |
+
{
|
2093 |
+
"epoch": 0.42,
|
2094 |
+
"learning_rate": 5.958461538461539e-06,
|
2095 |
+
"loss": 0.0637,
|
2096 |
+
"step": 8400
|
2097 |
+
},
|
2098 |
+
{
|
2099 |
+
"epoch": 0.42,
|
2100 |
+
"learning_rate": 5.9456410256410256e-06,
|
2101 |
+
"loss": 0.0682,
|
2102 |
+
"step": 8425
|
2103 |
+
},
|
2104 |
+
{
|
2105 |
+
"epoch": 0.42,
|
2106 |
+
"learning_rate": 5.932820512820513e-06,
|
2107 |
+
"loss": 0.0672,
|
2108 |
+
"step": 8450
|
2109 |
+
},
|
2110 |
+
{
|
2111 |
+
"epoch": 0.42,
|
2112 |
+
"learning_rate": 5.92e-06,
|
2113 |
+
"loss": 0.0555,
|
2114 |
+
"step": 8475
|
2115 |
+
},
|
2116 |
+
{
|
2117 |
+
"epoch": 0.42,
|
2118 |
+
"learning_rate": 5.907179487179488e-06,
|
2119 |
+
"loss": 0.0579,
|
2120 |
+
"step": 8500
|
2121 |
+
},
|
2122 |
+
{
|
2123 |
+
"epoch": 0.43,
|
2124 |
+
"learning_rate": 5.8943589743589746e-06,
|
2125 |
+
"loss": 0.0735,
|
2126 |
+
"step": 8525
|
2127 |
+
},
|
2128 |
+
{
|
2129 |
+
"epoch": 0.43,
|
2130 |
+
"learning_rate": 5.881538461538462e-06,
|
2131 |
+
"loss": 0.0653,
|
2132 |
+
"step": 8550
|
2133 |
+
},
|
2134 |
+
{
|
2135 |
+
"epoch": 0.43,
|
2136 |
+
"learning_rate": 5.868717948717949e-06,
|
2137 |
+
"loss": 0.0712,
|
2138 |
+
"step": 8575
|
2139 |
+
},
|
2140 |
+
{
|
2141 |
+
"epoch": 0.43,
|
2142 |
+
"learning_rate": 5.855897435897437e-06,
|
2143 |
+
"loss": 0.0593,
|
2144 |
+
"step": 8600
|
2145 |
+
},
|
2146 |
+
{
|
2147 |
+
"epoch": 0.43,
|
2148 |
+
"learning_rate": 5.8430769230769236e-06,
|
2149 |
+
"loss": 0.0642,
|
2150 |
+
"step": 8625
|
2151 |
+
},
|
2152 |
+
{
|
2153 |
+
"epoch": 0.43,
|
2154 |
+
"learning_rate": 5.83025641025641e-06,
|
2155 |
+
"loss": 0.0638,
|
2156 |
+
"step": 8650
|
2157 |
+
},
|
2158 |
+
{
|
2159 |
+
"epoch": 0.43,
|
2160 |
+
"learning_rate": 5.817435897435898e-06,
|
2161 |
+
"loss": 0.0586,
|
2162 |
+
"step": 8675
|
2163 |
+
},
|
2164 |
+
{
|
2165 |
+
"epoch": 0.43,
|
2166 |
+
"learning_rate": 5.804615384615385e-06,
|
2167 |
+
"loss": 0.0545,
|
2168 |
+
"step": 8700
|
2169 |
+
},
|
2170 |
+
{
|
2171 |
+
"epoch": 0.44,
|
2172 |
+
"learning_rate": 5.7917948717948726e-06,
|
2173 |
+
"loss": 0.0599,
|
2174 |
+
"step": 8725
|
2175 |
+
},
|
2176 |
+
{
|
2177 |
+
"epoch": 0.44,
|
2178 |
+
"learning_rate": 5.778974358974359e-06,
|
2179 |
+
"loss": 0.0577,
|
2180 |
+
"step": 8750
|
2181 |
+
},
|
2182 |
+
{
|
2183 |
+
"epoch": 0.44,
|
2184 |
+
"learning_rate": 5.766153846153847e-06,
|
2185 |
+
"loss": 0.0671,
|
2186 |
+
"step": 8775
|
2187 |
+
},
|
2188 |
+
{
|
2189 |
+
"epoch": 0.44,
|
2190 |
+
"learning_rate": 5.753333333333334e-06,
|
2191 |
+
"loss": 0.0673,
|
2192 |
+
"step": 8800
|
2193 |
+
},
|
2194 |
+
{
|
2195 |
+
"epoch": 0.44,
|
2196 |
+
"learning_rate": 5.7405128205128215e-06,
|
2197 |
+
"loss": 0.0588,
|
2198 |
+
"step": 8825
|
2199 |
+
},
|
2200 |
+
{
|
2201 |
+
"epoch": 0.44,
|
2202 |
+
"learning_rate": 5.727692307692308e-06,
|
2203 |
+
"loss": 0.1067,
|
2204 |
+
"step": 8850
|
2205 |
+
},
|
2206 |
+
{
|
2207 |
+
"epoch": 0.44,
|
2208 |
+
"learning_rate": 5.714871794871796e-06,
|
2209 |
+
"loss": 0.0759,
|
2210 |
+
"step": 8875
|
2211 |
+
},
|
2212 |
+
{
|
2213 |
+
"epoch": 0.45,
|
2214 |
+
"learning_rate": 5.702051282051283e-06,
|
2215 |
+
"loss": 0.0631,
|
2216 |
+
"step": 8900
|
2217 |
+
},
|
2218 |
+
{
|
2219 |
+
"epoch": 0.45,
|
2220 |
+
"learning_rate": 5.6892307692307705e-06,
|
2221 |
+
"loss": 0.0695,
|
2222 |
+
"step": 8925
|
2223 |
+
},
|
2224 |
+
{
|
2225 |
+
"epoch": 0.45,
|
2226 |
+
"learning_rate": 5.6764102564102565e-06,
|
2227 |
+
"loss": 0.0923,
|
2228 |
+
"step": 8950
|
2229 |
+
},
|
2230 |
+
{
|
2231 |
+
"epoch": 0.45,
|
2232 |
+
"learning_rate": 5.663589743589743e-06,
|
2233 |
+
"loss": 0.0774,
|
2234 |
+
"step": 8975
|
2235 |
+
},
|
2236 |
+
{
|
2237 |
+
"epoch": 0.45,
|
2238 |
+
"learning_rate": 5.650769230769231e-06,
|
2239 |
+
"loss": 0.0685,
|
2240 |
+
"step": 9000
|
2241 |
+
},
|
2242 |
+
{
|
2243 |
+
"epoch": 0.45,
|
2244 |
+
"eval_loss": 0.1539306640625,
|
2245 |
+
"eval_runtime": 210.7067,
|
2246 |
+
"eval_samples_per_second": 4.746,
|
2247 |
+
"eval_steps_per_second": 0.152,
|
2248 |
+
"eval_wer": 10.442322191505403,
|
2249 |
+
"step": 9000
|
2250 |
+
},
|
2251 |
+
{
|
2252 |
+
"epoch": 0.45,
|
2253 |
+
"learning_rate": 5.63897435897436e-06,
|
2254 |
+
"loss": 0.0664,
|
2255 |
+
"step": 9025
|
2256 |
+
},
|
2257 |
+
{
|
2258 |
+
"epoch": 0.45,
|
2259 |
+
"learning_rate": 5.626153846153847e-06,
|
2260 |
+
"loss": 0.0775,
|
2261 |
+
"step": 9050
|
2262 |
+
},
|
2263 |
+
{
|
2264 |
+
"epoch": 0.45,
|
2265 |
+
"learning_rate": 5.613333333333334e-06,
|
2266 |
+
"loss": 0.0562,
|
2267 |
+
"step": 9075
|
2268 |
+
},
|
2269 |
+
{
|
2270 |
+
"epoch": 0.46,
|
2271 |
+
"learning_rate": 5.600512820512821e-06,
|
2272 |
+
"loss": 0.0666,
|
2273 |
+
"step": 9100
|
2274 |
+
},
|
2275 |
+
{
|
2276 |
+
"epoch": 0.46,
|
2277 |
+
"learning_rate": 5.587692307692308e-06,
|
2278 |
+
"loss": 0.0623,
|
2279 |
+
"step": 9125
|
2280 |
+
},
|
2281 |
+
{
|
2282 |
+
"epoch": 0.46,
|
2283 |
+
"learning_rate": 5.574871794871796e-06,
|
2284 |
+
"loss": 0.069,
|
2285 |
+
"step": 9150
|
2286 |
+
},
|
2287 |
+
{
|
2288 |
+
"epoch": 0.46,
|
2289 |
+
"learning_rate": 5.5620512820512825e-06,
|
2290 |
+
"loss": 0.0661,
|
2291 |
+
"step": 9175
|
2292 |
+
},
|
2293 |
+
{
|
2294 |
+
"epoch": 0.46,
|
2295 |
+
"learning_rate": 5.54923076923077e-06,
|
2296 |
+
"loss": 0.141,
|
2297 |
+
"step": 9200
|
2298 |
+
},
|
2299 |
+
{
|
2300 |
+
"epoch": 0.46,
|
2301 |
+
"learning_rate": 5.536410256410257e-06,
|
2302 |
+
"loss": 0.0988,
|
2303 |
+
"step": 9225
|
2304 |
+
},
|
2305 |
+
{
|
2306 |
+
"epoch": 0.46,
|
2307 |
+
"learning_rate": 5.523589743589745e-06,
|
2308 |
+
"loss": 0.0718,
|
2309 |
+
"step": 9250
|
2310 |
+
},
|
2311 |
+
{
|
2312 |
+
"epoch": 0.46,
|
2313 |
+
"learning_rate": 5.5107692307692315e-06,
|
2314 |
+
"loss": 0.0821,
|
2315 |
+
"step": 9275
|
2316 |
+
},
|
2317 |
+
{
|
2318 |
+
"epoch": 0.47,
|
2319 |
+
"learning_rate": 5.4979487179487175e-06,
|
2320 |
+
"loss": 0.0823,
|
2321 |
+
"step": 9300
|
2322 |
+
},
|
2323 |
+
{
|
2324 |
+
"epoch": 0.47,
|
2325 |
+
"learning_rate": 5.485128205128205e-06,
|
2326 |
+
"loss": 0.0631,
|
2327 |
+
"step": 9325
|
2328 |
+
},
|
2329 |
+
{
|
2330 |
+
"epoch": 0.47,
|
2331 |
+
"learning_rate": 5.472307692307692e-06,
|
2332 |
+
"loss": 0.0911,
|
2333 |
+
"step": 9350
|
2334 |
+
},
|
2335 |
+
{
|
2336 |
+
"epoch": 0.47,
|
2337 |
+
"learning_rate": 5.45948717948718e-06,
|
2338 |
+
"loss": 0.064,
|
2339 |
+
"step": 9375
|
2340 |
+
},
|
2341 |
+
{
|
2342 |
+
"epoch": 0.47,
|
2343 |
+
"learning_rate": 5.4466666666666665e-06,
|
2344 |
+
"loss": 0.0708,
|
2345 |
+
"step": 9400
|
2346 |
+
},
|
2347 |
+
{
|
2348 |
+
"epoch": 0.47,
|
2349 |
+
"learning_rate": 5.433846153846154e-06,
|
2350 |
+
"loss": 0.0676,
|
2351 |
+
"step": 9425
|
2352 |
+
},
|
2353 |
+
{
|
2354 |
+
"epoch": 0.47,
|
2355 |
+
"learning_rate": 5.421025641025641e-06,
|
2356 |
+
"loss": 0.0693,
|
2357 |
+
"step": 9450
|
2358 |
+
},
|
2359 |
+
{
|
2360 |
+
"epoch": 0.47,
|
2361 |
+
"learning_rate": 5.408205128205129e-06,
|
2362 |
+
"loss": 0.0684,
|
2363 |
+
"step": 9475
|
2364 |
+
},
|
2365 |
+
{
|
2366 |
+
"epoch": 0.47,
|
2367 |
+
"learning_rate": 5.3953846153846155e-06,
|
2368 |
+
"loss": 0.0661,
|
2369 |
+
"step": 9500
|
2370 |
+
},
|
2371 |
+
{
|
2372 |
+
"epoch": 0.48,
|
2373 |
+
"learning_rate": 5.382564102564103e-06,
|
2374 |
+
"loss": 0.0649,
|
2375 |
+
"step": 9525
|
2376 |
+
},
|
2377 |
+
{
|
2378 |
+
"epoch": 0.48,
|
2379 |
+
"learning_rate": 5.36974358974359e-06,
|
2380 |
+
"loss": 0.0593,
|
2381 |
+
"step": 9550
|
2382 |
+
},
|
2383 |
+
{
|
2384 |
+
"epoch": 0.48,
|
2385 |
+
"learning_rate": 5.356923076923078e-06,
|
2386 |
+
"loss": 0.0678,
|
2387 |
+
"step": 9575
|
2388 |
+
},
|
2389 |
+
{
|
2390 |
+
"epoch": 0.48,
|
2391 |
+
"learning_rate": 5.3441025641025645e-06,
|
2392 |
+
"loss": 0.0789,
|
2393 |
+
"step": 9600
|
2394 |
+
},
|
2395 |
+
{
|
2396 |
+
"epoch": 0.48,
|
2397 |
+
"learning_rate": 5.331282051282052e-06,
|
2398 |
+
"loss": 0.0627,
|
2399 |
+
"step": 9625
|
2400 |
+
},
|
2401 |
+
{
|
2402 |
+
"epoch": 0.48,
|
2403 |
+
"learning_rate": 5.318461538461539e-06,
|
2404 |
+
"loss": 0.0734,
|
2405 |
+
"step": 9650
|
2406 |
+
},
|
2407 |
+
{
|
2408 |
+
"epoch": 0.48,
|
2409 |
+
"learning_rate": 5.305641025641027e-06,
|
2410 |
+
"loss": 0.0721,
|
2411 |
+
"step": 9675
|
2412 |
+
},
|
2413 |
+
{
|
2414 |
+
"epoch": 0.48,
|
2415 |
+
"learning_rate": 5.2928205128205134e-06,
|
2416 |
+
"loss": 0.0688,
|
2417 |
+
"step": 9700
|
2418 |
+
},
|
2419 |
+
{
|
2420 |
+
"epoch": 0.49,
|
2421 |
+
"learning_rate": 5.28e-06,
|
2422 |
+
"loss": 0.0717,
|
2423 |
+
"step": 9725
|
2424 |
+
},
|
2425 |
+
{
|
2426 |
+
"epoch": 0.49,
|
2427 |
+
"learning_rate": 5.267179487179488e-06,
|
2428 |
+
"loss": 0.0588,
|
2429 |
+
"step": 9750
|
2430 |
+
},
|
2431 |
+
{
|
2432 |
+
"epoch": 0.49,
|
2433 |
+
"learning_rate": 5.254358974358975e-06,
|
2434 |
+
"loss": 0.0601,
|
2435 |
+
"step": 9775
|
2436 |
+
},
|
2437 |
+
{
|
2438 |
+
"epoch": 0.49,
|
2439 |
+
"learning_rate": 5.2415384615384624e-06,
|
2440 |
+
"loss": 0.0668,
|
2441 |
+
"step": 9800
|
2442 |
+
},
|
2443 |
+
{
|
2444 |
+
"epoch": 0.49,
|
2445 |
+
"learning_rate": 5.228717948717949e-06,
|
2446 |
+
"loss": 0.0611,
|
2447 |
+
"step": 9825
|
2448 |
+
},
|
2449 |
+
{
|
2450 |
+
"epoch": 0.49,
|
2451 |
+
"learning_rate": 5.215897435897437e-06,
|
2452 |
+
"loss": 0.0628,
|
2453 |
+
"step": 9850
|
2454 |
+
},
|
2455 |
+
{
|
2456 |
+
"epoch": 0.49,
|
2457 |
+
"learning_rate": 5.203076923076924e-06,
|
2458 |
+
"loss": 0.0577,
|
2459 |
+
"step": 9875
|
2460 |
+
},
|
2461 |
+
{
|
2462 |
+
"epoch": 0.49,
|
2463 |
+
"learning_rate": 5.19025641025641e-06,
|
2464 |
+
"loss": 0.0583,
|
2465 |
+
"step": 9900
|
2466 |
+
},
|
2467 |
+
{
|
2468 |
+
"epoch": 0.5,
|
2469 |
+
"learning_rate": 5.177435897435897e-06,
|
2470 |
+
"loss": 0.0633,
|
2471 |
+
"step": 9925
|
2472 |
+
},
|
2473 |
+
{
|
2474 |
+
"epoch": 0.5,
|
2475 |
+
"learning_rate": 5.164615384615384e-06,
|
2476 |
+
"loss": 0.0572,
|
2477 |
+
"step": 9950
|
2478 |
+
},
|
2479 |
+
{
|
2480 |
+
"epoch": 0.5,
|
2481 |
+
"learning_rate": 5.151794871794872e-06,
|
2482 |
+
"loss": 0.0505,
|
2483 |
+
"step": 9975
|
2484 |
+
},
|
2485 |
+
{
|
2486 |
+
"epoch": 0.5,
|
2487 |
+
"learning_rate": 5.138974358974359e-06,
|
2488 |
+
"loss": 0.0557,
|
2489 |
+
"step": 10000
|
2490 |
+
},
|
2491 |
+
{
|
2492 |
+
"epoch": 0.5,
|
2493 |
+
"eval_loss": 0.14794921875,
|
2494 |
+
"eval_runtime": 208.1675,
|
2495 |
+
"eval_samples_per_second": 4.804,
|
2496 |
+
"eval_steps_per_second": 0.154,
|
2497 |
+
"eval_wer": 9.801457652676552,
|
2498 |
+
"step": 10000
|
2499 |
+
},
|
2500 |
+
{
|
2501 |
+
"epoch": 0.5,
|
2502 |
+
"learning_rate": 5.127179487179488e-06,
|
2503 |
+
"loss": 0.0446,
|
2504 |
+
"step": 10025
|
2505 |
+
},
|
2506 |
+
{
|
2507 |
+
"epoch": 0.5,
|
2508 |
+
"learning_rate": 5.114358974358975e-06,
|
2509 |
+
"loss": 0.0585,
|
2510 |
+
"step": 10050
|
2511 |
+
},
|
2512 |
+
{
|
2513 |
+
"epoch": 0.5,
|
2514 |
+
"learning_rate": 5.101538461538462e-06,
|
2515 |
+
"loss": 0.0514,
|
2516 |
+
"step": 10075
|
2517 |
+
},
|
2518 |
+
{
|
2519 |
+
"epoch": 0.51,
|
2520 |
+
"learning_rate": 5.08871794871795e-06,
|
2521 |
+
"loss": 0.0605,
|
2522 |
+
"step": 10100
|
2523 |
+
},
|
2524 |
+
{
|
2525 |
+
"epoch": 0.51,
|
2526 |
+
"learning_rate": 5.075897435897437e-06,
|
2527 |
+
"loss": 0.05,
|
2528 |
+
"step": 10125
|
2529 |
+
},
|
2530 |
+
{
|
2531 |
+
"epoch": 0.51,
|
2532 |
+
"learning_rate": 5.063076923076924e-06,
|
2533 |
+
"loss": 0.0596,
|
2534 |
+
"step": 10150
|
2535 |
+
},
|
2536 |
+
{
|
2537 |
+
"epoch": 0.51,
|
2538 |
+
"learning_rate": 5.050256410256411e-06,
|
2539 |
+
"loss": 0.0486,
|
2540 |
+
"step": 10175
|
2541 |
+
},
|
2542 |
+
{
|
2543 |
+
"epoch": 0.51,
|
2544 |
+
"learning_rate": 5.037435897435899e-06,
|
2545 |
+
"loss": 0.0439,
|
2546 |
+
"step": 10200
|
2547 |
+
},
|
2548 |
+
{
|
2549 |
+
"epoch": 0.51,
|
2550 |
+
"learning_rate": 5.0246153846153856e-06,
|
2551 |
+
"loss": 0.0464,
|
2552 |
+
"step": 10225
|
2553 |
+
},
|
2554 |
+
{
|
2555 |
+
"epoch": 0.51,
|
2556 |
+
"learning_rate": 5.0117948717948715e-06,
|
2557 |
+
"loss": 0.0445,
|
2558 |
+
"step": 10250
|
2559 |
+
},
|
2560 |
+
{
|
2561 |
+
"epoch": 0.51,
|
2562 |
+
"learning_rate": 4.998974358974359e-06,
|
2563 |
+
"loss": 0.0588,
|
2564 |
+
"step": 10275
|
2565 |
+
},
|
2566 |
+
{
|
2567 |
+
"epoch": 0.52,
|
2568 |
+
"learning_rate": 4.986153846153847e-06,
|
2569 |
+
"loss": 0.0514,
|
2570 |
+
"step": 10300
|
2571 |
+
},
|
2572 |
+
{
|
2573 |
+
"epoch": 0.52,
|
2574 |
+
"learning_rate": 4.973333333333334e-06,
|
2575 |
+
"loss": 0.0558,
|
2576 |
+
"step": 10325
|
2577 |
+
},
|
2578 |
+
{
|
2579 |
+
"epoch": 0.52,
|
2580 |
+
"learning_rate": 4.960512820512821e-06,
|
2581 |
+
"loss": 0.073,
|
2582 |
+
"step": 10350
|
2583 |
+
},
|
2584 |
+
{
|
2585 |
+
"epoch": 0.52,
|
2586 |
+
"learning_rate": 4.947692307692308e-06,
|
2587 |
+
"loss": 0.0533,
|
2588 |
+
"step": 10375
|
2589 |
+
},
|
2590 |
+
{
|
2591 |
+
"epoch": 0.52,
|
2592 |
+
"learning_rate": 4.934871794871795e-06,
|
2593 |
+
"loss": 0.0507,
|
2594 |
+
"step": 10400
|
2595 |
+
},
|
2596 |
+
{
|
2597 |
+
"epoch": 0.52,
|
2598 |
+
"learning_rate": 4.922051282051282e-06,
|
2599 |
+
"loss": 0.0435,
|
2600 |
+
"step": 10425
|
2601 |
+
},
|
2602 |
+
{
|
2603 |
+
"epoch": 0.52,
|
2604 |
+
"learning_rate": 4.9092307692307695e-06,
|
2605 |
+
"loss": 0.0445,
|
2606 |
+
"step": 10450
|
2607 |
+
},
|
2608 |
+
{
|
2609 |
+
"epoch": 0.52,
|
2610 |
+
"learning_rate": 4.896410256410256e-06,
|
2611 |
+
"loss": 0.0508,
|
2612 |
+
"step": 10475
|
2613 |
+
},
|
2614 |
+
{
|
2615 |
+
"epoch": 0.53,
|
2616 |
+
"learning_rate": 4.883589743589744e-06,
|
2617 |
+
"loss": 0.0533,
|
2618 |
+
"step": 10500
|
2619 |
+
},
|
2620 |
+
{
|
2621 |
+
"epoch": 0.53,
|
2622 |
+
"learning_rate": 4.870769230769231e-06,
|
2623 |
+
"loss": 0.0607,
|
2624 |
+
"step": 10525
|
2625 |
+
},
|
2626 |
+
{
|
2627 |
+
"epoch": 0.53,
|
2628 |
+
"learning_rate": 4.8579487179487185e-06,
|
2629 |
+
"loss": 0.0603,
|
2630 |
+
"step": 10550
|
2631 |
+
},
|
2632 |
+
{
|
2633 |
+
"epoch": 0.53,
|
2634 |
+
"learning_rate": 4.845128205128205e-06,
|
2635 |
+
"loss": 0.0867,
|
2636 |
+
"step": 10575
|
2637 |
+
},
|
2638 |
+
{
|
2639 |
+
"epoch": 0.53,
|
2640 |
+
"learning_rate": 4.832307692307693e-06,
|
2641 |
+
"loss": 0.0616,
|
2642 |
+
"step": 10600
|
2643 |
+
},
|
2644 |
+
{
|
2645 |
+
"epoch": 0.53,
|
2646 |
+
"learning_rate": 4.81948717948718e-06,
|
2647 |
+
"loss": 0.0797,
|
2648 |
+
"step": 10625
|
2649 |
+
},
|
2650 |
+
{
|
2651 |
+
"epoch": 0.53,
|
2652 |
+
"learning_rate": 4.8066666666666675e-06,
|
2653 |
+
"loss": 0.0707,
|
2654 |
+
"step": 10650
|
2655 |
+
},
|
2656 |
+
{
|
2657 |
+
"epoch": 0.53,
|
2658 |
+
"learning_rate": 4.793846153846154e-06,
|
2659 |
+
"loss": 0.0677,
|
2660 |
+
"step": 10675
|
2661 |
+
},
|
2662 |
+
{
|
2663 |
+
"epoch": 0.54,
|
2664 |
+
"learning_rate": 4.781025641025641e-06,
|
2665 |
+
"loss": 0.0722,
|
2666 |
+
"step": 10700
|
2667 |
+
},
|
2668 |
+
{
|
2669 |
+
"epoch": 0.54,
|
2670 |
+
"learning_rate": 4.768205128205128e-06,
|
2671 |
+
"loss": 0.0798,
|
2672 |
+
"step": 10725
|
2673 |
+
},
|
2674 |
+
{
|
2675 |
+
"epoch": 0.54,
|
2676 |
+
"learning_rate": 4.755384615384616e-06,
|
2677 |
+
"loss": 0.0804,
|
2678 |
+
"step": 10750
|
2679 |
+
},
|
2680 |
+
{
|
2681 |
+
"epoch": 0.54,
|
2682 |
+
"learning_rate": 4.7425641025641025e-06,
|
2683 |
+
"loss": 0.0689,
|
2684 |
+
"step": 10775
|
2685 |
+
},
|
2686 |
+
{
|
2687 |
+
"epoch": 0.54,
|
2688 |
+
"learning_rate": 4.72974358974359e-06,
|
2689 |
+
"loss": 0.0639,
|
2690 |
+
"step": 10800
|
2691 |
+
},
|
2692 |
+
{
|
2693 |
+
"epoch": 0.54,
|
2694 |
+
"learning_rate": 4.716923076923077e-06,
|
2695 |
+
"loss": 0.072,
|
2696 |
+
"step": 10825
|
2697 |
+
},
|
2698 |
+
{
|
2699 |
+
"epoch": 0.54,
|
2700 |
+
"learning_rate": 4.704102564102565e-06,
|
2701 |
+
"loss": 0.0674,
|
2702 |
+
"step": 10850
|
2703 |
+
},
|
2704 |
+
{
|
2705 |
+
"epoch": 0.54,
|
2706 |
+
"learning_rate": 4.6912820512820515e-06,
|
2707 |
+
"loss": 0.0583,
|
2708 |
+
"step": 10875
|
2709 |
+
},
|
2710 |
+
{
|
2711 |
+
"epoch": 0.55,
|
2712 |
+
"learning_rate": 4.678461538461539e-06,
|
2713 |
+
"loss": 0.0598,
|
2714 |
+
"step": 10900
|
2715 |
+
},
|
2716 |
+
{
|
2717 |
+
"epoch": 0.55,
|
2718 |
+
"learning_rate": 4.665641025641026e-06,
|
2719 |
+
"loss": 0.0461,
|
2720 |
+
"step": 10925
|
2721 |
+
},
|
2722 |
+
{
|
2723 |
+
"epoch": 0.55,
|
2724 |
+
"learning_rate": 4.652820512820514e-06,
|
2725 |
+
"loss": 0.0656,
|
2726 |
+
"step": 10950
|
2727 |
+
},
|
2728 |
+
{
|
2729 |
+
"epoch": 0.55,
|
2730 |
+
"learning_rate": 4.6400000000000005e-06,
|
2731 |
+
"loss": 0.0441,
|
2732 |
+
"step": 10975
|
2733 |
+
},
|
2734 |
+
{
|
2735 |
+
"epoch": 0.55,
|
2736 |
+
"learning_rate": 4.627179487179487e-06,
|
2737 |
+
"loss": 0.0528,
|
2738 |
+
"step": 11000
|
2739 |
+
},
|
2740 |
+
{
|
2741 |
+
"epoch": 0.55,
|
2742 |
+
"eval_loss": 0.1502685546875,
|
2743 |
+
"eval_runtime": 211.4155,
|
2744 |
+
"eval_samples_per_second": 4.73,
|
2745 |
+
"eval_steps_per_second": 0.151,
|
2746 |
+
"eval_wer": 10.040211108318672,
|
2747 |
+
"step": 11000
|
2748 |
+
},
|
2749 |
+
{
|
2750 |
+
"epoch": 0.55,
|
2751 |
+
"learning_rate": 4.615384615384616e-06,
|
2752 |
+
"loss": 0.0608,
|
2753 |
+
"step": 11025
|
2754 |
+
},
|
2755 |
+
{
|
2756 |
+
"epoch": 0.55,
|
2757 |
+
"learning_rate": 4.602564102564103e-06,
|
2758 |
+
"loss": 0.0585,
|
2759 |
+
"step": 11050
|
2760 |
+
},
|
2761 |
+
{
|
2762 |
+
"epoch": 0.55,
|
2763 |
+
"learning_rate": 4.58974358974359e-06,
|
2764 |
+
"loss": 0.0528,
|
2765 |
+
"step": 11075
|
2766 |
+
},
|
2767 |
+
{
|
2768 |
+
"epoch": 0.56,
|
2769 |
+
"learning_rate": 4.5769230769230775e-06,
|
2770 |
+
"loss": 0.0402,
|
2771 |
+
"step": 11100
|
2772 |
+
},
|
2773 |
+
{
|
2774 |
+
"epoch": 0.56,
|
2775 |
+
"learning_rate": 4.564102564102564e-06,
|
2776 |
+
"loss": 0.0412,
|
2777 |
+
"step": 11125
|
2778 |
+
},
|
2779 |
+
{
|
2780 |
+
"epoch": 0.56,
|
2781 |
+
"learning_rate": 4.551282051282052e-06,
|
2782 |
+
"loss": 0.0428,
|
2783 |
+
"step": 11150
|
2784 |
+
},
|
2785 |
+
{
|
2786 |
+
"epoch": 0.56,
|
2787 |
+
"learning_rate": 4.538461538461539e-06,
|
2788 |
+
"loss": 0.0398,
|
2789 |
+
"step": 11175
|
2790 |
+
},
|
2791 |
+
{
|
2792 |
+
"epoch": 0.56,
|
2793 |
+
"learning_rate": 4.525641025641026e-06,
|
2794 |
+
"loss": 0.04,
|
2795 |
+
"step": 11200
|
2796 |
+
},
|
2797 |
+
{
|
2798 |
+
"epoch": 0.56,
|
2799 |
+
"learning_rate": 4.512820512820513e-06,
|
2800 |
+
"loss": 0.0443,
|
2801 |
+
"step": 11225
|
2802 |
+
},
|
2803 |
+
{
|
2804 |
+
"epoch": 0.56,
|
2805 |
+
"learning_rate": 4.5e-06,
|
2806 |
+
"loss": 0.0425,
|
2807 |
+
"step": 11250
|
2808 |
+
},
|
2809 |
+
{
|
2810 |
+
"epoch": 0.56,
|
2811 |
+
"learning_rate": 4.487179487179488e-06,
|
2812 |
+
"loss": 0.0555,
|
2813 |
+
"step": 11275
|
2814 |
+
},
|
2815 |
+
{
|
2816 |
+
"epoch": 0.56,
|
2817 |
+
"learning_rate": 4.474358974358975e-06,
|
2818 |
+
"loss": 0.0677,
|
2819 |
+
"step": 11300
|
2820 |
+
},
|
2821 |
+
{
|
2822 |
+
"epoch": 0.57,
|
2823 |
+
"learning_rate": 4.461538461538462e-06,
|
2824 |
+
"loss": 0.0718,
|
2825 |
+
"step": 11325
|
2826 |
+
},
|
2827 |
+
{
|
2828 |
+
"epoch": 0.57,
|
2829 |
+
"learning_rate": 4.448717948717949e-06,
|
2830 |
+
"loss": 0.0592,
|
2831 |
+
"step": 11350
|
2832 |
+
},
|
2833 |
+
{
|
2834 |
+
"epoch": 0.57,
|
2835 |
+
"learning_rate": 4.435897435897436e-06,
|
2836 |
+
"loss": 0.0585,
|
2837 |
+
"step": 11375
|
2838 |
+
},
|
2839 |
+
{
|
2840 |
+
"epoch": 0.57,
|
2841 |
+
"learning_rate": 4.423076923076924e-06,
|
2842 |
+
"loss": 0.0687,
|
2843 |
+
"step": 11400
|
2844 |
+
},
|
2845 |
+
{
|
2846 |
+
"epoch": 0.57,
|
2847 |
+
"learning_rate": 4.4102564102564104e-06,
|
2848 |
+
"loss": 0.073,
|
2849 |
+
"step": 11425
|
2850 |
+
},
|
2851 |
+
{
|
2852 |
+
"epoch": 0.57,
|
2853 |
+
"learning_rate": 4.397435897435898e-06,
|
2854 |
+
"loss": 0.0585,
|
2855 |
+
"step": 11450
|
2856 |
+
},
|
2857 |
+
{
|
2858 |
+
"epoch": 0.57,
|
2859 |
+
"learning_rate": 4.384615384615385e-06,
|
2860 |
+
"loss": 0.0584,
|
2861 |
+
"step": 11475
|
2862 |
+
},
|
2863 |
+
{
|
2864 |
+
"epoch": 0.57,
|
2865 |
+
"learning_rate": 4.371794871794872e-06,
|
2866 |
+
"loss": 0.0609,
|
2867 |
+
"step": 11500
|
2868 |
+
},
|
2869 |
+
{
|
2870 |
+
"epoch": 0.58,
|
2871 |
+
"learning_rate": 4.358974358974359e-06,
|
2872 |
+
"loss": 0.0647,
|
2873 |
+
"step": 11525
|
2874 |
+
},
|
2875 |
+
{
|
2876 |
+
"epoch": 0.58,
|
2877 |
+
"learning_rate": 4.346153846153846e-06,
|
2878 |
+
"loss": 0.0612,
|
2879 |
+
"step": 11550
|
2880 |
+
},
|
2881 |
+
{
|
2882 |
+
"epoch": 0.58,
|
2883 |
+
"learning_rate": 4.333333333333334e-06,
|
2884 |
+
"loss": 0.0523,
|
2885 |
+
"step": 11575
|
2886 |
+
},
|
2887 |
+
{
|
2888 |
+
"epoch": 0.58,
|
2889 |
+
"learning_rate": 4.320512820512821e-06,
|
2890 |
+
"loss": 0.0542,
|
2891 |
+
"step": 11600
|
2892 |
+
},
|
2893 |
+
{
|
2894 |
+
"epoch": 0.58,
|
2895 |
+
"learning_rate": 4.307692307692308e-06,
|
2896 |
+
"loss": 0.0536,
|
2897 |
+
"step": 11625
|
2898 |
+
},
|
2899 |
+
{
|
2900 |
+
"epoch": 0.58,
|
2901 |
+
"learning_rate": 4.294871794871795e-06,
|
2902 |
+
"loss": 0.0529,
|
2903 |
+
"step": 11650
|
2904 |
+
},
|
2905 |
+
{
|
2906 |
+
"epoch": 0.58,
|
2907 |
+
"learning_rate": 4.282051282051282e-06,
|
2908 |
+
"loss": 0.0471,
|
2909 |
+
"step": 11675
|
2910 |
+
},
|
2911 |
+
{
|
2912 |
+
"epoch": 0.58,
|
2913 |
+
"learning_rate": 4.26923076923077e-06,
|
2914 |
+
"loss": 0.0567,
|
2915 |
+
"step": 11700
|
2916 |
+
},
|
2917 |
+
{
|
2918 |
+
"epoch": 0.59,
|
2919 |
+
"learning_rate": 4.2564102564102566e-06,
|
2920 |
+
"loss": 0.0753,
|
2921 |
+
"step": 11725
|
2922 |
+
},
|
2923 |
+
{
|
2924 |
+
"epoch": 0.59,
|
2925 |
+
"learning_rate": 4.243589743589744e-06,
|
2926 |
+
"loss": 0.0535,
|
2927 |
+
"step": 11750
|
2928 |
+
},
|
2929 |
+
{
|
2930 |
+
"epoch": 0.59,
|
2931 |
+
"learning_rate": 4.230769230769231e-06,
|
2932 |
+
"loss": 0.0549,
|
2933 |
+
"step": 11775
|
2934 |
+
},
|
2935 |
+
{
|
2936 |
+
"epoch": 0.59,
|
2937 |
+
"learning_rate": 4.217948717948718e-06,
|
2938 |
+
"loss": 0.0526,
|
2939 |
+
"step": 11800
|
2940 |
+
},
|
2941 |
+
{
|
2942 |
+
"epoch": 0.59,
|
2943 |
+
"learning_rate": 4.2051282051282055e-06,
|
2944 |
+
"loss": 0.0497,
|
2945 |
+
"step": 11825
|
2946 |
+
},
|
2947 |
+
{
|
2948 |
+
"epoch": 0.59,
|
2949 |
+
"learning_rate": 4.192307692307692e-06,
|
2950 |
+
"loss": 0.0537,
|
2951 |
+
"step": 11850
|
2952 |
+
},
|
2953 |
+
{
|
2954 |
+
"epoch": 0.59,
|
2955 |
+
"learning_rate": 4.17948717948718e-06,
|
2956 |
+
"loss": 0.0691,
|
2957 |
+
"step": 11875
|
2958 |
+
},
|
2959 |
+
{
|
2960 |
+
"epoch": 0.59,
|
2961 |
+
"learning_rate": 4.166666666666667e-06,
|
2962 |
+
"loss": 0.0696,
|
2963 |
+
"step": 11900
|
2964 |
+
},
|
2965 |
+
{
|
2966 |
+
"epoch": 0.6,
|
2967 |
+
"learning_rate": 4.1538461538461545e-06,
|
2968 |
+
"loss": 0.0623,
|
2969 |
+
"step": 11925
|
2970 |
+
},
|
2971 |
+
{
|
2972 |
+
"epoch": 0.6,
|
2973 |
+
"learning_rate": 4.141025641025641e-06,
|
2974 |
+
"loss": 0.0538,
|
2975 |
+
"step": 11950
|
2976 |
+
},
|
2977 |
+
{
|
2978 |
+
"epoch": 0.6,
|
2979 |
+
"learning_rate": 4.128205128205128e-06,
|
2980 |
+
"loss": 0.0582,
|
2981 |
+
"step": 11975
|
2982 |
+
},
|
2983 |
+
{
|
2984 |
+
"epoch": 0.6,
|
2985 |
+
"learning_rate": 4.115384615384616e-06,
|
2986 |
+
"loss": 0.0733,
|
2987 |
+
"step": 12000
|
2988 |
+
},
|
2989 |
+
{
|
2990 |
+
"epoch": 0.6,
|
2991 |
+
"eval_loss": 0.1458740234375,
|
2992 |
+
"eval_runtime": 211.5744,
|
2993 |
+
"eval_samples_per_second": 4.726,
|
2994 |
+
"eval_steps_per_second": 0.151,
|
2995 |
+
"eval_wer": 9.788891681326966,
|
2996 |
+
"step": 12000
|
2997 |
+
}
|
2998 |
+
],
|
2999 |
+
"max_steps": 20000,
|
3000 |
+
"num_train_epochs": 9223372036854775807,
|
3001 |
+
"total_flos": 7.838245771089543e+20,
|
3002 |
+
"trial_name": null,
|
3003 |
+
"trial_params": null
|
3004 |
+
}
|
checkpoint-12000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1b85cd1bd1bd91433299a4f0cb6824e89fb3459e0831347c25dc4bbe869ddea5
|
3 |
+
size 4731
|
checkpoint-12000/zero_to_fp32.py
ADDED
@@ -0,0 +1,482 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#!/usr/bin/env python
|
2 |
+
|
3 |
+
# This script extracts fp32 consolidated weights from a zero 2 and 3 DeepSpeed checkpoints. It gets
|
4 |
+
# copied into the top level checkpoint dir, so the user can easily do the conversion at any point in
|
5 |
+
# the future. Once extracted, the weights don't require DeepSpeed and can be used in any
|
6 |
+
# application.
|
7 |
+
#
|
8 |
+
# example: python zero_to_fp32.py . pytorch_model.bin
|
9 |
+
|
10 |
+
import argparse
|
11 |
+
import torch
|
12 |
+
import glob
|
13 |
+
import math
|
14 |
+
import os
|
15 |
+
import re
|
16 |
+
from collections import OrderedDict
|
17 |
+
|
18 |
+
# while this script doesn't use deepspeed to recover data, since the checkpoints are pickled with
|
19 |
+
# DeepSpeed data structures it has to be available in the current python environment.
|
20 |
+
from deepspeed.utils import logger
|
21 |
+
from deepspeed.checkpoint.constants import (DS_VERSION,
|
22 |
+
OPTIMIZER_STATE_DICT,
|
23 |
+
SINGLE_PARTITION_OF_FP32_GROUPS,
|
24 |
+
FP32_FLAT_GROUPS,
|
25 |
+
ZERO_STAGE,
|
26 |
+
PARTITION_COUNT,
|
27 |
+
PARAM_SHAPES,
|
28 |
+
BUFFER_NAMES)
|
29 |
+
|
30 |
+
debug = 0
|
31 |
+
|
32 |
+
# load to cpu
|
33 |
+
device = torch.device('cpu')
|
34 |
+
|
35 |
+
|
36 |
+
def atoi(text):
|
37 |
+
return int(text) if text.isdigit() else text
|
38 |
+
|
39 |
+
|
40 |
+
def natural_keys(text):
|
41 |
+
'''
|
42 |
+
alist.sort(key=natural_keys) sorts in human order
|
43 |
+
http://nedbatchelder.com/blog/200712/human_sorting.html
|
44 |
+
(See Toothy's implementation in the comments)
|
45 |
+
'''
|
46 |
+
return [atoi(c) for c in re.split(r'(\d+)', text)]
|
47 |
+
|
48 |
+
|
49 |
+
def get_model_state_file(checkpoint_dir, zero_stage):
|
50 |
+
if not os.path.isdir(checkpoint_dir):
|
51 |
+
raise FileNotFoundError(f"Directory '{checkpoint_dir}' doesn't exist")
|
52 |
+
|
53 |
+
# there should be only one file
|
54 |
+
if zero_stage == 2:
|
55 |
+
file = os.path.join(checkpoint_dir, "mp_rank_00_model_states.pt")
|
56 |
+
elif zero_stage == 3:
|
57 |
+
file = os.path.join(checkpoint_dir, "zero_pp_rank_0_mp_rank_00_model_states.pt")
|
58 |
+
|
59 |
+
if not os.path.exists(file):
|
60 |
+
raise FileNotFoundError(f"can't find model states file at '{file}'")
|
61 |
+
|
62 |
+
return file
|
63 |
+
|
64 |
+
|
65 |
+
def get_optim_files(checkpoint_dir):
|
66 |
+
# XXX: need to test that this simple glob rule works for multi-node setup too
|
67 |
+
optim_files = sorted(glob.glob(os.path.join(checkpoint_dir,
|
68 |
+
"*_optim_states.pt")),
|
69 |
+
key=natural_keys)
|
70 |
+
|
71 |
+
if len(optim_files) == 0:
|
72 |
+
raise FileNotFoundError(
|
73 |
+
f"can't find '*_optim_states.pt' files in directory '{checkpoint_dir}'")
|
74 |
+
|
75 |
+
return optim_files
|
76 |
+
|
77 |
+
|
78 |
+
def parse_model_state(file):
|
79 |
+
state_dict = torch.load(file, map_location=device)
|
80 |
+
|
81 |
+
if BUFFER_NAMES not in state_dict:
|
82 |
+
raise ValueError(f"{file} is not a model state checkpoint")
|
83 |
+
buffer_names = state_dict[BUFFER_NAMES]
|
84 |
+
if debug:
|
85 |
+
print("Found buffers:", buffer_names)
|
86 |
+
|
87 |
+
# recover just the buffers while restoring them to fp32 if they were saved in fp16
|
88 |
+
buffers = {
|
89 |
+
k: v.float()
|
90 |
+
for k,
|
91 |
+
v in state_dict["module"].items() if k in buffer_names
|
92 |
+
}
|
93 |
+
param_shapes = state_dict[PARAM_SHAPES]
|
94 |
+
|
95 |
+
ds_version = state_dict.get(DS_VERSION, None)
|
96 |
+
|
97 |
+
return buffers, param_shapes, ds_version
|
98 |
+
|
99 |
+
|
100 |
+
def parse_optim_states(files, ds_checkpoint_dir):
|
101 |
+
|
102 |
+
total_files = len(files)
|
103 |
+
state_dicts = []
|
104 |
+
for f in files:
|
105 |
+
state_dicts.append(torch.load(f, map_location=device))
|
106 |
+
|
107 |
+
if not ZERO_STAGE in state_dicts[0][OPTIMIZER_STATE_DICT]:
|
108 |
+
raise ValueError(f"{files[0]} is not a zero checkpoint")
|
109 |
+
zero_stage = state_dicts[0][OPTIMIZER_STATE_DICT][ZERO_STAGE]
|
110 |
+
world_size = state_dicts[0][OPTIMIZER_STATE_DICT][PARTITION_COUNT]
|
111 |
+
|
112 |
+
# For ZeRO-2 each param group can have different partition_count as data parallelism for expert
|
113 |
+
# parameters can be different from data parallelism for non-expert parameters. So we can just
|
114 |
+
# use the max of the partition_count to get the dp world_size.
|
115 |
+
|
116 |
+
if type(world_size) is list:
|
117 |
+
world_size = max(world_size)
|
118 |
+
|
119 |
+
if world_size != total_files:
|
120 |
+
raise ValueError(
|
121 |
+
f"Expected {world_size} of '*_optim_states.pt' under '{ds_checkpoint_dir}' but found {total_files} files. "
|
122 |
+
"Possibly due to an overwrite of an old checkpoint, or a checkpoint didn't get saved by one or more processes."
|
123 |
+
)
|
124 |
+
|
125 |
+
# the groups are named differently in each stage
|
126 |
+
if zero_stage == 2:
|
127 |
+
fp32_groups_key = SINGLE_PARTITION_OF_FP32_GROUPS
|
128 |
+
elif zero_stage == 3:
|
129 |
+
fp32_groups_key = FP32_FLAT_GROUPS
|
130 |
+
else:
|
131 |
+
raise ValueError(f"unknown zero stage {zero_stage}")
|
132 |
+
|
133 |
+
if zero_stage == 2:
|
134 |
+
fp32_flat_groups = [
|
135 |
+
state_dicts[i][OPTIMIZER_STATE_DICT][fp32_groups_key]
|
136 |
+
for i in range(len(state_dicts))
|
137 |
+
]
|
138 |
+
elif zero_stage == 3:
|
139 |
+
# if there is more than one param group, there will be multiple flattened tensors - one
|
140 |
+
# flattened tensor per group - for simplicity merge them into a single tensor
|
141 |
+
#
|
142 |
+
# XXX: could make the script more memory efficient for when there are multiple groups - it
|
143 |
+
# will require matching the sub-lists of param_shapes for each param group flattened tensor
|
144 |
+
|
145 |
+
fp32_flat_groups = [
|
146 |
+
torch.cat(state_dicts[i][OPTIMIZER_STATE_DICT][fp32_groups_key],
|
147 |
+
0) for i in range(len(state_dicts))
|
148 |
+
]
|
149 |
+
|
150 |
+
return zero_stage, world_size, fp32_flat_groups
|
151 |
+
|
152 |
+
|
153 |
+
def _get_fp32_state_dict_from_zero_checkpoint(ds_checkpoint_dir):
|
154 |
+
"""
|
155 |
+
Returns fp32 state_dict reconstructed from ds checkpoint
|
156 |
+
|
157 |
+
Args:
|
158 |
+
- ``ds_checkpoint_dir``: path to the deepspeed checkpoint folder (where the optimizer files are)
|
159 |
+
|
160 |
+
"""
|
161 |
+
print(f"Processing zero checkpoint '{ds_checkpoint_dir}'")
|
162 |
+
|
163 |
+
optim_files = get_optim_files(ds_checkpoint_dir)
|
164 |
+
zero_stage, world_size, fp32_flat_groups = parse_optim_states(optim_files, ds_checkpoint_dir)
|
165 |
+
print(
|
166 |
+
f"Detected checkpoint of type zero stage {zero_stage}, world_size: {world_size}")
|
167 |
+
|
168 |
+
model_file = get_model_state_file(ds_checkpoint_dir, zero_stage)
|
169 |
+
buffers, param_shapes, ds_version = parse_model_state(model_file)
|
170 |
+
print(f'Parsing checkpoint created by deepspeed=={ds_version}')
|
171 |
+
|
172 |
+
if zero_stage == 2:
|
173 |
+
return _get_fp32_state_dict_from_zero2_checkpoint(world_size,
|
174 |
+
param_shapes,
|
175 |
+
fp32_flat_groups,
|
176 |
+
buffers)
|
177 |
+
elif zero_stage == 3:
|
178 |
+
return _get_fp32_state_dict_from_zero3_checkpoint(world_size,
|
179 |
+
param_shapes,
|
180 |
+
fp32_flat_groups,
|
181 |
+
buffers)
|
182 |
+
|
183 |
+
|
184 |
+
def _get_fp32_state_dict_from_zero2_checkpoint(world_size,
|
185 |
+
param_shapes,
|
186 |
+
fp32_flat_groups,
|
187 |
+
buffers):
|
188 |
+
|
189 |
+
# Reconstruction protocol:
|
190 |
+
#
|
191 |
+
# XXX: document this
|
192 |
+
|
193 |
+
if debug:
|
194 |
+
for i in range(world_size):
|
195 |
+
for j in range(len(fp32_flat_groups[0])):
|
196 |
+
print(
|
197 |
+
f"{FP32_FLAT_GROUPS}[{i}][{j}].shape={fp32_flat_groups[i][j].shape}")
|
198 |
+
|
199 |
+
# XXX: memory usage doubles here (zero2)
|
200 |
+
num_param_groups = len(fp32_flat_groups[0])
|
201 |
+
merged_single_partition_of_fp32_groups = []
|
202 |
+
for i in range(num_param_groups):
|
203 |
+
merged_partitions = [sd[i] for sd in fp32_flat_groups]
|
204 |
+
full_single_fp32_vector = torch.cat(merged_partitions, 0)
|
205 |
+
merged_single_partition_of_fp32_groups.append(full_single_fp32_vector)
|
206 |
+
avail_numel = sum([
|
207 |
+
full_single_fp32_vector.numel()
|
208 |
+
for full_single_fp32_vector in merged_single_partition_of_fp32_groups
|
209 |
+
])
|
210 |
+
|
211 |
+
if debug:
|
212 |
+
wanted_params = sum([len(shapes) for shapes in param_shapes])
|
213 |
+
wanted_numel = sum(
|
214 |
+
[sum(shape.numel() for shape in shapes.values()) for shapes in param_shapes])
|
215 |
+
# not asserting if there is a mismatch due to possible padding
|
216 |
+
print(f"Have {avail_numel} numels to process.")
|
217 |
+
print(f"Need {wanted_numel} numels in {wanted_params} params.")
|
218 |
+
|
219 |
+
state_dict = OrderedDict()
|
220 |
+
|
221 |
+
# buffers
|
222 |
+
state_dict.update(buffers)
|
223 |
+
if debug:
|
224 |
+
print(f"added {len(buffers)} buffers")
|
225 |
+
|
226 |
+
# params
|
227 |
+
# XXX: for huge models that can't fit into the host's RAM we will have to recode this to support
|
228 |
+
# out-of-core computing solution
|
229 |
+
total_numel = 0
|
230 |
+
total_params = 0
|
231 |
+
for shapes, full_single_fp32_vector in zip(param_shapes, merged_single_partition_of_fp32_groups):
|
232 |
+
offset = 0
|
233 |
+
avail_numel = full_single_fp32_vector.numel()
|
234 |
+
for name, shape in shapes.items():
|
235 |
+
|
236 |
+
unpartitioned_numel = shape.numel()
|
237 |
+
total_numel += unpartitioned_numel
|
238 |
+
total_params += 1
|
239 |
+
|
240 |
+
if debug:
|
241 |
+
print(
|
242 |
+
f"{name} full shape: {shape} unpartitioned numel {unpartitioned_numel} "
|
243 |
+
)
|
244 |
+
state_dict[name] = full_single_fp32_vector.narrow(
|
245 |
+
0,
|
246 |
+
offset,
|
247 |
+
unpartitioned_numel).view(shape)
|
248 |
+
offset += unpartitioned_numel
|
249 |
+
|
250 |
+
# Z2 started to align to 2*world_size to improve nccl performance. Therefore both offset and
|
251 |
+
# avail_numel can differ by anywhere between 0..2*world_size. Due to two unrelated complex
|
252 |
+
# paddings performed in the code it's almost impossible to predict the exact numbers w/o the
|
253 |
+
# live optimizer object, so we are checking that the numbers are within the right range
|
254 |
+
align_to = 2 * world_size
|
255 |
+
|
256 |
+
def zero2_align(x):
|
257 |
+
return align_to * math.ceil(x / align_to)
|
258 |
+
|
259 |
+
if debug:
|
260 |
+
print(f"original offset={offset}, avail_numel={avail_numel}")
|
261 |
+
|
262 |
+
offset = zero2_align(offset)
|
263 |
+
avail_numel = zero2_align(avail_numel)
|
264 |
+
|
265 |
+
if debug:
|
266 |
+
print(f"aligned offset={offset}, avail_numel={avail_numel}")
|
267 |
+
|
268 |
+
# Sanity check
|
269 |
+
if offset != avail_numel:
|
270 |
+
raise ValueError(
|
271 |
+
f"consumed {offset} numels out of {avail_numel} - something is wrong")
|
272 |
+
|
273 |
+
print(
|
274 |
+
f"Reconstructed fp32 state dict with {total_params} params {total_numel} elements"
|
275 |
+
)
|
276 |
+
|
277 |
+
return state_dict
|
278 |
+
|
279 |
+
|
280 |
+
def zero3_partitioned_param_info(unpartitioned_numel, world_size):
|
281 |
+
remainder = unpartitioned_numel % world_size
|
282 |
+
padding_numel = (world_size - remainder) if remainder else 0
|
283 |
+
partitioned_numel = math.ceil(unpartitioned_numel / world_size)
|
284 |
+
return partitioned_numel, padding_numel
|
285 |
+
|
286 |
+
|
287 |
+
def _get_fp32_state_dict_from_zero3_checkpoint(world_size,
|
288 |
+
param_shapes,
|
289 |
+
fp32_flat_groups,
|
290 |
+
buffers):
|
291 |
+
|
292 |
+
# Reconstruction protocol: For zero3 we need to zip the partitions together at boundary of each
|
293 |
+
# param, re-consolidating each param, while dealing with padding if any
|
294 |
+
|
295 |
+
avail_numel = fp32_flat_groups[0].numel() * world_size
|
296 |
+
# merge list of dicts, preserving order
|
297 |
+
param_shapes = {k: v for d in param_shapes for k, v in d.items()}
|
298 |
+
|
299 |
+
if debug:
|
300 |
+
for i in range(world_size):
|
301 |
+
print(f"{FP32_FLAT_GROUPS}[{i}].shape={fp32_flat_groups[i].shape}")
|
302 |
+
|
303 |
+
wanted_params = len(param_shapes)
|
304 |
+
wanted_numel = sum(shape.numel() for shape in param_shapes.values())
|
305 |
+
# not asserting if there is a mismatch due to possible padding
|
306 |
+
print(f"Have {avail_numel} numels to process.")
|
307 |
+
print(f"Need {wanted_numel} numels in {wanted_params} params.")
|
308 |
+
|
309 |
+
state_dict = OrderedDict()
|
310 |
+
|
311 |
+
# buffers
|
312 |
+
state_dict.update(buffers)
|
313 |
+
if debug:
|
314 |
+
print(f"added {len(buffers)} buffers")
|
315 |
+
|
316 |
+
# params
|
317 |
+
# XXX: for huge models that can't fit into the host's RAM we will have to recode this to support
|
318 |
+
# out-of-core computing solution
|
319 |
+
offset = 0
|
320 |
+
total_numel = 0
|
321 |
+
total_params = 0
|
322 |
+
for name, shape in param_shapes.items():
|
323 |
+
|
324 |
+
unpartitioned_numel = shape.numel()
|
325 |
+
total_numel += unpartitioned_numel
|
326 |
+
total_params += 1
|
327 |
+
|
328 |
+
partitioned_numel, partitioned_padding_numel = zero3_partitioned_param_info(unpartitioned_numel, world_size)
|
329 |
+
|
330 |
+
if debug:
|
331 |
+
print(
|
332 |
+
f"{total_params} {name} full shape: {shape} partition0 numel={partitioned_numel} partitioned_padding_numel={partitioned_padding_numel}"
|
333 |
+
)
|
334 |
+
|
335 |
+
# XXX: memory usage doubles here
|
336 |
+
state_dict[name] = torch.cat(
|
337 |
+
tuple(fp32_flat_groups[i].narrow(0,
|
338 |
+
offset,
|
339 |
+
partitioned_numel)
|
340 |
+
for i in range(world_size)),
|
341 |
+
0).narrow(0,
|
342 |
+
0,
|
343 |
+
unpartitioned_numel).view(shape)
|
344 |
+
offset += partitioned_numel
|
345 |
+
|
346 |
+
offset *= world_size
|
347 |
+
|
348 |
+
# Sanity check
|
349 |
+
if offset != avail_numel:
|
350 |
+
raise ValueError(
|
351 |
+
f"consumed {offset} numels out of {avail_numel} - something is wrong")
|
352 |
+
|
353 |
+
print(
|
354 |
+
f"Reconstructed fp32 state dict with {total_params} params {total_numel} elements"
|
355 |
+
)
|
356 |
+
|
357 |
+
return state_dict
|
358 |
+
|
359 |
+
|
360 |
+
def get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir, tag=None):
|
361 |
+
"""
|
362 |
+
Convert ZeRO 2 or 3 checkpoint into a single fp32 consolidated state_dict that can be loaded with
|
363 |
+
``load_state_dict()`` and used for training without DeepSpeed or shared with others, for example
|
364 |
+
via a model hub.
|
365 |
+
|
366 |
+
Args:
|
367 |
+
- ``checkpoint_dir``: path to the desired checkpoint folder
|
368 |
+
- ``tag``: checkpoint tag used as a unique identifier for checkpoint. If not provided will attempt to load tag in 'latest' file. e.g., ``global_step14``
|
369 |
+
|
370 |
+
Returns:
|
371 |
+
- pytorch ``state_dict``
|
372 |
+
|
373 |
+
Note: this approach may not work if your application doesn't have sufficient free CPU memory and
|
374 |
+
you may need to use the offline approach using the ``zero_to_fp32.py`` script that is saved with
|
375 |
+
the checkpoint.
|
376 |
+
|
377 |
+
A typical usage might be ::
|
378 |
+
|
379 |
+
from deepspeed.utils.zero_to_fp32 import get_fp32_state_dict_from_zero_checkpoint
|
380 |
+
# do the training and checkpoint saving
|
381 |
+
state_dict = get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir) # already on cpu
|
382 |
+
model = model.cpu() # move to cpu
|
383 |
+
model.load_state_dict(state_dict)
|
384 |
+
# submit to model hub or save the model to share with others
|
385 |
+
|
386 |
+
In this example the ``model`` will no longer be usable in the deepspeed context of the same
|
387 |
+
application. i.e. you will need to re-initialize the deepspeed engine, since
|
388 |
+
``model.load_state_dict(state_dict)`` will remove all the deepspeed magic from it.
|
389 |
+
|
390 |
+
If you want it all done for you, use ``load_state_dict_from_zero_checkpoint`` instead.
|
391 |
+
|
392 |
+
"""
|
393 |
+
if tag is None:
|
394 |
+
latest_path = os.path.join(checkpoint_dir, 'latest')
|
395 |
+
if os.path.isfile(latest_path):
|
396 |
+
with open(latest_path, 'r') as fd:
|
397 |
+
tag = fd.read().strip()
|
398 |
+
else:
|
399 |
+
raise ValueError(f"Unable to find 'latest' file at {latest_path}")
|
400 |
+
|
401 |
+
ds_checkpoint_dir = os.path.join(checkpoint_dir, tag)
|
402 |
+
|
403 |
+
if not os.path.isdir(ds_checkpoint_dir):
|
404 |
+
raise FileNotFoundError(f"Directory '{ds_checkpoint_dir}' doesn't exist")
|
405 |
+
|
406 |
+
return _get_fp32_state_dict_from_zero_checkpoint(ds_checkpoint_dir)
|
407 |
+
|
408 |
+
|
409 |
+
def convert_zero_checkpoint_to_fp32_state_dict(checkpoint_dir, output_file, tag=None):
|
410 |
+
"""
|
411 |
+
Convert ZeRO 2 or 3 checkpoint into a single fp32 consolidated ``state_dict`` file that can be
|
412 |
+
loaded with ``torch.load(file)`` + ``load_state_dict()`` and used for training without DeepSpeed.
|
413 |
+
|
414 |
+
Args:
|
415 |
+
- ``checkpoint_dir``: path to the desired checkpoint folder. (one that contains the tag-folder, like ``global_step14``)
|
416 |
+
- ``output_file``: path to the pytorch fp32 state_dict output file (e.g. path/pytorch_model.bin)
|
417 |
+
- ``tag``: checkpoint tag used as a unique identifier for checkpoint. If not provided will attempt to load tag in the file named ``latest`` in the checkpoint folder, e.g., ``global_step14``
|
418 |
+
"""
|
419 |
+
|
420 |
+
state_dict = get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir, tag)
|
421 |
+
print(f"Saving fp32 state dict to {output_file}")
|
422 |
+
torch.save(state_dict, output_file)
|
423 |
+
|
424 |
+
|
425 |
+
def load_state_dict_from_zero_checkpoint(model, checkpoint_dir, tag=None):
|
426 |
+
"""
|
427 |
+
1. Put the provided model to cpu
|
428 |
+
2. Convert ZeRO 2 or 3 checkpoint into a single fp32 consolidated ``state_dict``
|
429 |
+
3. Load it into the provided model
|
430 |
+
|
431 |
+
Args:
|
432 |
+
- ``model``: the model object to update
|
433 |
+
- ``checkpoint_dir``: path to the desired checkpoint folder. (one that contains the tag-folder, like ``global_step14``)
|
434 |
+
- ``tag``: checkpoint tag used as a unique identifier for checkpoint. If not provided will attempt to load tag in the file named ``latest`` in the checkpoint folder, e.g., ``global_step14``
|
435 |
+
|
436 |
+
Returns:
|
437 |
+
- ``model`: modified model
|
438 |
+
|
439 |
+
Make sure you have plenty of CPU memory available before you call this function. If you don't
|
440 |
+
have enough use the ``zero_to_fp32.py`` utility to do the conversion. You will find it
|
441 |
+
conveniently placed for you in the checkpoint folder.
|
442 |
+
|
443 |
+
A typical usage might be ::
|
444 |
+
|
445 |
+
from deepspeed.utils.zero_to_fp32 import load_state_dict_from_zero_checkpoint
|
446 |
+
model = load_state_dict_from_zero_checkpoint(trainer.model, checkpoint_dir)
|
447 |
+
# submit to model hub or save the model to share with others
|
448 |
+
|
449 |
+
Note, that once this was run, the ``model`` will no longer be usable in the deepspeed context
|
450 |
+
of the same application. i.e. you will need to re-initialize the deepspeed engine, since
|
451 |
+
``model.load_state_dict(state_dict)`` will remove all the deepspeed magic from it.
|
452 |
+
|
453 |
+
"""
|
454 |
+
logger.info(f"Extracting fp32 weights")
|
455 |
+
state_dict = get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir, tag)
|
456 |
+
|
457 |
+
logger.info(f"Overwriting model with fp32 weights")
|
458 |
+
model = model.cpu()
|
459 |
+
model.load_state_dict(state_dict, strict=False)
|
460 |
+
|
461 |
+
return model
|
462 |
+
|
463 |
+
|
464 |
+
if __name__ == "__main__":
|
465 |
+
|
466 |
+
parser = argparse.ArgumentParser()
|
467 |
+
parser.add_argument(
|
468 |
+
"checkpoint_dir",
|
469 |
+
type=str,
|
470 |
+
help="path to the desired checkpoint folder, e.g., path/checkpoint-12")
|
471 |
+
parser.add_argument(
|
472 |
+
"output_file",
|
473 |
+
type=str,
|
474 |
+
help=
|
475 |
+
"path to the pytorch fp32 state_dict output file (e.g. path/checkpoint-12/pytorch_model.bin)"
|
476 |
+
)
|
477 |
+
parser.add_argument("-d", "--debug", action='store_true', help="enable debug")
|
478 |
+
args = parser.parse_args()
|
479 |
+
|
480 |
+
debug = args.debug
|
481 |
+
|
482 |
+
convert_zero_checkpoint_to_fp32_state_dict(args.checkpoint_dir, args.output_file)
|