ganzhiruyi
commited on
Commit
·
d6f9d4b
1
Parent(s):
82d941e
update model
Browse files- added_tokens.json +7 -0
- config.json +32 -0
- generation_config.json +8 -0
- pytorch_model-00001-of-00003.bin +3 -0
- pytorch_model-00002-of-00003.bin +3 -0
- pytorch_model-00003-of-00003.bin +3 -0
- pytorch_model.bin.index.json +370 -0
- special_tokens_map.json +10 -0
- tokenizer.model +3 -0
- tokenizer_config.json +63 -0
- trainer_state.json +4075 -0
added_tokens.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"</s>": 2,
|
3 |
+
"<bot>": 39409,
|
4 |
+
"<human>": 39408,
|
5 |
+
"<s>": 1,
|
6 |
+
"<unk>": 0
|
7 |
+
}
|
config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/cognitive_comp/ganruyi/Fengshenbang-LM/fengshen/workspace/ziya_llama2_13b_medical/output_exp5/checkpoint-158105",
|
3 |
+
"architectures": [
|
4 |
+
"LlamaForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_bias": false,
|
7 |
+
"bos_token_id": 1,
|
8 |
+
"eos_token_id": 2,
|
9 |
+
"hidden_act": "silu",
|
10 |
+
"hidden_size": 5120,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"intermediate_size": 13824,
|
13 |
+
"layer_norm_eps": 1e-05,
|
14 |
+
"max_position_embeddings": 4096,
|
15 |
+
"model_type": "llama",
|
16 |
+
"num_attention_heads": 40,
|
17 |
+
"num_hidden_layers": 40,
|
18 |
+
"num_key_value_heads": 40,
|
19 |
+
"pad_token_id": 0,
|
20 |
+
"pretraining_tp": 1,
|
21 |
+
"rms_norm_eps": 1e-06,
|
22 |
+
"rope_scaling": null,
|
23 |
+
"rope_theta": 10000.0,
|
24 |
+
"rotary_emb_base": 10000,
|
25 |
+
"rotary_pct": 1,
|
26 |
+
"tie_word_embeddings": false,
|
27 |
+
"torch_dtype": "bfloat16",
|
28 |
+
"transformers_version": "4.34.0.dev0",
|
29 |
+
"use_cache": false,
|
30 |
+
"use_parallel_residual": false,
|
31 |
+
"vocab_size": 39424
|
32 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 1,
|
4 |
+
"eos_token_id": 2,
|
5 |
+
"pad_token_id": 0,
|
6 |
+
"transformers_version": "4.34.0.dev0",
|
7 |
+
"use_cache": false
|
8 |
+
}
|
pytorch_model-00001-of-00003.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77db05ae2e87ad132ebaade0d0d6204124c23ce9fced390c0353929539ae695e
|
3 |
+
size 9972312054
|
pytorch_model-00002-of-00003.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1a10797f65ea9d2819235a984c4fff7917488a5e8157dfd571267185a2f62869
|
3 |
+
size 9956584547
|
pytorch_model-00003-of-00003.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a295ac580085065a471bb00998c49b1f8793605ef5ad5b19567543418aaeb73
|
3 |
+
size 6254999967
|
pytorch_model.bin.index.json
ADDED
@@ -0,0 +1,370 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 26183772160
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"lm_head.weight": "pytorch_model-00003-of-00003.bin",
|
7 |
+
"model.embed_tokens.weight": "pytorch_model-00001-of-00003.bin",
|
8 |
+
"model.layers.0.input_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
9 |
+
"model.layers.0.mlp.down_proj.weight": "pytorch_model-00001-of-00003.bin",
|
10 |
+
"model.layers.0.mlp.gate_proj.weight": "pytorch_model-00001-of-00003.bin",
|
11 |
+
"model.layers.0.mlp.up_proj.weight": "pytorch_model-00001-of-00003.bin",
|
12 |
+
"model.layers.0.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
13 |
+
"model.layers.0.self_attn.k_proj.weight": "pytorch_model-00001-of-00003.bin",
|
14 |
+
"model.layers.0.self_attn.o_proj.weight": "pytorch_model-00001-of-00003.bin",
|
15 |
+
"model.layers.0.self_attn.q_proj.weight": "pytorch_model-00001-of-00003.bin",
|
16 |
+
"model.layers.0.self_attn.v_proj.weight": "pytorch_model-00001-of-00003.bin",
|
17 |
+
"model.layers.1.input_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
18 |
+
"model.layers.1.mlp.down_proj.weight": "pytorch_model-00001-of-00003.bin",
|
19 |
+
"model.layers.1.mlp.gate_proj.weight": "pytorch_model-00001-of-00003.bin",
|
20 |
+
"model.layers.1.mlp.up_proj.weight": "pytorch_model-00001-of-00003.bin",
|
21 |
+
"model.layers.1.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
22 |
+
"model.layers.1.self_attn.k_proj.weight": "pytorch_model-00001-of-00003.bin",
|
23 |
+
"model.layers.1.self_attn.o_proj.weight": "pytorch_model-00001-of-00003.bin",
|
24 |
+
"model.layers.1.self_attn.q_proj.weight": "pytorch_model-00001-of-00003.bin",
|
25 |
+
"model.layers.1.self_attn.v_proj.weight": "pytorch_model-00001-of-00003.bin",
|
26 |
+
"model.layers.10.input_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
27 |
+
"model.layers.10.mlp.down_proj.weight": "pytorch_model-00001-of-00003.bin",
|
28 |
+
"model.layers.10.mlp.gate_proj.weight": "pytorch_model-00001-of-00003.bin",
|
29 |
+
"model.layers.10.mlp.up_proj.weight": "pytorch_model-00001-of-00003.bin",
|
30 |
+
"model.layers.10.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
31 |
+
"model.layers.10.self_attn.k_proj.weight": "pytorch_model-00001-of-00003.bin",
|
32 |
+
"model.layers.10.self_attn.o_proj.weight": "pytorch_model-00001-of-00003.bin",
|
33 |
+
"model.layers.10.self_attn.q_proj.weight": "pytorch_model-00001-of-00003.bin",
|
34 |
+
"model.layers.10.self_attn.v_proj.weight": "pytorch_model-00001-of-00003.bin",
|
35 |
+
"model.layers.11.input_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
36 |
+
"model.layers.11.mlp.down_proj.weight": "pytorch_model-00001-of-00003.bin",
|
37 |
+
"model.layers.11.mlp.gate_proj.weight": "pytorch_model-00001-of-00003.bin",
|
38 |
+
"model.layers.11.mlp.up_proj.weight": "pytorch_model-00001-of-00003.bin",
|
39 |
+
"model.layers.11.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
40 |
+
"model.layers.11.self_attn.k_proj.weight": "pytorch_model-00001-of-00003.bin",
|
41 |
+
"model.layers.11.self_attn.o_proj.weight": "pytorch_model-00001-of-00003.bin",
|
42 |
+
"model.layers.11.self_attn.q_proj.weight": "pytorch_model-00001-of-00003.bin",
|
43 |
+
"model.layers.11.self_attn.v_proj.weight": "pytorch_model-00001-of-00003.bin",
|
44 |
+
"model.layers.12.input_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
45 |
+
"model.layers.12.mlp.down_proj.weight": "pytorch_model-00001-of-00003.bin",
|
46 |
+
"model.layers.12.mlp.gate_proj.weight": "pytorch_model-00001-of-00003.bin",
|
47 |
+
"model.layers.12.mlp.up_proj.weight": "pytorch_model-00001-of-00003.bin",
|
48 |
+
"model.layers.12.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
49 |
+
"model.layers.12.self_attn.k_proj.weight": "pytorch_model-00001-of-00003.bin",
|
50 |
+
"model.layers.12.self_attn.o_proj.weight": "pytorch_model-00001-of-00003.bin",
|
51 |
+
"model.layers.12.self_attn.q_proj.weight": "pytorch_model-00001-of-00003.bin",
|
52 |
+
"model.layers.12.self_attn.v_proj.weight": "pytorch_model-00001-of-00003.bin",
|
53 |
+
"model.layers.13.input_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
54 |
+
"model.layers.13.mlp.down_proj.weight": "pytorch_model-00001-of-00003.bin",
|
55 |
+
"model.layers.13.mlp.gate_proj.weight": "pytorch_model-00001-of-00003.bin",
|
56 |
+
"model.layers.13.mlp.up_proj.weight": "pytorch_model-00001-of-00003.bin",
|
57 |
+
"model.layers.13.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
58 |
+
"model.layers.13.self_attn.k_proj.weight": "pytorch_model-00001-of-00003.bin",
|
59 |
+
"model.layers.13.self_attn.o_proj.weight": "pytorch_model-00001-of-00003.bin",
|
60 |
+
"model.layers.13.self_attn.q_proj.weight": "pytorch_model-00001-of-00003.bin",
|
61 |
+
"model.layers.13.self_attn.v_proj.weight": "pytorch_model-00001-of-00003.bin",
|
62 |
+
"model.layers.14.input_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
63 |
+
"model.layers.14.mlp.down_proj.weight": "pytorch_model-00001-of-00003.bin",
|
64 |
+
"model.layers.14.mlp.gate_proj.weight": "pytorch_model-00001-of-00003.bin",
|
65 |
+
"model.layers.14.mlp.up_proj.weight": "pytorch_model-00001-of-00003.bin",
|
66 |
+
"model.layers.14.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
67 |
+
"model.layers.14.self_attn.k_proj.weight": "pytorch_model-00001-of-00003.bin",
|
68 |
+
"model.layers.14.self_attn.o_proj.weight": "pytorch_model-00001-of-00003.bin",
|
69 |
+
"model.layers.14.self_attn.q_proj.weight": "pytorch_model-00001-of-00003.bin",
|
70 |
+
"model.layers.14.self_attn.v_proj.weight": "pytorch_model-00001-of-00003.bin",
|
71 |
+
"model.layers.15.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
72 |
+
"model.layers.15.mlp.down_proj.weight": "pytorch_model-00002-of-00003.bin",
|
73 |
+
"model.layers.15.mlp.gate_proj.weight": "pytorch_model-00002-of-00003.bin",
|
74 |
+
"model.layers.15.mlp.up_proj.weight": "pytorch_model-00002-of-00003.bin",
|
75 |
+
"model.layers.15.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
76 |
+
"model.layers.15.self_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
77 |
+
"model.layers.15.self_attn.o_proj.weight": "pytorch_model-00002-of-00003.bin",
|
78 |
+
"model.layers.15.self_attn.q_proj.weight": "pytorch_model-00001-of-00003.bin",
|
79 |
+
"model.layers.15.self_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
80 |
+
"model.layers.16.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
81 |
+
"model.layers.16.mlp.down_proj.weight": "pytorch_model-00002-of-00003.bin",
|
82 |
+
"model.layers.16.mlp.gate_proj.weight": "pytorch_model-00002-of-00003.bin",
|
83 |
+
"model.layers.16.mlp.up_proj.weight": "pytorch_model-00002-of-00003.bin",
|
84 |
+
"model.layers.16.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
85 |
+
"model.layers.16.self_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
86 |
+
"model.layers.16.self_attn.o_proj.weight": "pytorch_model-00002-of-00003.bin",
|
87 |
+
"model.layers.16.self_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
88 |
+
"model.layers.16.self_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
89 |
+
"model.layers.17.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
90 |
+
"model.layers.17.mlp.down_proj.weight": "pytorch_model-00002-of-00003.bin",
|
91 |
+
"model.layers.17.mlp.gate_proj.weight": "pytorch_model-00002-of-00003.bin",
|
92 |
+
"model.layers.17.mlp.up_proj.weight": "pytorch_model-00002-of-00003.bin",
|
93 |
+
"model.layers.17.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
94 |
+
"model.layers.17.self_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
95 |
+
"model.layers.17.self_attn.o_proj.weight": "pytorch_model-00002-of-00003.bin",
|
96 |
+
"model.layers.17.self_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
97 |
+
"model.layers.17.self_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
98 |
+
"model.layers.18.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
99 |
+
"model.layers.18.mlp.down_proj.weight": "pytorch_model-00002-of-00003.bin",
|
100 |
+
"model.layers.18.mlp.gate_proj.weight": "pytorch_model-00002-of-00003.bin",
|
101 |
+
"model.layers.18.mlp.up_proj.weight": "pytorch_model-00002-of-00003.bin",
|
102 |
+
"model.layers.18.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
103 |
+
"model.layers.18.self_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
104 |
+
"model.layers.18.self_attn.o_proj.weight": "pytorch_model-00002-of-00003.bin",
|
105 |
+
"model.layers.18.self_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
106 |
+
"model.layers.18.self_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
107 |
+
"model.layers.19.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
108 |
+
"model.layers.19.mlp.down_proj.weight": "pytorch_model-00002-of-00003.bin",
|
109 |
+
"model.layers.19.mlp.gate_proj.weight": "pytorch_model-00002-of-00003.bin",
|
110 |
+
"model.layers.19.mlp.up_proj.weight": "pytorch_model-00002-of-00003.bin",
|
111 |
+
"model.layers.19.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
112 |
+
"model.layers.19.self_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
113 |
+
"model.layers.19.self_attn.o_proj.weight": "pytorch_model-00002-of-00003.bin",
|
114 |
+
"model.layers.19.self_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
115 |
+
"model.layers.19.self_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
116 |
+
"model.layers.2.input_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
117 |
+
"model.layers.2.mlp.down_proj.weight": "pytorch_model-00001-of-00003.bin",
|
118 |
+
"model.layers.2.mlp.gate_proj.weight": "pytorch_model-00001-of-00003.bin",
|
119 |
+
"model.layers.2.mlp.up_proj.weight": "pytorch_model-00001-of-00003.bin",
|
120 |
+
"model.layers.2.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
121 |
+
"model.layers.2.self_attn.k_proj.weight": "pytorch_model-00001-of-00003.bin",
|
122 |
+
"model.layers.2.self_attn.o_proj.weight": "pytorch_model-00001-of-00003.bin",
|
123 |
+
"model.layers.2.self_attn.q_proj.weight": "pytorch_model-00001-of-00003.bin",
|
124 |
+
"model.layers.2.self_attn.v_proj.weight": "pytorch_model-00001-of-00003.bin",
|
125 |
+
"model.layers.20.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
126 |
+
"model.layers.20.mlp.down_proj.weight": "pytorch_model-00002-of-00003.bin",
|
127 |
+
"model.layers.20.mlp.gate_proj.weight": "pytorch_model-00002-of-00003.bin",
|
128 |
+
"model.layers.20.mlp.up_proj.weight": "pytorch_model-00002-of-00003.bin",
|
129 |
+
"model.layers.20.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
130 |
+
"model.layers.20.self_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
131 |
+
"model.layers.20.self_attn.o_proj.weight": "pytorch_model-00002-of-00003.bin",
|
132 |
+
"model.layers.20.self_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
133 |
+
"model.layers.20.self_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
134 |
+
"model.layers.21.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
135 |
+
"model.layers.21.mlp.down_proj.weight": "pytorch_model-00002-of-00003.bin",
|
136 |
+
"model.layers.21.mlp.gate_proj.weight": "pytorch_model-00002-of-00003.bin",
|
137 |
+
"model.layers.21.mlp.up_proj.weight": "pytorch_model-00002-of-00003.bin",
|
138 |
+
"model.layers.21.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
139 |
+
"model.layers.21.self_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
140 |
+
"model.layers.21.self_attn.o_proj.weight": "pytorch_model-00002-of-00003.bin",
|
141 |
+
"model.layers.21.self_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
142 |
+
"model.layers.21.self_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
143 |
+
"model.layers.22.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
144 |
+
"model.layers.22.mlp.down_proj.weight": "pytorch_model-00002-of-00003.bin",
|
145 |
+
"model.layers.22.mlp.gate_proj.weight": "pytorch_model-00002-of-00003.bin",
|
146 |
+
"model.layers.22.mlp.up_proj.weight": "pytorch_model-00002-of-00003.bin",
|
147 |
+
"model.layers.22.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
148 |
+
"model.layers.22.self_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
149 |
+
"model.layers.22.self_attn.o_proj.weight": "pytorch_model-00002-of-00003.bin",
|
150 |
+
"model.layers.22.self_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
151 |
+
"model.layers.22.self_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
152 |
+
"model.layers.23.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
153 |
+
"model.layers.23.mlp.down_proj.weight": "pytorch_model-00002-of-00003.bin",
|
154 |
+
"model.layers.23.mlp.gate_proj.weight": "pytorch_model-00002-of-00003.bin",
|
155 |
+
"model.layers.23.mlp.up_proj.weight": "pytorch_model-00002-of-00003.bin",
|
156 |
+
"model.layers.23.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
157 |
+
"model.layers.23.self_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
158 |
+
"model.layers.23.self_attn.o_proj.weight": "pytorch_model-00002-of-00003.bin",
|
159 |
+
"model.layers.23.self_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
160 |
+
"model.layers.23.self_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
161 |
+
"model.layers.24.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
162 |
+
"model.layers.24.mlp.down_proj.weight": "pytorch_model-00002-of-00003.bin",
|
163 |
+
"model.layers.24.mlp.gate_proj.weight": "pytorch_model-00002-of-00003.bin",
|
164 |
+
"model.layers.24.mlp.up_proj.weight": "pytorch_model-00002-of-00003.bin",
|
165 |
+
"model.layers.24.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
166 |
+
"model.layers.24.self_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
167 |
+
"model.layers.24.self_attn.o_proj.weight": "pytorch_model-00002-of-00003.bin",
|
168 |
+
"model.layers.24.self_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
169 |
+
"model.layers.24.self_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
170 |
+
"model.layers.25.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
171 |
+
"model.layers.25.mlp.down_proj.weight": "pytorch_model-00002-of-00003.bin",
|
172 |
+
"model.layers.25.mlp.gate_proj.weight": "pytorch_model-00002-of-00003.bin",
|
173 |
+
"model.layers.25.mlp.up_proj.weight": "pytorch_model-00002-of-00003.bin",
|
174 |
+
"model.layers.25.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
175 |
+
"model.layers.25.self_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
176 |
+
"model.layers.25.self_attn.o_proj.weight": "pytorch_model-00002-of-00003.bin",
|
177 |
+
"model.layers.25.self_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
178 |
+
"model.layers.25.self_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
179 |
+
"model.layers.26.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
180 |
+
"model.layers.26.mlp.down_proj.weight": "pytorch_model-00002-of-00003.bin",
|
181 |
+
"model.layers.26.mlp.gate_proj.weight": "pytorch_model-00002-of-00003.bin",
|
182 |
+
"model.layers.26.mlp.up_proj.weight": "pytorch_model-00002-of-00003.bin",
|
183 |
+
"model.layers.26.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
184 |
+
"model.layers.26.self_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
185 |
+
"model.layers.26.self_attn.o_proj.weight": "pytorch_model-00002-of-00003.bin",
|
186 |
+
"model.layers.26.self_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
187 |
+
"model.layers.26.self_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
188 |
+
"model.layers.27.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
189 |
+
"model.layers.27.mlp.down_proj.weight": "pytorch_model-00002-of-00003.bin",
|
190 |
+
"model.layers.27.mlp.gate_proj.weight": "pytorch_model-00002-of-00003.bin",
|
191 |
+
"model.layers.27.mlp.up_proj.weight": "pytorch_model-00002-of-00003.bin",
|
192 |
+
"model.layers.27.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
193 |
+
"model.layers.27.self_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
194 |
+
"model.layers.27.self_attn.o_proj.weight": "pytorch_model-00002-of-00003.bin",
|
195 |
+
"model.layers.27.self_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
196 |
+
"model.layers.27.self_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
197 |
+
"model.layers.28.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
198 |
+
"model.layers.28.mlp.down_proj.weight": "pytorch_model-00002-of-00003.bin",
|
199 |
+
"model.layers.28.mlp.gate_proj.weight": "pytorch_model-00002-of-00003.bin",
|
200 |
+
"model.layers.28.mlp.up_proj.weight": "pytorch_model-00002-of-00003.bin",
|
201 |
+
"model.layers.28.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
202 |
+
"model.layers.28.self_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
203 |
+
"model.layers.28.self_attn.o_proj.weight": "pytorch_model-00002-of-00003.bin",
|
204 |
+
"model.layers.28.self_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
205 |
+
"model.layers.28.self_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
206 |
+
"model.layers.29.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
207 |
+
"model.layers.29.mlp.down_proj.weight": "pytorch_model-00002-of-00003.bin",
|
208 |
+
"model.layers.29.mlp.gate_proj.weight": "pytorch_model-00002-of-00003.bin",
|
209 |
+
"model.layers.29.mlp.up_proj.weight": "pytorch_model-00002-of-00003.bin",
|
210 |
+
"model.layers.29.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
211 |
+
"model.layers.29.self_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
212 |
+
"model.layers.29.self_attn.o_proj.weight": "pytorch_model-00002-of-00003.bin",
|
213 |
+
"model.layers.29.self_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
214 |
+
"model.layers.29.self_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
215 |
+
"model.layers.3.input_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
216 |
+
"model.layers.3.mlp.down_proj.weight": "pytorch_model-00001-of-00003.bin",
|
217 |
+
"model.layers.3.mlp.gate_proj.weight": "pytorch_model-00001-of-00003.bin",
|
218 |
+
"model.layers.3.mlp.up_proj.weight": "pytorch_model-00001-of-00003.bin",
|
219 |
+
"model.layers.3.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
220 |
+
"model.layers.3.self_attn.k_proj.weight": "pytorch_model-00001-of-00003.bin",
|
221 |
+
"model.layers.3.self_attn.o_proj.weight": "pytorch_model-00001-of-00003.bin",
|
222 |
+
"model.layers.3.self_attn.q_proj.weight": "pytorch_model-00001-of-00003.bin",
|
223 |
+
"model.layers.3.self_attn.v_proj.weight": "pytorch_model-00001-of-00003.bin",
|
224 |
+
"model.layers.30.input_layernorm.weight": "pytorch_model-00003-of-00003.bin",
|
225 |
+
"model.layers.30.mlp.down_proj.weight": "pytorch_model-00003-of-00003.bin",
|
226 |
+
"model.layers.30.mlp.gate_proj.weight": "pytorch_model-00002-of-00003.bin",
|
227 |
+
"model.layers.30.mlp.up_proj.weight": "pytorch_model-00002-of-00003.bin",
|
228 |
+
"model.layers.30.post_attention_layernorm.weight": "pytorch_model-00003-of-00003.bin",
|
229 |
+
"model.layers.30.self_attn.k_proj.weight": "pytorch_model-00002-of-00003.bin",
|
230 |
+
"model.layers.30.self_attn.o_proj.weight": "pytorch_model-00002-of-00003.bin",
|
231 |
+
"model.layers.30.self_attn.q_proj.weight": "pytorch_model-00002-of-00003.bin",
|
232 |
+
"model.layers.30.self_attn.v_proj.weight": "pytorch_model-00002-of-00003.bin",
|
233 |
+
"model.layers.31.input_layernorm.weight": "pytorch_model-00003-of-00003.bin",
|
234 |
+
"model.layers.31.mlp.down_proj.weight": "pytorch_model-00003-of-00003.bin",
|
235 |
+
"model.layers.31.mlp.gate_proj.weight": "pytorch_model-00003-of-00003.bin",
|
236 |
+
"model.layers.31.mlp.up_proj.weight": "pytorch_model-00003-of-00003.bin",
|
237 |
+
"model.layers.31.post_attention_layernorm.weight": "pytorch_model-00003-of-00003.bin",
|
238 |
+
"model.layers.31.self_attn.k_proj.weight": "pytorch_model-00003-of-00003.bin",
|
239 |
+
"model.layers.31.self_attn.o_proj.weight": "pytorch_model-00003-of-00003.bin",
|
240 |
+
"model.layers.31.self_attn.q_proj.weight": "pytorch_model-00003-of-00003.bin",
|
241 |
+
"model.layers.31.self_attn.v_proj.weight": "pytorch_model-00003-of-00003.bin",
|
242 |
+
"model.layers.32.input_layernorm.weight": "pytorch_model-00003-of-00003.bin",
|
243 |
+
"model.layers.32.mlp.down_proj.weight": "pytorch_model-00003-of-00003.bin",
|
244 |
+
"model.layers.32.mlp.gate_proj.weight": "pytorch_model-00003-of-00003.bin",
|
245 |
+
"model.layers.32.mlp.up_proj.weight": "pytorch_model-00003-of-00003.bin",
|
246 |
+
"model.layers.32.post_attention_layernorm.weight": "pytorch_model-00003-of-00003.bin",
|
247 |
+
"model.layers.32.self_attn.k_proj.weight": "pytorch_model-00003-of-00003.bin",
|
248 |
+
"model.layers.32.self_attn.o_proj.weight": "pytorch_model-00003-of-00003.bin",
|
249 |
+
"model.layers.32.self_attn.q_proj.weight": "pytorch_model-00003-of-00003.bin",
|
250 |
+
"model.layers.32.self_attn.v_proj.weight": "pytorch_model-00003-of-00003.bin",
|
251 |
+
"model.layers.33.input_layernorm.weight": "pytorch_model-00003-of-00003.bin",
|
252 |
+
"model.layers.33.mlp.down_proj.weight": "pytorch_model-00003-of-00003.bin",
|
253 |
+
"model.layers.33.mlp.gate_proj.weight": "pytorch_model-00003-of-00003.bin",
|
254 |
+
"model.layers.33.mlp.up_proj.weight": "pytorch_model-00003-of-00003.bin",
|
255 |
+
"model.layers.33.post_attention_layernorm.weight": "pytorch_model-00003-of-00003.bin",
|
256 |
+
"model.layers.33.self_attn.k_proj.weight": "pytorch_model-00003-of-00003.bin",
|
257 |
+
"model.layers.33.self_attn.o_proj.weight": "pytorch_model-00003-of-00003.bin",
|
258 |
+
"model.layers.33.self_attn.q_proj.weight": "pytorch_model-00003-of-00003.bin",
|
259 |
+
"model.layers.33.self_attn.v_proj.weight": "pytorch_model-00003-of-00003.bin",
|
260 |
+
"model.layers.34.input_layernorm.weight": "pytorch_model-00003-of-00003.bin",
|
261 |
+
"model.layers.34.mlp.down_proj.weight": "pytorch_model-00003-of-00003.bin",
|
262 |
+
"model.layers.34.mlp.gate_proj.weight": "pytorch_model-00003-of-00003.bin",
|
263 |
+
"model.layers.34.mlp.up_proj.weight": "pytorch_model-00003-of-00003.bin",
|
264 |
+
"model.layers.34.post_attention_layernorm.weight": "pytorch_model-00003-of-00003.bin",
|
265 |
+
"model.layers.34.self_attn.k_proj.weight": "pytorch_model-00003-of-00003.bin",
|
266 |
+
"model.layers.34.self_attn.o_proj.weight": "pytorch_model-00003-of-00003.bin",
|
267 |
+
"model.layers.34.self_attn.q_proj.weight": "pytorch_model-00003-of-00003.bin",
|
268 |
+
"model.layers.34.self_attn.v_proj.weight": "pytorch_model-00003-of-00003.bin",
|
269 |
+
"model.layers.35.input_layernorm.weight": "pytorch_model-00003-of-00003.bin",
|
270 |
+
"model.layers.35.mlp.down_proj.weight": "pytorch_model-00003-of-00003.bin",
|
271 |
+
"model.layers.35.mlp.gate_proj.weight": "pytorch_model-00003-of-00003.bin",
|
272 |
+
"model.layers.35.mlp.up_proj.weight": "pytorch_model-00003-of-00003.bin",
|
273 |
+
"model.layers.35.post_attention_layernorm.weight": "pytorch_model-00003-of-00003.bin",
|
274 |
+
"model.layers.35.self_attn.k_proj.weight": "pytorch_model-00003-of-00003.bin",
|
275 |
+
"model.layers.35.self_attn.o_proj.weight": "pytorch_model-00003-of-00003.bin",
|
276 |
+
"model.layers.35.self_attn.q_proj.weight": "pytorch_model-00003-of-00003.bin",
|
277 |
+
"model.layers.35.self_attn.v_proj.weight": "pytorch_model-00003-of-00003.bin",
|
278 |
+
"model.layers.36.input_layernorm.weight": "pytorch_model-00003-of-00003.bin",
|
279 |
+
"model.layers.36.mlp.down_proj.weight": "pytorch_model-00003-of-00003.bin",
|
280 |
+
"model.layers.36.mlp.gate_proj.weight": "pytorch_model-00003-of-00003.bin",
|
281 |
+
"model.layers.36.mlp.up_proj.weight": "pytorch_model-00003-of-00003.bin",
|
282 |
+
"model.layers.36.post_attention_layernorm.weight": "pytorch_model-00003-of-00003.bin",
|
283 |
+
"model.layers.36.self_attn.k_proj.weight": "pytorch_model-00003-of-00003.bin",
|
284 |
+
"model.layers.36.self_attn.o_proj.weight": "pytorch_model-00003-of-00003.bin",
|
285 |
+
"model.layers.36.self_attn.q_proj.weight": "pytorch_model-00003-of-00003.bin",
|
286 |
+
"model.layers.36.self_attn.v_proj.weight": "pytorch_model-00003-of-00003.bin",
|
287 |
+
"model.layers.37.input_layernorm.weight": "pytorch_model-00003-of-00003.bin",
|
288 |
+
"model.layers.37.mlp.down_proj.weight": "pytorch_model-00003-of-00003.bin",
|
289 |
+
"model.layers.37.mlp.gate_proj.weight": "pytorch_model-00003-of-00003.bin",
|
290 |
+
"model.layers.37.mlp.up_proj.weight": "pytorch_model-00003-of-00003.bin",
|
291 |
+
"model.layers.37.post_attention_layernorm.weight": "pytorch_model-00003-of-00003.bin",
|
292 |
+
"model.layers.37.self_attn.k_proj.weight": "pytorch_model-00003-of-00003.bin",
|
293 |
+
"model.layers.37.self_attn.o_proj.weight": "pytorch_model-00003-of-00003.bin",
|
294 |
+
"model.layers.37.self_attn.q_proj.weight": "pytorch_model-00003-of-00003.bin",
|
295 |
+
"model.layers.37.self_attn.v_proj.weight": "pytorch_model-00003-of-00003.bin",
|
296 |
+
"model.layers.38.input_layernorm.weight": "pytorch_model-00003-of-00003.bin",
|
297 |
+
"model.layers.38.mlp.down_proj.weight": "pytorch_model-00003-of-00003.bin",
|
298 |
+
"model.layers.38.mlp.gate_proj.weight": "pytorch_model-00003-of-00003.bin",
|
299 |
+
"model.layers.38.mlp.up_proj.weight": "pytorch_model-00003-of-00003.bin",
|
300 |
+
"model.layers.38.post_attention_layernorm.weight": "pytorch_model-00003-of-00003.bin",
|
301 |
+
"model.layers.38.self_attn.k_proj.weight": "pytorch_model-00003-of-00003.bin",
|
302 |
+
"model.layers.38.self_attn.o_proj.weight": "pytorch_model-00003-of-00003.bin",
|
303 |
+
"model.layers.38.self_attn.q_proj.weight": "pytorch_model-00003-of-00003.bin",
|
304 |
+
"model.layers.38.self_attn.v_proj.weight": "pytorch_model-00003-of-00003.bin",
|
305 |
+
"model.layers.39.input_layernorm.weight": "pytorch_model-00003-of-00003.bin",
|
306 |
+
"model.layers.39.mlp.down_proj.weight": "pytorch_model-00003-of-00003.bin",
|
307 |
+
"model.layers.39.mlp.gate_proj.weight": "pytorch_model-00003-of-00003.bin",
|
308 |
+
"model.layers.39.mlp.up_proj.weight": "pytorch_model-00003-of-00003.bin",
|
309 |
+
"model.layers.39.post_attention_layernorm.weight": "pytorch_model-00003-of-00003.bin",
|
310 |
+
"model.layers.39.self_attn.k_proj.weight": "pytorch_model-00003-of-00003.bin",
|
311 |
+
"model.layers.39.self_attn.o_proj.weight": "pytorch_model-00003-of-00003.bin",
|
312 |
+
"model.layers.39.self_attn.q_proj.weight": "pytorch_model-00003-of-00003.bin",
|
313 |
+
"model.layers.39.self_attn.v_proj.weight": "pytorch_model-00003-of-00003.bin",
|
314 |
+
"model.layers.4.input_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
315 |
+
"model.layers.4.mlp.down_proj.weight": "pytorch_model-00001-of-00003.bin",
|
316 |
+
"model.layers.4.mlp.gate_proj.weight": "pytorch_model-00001-of-00003.bin",
|
317 |
+
"model.layers.4.mlp.up_proj.weight": "pytorch_model-00001-of-00003.bin",
|
318 |
+
"model.layers.4.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
319 |
+
"model.layers.4.self_attn.k_proj.weight": "pytorch_model-00001-of-00003.bin",
|
320 |
+
"model.layers.4.self_attn.o_proj.weight": "pytorch_model-00001-of-00003.bin",
|
321 |
+
"model.layers.4.self_attn.q_proj.weight": "pytorch_model-00001-of-00003.bin",
|
322 |
+
"model.layers.4.self_attn.v_proj.weight": "pytorch_model-00001-of-00003.bin",
|
323 |
+
"model.layers.5.input_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
324 |
+
"model.layers.5.mlp.down_proj.weight": "pytorch_model-00001-of-00003.bin",
|
325 |
+
"model.layers.5.mlp.gate_proj.weight": "pytorch_model-00001-of-00003.bin",
|
326 |
+
"model.layers.5.mlp.up_proj.weight": "pytorch_model-00001-of-00003.bin",
|
327 |
+
"model.layers.5.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
328 |
+
"model.layers.5.self_attn.k_proj.weight": "pytorch_model-00001-of-00003.bin",
|
329 |
+
"model.layers.5.self_attn.o_proj.weight": "pytorch_model-00001-of-00003.bin",
|
330 |
+
"model.layers.5.self_attn.q_proj.weight": "pytorch_model-00001-of-00003.bin",
|
331 |
+
"model.layers.5.self_attn.v_proj.weight": "pytorch_model-00001-of-00003.bin",
|
332 |
+
"model.layers.6.input_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
333 |
+
"model.layers.6.mlp.down_proj.weight": "pytorch_model-00001-of-00003.bin",
|
334 |
+
"model.layers.6.mlp.gate_proj.weight": "pytorch_model-00001-of-00003.bin",
|
335 |
+
"model.layers.6.mlp.up_proj.weight": "pytorch_model-00001-of-00003.bin",
|
336 |
+
"model.layers.6.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
337 |
+
"model.layers.6.self_attn.k_proj.weight": "pytorch_model-00001-of-00003.bin",
|
338 |
+
"model.layers.6.self_attn.o_proj.weight": "pytorch_model-00001-of-00003.bin",
|
339 |
+
"model.layers.6.self_attn.q_proj.weight": "pytorch_model-00001-of-00003.bin",
|
340 |
+
"model.layers.6.self_attn.v_proj.weight": "pytorch_model-00001-of-00003.bin",
|
341 |
+
"model.layers.7.input_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
342 |
+
"model.layers.7.mlp.down_proj.weight": "pytorch_model-00001-of-00003.bin",
|
343 |
+
"model.layers.7.mlp.gate_proj.weight": "pytorch_model-00001-of-00003.bin",
|
344 |
+
"model.layers.7.mlp.up_proj.weight": "pytorch_model-00001-of-00003.bin",
|
345 |
+
"model.layers.7.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
346 |
+
"model.layers.7.self_attn.k_proj.weight": "pytorch_model-00001-of-00003.bin",
|
347 |
+
"model.layers.7.self_attn.o_proj.weight": "pytorch_model-00001-of-00003.bin",
|
348 |
+
"model.layers.7.self_attn.q_proj.weight": "pytorch_model-00001-of-00003.bin",
|
349 |
+
"model.layers.7.self_attn.v_proj.weight": "pytorch_model-00001-of-00003.bin",
|
350 |
+
"model.layers.8.input_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
351 |
+
"model.layers.8.mlp.down_proj.weight": "pytorch_model-00001-of-00003.bin",
|
352 |
+
"model.layers.8.mlp.gate_proj.weight": "pytorch_model-00001-of-00003.bin",
|
353 |
+
"model.layers.8.mlp.up_proj.weight": "pytorch_model-00001-of-00003.bin",
|
354 |
+
"model.layers.8.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
355 |
+
"model.layers.8.self_attn.k_proj.weight": "pytorch_model-00001-of-00003.bin",
|
356 |
+
"model.layers.8.self_attn.o_proj.weight": "pytorch_model-00001-of-00003.bin",
|
357 |
+
"model.layers.8.self_attn.q_proj.weight": "pytorch_model-00001-of-00003.bin",
|
358 |
+
"model.layers.8.self_attn.v_proj.weight": "pytorch_model-00001-of-00003.bin",
|
359 |
+
"model.layers.9.input_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
360 |
+
"model.layers.9.mlp.down_proj.weight": "pytorch_model-00001-of-00003.bin",
|
361 |
+
"model.layers.9.mlp.gate_proj.weight": "pytorch_model-00001-of-00003.bin",
|
362 |
+
"model.layers.9.mlp.up_proj.weight": "pytorch_model-00001-of-00003.bin",
|
363 |
+
"model.layers.9.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
364 |
+
"model.layers.9.self_attn.k_proj.weight": "pytorch_model-00001-of-00003.bin",
|
365 |
+
"model.layers.9.self_attn.o_proj.weight": "pytorch_model-00001-of-00003.bin",
|
366 |
+
"model.layers.9.self_attn.q_proj.weight": "pytorch_model-00001-of-00003.bin",
|
367 |
+
"model.layers.9.self_attn.v_proj.weight": "pytorch_model-00001-of-00003.bin",
|
368 |
+
"model.norm.weight": "pytorch_model-00003-of-00003.bin"
|
369 |
+
}
|
370 |
+
}
|
special_tokens_map.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<human>",
|
4 |
+
"<bot>"
|
5 |
+
],
|
6 |
+
"bos_token": "<s>",
|
7 |
+
"eos_token": "</s>",
|
8 |
+
"pad_token": "</s>",
|
9 |
+
"unk_token": "<unk>"
|
10 |
+
}
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6fd7e445833dd0889206aba242c2a51ecbae2437fd328d1759a35475fd8c0423
|
3 |
+
size 588619
|
tokenizer_config.json
ADDED
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"0": {
|
6 |
+
"content": "<unk>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"1": {
|
14 |
+
"content": "<s>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"2": {
|
22 |
+
"content": "</s>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
},
|
29 |
+
"39408": {
|
30 |
+
"content": "<human>",
|
31 |
+
"lstrip": true,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": true,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
},
|
37 |
+
"39409": {
|
38 |
+
"content": "<bot>",
|
39 |
+
"lstrip": true,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": true,
|
42 |
+
"single_word": false,
|
43 |
+
"special": true
|
44 |
+
}
|
45 |
+
},
|
46 |
+
"additional_special_tokens": [
|
47 |
+
"<human>",
|
48 |
+
"<bot>"
|
49 |
+
],
|
50 |
+
"bos_token": "<s>",
|
51 |
+
"clean_up_tokenization_spaces": false,
|
52 |
+
"eos_token": "</s>",
|
53 |
+
"legacy": true,
|
54 |
+
"model_max_length": 1000000000000000019884624838656,
|
55 |
+
"pad_token": null,
|
56 |
+
"sp_model_kwargs": {},
|
57 |
+
"spaces_between_special_tokens": false,
|
58 |
+
"tokenizer_class": "LlamaTokenizer",
|
59 |
+
"tokenizer_file": null,
|
60 |
+
"unk_token": "<unk>",
|
61 |
+
"use_default_system_prompt": true,
|
62 |
+
"use_fast": false
|
63 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,4075 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 2.0,
|
5 |
+
"eval_steps": 1000,
|
6 |
+
"global_step": 676,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 0.0,
|
13 |
+
"learning_rate": 7.142857142857143e-07,
|
14 |
+
"loss": 1.7121,
|
15 |
+
"step": 1
|
16 |
+
},
|
17 |
+
{
|
18 |
+
"epoch": 0.01,
|
19 |
+
"learning_rate": 1.4285714285714286e-06,
|
20 |
+
"loss": 1.6351,
|
21 |
+
"step": 2
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"epoch": 0.01,
|
25 |
+
"learning_rate": 2.1428571428571427e-06,
|
26 |
+
"loss": 0.9576,
|
27 |
+
"step": 3
|
28 |
+
},
|
29 |
+
{
|
30 |
+
"epoch": 0.01,
|
31 |
+
"learning_rate": 2.8571428571428573e-06,
|
32 |
+
"loss": 0.6691,
|
33 |
+
"step": 4
|
34 |
+
},
|
35 |
+
{
|
36 |
+
"epoch": 0.01,
|
37 |
+
"learning_rate": 3.5714285714285718e-06,
|
38 |
+
"loss": 1.155,
|
39 |
+
"step": 5
|
40 |
+
},
|
41 |
+
{
|
42 |
+
"epoch": 0.02,
|
43 |
+
"learning_rate": 4.2857142857142855e-06,
|
44 |
+
"loss": 0.5538,
|
45 |
+
"step": 6
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.02,
|
49 |
+
"learning_rate": 5e-06,
|
50 |
+
"loss": 1.5242,
|
51 |
+
"step": 7
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.02,
|
55 |
+
"learning_rate": 5.7142857142857145e-06,
|
56 |
+
"loss": 1.0917,
|
57 |
+
"step": 8
|
58 |
+
},
|
59 |
+
{
|
60 |
+
"epoch": 0.03,
|
61 |
+
"learning_rate": 6.4285714285714295e-06,
|
62 |
+
"loss": 0.9385,
|
63 |
+
"step": 9
|
64 |
+
},
|
65 |
+
{
|
66 |
+
"epoch": 0.03,
|
67 |
+
"learning_rate": 7.1428571428571436e-06,
|
68 |
+
"loss": 0.745,
|
69 |
+
"step": 10
|
70 |
+
},
|
71 |
+
{
|
72 |
+
"epoch": 0.03,
|
73 |
+
"learning_rate": 7.857142857142858e-06,
|
74 |
+
"loss": 1.0332,
|
75 |
+
"step": 11
|
76 |
+
},
|
77 |
+
{
|
78 |
+
"epoch": 0.04,
|
79 |
+
"learning_rate": 8.571428571428571e-06,
|
80 |
+
"loss": 0.8973,
|
81 |
+
"step": 12
|
82 |
+
},
|
83 |
+
{
|
84 |
+
"epoch": 0.04,
|
85 |
+
"learning_rate": 9.285714285714288e-06,
|
86 |
+
"loss": 0.8048,
|
87 |
+
"step": 13
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.04,
|
91 |
+
"learning_rate": 1e-05,
|
92 |
+
"loss": 0.9936,
|
93 |
+
"step": 14
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.04,
|
97 |
+
"learning_rate": 1.0714285714285714e-05,
|
98 |
+
"loss": 0.8611,
|
99 |
+
"step": 15
|
100 |
+
},
|
101 |
+
{
|
102 |
+
"epoch": 0.05,
|
103 |
+
"learning_rate": 1.1428571428571429e-05,
|
104 |
+
"loss": 0.951,
|
105 |
+
"step": 16
|
106 |
+
},
|
107 |
+
{
|
108 |
+
"epoch": 0.05,
|
109 |
+
"learning_rate": 1.2142857142857142e-05,
|
110 |
+
"loss": 0.636,
|
111 |
+
"step": 17
|
112 |
+
},
|
113 |
+
{
|
114 |
+
"epoch": 0.05,
|
115 |
+
"learning_rate": 1.2857142857142859e-05,
|
116 |
+
"loss": 0.2592,
|
117 |
+
"step": 18
|
118 |
+
},
|
119 |
+
{
|
120 |
+
"epoch": 0.06,
|
121 |
+
"learning_rate": 1.3571428571428574e-05,
|
122 |
+
"loss": 0.7124,
|
123 |
+
"step": 19
|
124 |
+
},
|
125 |
+
{
|
126 |
+
"epoch": 0.06,
|
127 |
+
"learning_rate": 1.4285714285714287e-05,
|
128 |
+
"loss": 0.6169,
|
129 |
+
"step": 20
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.06,
|
133 |
+
"learning_rate": 1.5000000000000002e-05,
|
134 |
+
"loss": 0.6877,
|
135 |
+
"step": 21
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.07,
|
139 |
+
"learning_rate": 1.5714285714285715e-05,
|
140 |
+
"loss": 0.5239,
|
141 |
+
"step": 22
|
142 |
+
},
|
143 |
+
{
|
144 |
+
"epoch": 0.07,
|
145 |
+
"learning_rate": 1.642857142857143e-05,
|
146 |
+
"loss": 0.7335,
|
147 |
+
"step": 23
|
148 |
+
},
|
149 |
+
{
|
150 |
+
"epoch": 0.07,
|
151 |
+
"learning_rate": 1.7142857142857142e-05,
|
152 |
+
"loss": 0.7291,
|
153 |
+
"step": 24
|
154 |
+
},
|
155 |
+
{
|
156 |
+
"epoch": 0.07,
|
157 |
+
"learning_rate": 1.785714285714286e-05,
|
158 |
+
"loss": 0.6331,
|
159 |
+
"step": 25
|
160 |
+
},
|
161 |
+
{
|
162 |
+
"epoch": 0.08,
|
163 |
+
"learning_rate": 1.8571428571428575e-05,
|
164 |
+
"loss": 0.3293,
|
165 |
+
"step": 26
|
166 |
+
},
|
167 |
+
{
|
168 |
+
"epoch": 0.08,
|
169 |
+
"learning_rate": 1.928571428571429e-05,
|
170 |
+
"loss": 0.5166,
|
171 |
+
"step": 27
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.08,
|
175 |
+
"learning_rate": 2e-05,
|
176 |
+
"loss": 0.3995,
|
177 |
+
"step": 28
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.09,
|
181 |
+
"learning_rate": 1.999252615844544e-05,
|
182 |
+
"loss": 0.4698,
|
183 |
+
"step": 29
|
184 |
+
},
|
185 |
+
{
|
186 |
+
"epoch": 0.09,
|
187 |
+
"learning_rate": 1.9985052316890884e-05,
|
188 |
+
"loss": 0.599,
|
189 |
+
"step": 30
|
190 |
+
},
|
191 |
+
{
|
192 |
+
"epoch": 0.09,
|
193 |
+
"learning_rate": 1.9977578475336326e-05,
|
194 |
+
"loss": 0.3244,
|
195 |
+
"step": 31
|
196 |
+
},
|
197 |
+
{
|
198 |
+
"epoch": 0.09,
|
199 |
+
"learning_rate": 1.9970104633781765e-05,
|
200 |
+
"loss": 0.4321,
|
201 |
+
"step": 32
|
202 |
+
},
|
203 |
+
{
|
204 |
+
"epoch": 0.1,
|
205 |
+
"learning_rate": 1.9962630792227208e-05,
|
206 |
+
"loss": 0.2851,
|
207 |
+
"step": 33
|
208 |
+
},
|
209 |
+
{
|
210 |
+
"epoch": 0.1,
|
211 |
+
"learning_rate": 1.9955156950672647e-05,
|
212 |
+
"loss": 0.5091,
|
213 |
+
"step": 34
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.1,
|
217 |
+
"learning_rate": 1.9947683109118087e-05,
|
218 |
+
"loss": 0.4354,
|
219 |
+
"step": 35
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.11,
|
223 |
+
"learning_rate": 1.994020926756353e-05,
|
224 |
+
"loss": 0.4124,
|
225 |
+
"step": 36
|
226 |
+
},
|
227 |
+
{
|
228 |
+
"epoch": 0.11,
|
229 |
+
"learning_rate": 1.9932735426008972e-05,
|
230 |
+
"loss": 0.4631,
|
231 |
+
"step": 37
|
232 |
+
},
|
233 |
+
{
|
234 |
+
"epoch": 0.11,
|
235 |
+
"learning_rate": 1.992526158445441e-05,
|
236 |
+
"loss": 0.2247,
|
237 |
+
"step": 38
|
238 |
+
},
|
239 |
+
{
|
240 |
+
"epoch": 0.12,
|
241 |
+
"learning_rate": 1.9917787742899854e-05,
|
242 |
+
"loss": 0.3505,
|
243 |
+
"step": 39
|
244 |
+
},
|
245 |
+
{
|
246 |
+
"epoch": 0.12,
|
247 |
+
"learning_rate": 1.9910313901345293e-05,
|
248 |
+
"loss": 0.2736,
|
249 |
+
"step": 40
|
250 |
+
},
|
251 |
+
{
|
252 |
+
"epoch": 0.12,
|
253 |
+
"learning_rate": 1.9902840059790732e-05,
|
254 |
+
"loss": 0.3274,
|
255 |
+
"step": 41
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 0.12,
|
259 |
+
"learning_rate": 1.9895366218236175e-05,
|
260 |
+
"loss": 0.4126,
|
261 |
+
"step": 42
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.13,
|
265 |
+
"learning_rate": 1.9887892376681618e-05,
|
266 |
+
"loss": 0.4884,
|
267 |
+
"step": 43
|
268 |
+
},
|
269 |
+
{
|
270 |
+
"epoch": 0.13,
|
271 |
+
"learning_rate": 1.9880418535127057e-05,
|
272 |
+
"loss": 0.3895,
|
273 |
+
"step": 44
|
274 |
+
},
|
275 |
+
{
|
276 |
+
"epoch": 0.13,
|
277 |
+
"learning_rate": 1.98729446935725e-05,
|
278 |
+
"loss": 0.3829,
|
279 |
+
"step": 45
|
280 |
+
},
|
281 |
+
{
|
282 |
+
"epoch": 0.14,
|
283 |
+
"learning_rate": 1.986547085201794e-05,
|
284 |
+
"loss": 0.2123,
|
285 |
+
"step": 46
|
286 |
+
},
|
287 |
+
{
|
288 |
+
"epoch": 0.14,
|
289 |
+
"learning_rate": 1.9857997010463378e-05,
|
290 |
+
"loss": 0.3708,
|
291 |
+
"step": 47
|
292 |
+
},
|
293 |
+
{
|
294 |
+
"epoch": 0.14,
|
295 |
+
"learning_rate": 1.985052316890882e-05,
|
296 |
+
"loss": 0.3577,
|
297 |
+
"step": 48
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.14,
|
301 |
+
"learning_rate": 1.9843049327354263e-05,
|
302 |
+
"loss": 0.4285,
|
303 |
+
"step": 49
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 0.15,
|
307 |
+
"learning_rate": 1.9835575485799703e-05,
|
308 |
+
"loss": 0.495,
|
309 |
+
"step": 50
|
310 |
+
},
|
311 |
+
{
|
312 |
+
"epoch": 0.15,
|
313 |
+
"learning_rate": 1.9828101644245142e-05,
|
314 |
+
"loss": 0.3795,
|
315 |
+
"step": 51
|
316 |
+
},
|
317 |
+
{
|
318 |
+
"epoch": 0.15,
|
319 |
+
"learning_rate": 1.9820627802690585e-05,
|
320 |
+
"loss": 0.254,
|
321 |
+
"step": 52
|
322 |
+
},
|
323 |
+
{
|
324 |
+
"epoch": 0.16,
|
325 |
+
"learning_rate": 1.9813153961136024e-05,
|
326 |
+
"loss": 0.2853,
|
327 |
+
"step": 53
|
328 |
+
},
|
329 |
+
{
|
330 |
+
"epoch": 0.16,
|
331 |
+
"learning_rate": 1.9805680119581466e-05,
|
332 |
+
"loss": 0.2242,
|
333 |
+
"step": 54
|
334 |
+
},
|
335 |
+
{
|
336 |
+
"epoch": 0.16,
|
337 |
+
"learning_rate": 1.979820627802691e-05,
|
338 |
+
"loss": 0.3997,
|
339 |
+
"step": 55
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.17,
|
343 |
+
"learning_rate": 1.979073243647235e-05,
|
344 |
+
"loss": 0.3478,
|
345 |
+
"step": 56
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 0.17,
|
349 |
+
"learning_rate": 1.9783258594917788e-05,
|
350 |
+
"loss": 0.3803,
|
351 |
+
"step": 57
|
352 |
+
},
|
353 |
+
{
|
354 |
+
"epoch": 0.17,
|
355 |
+
"learning_rate": 1.977578475336323e-05,
|
356 |
+
"loss": 0.4557,
|
357 |
+
"step": 58
|
358 |
+
},
|
359 |
+
{
|
360 |
+
"epoch": 0.17,
|
361 |
+
"learning_rate": 1.976831091180867e-05,
|
362 |
+
"loss": 0.4193,
|
363 |
+
"step": 59
|
364 |
+
},
|
365 |
+
{
|
366 |
+
"epoch": 0.18,
|
367 |
+
"learning_rate": 1.9760837070254112e-05,
|
368 |
+
"loss": 0.2113,
|
369 |
+
"step": 60
|
370 |
+
},
|
371 |
+
{
|
372 |
+
"epoch": 0.18,
|
373 |
+
"learning_rate": 1.9753363228699555e-05,
|
374 |
+
"loss": 0.3107,
|
375 |
+
"step": 61
|
376 |
+
},
|
377 |
+
{
|
378 |
+
"epoch": 0.18,
|
379 |
+
"learning_rate": 1.9745889387144994e-05,
|
380 |
+
"loss": 0.337,
|
381 |
+
"step": 62
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 0.19,
|
385 |
+
"learning_rate": 1.9738415545590433e-05,
|
386 |
+
"loss": 0.375,
|
387 |
+
"step": 63
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 0.19,
|
391 |
+
"learning_rate": 1.9730941704035876e-05,
|
392 |
+
"loss": 0.3449,
|
393 |
+
"step": 64
|
394 |
+
},
|
395 |
+
{
|
396 |
+
"epoch": 0.19,
|
397 |
+
"learning_rate": 1.972346786248132e-05,
|
398 |
+
"loss": 0.2696,
|
399 |
+
"step": 65
|
400 |
+
},
|
401 |
+
{
|
402 |
+
"epoch": 0.2,
|
403 |
+
"learning_rate": 1.9715994020926758e-05,
|
404 |
+
"loss": 0.3429,
|
405 |
+
"step": 66
|
406 |
+
},
|
407 |
+
{
|
408 |
+
"epoch": 0.2,
|
409 |
+
"learning_rate": 1.97085201793722e-05,
|
410 |
+
"loss": 0.3534,
|
411 |
+
"step": 67
|
412 |
+
},
|
413 |
+
{
|
414 |
+
"epoch": 0.2,
|
415 |
+
"learning_rate": 1.970104633781764e-05,
|
416 |
+
"loss": 0.2249,
|
417 |
+
"step": 68
|
418 |
+
},
|
419 |
+
{
|
420 |
+
"epoch": 0.2,
|
421 |
+
"learning_rate": 1.969357249626308e-05,
|
422 |
+
"loss": 0.2489,
|
423 |
+
"step": 69
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"epoch": 0.21,
|
427 |
+
"learning_rate": 1.9686098654708522e-05,
|
428 |
+
"loss": 0.4954,
|
429 |
+
"step": 70
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 0.21,
|
433 |
+
"learning_rate": 1.9678624813153964e-05,
|
434 |
+
"loss": 0.3308,
|
435 |
+
"step": 71
|
436 |
+
},
|
437 |
+
{
|
438 |
+
"epoch": 0.21,
|
439 |
+
"learning_rate": 1.9671150971599404e-05,
|
440 |
+
"loss": 0.2431,
|
441 |
+
"step": 72
|
442 |
+
},
|
443 |
+
{
|
444 |
+
"epoch": 0.22,
|
445 |
+
"learning_rate": 1.9663677130044846e-05,
|
446 |
+
"loss": 0.2689,
|
447 |
+
"step": 73
|
448 |
+
},
|
449 |
+
{
|
450 |
+
"epoch": 0.22,
|
451 |
+
"learning_rate": 1.9656203288490286e-05,
|
452 |
+
"loss": 0.2281,
|
453 |
+
"step": 74
|
454 |
+
},
|
455 |
+
{
|
456 |
+
"epoch": 0.22,
|
457 |
+
"learning_rate": 1.9648729446935725e-05,
|
458 |
+
"loss": 0.3062,
|
459 |
+
"step": 75
|
460 |
+
},
|
461 |
+
{
|
462 |
+
"epoch": 0.22,
|
463 |
+
"learning_rate": 1.9641255605381167e-05,
|
464 |
+
"loss": 0.339,
|
465 |
+
"step": 76
|
466 |
+
},
|
467 |
+
{
|
468 |
+
"epoch": 0.23,
|
469 |
+
"learning_rate": 1.963378176382661e-05,
|
470 |
+
"loss": 0.2751,
|
471 |
+
"step": 77
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 0.23,
|
475 |
+
"learning_rate": 1.962630792227205e-05,
|
476 |
+
"loss": 0.3185,
|
477 |
+
"step": 78
|
478 |
+
},
|
479 |
+
{
|
480 |
+
"epoch": 0.23,
|
481 |
+
"learning_rate": 1.9618834080717492e-05,
|
482 |
+
"loss": 0.3796,
|
483 |
+
"step": 79
|
484 |
+
},
|
485 |
+
{
|
486 |
+
"epoch": 0.24,
|
487 |
+
"learning_rate": 1.961136023916293e-05,
|
488 |
+
"loss": 0.3768,
|
489 |
+
"step": 80
|
490 |
+
},
|
491 |
+
{
|
492 |
+
"epoch": 0.24,
|
493 |
+
"learning_rate": 1.960388639760837e-05,
|
494 |
+
"loss": 0.2139,
|
495 |
+
"step": 81
|
496 |
+
},
|
497 |
+
{
|
498 |
+
"epoch": 0.24,
|
499 |
+
"learning_rate": 1.9596412556053813e-05,
|
500 |
+
"loss": 0.1631,
|
501 |
+
"step": 82
|
502 |
+
},
|
503 |
+
{
|
504 |
+
"epoch": 0.25,
|
505 |
+
"learning_rate": 1.9588938714499256e-05,
|
506 |
+
"loss": 0.2343,
|
507 |
+
"step": 83
|
508 |
+
},
|
509 |
+
{
|
510 |
+
"epoch": 0.25,
|
511 |
+
"learning_rate": 1.9581464872944695e-05,
|
512 |
+
"loss": 0.3333,
|
513 |
+
"step": 84
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 0.25,
|
517 |
+
"learning_rate": 1.9573991031390134e-05,
|
518 |
+
"loss": 0.2805,
|
519 |
+
"step": 85
|
520 |
+
},
|
521 |
+
{
|
522 |
+
"epoch": 0.25,
|
523 |
+
"learning_rate": 1.9566517189835577e-05,
|
524 |
+
"loss": 0.3305,
|
525 |
+
"step": 86
|
526 |
+
},
|
527 |
+
{
|
528 |
+
"epoch": 0.26,
|
529 |
+
"learning_rate": 1.9559043348281016e-05,
|
530 |
+
"loss": 0.2159,
|
531 |
+
"step": 87
|
532 |
+
},
|
533 |
+
{
|
534 |
+
"epoch": 0.26,
|
535 |
+
"learning_rate": 1.955156950672646e-05,
|
536 |
+
"loss": 0.3456,
|
537 |
+
"step": 88
|
538 |
+
},
|
539 |
+
{
|
540 |
+
"epoch": 0.26,
|
541 |
+
"learning_rate": 1.95440956651719e-05,
|
542 |
+
"loss": 0.2844,
|
543 |
+
"step": 89
|
544 |
+
},
|
545 |
+
{
|
546 |
+
"epoch": 0.27,
|
547 |
+
"learning_rate": 1.953662182361734e-05,
|
548 |
+
"loss": 0.2367,
|
549 |
+
"step": 90
|
550 |
+
},
|
551 |
+
{
|
552 |
+
"epoch": 0.27,
|
553 |
+
"learning_rate": 1.952914798206278e-05,
|
554 |
+
"loss": 0.2048,
|
555 |
+
"step": 91
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 0.27,
|
559 |
+
"learning_rate": 1.9521674140508223e-05,
|
560 |
+
"loss": 0.2589,
|
561 |
+
"step": 92
|
562 |
+
},
|
563 |
+
{
|
564 |
+
"epoch": 0.28,
|
565 |
+
"learning_rate": 1.9514200298953662e-05,
|
566 |
+
"loss": 0.2653,
|
567 |
+
"step": 93
|
568 |
+
},
|
569 |
+
{
|
570 |
+
"epoch": 0.28,
|
571 |
+
"learning_rate": 1.9506726457399105e-05,
|
572 |
+
"loss": 0.2004,
|
573 |
+
"step": 94
|
574 |
+
},
|
575 |
+
{
|
576 |
+
"epoch": 0.28,
|
577 |
+
"learning_rate": 1.9499252615844547e-05,
|
578 |
+
"loss": 0.2007,
|
579 |
+
"step": 95
|
580 |
+
},
|
581 |
+
{
|
582 |
+
"epoch": 0.28,
|
583 |
+
"learning_rate": 1.9491778774289987e-05,
|
584 |
+
"loss": 0.1923,
|
585 |
+
"step": 96
|
586 |
+
},
|
587 |
+
{
|
588 |
+
"epoch": 0.29,
|
589 |
+
"learning_rate": 1.9484304932735426e-05,
|
590 |
+
"loss": 0.1986,
|
591 |
+
"step": 97
|
592 |
+
},
|
593 |
+
{
|
594 |
+
"epoch": 0.29,
|
595 |
+
"learning_rate": 1.947683109118087e-05,
|
596 |
+
"loss": 0.4276,
|
597 |
+
"step": 98
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 0.29,
|
601 |
+
"learning_rate": 1.946935724962631e-05,
|
602 |
+
"loss": 0.2475,
|
603 |
+
"step": 99
|
604 |
+
},
|
605 |
+
{
|
606 |
+
"epoch": 0.3,
|
607 |
+
"learning_rate": 1.946188340807175e-05,
|
608 |
+
"loss": 0.1941,
|
609 |
+
"step": 100
|
610 |
+
},
|
611 |
+
{
|
612 |
+
"epoch": 0.3,
|
613 |
+
"learning_rate": 1.9454409566517193e-05,
|
614 |
+
"loss": 0.2069,
|
615 |
+
"step": 101
|
616 |
+
},
|
617 |
+
{
|
618 |
+
"epoch": 0.3,
|
619 |
+
"learning_rate": 1.9446935724962632e-05,
|
620 |
+
"loss": 0.2331,
|
621 |
+
"step": 102
|
622 |
+
},
|
623 |
+
{
|
624 |
+
"epoch": 0.3,
|
625 |
+
"learning_rate": 1.943946188340807e-05,
|
626 |
+
"loss": 0.2208,
|
627 |
+
"step": 103
|
628 |
+
},
|
629 |
+
{
|
630 |
+
"epoch": 0.31,
|
631 |
+
"learning_rate": 1.9431988041853514e-05,
|
632 |
+
"loss": 0.2585,
|
633 |
+
"step": 104
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"epoch": 0.31,
|
637 |
+
"learning_rate": 1.9424514200298957e-05,
|
638 |
+
"loss": 0.2988,
|
639 |
+
"step": 105
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 0.31,
|
643 |
+
"learning_rate": 1.9417040358744396e-05,
|
644 |
+
"loss": 0.2965,
|
645 |
+
"step": 106
|
646 |
+
},
|
647 |
+
{
|
648 |
+
"epoch": 0.32,
|
649 |
+
"learning_rate": 1.940956651718984e-05,
|
650 |
+
"loss": 0.2611,
|
651 |
+
"step": 107
|
652 |
+
},
|
653 |
+
{
|
654 |
+
"epoch": 0.32,
|
655 |
+
"learning_rate": 1.9402092675635278e-05,
|
656 |
+
"loss": 0.2909,
|
657 |
+
"step": 108
|
658 |
+
},
|
659 |
+
{
|
660 |
+
"epoch": 0.32,
|
661 |
+
"learning_rate": 1.9394618834080717e-05,
|
662 |
+
"loss": 0.1858,
|
663 |
+
"step": 109
|
664 |
+
},
|
665 |
+
{
|
666 |
+
"epoch": 0.33,
|
667 |
+
"learning_rate": 1.938714499252616e-05,
|
668 |
+
"loss": 0.1401,
|
669 |
+
"step": 110
|
670 |
+
},
|
671 |
+
{
|
672 |
+
"epoch": 0.33,
|
673 |
+
"learning_rate": 1.9379671150971603e-05,
|
674 |
+
"loss": 0.2057,
|
675 |
+
"step": 111
|
676 |
+
},
|
677 |
+
{
|
678 |
+
"epoch": 0.33,
|
679 |
+
"learning_rate": 1.9372197309417042e-05,
|
680 |
+
"loss": 0.128,
|
681 |
+
"step": 112
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"epoch": 0.33,
|
685 |
+
"learning_rate": 1.9364723467862484e-05,
|
686 |
+
"loss": 0.2158,
|
687 |
+
"step": 113
|
688 |
+
},
|
689 |
+
{
|
690 |
+
"epoch": 0.34,
|
691 |
+
"learning_rate": 1.9357249626307924e-05,
|
692 |
+
"loss": 0.2921,
|
693 |
+
"step": 114
|
694 |
+
},
|
695 |
+
{
|
696 |
+
"epoch": 0.34,
|
697 |
+
"learning_rate": 1.9349775784753363e-05,
|
698 |
+
"loss": 0.2217,
|
699 |
+
"step": 115
|
700 |
+
},
|
701 |
+
{
|
702 |
+
"epoch": 0.34,
|
703 |
+
"learning_rate": 1.9342301943198806e-05,
|
704 |
+
"loss": 0.1605,
|
705 |
+
"step": 116
|
706 |
+
},
|
707 |
+
{
|
708 |
+
"epoch": 0.35,
|
709 |
+
"learning_rate": 1.9334828101644248e-05,
|
710 |
+
"loss": 0.2123,
|
711 |
+
"step": 117
|
712 |
+
},
|
713 |
+
{
|
714 |
+
"epoch": 0.35,
|
715 |
+
"learning_rate": 1.9327354260089688e-05,
|
716 |
+
"loss": 0.1571,
|
717 |
+
"step": 118
|
718 |
+
},
|
719 |
+
{
|
720 |
+
"epoch": 0.35,
|
721 |
+
"learning_rate": 1.931988041853513e-05,
|
722 |
+
"loss": 0.3153,
|
723 |
+
"step": 119
|
724 |
+
},
|
725 |
+
{
|
726 |
+
"epoch": 0.36,
|
727 |
+
"learning_rate": 1.931240657698057e-05,
|
728 |
+
"loss": 0.1478,
|
729 |
+
"step": 120
|
730 |
+
},
|
731 |
+
{
|
732 |
+
"epoch": 0.36,
|
733 |
+
"learning_rate": 1.930493273542601e-05,
|
734 |
+
"loss": 0.2461,
|
735 |
+
"step": 121
|
736 |
+
},
|
737 |
+
{
|
738 |
+
"epoch": 0.36,
|
739 |
+
"learning_rate": 1.929745889387145e-05,
|
740 |
+
"loss": 0.1576,
|
741 |
+
"step": 122
|
742 |
+
},
|
743 |
+
{
|
744 |
+
"epoch": 0.36,
|
745 |
+
"learning_rate": 1.9289985052316894e-05,
|
746 |
+
"loss": 0.2529,
|
747 |
+
"step": 123
|
748 |
+
},
|
749 |
+
{
|
750 |
+
"epoch": 0.37,
|
751 |
+
"learning_rate": 1.9282511210762333e-05,
|
752 |
+
"loss": 0.1751,
|
753 |
+
"step": 124
|
754 |
+
},
|
755 |
+
{
|
756 |
+
"epoch": 0.37,
|
757 |
+
"learning_rate": 1.9275037369207773e-05,
|
758 |
+
"loss": 0.2999,
|
759 |
+
"step": 125
|
760 |
+
},
|
761 |
+
{
|
762 |
+
"epoch": 0.37,
|
763 |
+
"learning_rate": 1.9267563527653215e-05,
|
764 |
+
"loss": 0.3322,
|
765 |
+
"step": 126
|
766 |
+
},
|
767 |
+
{
|
768 |
+
"epoch": 0.38,
|
769 |
+
"learning_rate": 1.9260089686098654e-05,
|
770 |
+
"loss": 0.2252,
|
771 |
+
"step": 127
|
772 |
+
},
|
773 |
+
{
|
774 |
+
"epoch": 0.38,
|
775 |
+
"learning_rate": 1.9252615844544097e-05,
|
776 |
+
"loss": 0.1505,
|
777 |
+
"step": 128
|
778 |
+
},
|
779 |
+
{
|
780 |
+
"epoch": 0.38,
|
781 |
+
"learning_rate": 1.924514200298954e-05,
|
782 |
+
"loss": 0.1555,
|
783 |
+
"step": 129
|
784 |
+
},
|
785 |
+
{
|
786 |
+
"epoch": 0.38,
|
787 |
+
"learning_rate": 1.923766816143498e-05,
|
788 |
+
"loss": 0.1885,
|
789 |
+
"step": 130
|
790 |
+
},
|
791 |
+
{
|
792 |
+
"epoch": 0.39,
|
793 |
+
"learning_rate": 1.9230194319880418e-05,
|
794 |
+
"loss": 0.2109,
|
795 |
+
"step": 131
|
796 |
+
},
|
797 |
+
{
|
798 |
+
"epoch": 0.39,
|
799 |
+
"learning_rate": 1.922272047832586e-05,
|
800 |
+
"loss": 0.1625,
|
801 |
+
"step": 132
|
802 |
+
},
|
803 |
+
{
|
804 |
+
"epoch": 0.39,
|
805 |
+
"learning_rate": 1.9215246636771304e-05,
|
806 |
+
"loss": 0.1517,
|
807 |
+
"step": 133
|
808 |
+
},
|
809 |
+
{
|
810 |
+
"epoch": 0.4,
|
811 |
+
"learning_rate": 1.9207772795216743e-05,
|
812 |
+
"loss": 0.2655,
|
813 |
+
"step": 134
|
814 |
+
},
|
815 |
+
{
|
816 |
+
"epoch": 0.4,
|
817 |
+
"learning_rate": 1.9200298953662185e-05,
|
818 |
+
"loss": 0.1839,
|
819 |
+
"step": 135
|
820 |
+
},
|
821 |
+
{
|
822 |
+
"epoch": 0.4,
|
823 |
+
"learning_rate": 1.9192825112107625e-05,
|
824 |
+
"loss": 0.258,
|
825 |
+
"step": 136
|
826 |
+
},
|
827 |
+
{
|
828 |
+
"epoch": 0.41,
|
829 |
+
"learning_rate": 1.9185351270553064e-05,
|
830 |
+
"loss": 0.1707,
|
831 |
+
"step": 137
|
832 |
+
},
|
833 |
+
{
|
834 |
+
"epoch": 0.41,
|
835 |
+
"learning_rate": 1.9177877428998507e-05,
|
836 |
+
"loss": 0.0959,
|
837 |
+
"step": 138
|
838 |
+
},
|
839 |
+
{
|
840 |
+
"epoch": 0.41,
|
841 |
+
"learning_rate": 1.917040358744395e-05,
|
842 |
+
"loss": 0.1505,
|
843 |
+
"step": 139
|
844 |
+
},
|
845 |
+
{
|
846 |
+
"epoch": 0.41,
|
847 |
+
"learning_rate": 1.916292974588939e-05,
|
848 |
+
"loss": 0.1793,
|
849 |
+
"step": 140
|
850 |
+
},
|
851 |
+
{
|
852 |
+
"epoch": 0.42,
|
853 |
+
"learning_rate": 1.915545590433483e-05,
|
854 |
+
"loss": 0.1991,
|
855 |
+
"step": 141
|
856 |
+
},
|
857 |
+
{
|
858 |
+
"epoch": 0.42,
|
859 |
+
"learning_rate": 1.914798206278027e-05,
|
860 |
+
"loss": 0.1646,
|
861 |
+
"step": 142
|
862 |
+
},
|
863 |
+
{
|
864 |
+
"epoch": 0.42,
|
865 |
+
"learning_rate": 1.914050822122571e-05,
|
866 |
+
"loss": 0.1877,
|
867 |
+
"step": 143
|
868 |
+
},
|
869 |
+
{
|
870 |
+
"epoch": 0.43,
|
871 |
+
"learning_rate": 1.9133034379671152e-05,
|
872 |
+
"loss": 0.2178,
|
873 |
+
"step": 144
|
874 |
+
},
|
875 |
+
{
|
876 |
+
"epoch": 0.43,
|
877 |
+
"learning_rate": 1.9125560538116595e-05,
|
878 |
+
"loss": 0.1381,
|
879 |
+
"step": 145
|
880 |
+
},
|
881 |
+
{
|
882 |
+
"epoch": 0.43,
|
883 |
+
"learning_rate": 1.9118086696562034e-05,
|
884 |
+
"loss": 0.1962,
|
885 |
+
"step": 146
|
886 |
+
},
|
887 |
+
{
|
888 |
+
"epoch": 0.43,
|
889 |
+
"learning_rate": 1.9110612855007477e-05,
|
890 |
+
"loss": 0.2094,
|
891 |
+
"step": 147
|
892 |
+
},
|
893 |
+
{
|
894 |
+
"epoch": 0.44,
|
895 |
+
"learning_rate": 1.9103139013452916e-05,
|
896 |
+
"loss": 0.1103,
|
897 |
+
"step": 148
|
898 |
+
},
|
899 |
+
{
|
900 |
+
"epoch": 0.44,
|
901 |
+
"learning_rate": 1.9095665171898355e-05,
|
902 |
+
"loss": 0.1808,
|
903 |
+
"step": 149
|
904 |
+
},
|
905 |
+
{
|
906 |
+
"epoch": 0.44,
|
907 |
+
"learning_rate": 1.9088191330343798e-05,
|
908 |
+
"loss": 0.3039,
|
909 |
+
"step": 150
|
910 |
+
},
|
911 |
+
{
|
912 |
+
"epoch": 0.45,
|
913 |
+
"learning_rate": 1.908071748878924e-05,
|
914 |
+
"loss": 0.1886,
|
915 |
+
"step": 151
|
916 |
+
},
|
917 |
+
{
|
918 |
+
"epoch": 0.45,
|
919 |
+
"learning_rate": 1.907324364723468e-05,
|
920 |
+
"loss": 0.1659,
|
921 |
+
"step": 152
|
922 |
+
},
|
923 |
+
{
|
924 |
+
"epoch": 0.45,
|
925 |
+
"learning_rate": 1.9065769805680123e-05,
|
926 |
+
"loss": 0.1135,
|
927 |
+
"step": 153
|
928 |
+
},
|
929 |
+
{
|
930 |
+
"epoch": 0.46,
|
931 |
+
"learning_rate": 1.9058295964125562e-05,
|
932 |
+
"loss": 0.1233,
|
933 |
+
"step": 154
|
934 |
+
},
|
935 |
+
{
|
936 |
+
"epoch": 0.46,
|
937 |
+
"learning_rate": 1.9050822122571e-05,
|
938 |
+
"loss": 0.1556,
|
939 |
+
"step": 155
|
940 |
+
},
|
941 |
+
{
|
942 |
+
"epoch": 0.46,
|
943 |
+
"learning_rate": 1.9043348281016444e-05,
|
944 |
+
"loss": 0.1469,
|
945 |
+
"step": 156
|
946 |
+
},
|
947 |
+
{
|
948 |
+
"epoch": 0.46,
|
949 |
+
"learning_rate": 1.9035874439461886e-05,
|
950 |
+
"loss": 0.126,
|
951 |
+
"step": 157
|
952 |
+
},
|
953 |
+
{
|
954 |
+
"epoch": 0.47,
|
955 |
+
"learning_rate": 1.9028400597907326e-05,
|
956 |
+
"loss": 0.1184,
|
957 |
+
"step": 158
|
958 |
+
},
|
959 |
+
{
|
960 |
+
"epoch": 0.47,
|
961 |
+
"learning_rate": 1.9020926756352765e-05,
|
962 |
+
"loss": 0.1788,
|
963 |
+
"step": 159
|
964 |
+
},
|
965 |
+
{
|
966 |
+
"epoch": 0.47,
|
967 |
+
"learning_rate": 1.9013452914798208e-05,
|
968 |
+
"loss": 0.1624,
|
969 |
+
"step": 160
|
970 |
+
},
|
971 |
+
{
|
972 |
+
"epoch": 0.48,
|
973 |
+
"learning_rate": 1.9005979073243647e-05,
|
974 |
+
"loss": 0.3195,
|
975 |
+
"step": 161
|
976 |
+
},
|
977 |
+
{
|
978 |
+
"epoch": 0.48,
|
979 |
+
"learning_rate": 1.899850523168909e-05,
|
980 |
+
"loss": 0.1057,
|
981 |
+
"step": 162
|
982 |
+
},
|
983 |
+
{
|
984 |
+
"epoch": 0.48,
|
985 |
+
"learning_rate": 1.8991031390134532e-05,
|
986 |
+
"loss": 0.1392,
|
987 |
+
"step": 163
|
988 |
+
},
|
989 |
+
{
|
990 |
+
"epoch": 0.49,
|
991 |
+
"learning_rate": 1.898355754857997e-05,
|
992 |
+
"loss": 0.1107,
|
993 |
+
"step": 164
|
994 |
+
},
|
995 |
+
{
|
996 |
+
"epoch": 0.49,
|
997 |
+
"learning_rate": 1.897608370702541e-05,
|
998 |
+
"loss": 0.217,
|
999 |
+
"step": 165
|
1000 |
+
},
|
1001 |
+
{
|
1002 |
+
"epoch": 0.49,
|
1003 |
+
"learning_rate": 1.8968609865470853e-05,
|
1004 |
+
"loss": 0.161,
|
1005 |
+
"step": 166
|
1006 |
+
},
|
1007 |
+
{
|
1008 |
+
"epoch": 0.49,
|
1009 |
+
"learning_rate": 1.8961136023916296e-05,
|
1010 |
+
"loss": 0.1969,
|
1011 |
+
"step": 167
|
1012 |
+
},
|
1013 |
+
{
|
1014 |
+
"epoch": 0.5,
|
1015 |
+
"learning_rate": 1.8953662182361735e-05,
|
1016 |
+
"loss": 0.1386,
|
1017 |
+
"step": 168
|
1018 |
+
},
|
1019 |
+
{
|
1020 |
+
"epoch": 0.5,
|
1021 |
+
"learning_rate": 1.8946188340807178e-05,
|
1022 |
+
"loss": 0.1529,
|
1023 |
+
"step": 169
|
1024 |
+
},
|
1025 |
+
{
|
1026 |
+
"epoch": 0.5,
|
1027 |
+
"learning_rate": 1.8938714499252617e-05,
|
1028 |
+
"loss": 0.109,
|
1029 |
+
"step": 170
|
1030 |
+
},
|
1031 |
+
{
|
1032 |
+
"epoch": 0.51,
|
1033 |
+
"learning_rate": 1.8931240657698056e-05,
|
1034 |
+
"loss": 0.1202,
|
1035 |
+
"step": 171
|
1036 |
+
},
|
1037 |
+
{
|
1038 |
+
"epoch": 0.51,
|
1039 |
+
"learning_rate": 1.89237668161435e-05,
|
1040 |
+
"loss": 0.0875,
|
1041 |
+
"step": 172
|
1042 |
+
},
|
1043 |
+
{
|
1044 |
+
"epoch": 0.51,
|
1045 |
+
"learning_rate": 1.8916292974588942e-05,
|
1046 |
+
"loss": 0.1248,
|
1047 |
+
"step": 173
|
1048 |
+
},
|
1049 |
+
{
|
1050 |
+
"epoch": 0.51,
|
1051 |
+
"learning_rate": 1.890881913303438e-05,
|
1052 |
+
"loss": 0.0989,
|
1053 |
+
"step": 174
|
1054 |
+
},
|
1055 |
+
{
|
1056 |
+
"epoch": 0.52,
|
1057 |
+
"learning_rate": 1.8901345291479824e-05,
|
1058 |
+
"loss": 0.1993,
|
1059 |
+
"step": 175
|
1060 |
+
},
|
1061 |
+
{
|
1062 |
+
"epoch": 0.52,
|
1063 |
+
"learning_rate": 1.8893871449925263e-05,
|
1064 |
+
"loss": 0.094,
|
1065 |
+
"step": 176
|
1066 |
+
},
|
1067 |
+
{
|
1068 |
+
"epoch": 0.52,
|
1069 |
+
"learning_rate": 1.8886397608370702e-05,
|
1070 |
+
"loss": 0.2574,
|
1071 |
+
"step": 177
|
1072 |
+
},
|
1073 |
+
{
|
1074 |
+
"epoch": 0.53,
|
1075 |
+
"learning_rate": 1.8878923766816145e-05,
|
1076 |
+
"loss": 0.1246,
|
1077 |
+
"step": 178
|
1078 |
+
},
|
1079 |
+
{
|
1080 |
+
"epoch": 0.53,
|
1081 |
+
"learning_rate": 1.8871449925261588e-05,
|
1082 |
+
"loss": 0.1293,
|
1083 |
+
"step": 179
|
1084 |
+
},
|
1085 |
+
{
|
1086 |
+
"epoch": 0.53,
|
1087 |
+
"learning_rate": 1.8863976083707027e-05,
|
1088 |
+
"loss": 0.2807,
|
1089 |
+
"step": 180
|
1090 |
+
},
|
1091 |
+
{
|
1092 |
+
"epoch": 0.54,
|
1093 |
+
"learning_rate": 1.885650224215247e-05,
|
1094 |
+
"loss": 0.0824,
|
1095 |
+
"step": 181
|
1096 |
+
},
|
1097 |
+
{
|
1098 |
+
"epoch": 0.54,
|
1099 |
+
"learning_rate": 1.884902840059791e-05,
|
1100 |
+
"loss": 0.1072,
|
1101 |
+
"step": 182
|
1102 |
+
},
|
1103 |
+
{
|
1104 |
+
"epoch": 0.54,
|
1105 |
+
"learning_rate": 1.8841554559043348e-05,
|
1106 |
+
"loss": 0.1424,
|
1107 |
+
"step": 183
|
1108 |
+
},
|
1109 |
+
{
|
1110 |
+
"epoch": 0.54,
|
1111 |
+
"learning_rate": 1.883408071748879e-05,
|
1112 |
+
"loss": 0.136,
|
1113 |
+
"step": 184
|
1114 |
+
},
|
1115 |
+
{
|
1116 |
+
"epoch": 0.55,
|
1117 |
+
"learning_rate": 1.8826606875934233e-05,
|
1118 |
+
"loss": 0.1441,
|
1119 |
+
"step": 185
|
1120 |
+
},
|
1121 |
+
{
|
1122 |
+
"epoch": 0.55,
|
1123 |
+
"learning_rate": 1.8819133034379672e-05,
|
1124 |
+
"loss": 0.1195,
|
1125 |
+
"step": 186
|
1126 |
+
},
|
1127 |
+
{
|
1128 |
+
"epoch": 0.55,
|
1129 |
+
"learning_rate": 1.8811659192825115e-05,
|
1130 |
+
"loss": 0.1971,
|
1131 |
+
"step": 187
|
1132 |
+
},
|
1133 |
+
{
|
1134 |
+
"epoch": 0.56,
|
1135 |
+
"learning_rate": 1.8804185351270554e-05,
|
1136 |
+
"loss": 0.1315,
|
1137 |
+
"step": 188
|
1138 |
+
},
|
1139 |
+
{
|
1140 |
+
"epoch": 0.56,
|
1141 |
+
"learning_rate": 1.8796711509715994e-05,
|
1142 |
+
"loss": 0.2408,
|
1143 |
+
"step": 189
|
1144 |
+
},
|
1145 |
+
{
|
1146 |
+
"epoch": 0.56,
|
1147 |
+
"learning_rate": 1.8789237668161436e-05,
|
1148 |
+
"loss": 0.1223,
|
1149 |
+
"step": 190
|
1150 |
+
},
|
1151 |
+
{
|
1152 |
+
"epoch": 0.57,
|
1153 |
+
"learning_rate": 1.878176382660688e-05,
|
1154 |
+
"loss": 0.13,
|
1155 |
+
"step": 191
|
1156 |
+
},
|
1157 |
+
{
|
1158 |
+
"epoch": 0.57,
|
1159 |
+
"learning_rate": 1.8774289985052318e-05,
|
1160 |
+
"loss": 0.1561,
|
1161 |
+
"step": 192
|
1162 |
+
},
|
1163 |
+
{
|
1164 |
+
"epoch": 0.57,
|
1165 |
+
"learning_rate": 1.8766816143497757e-05,
|
1166 |
+
"loss": 0.174,
|
1167 |
+
"step": 193
|
1168 |
+
},
|
1169 |
+
{
|
1170 |
+
"epoch": 0.57,
|
1171 |
+
"learning_rate": 1.87593423019432e-05,
|
1172 |
+
"loss": 0.1024,
|
1173 |
+
"step": 194
|
1174 |
+
},
|
1175 |
+
{
|
1176 |
+
"epoch": 0.58,
|
1177 |
+
"learning_rate": 1.875186846038864e-05,
|
1178 |
+
"loss": 0.1497,
|
1179 |
+
"step": 195
|
1180 |
+
},
|
1181 |
+
{
|
1182 |
+
"epoch": 0.58,
|
1183 |
+
"learning_rate": 1.8744394618834082e-05,
|
1184 |
+
"loss": 0.1025,
|
1185 |
+
"step": 196
|
1186 |
+
},
|
1187 |
+
{
|
1188 |
+
"epoch": 0.58,
|
1189 |
+
"learning_rate": 1.8736920777279525e-05,
|
1190 |
+
"loss": 0.1955,
|
1191 |
+
"step": 197
|
1192 |
+
},
|
1193 |
+
{
|
1194 |
+
"epoch": 0.59,
|
1195 |
+
"learning_rate": 1.8729446935724964e-05,
|
1196 |
+
"loss": 0.3608,
|
1197 |
+
"step": 198
|
1198 |
+
},
|
1199 |
+
{
|
1200 |
+
"epoch": 0.59,
|
1201 |
+
"learning_rate": 1.8721973094170403e-05,
|
1202 |
+
"loss": 0.1002,
|
1203 |
+
"step": 199
|
1204 |
+
},
|
1205 |
+
{
|
1206 |
+
"epoch": 0.59,
|
1207 |
+
"learning_rate": 1.8714499252615846e-05,
|
1208 |
+
"loss": 0.0897,
|
1209 |
+
"step": 200
|
1210 |
+
},
|
1211 |
+
{
|
1212 |
+
"epoch": 0.59,
|
1213 |
+
"learning_rate": 1.870702541106129e-05,
|
1214 |
+
"loss": 0.1505,
|
1215 |
+
"step": 201
|
1216 |
+
},
|
1217 |
+
{
|
1218 |
+
"epoch": 0.6,
|
1219 |
+
"learning_rate": 1.8699551569506728e-05,
|
1220 |
+
"loss": 0.1407,
|
1221 |
+
"step": 202
|
1222 |
+
},
|
1223 |
+
{
|
1224 |
+
"epoch": 0.6,
|
1225 |
+
"learning_rate": 1.869207772795217e-05,
|
1226 |
+
"loss": 0.1,
|
1227 |
+
"step": 203
|
1228 |
+
},
|
1229 |
+
{
|
1230 |
+
"epoch": 0.6,
|
1231 |
+
"learning_rate": 1.868460388639761e-05,
|
1232 |
+
"loss": 0.1155,
|
1233 |
+
"step": 204
|
1234 |
+
},
|
1235 |
+
{
|
1236 |
+
"epoch": 0.61,
|
1237 |
+
"learning_rate": 1.867713004484305e-05,
|
1238 |
+
"loss": 0.1011,
|
1239 |
+
"step": 205
|
1240 |
+
},
|
1241 |
+
{
|
1242 |
+
"epoch": 0.61,
|
1243 |
+
"learning_rate": 1.866965620328849e-05,
|
1244 |
+
"loss": 0.1389,
|
1245 |
+
"step": 206
|
1246 |
+
},
|
1247 |
+
{
|
1248 |
+
"epoch": 0.61,
|
1249 |
+
"learning_rate": 1.8662182361733934e-05,
|
1250 |
+
"loss": 0.1635,
|
1251 |
+
"step": 207
|
1252 |
+
},
|
1253 |
+
{
|
1254 |
+
"epoch": 0.62,
|
1255 |
+
"learning_rate": 1.8654708520179373e-05,
|
1256 |
+
"loss": 0.0981,
|
1257 |
+
"step": 208
|
1258 |
+
},
|
1259 |
+
{
|
1260 |
+
"epoch": 0.62,
|
1261 |
+
"learning_rate": 1.8647234678624816e-05,
|
1262 |
+
"loss": 0.0854,
|
1263 |
+
"step": 209
|
1264 |
+
},
|
1265 |
+
{
|
1266 |
+
"epoch": 0.62,
|
1267 |
+
"learning_rate": 1.8639760837070255e-05,
|
1268 |
+
"loss": 0.0481,
|
1269 |
+
"step": 210
|
1270 |
+
},
|
1271 |
+
{
|
1272 |
+
"epoch": 0.62,
|
1273 |
+
"learning_rate": 1.8632286995515695e-05,
|
1274 |
+
"loss": 0.1173,
|
1275 |
+
"step": 211
|
1276 |
+
},
|
1277 |
+
{
|
1278 |
+
"epoch": 0.63,
|
1279 |
+
"learning_rate": 1.8624813153961137e-05,
|
1280 |
+
"loss": 0.1232,
|
1281 |
+
"step": 212
|
1282 |
+
},
|
1283 |
+
{
|
1284 |
+
"epoch": 0.63,
|
1285 |
+
"learning_rate": 1.861733931240658e-05,
|
1286 |
+
"loss": 0.1024,
|
1287 |
+
"step": 213
|
1288 |
+
},
|
1289 |
+
{
|
1290 |
+
"epoch": 0.63,
|
1291 |
+
"learning_rate": 1.860986547085202e-05,
|
1292 |
+
"loss": 0.0921,
|
1293 |
+
"step": 214
|
1294 |
+
},
|
1295 |
+
{
|
1296 |
+
"epoch": 0.64,
|
1297 |
+
"learning_rate": 1.8602391629297462e-05,
|
1298 |
+
"loss": 0.0635,
|
1299 |
+
"step": 215
|
1300 |
+
},
|
1301 |
+
{
|
1302 |
+
"epoch": 0.64,
|
1303 |
+
"learning_rate": 1.85949177877429e-05,
|
1304 |
+
"loss": 0.0682,
|
1305 |
+
"step": 216
|
1306 |
+
},
|
1307 |
+
{
|
1308 |
+
"epoch": 0.64,
|
1309 |
+
"learning_rate": 1.858744394618834e-05,
|
1310 |
+
"loss": 0.1079,
|
1311 |
+
"step": 217
|
1312 |
+
},
|
1313 |
+
{
|
1314 |
+
"epoch": 0.64,
|
1315 |
+
"learning_rate": 1.8579970104633783e-05,
|
1316 |
+
"loss": 0.0951,
|
1317 |
+
"step": 218
|
1318 |
+
},
|
1319 |
+
{
|
1320 |
+
"epoch": 0.65,
|
1321 |
+
"learning_rate": 1.8572496263079226e-05,
|
1322 |
+
"loss": 0.0614,
|
1323 |
+
"step": 219
|
1324 |
+
},
|
1325 |
+
{
|
1326 |
+
"epoch": 0.65,
|
1327 |
+
"learning_rate": 1.8565022421524665e-05,
|
1328 |
+
"loss": 0.1315,
|
1329 |
+
"step": 220
|
1330 |
+
},
|
1331 |
+
{
|
1332 |
+
"epoch": 0.65,
|
1333 |
+
"learning_rate": 1.8557548579970108e-05,
|
1334 |
+
"loss": 0.0428,
|
1335 |
+
"step": 221
|
1336 |
+
},
|
1337 |
+
{
|
1338 |
+
"epoch": 0.66,
|
1339 |
+
"learning_rate": 1.8550074738415547e-05,
|
1340 |
+
"loss": 0.0627,
|
1341 |
+
"step": 222
|
1342 |
+
},
|
1343 |
+
{
|
1344 |
+
"epoch": 0.66,
|
1345 |
+
"learning_rate": 1.8542600896860986e-05,
|
1346 |
+
"loss": 0.1626,
|
1347 |
+
"step": 223
|
1348 |
+
},
|
1349 |
+
{
|
1350 |
+
"epoch": 0.66,
|
1351 |
+
"learning_rate": 1.853512705530643e-05,
|
1352 |
+
"loss": 0.2031,
|
1353 |
+
"step": 224
|
1354 |
+
},
|
1355 |
+
{
|
1356 |
+
"epoch": 0.67,
|
1357 |
+
"learning_rate": 1.852765321375187e-05,
|
1358 |
+
"loss": 0.2312,
|
1359 |
+
"step": 225
|
1360 |
+
},
|
1361 |
+
{
|
1362 |
+
"epoch": 0.67,
|
1363 |
+
"learning_rate": 1.852017937219731e-05,
|
1364 |
+
"loss": 0.077,
|
1365 |
+
"step": 226
|
1366 |
+
},
|
1367 |
+
{
|
1368 |
+
"epoch": 0.67,
|
1369 |
+
"learning_rate": 1.8512705530642753e-05,
|
1370 |
+
"loss": 0.0495,
|
1371 |
+
"step": 227
|
1372 |
+
},
|
1373 |
+
{
|
1374 |
+
"epoch": 0.67,
|
1375 |
+
"learning_rate": 1.8505231689088193e-05,
|
1376 |
+
"loss": 0.118,
|
1377 |
+
"step": 228
|
1378 |
+
},
|
1379 |
+
{
|
1380 |
+
"epoch": 0.68,
|
1381 |
+
"learning_rate": 1.8497757847533632e-05,
|
1382 |
+
"loss": 0.1213,
|
1383 |
+
"step": 229
|
1384 |
+
},
|
1385 |
+
{
|
1386 |
+
"epoch": 0.68,
|
1387 |
+
"learning_rate": 1.8490284005979075e-05,
|
1388 |
+
"loss": 0.2259,
|
1389 |
+
"step": 230
|
1390 |
+
},
|
1391 |
+
{
|
1392 |
+
"epoch": 0.68,
|
1393 |
+
"learning_rate": 1.8482810164424517e-05,
|
1394 |
+
"loss": 0.1215,
|
1395 |
+
"step": 231
|
1396 |
+
},
|
1397 |
+
{
|
1398 |
+
"epoch": 0.69,
|
1399 |
+
"learning_rate": 1.8475336322869956e-05,
|
1400 |
+
"loss": 0.0947,
|
1401 |
+
"step": 232
|
1402 |
+
},
|
1403 |
+
{
|
1404 |
+
"epoch": 0.69,
|
1405 |
+
"learning_rate": 1.8467862481315396e-05,
|
1406 |
+
"loss": 0.1236,
|
1407 |
+
"step": 233
|
1408 |
+
},
|
1409 |
+
{
|
1410 |
+
"epoch": 0.69,
|
1411 |
+
"learning_rate": 1.846038863976084e-05,
|
1412 |
+
"loss": 0.1157,
|
1413 |
+
"step": 234
|
1414 |
+
},
|
1415 |
+
{
|
1416 |
+
"epoch": 0.7,
|
1417 |
+
"learning_rate": 1.845291479820628e-05,
|
1418 |
+
"loss": 0.1132,
|
1419 |
+
"step": 235
|
1420 |
+
},
|
1421 |
+
{
|
1422 |
+
"epoch": 0.7,
|
1423 |
+
"learning_rate": 1.844544095665172e-05,
|
1424 |
+
"loss": 0.0576,
|
1425 |
+
"step": 236
|
1426 |
+
},
|
1427 |
+
{
|
1428 |
+
"epoch": 0.7,
|
1429 |
+
"learning_rate": 1.8437967115097163e-05,
|
1430 |
+
"loss": 0.262,
|
1431 |
+
"step": 237
|
1432 |
+
},
|
1433 |
+
{
|
1434 |
+
"epoch": 0.7,
|
1435 |
+
"learning_rate": 1.8430493273542602e-05,
|
1436 |
+
"loss": 0.0824,
|
1437 |
+
"step": 238
|
1438 |
+
},
|
1439 |
+
{
|
1440 |
+
"epoch": 0.71,
|
1441 |
+
"learning_rate": 1.842301943198804e-05,
|
1442 |
+
"loss": 0.1578,
|
1443 |
+
"step": 239
|
1444 |
+
},
|
1445 |
+
{
|
1446 |
+
"epoch": 0.71,
|
1447 |
+
"learning_rate": 1.8415545590433484e-05,
|
1448 |
+
"loss": 0.0914,
|
1449 |
+
"step": 240
|
1450 |
+
},
|
1451 |
+
{
|
1452 |
+
"epoch": 0.71,
|
1453 |
+
"learning_rate": 1.8408071748878927e-05,
|
1454 |
+
"loss": 0.1206,
|
1455 |
+
"step": 241
|
1456 |
+
},
|
1457 |
+
{
|
1458 |
+
"epoch": 0.72,
|
1459 |
+
"learning_rate": 1.8400597907324366e-05,
|
1460 |
+
"loss": 0.1859,
|
1461 |
+
"step": 242
|
1462 |
+
},
|
1463 |
+
{
|
1464 |
+
"epoch": 0.72,
|
1465 |
+
"learning_rate": 1.839312406576981e-05,
|
1466 |
+
"loss": 0.1447,
|
1467 |
+
"step": 243
|
1468 |
+
},
|
1469 |
+
{
|
1470 |
+
"epoch": 0.72,
|
1471 |
+
"learning_rate": 1.8385650224215248e-05,
|
1472 |
+
"loss": 0.0675,
|
1473 |
+
"step": 244
|
1474 |
+
},
|
1475 |
+
{
|
1476 |
+
"epoch": 0.72,
|
1477 |
+
"learning_rate": 1.8378176382660687e-05,
|
1478 |
+
"loss": 0.0735,
|
1479 |
+
"step": 245
|
1480 |
+
},
|
1481 |
+
{
|
1482 |
+
"epoch": 0.73,
|
1483 |
+
"learning_rate": 1.837070254110613e-05,
|
1484 |
+
"loss": 0.0905,
|
1485 |
+
"step": 246
|
1486 |
+
},
|
1487 |
+
{
|
1488 |
+
"epoch": 0.73,
|
1489 |
+
"learning_rate": 1.8363228699551572e-05,
|
1490 |
+
"loss": 0.0429,
|
1491 |
+
"step": 247
|
1492 |
+
},
|
1493 |
+
{
|
1494 |
+
"epoch": 0.73,
|
1495 |
+
"learning_rate": 1.835575485799701e-05,
|
1496 |
+
"loss": 0.0729,
|
1497 |
+
"step": 248
|
1498 |
+
},
|
1499 |
+
{
|
1500 |
+
"epoch": 0.74,
|
1501 |
+
"learning_rate": 1.8348281016442454e-05,
|
1502 |
+
"loss": 0.0806,
|
1503 |
+
"step": 249
|
1504 |
+
},
|
1505 |
+
{
|
1506 |
+
"epoch": 0.74,
|
1507 |
+
"learning_rate": 1.8340807174887894e-05,
|
1508 |
+
"loss": 0.0601,
|
1509 |
+
"step": 250
|
1510 |
+
},
|
1511 |
+
{
|
1512 |
+
"epoch": 0.74,
|
1513 |
+
"learning_rate": 1.8333333333333333e-05,
|
1514 |
+
"loss": 0.062,
|
1515 |
+
"step": 251
|
1516 |
+
},
|
1517 |
+
{
|
1518 |
+
"epoch": 0.75,
|
1519 |
+
"learning_rate": 1.8325859491778776e-05,
|
1520 |
+
"loss": 0.1074,
|
1521 |
+
"step": 252
|
1522 |
+
},
|
1523 |
+
{
|
1524 |
+
"epoch": 0.75,
|
1525 |
+
"learning_rate": 1.8318385650224218e-05,
|
1526 |
+
"loss": 0.0427,
|
1527 |
+
"step": 253
|
1528 |
+
},
|
1529 |
+
{
|
1530 |
+
"epoch": 0.75,
|
1531 |
+
"learning_rate": 1.8310911808669657e-05,
|
1532 |
+
"loss": 0.1015,
|
1533 |
+
"step": 254
|
1534 |
+
},
|
1535 |
+
{
|
1536 |
+
"epoch": 0.75,
|
1537 |
+
"learning_rate": 1.83034379671151e-05,
|
1538 |
+
"loss": 0.0521,
|
1539 |
+
"step": 255
|
1540 |
+
},
|
1541 |
+
{
|
1542 |
+
"epoch": 0.76,
|
1543 |
+
"learning_rate": 1.829596412556054e-05,
|
1544 |
+
"loss": 0.0448,
|
1545 |
+
"step": 256
|
1546 |
+
},
|
1547 |
+
{
|
1548 |
+
"epoch": 0.76,
|
1549 |
+
"learning_rate": 1.828849028400598e-05,
|
1550 |
+
"loss": 0.0585,
|
1551 |
+
"step": 257
|
1552 |
+
},
|
1553 |
+
{
|
1554 |
+
"epoch": 0.76,
|
1555 |
+
"learning_rate": 1.828101644245142e-05,
|
1556 |
+
"loss": 0.0849,
|
1557 |
+
"step": 258
|
1558 |
+
},
|
1559 |
+
{
|
1560 |
+
"epoch": 0.77,
|
1561 |
+
"learning_rate": 1.8273542600896864e-05,
|
1562 |
+
"loss": 0.0897,
|
1563 |
+
"step": 259
|
1564 |
+
},
|
1565 |
+
{
|
1566 |
+
"epoch": 0.77,
|
1567 |
+
"learning_rate": 1.8266068759342303e-05,
|
1568 |
+
"loss": 0.0221,
|
1569 |
+
"step": 260
|
1570 |
+
},
|
1571 |
+
{
|
1572 |
+
"epoch": 0.77,
|
1573 |
+
"learning_rate": 1.8258594917787746e-05,
|
1574 |
+
"loss": 0.0745,
|
1575 |
+
"step": 261
|
1576 |
+
},
|
1577 |
+
{
|
1578 |
+
"epoch": 0.78,
|
1579 |
+
"learning_rate": 1.8251121076233185e-05,
|
1580 |
+
"loss": 0.0403,
|
1581 |
+
"step": 262
|
1582 |
+
},
|
1583 |
+
{
|
1584 |
+
"epoch": 0.78,
|
1585 |
+
"learning_rate": 1.8243647234678624e-05,
|
1586 |
+
"loss": 0.0425,
|
1587 |
+
"step": 263
|
1588 |
+
},
|
1589 |
+
{
|
1590 |
+
"epoch": 0.78,
|
1591 |
+
"learning_rate": 1.8236173393124067e-05,
|
1592 |
+
"loss": 0.1864,
|
1593 |
+
"step": 264
|
1594 |
+
},
|
1595 |
+
{
|
1596 |
+
"epoch": 0.78,
|
1597 |
+
"learning_rate": 1.822869955156951e-05,
|
1598 |
+
"loss": 0.1687,
|
1599 |
+
"step": 265
|
1600 |
+
},
|
1601 |
+
{
|
1602 |
+
"epoch": 0.79,
|
1603 |
+
"learning_rate": 1.822122571001495e-05,
|
1604 |
+
"loss": 0.1226,
|
1605 |
+
"step": 266
|
1606 |
+
},
|
1607 |
+
{
|
1608 |
+
"epoch": 0.79,
|
1609 |
+
"learning_rate": 1.8213751868460388e-05,
|
1610 |
+
"loss": 0.0665,
|
1611 |
+
"step": 267
|
1612 |
+
},
|
1613 |
+
{
|
1614 |
+
"epoch": 0.79,
|
1615 |
+
"learning_rate": 1.820627802690583e-05,
|
1616 |
+
"loss": 0.0278,
|
1617 |
+
"step": 268
|
1618 |
+
},
|
1619 |
+
{
|
1620 |
+
"epoch": 0.8,
|
1621 |
+
"learning_rate": 1.8198804185351273e-05,
|
1622 |
+
"loss": 0.0579,
|
1623 |
+
"step": 269
|
1624 |
+
},
|
1625 |
+
{
|
1626 |
+
"epoch": 0.8,
|
1627 |
+
"learning_rate": 1.8191330343796713e-05,
|
1628 |
+
"loss": 0.076,
|
1629 |
+
"step": 270
|
1630 |
+
},
|
1631 |
+
{
|
1632 |
+
"epoch": 0.8,
|
1633 |
+
"learning_rate": 1.8183856502242155e-05,
|
1634 |
+
"loss": 0.1066,
|
1635 |
+
"step": 271
|
1636 |
+
},
|
1637 |
+
{
|
1638 |
+
"epoch": 0.8,
|
1639 |
+
"learning_rate": 1.8176382660687595e-05,
|
1640 |
+
"loss": 0.0512,
|
1641 |
+
"step": 272
|
1642 |
+
},
|
1643 |
+
{
|
1644 |
+
"epoch": 0.81,
|
1645 |
+
"learning_rate": 1.8168908819133034e-05,
|
1646 |
+
"loss": 0.0652,
|
1647 |
+
"step": 273
|
1648 |
+
},
|
1649 |
+
{
|
1650 |
+
"epoch": 0.81,
|
1651 |
+
"learning_rate": 1.8161434977578477e-05,
|
1652 |
+
"loss": 0.0533,
|
1653 |
+
"step": 274
|
1654 |
+
},
|
1655 |
+
{
|
1656 |
+
"epoch": 0.81,
|
1657 |
+
"learning_rate": 1.815396113602392e-05,
|
1658 |
+
"loss": 0.0637,
|
1659 |
+
"step": 275
|
1660 |
+
},
|
1661 |
+
{
|
1662 |
+
"epoch": 0.82,
|
1663 |
+
"learning_rate": 1.814648729446936e-05,
|
1664 |
+
"loss": 0.042,
|
1665 |
+
"step": 276
|
1666 |
+
},
|
1667 |
+
{
|
1668 |
+
"epoch": 0.82,
|
1669 |
+
"learning_rate": 1.81390134529148e-05,
|
1670 |
+
"loss": 0.031,
|
1671 |
+
"step": 277
|
1672 |
+
},
|
1673 |
+
{
|
1674 |
+
"epoch": 0.82,
|
1675 |
+
"learning_rate": 1.813153961136024e-05,
|
1676 |
+
"loss": 0.0618,
|
1677 |
+
"step": 278
|
1678 |
+
},
|
1679 |
+
{
|
1680 |
+
"epoch": 0.83,
|
1681 |
+
"learning_rate": 1.812406576980568e-05,
|
1682 |
+
"loss": 0.1812,
|
1683 |
+
"step": 279
|
1684 |
+
},
|
1685 |
+
{
|
1686 |
+
"epoch": 0.83,
|
1687 |
+
"learning_rate": 1.8116591928251122e-05,
|
1688 |
+
"loss": 0.0516,
|
1689 |
+
"step": 280
|
1690 |
+
},
|
1691 |
+
{
|
1692 |
+
"epoch": 0.83,
|
1693 |
+
"learning_rate": 1.8109118086696565e-05,
|
1694 |
+
"loss": 0.0574,
|
1695 |
+
"step": 281
|
1696 |
+
},
|
1697 |
+
{
|
1698 |
+
"epoch": 0.83,
|
1699 |
+
"learning_rate": 1.8101644245142004e-05,
|
1700 |
+
"loss": 0.0619,
|
1701 |
+
"step": 282
|
1702 |
+
},
|
1703 |
+
{
|
1704 |
+
"epoch": 0.84,
|
1705 |
+
"learning_rate": 1.8094170403587447e-05,
|
1706 |
+
"loss": 0.0776,
|
1707 |
+
"step": 283
|
1708 |
+
},
|
1709 |
+
{
|
1710 |
+
"epoch": 0.84,
|
1711 |
+
"learning_rate": 1.8086696562032886e-05,
|
1712 |
+
"loss": 0.1249,
|
1713 |
+
"step": 284
|
1714 |
+
},
|
1715 |
+
{
|
1716 |
+
"epoch": 0.84,
|
1717 |
+
"learning_rate": 1.8079222720478325e-05,
|
1718 |
+
"loss": 0.1777,
|
1719 |
+
"step": 285
|
1720 |
+
},
|
1721 |
+
{
|
1722 |
+
"epoch": 0.85,
|
1723 |
+
"learning_rate": 1.8071748878923768e-05,
|
1724 |
+
"loss": 0.0577,
|
1725 |
+
"step": 286
|
1726 |
+
},
|
1727 |
+
{
|
1728 |
+
"epoch": 0.85,
|
1729 |
+
"learning_rate": 1.806427503736921e-05,
|
1730 |
+
"loss": 0.0734,
|
1731 |
+
"step": 287
|
1732 |
+
},
|
1733 |
+
{
|
1734 |
+
"epoch": 0.85,
|
1735 |
+
"learning_rate": 1.805680119581465e-05,
|
1736 |
+
"loss": 0.1135,
|
1737 |
+
"step": 288
|
1738 |
+
},
|
1739 |
+
{
|
1740 |
+
"epoch": 0.86,
|
1741 |
+
"learning_rate": 1.8049327354260093e-05,
|
1742 |
+
"loss": 0.032,
|
1743 |
+
"step": 289
|
1744 |
+
},
|
1745 |
+
{
|
1746 |
+
"epoch": 0.86,
|
1747 |
+
"learning_rate": 1.8041853512705532e-05,
|
1748 |
+
"loss": 0.1834,
|
1749 |
+
"step": 290
|
1750 |
+
},
|
1751 |
+
{
|
1752 |
+
"epoch": 0.86,
|
1753 |
+
"learning_rate": 1.803437967115097e-05,
|
1754 |
+
"loss": 0.0563,
|
1755 |
+
"step": 291
|
1756 |
+
},
|
1757 |
+
{
|
1758 |
+
"epoch": 0.86,
|
1759 |
+
"learning_rate": 1.8026905829596414e-05,
|
1760 |
+
"loss": 0.0525,
|
1761 |
+
"step": 292
|
1762 |
+
},
|
1763 |
+
{
|
1764 |
+
"epoch": 0.87,
|
1765 |
+
"learning_rate": 1.8019431988041856e-05,
|
1766 |
+
"loss": 0.0602,
|
1767 |
+
"step": 293
|
1768 |
+
},
|
1769 |
+
{
|
1770 |
+
"epoch": 0.87,
|
1771 |
+
"learning_rate": 1.8011958146487296e-05,
|
1772 |
+
"loss": 0.1962,
|
1773 |
+
"step": 294
|
1774 |
+
},
|
1775 |
+
{
|
1776 |
+
"epoch": 0.87,
|
1777 |
+
"learning_rate": 1.8004484304932738e-05,
|
1778 |
+
"loss": 0.0732,
|
1779 |
+
"step": 295
|
1780 |
+
},
|
1781 |
+
{
|
1782 |
+
"epoch": 0.88,
|
1783 |
+
"learning_rate": 1.7997010463378178e-05,
|
1784 |
+
"loss": 0.0252,
|
1785 |
+
"step": 296
|
1786 |
+
},
|
1787 |
+
{
|
1788 |
+
"epoch": 0.88,
|
1789 |
+
"learning_rate": 1.7989536621823617e-05,
|
1790 |
+
"loss": 0.1243,
|
1791 |
+
"step": 297
|
1792 |
+
},
|
1793 |
+
{
|
1794 |
+
"epoch": 0.88,
|
1795 |
+
"learning_rate": 1.798206278026906e-05,
|
1796 |
+
"loss": 0.0363,
|
1797 |
+
"step": 298
|
1798 |
+
},
|
1799 |
+
{
|
1800 |
+
"epoch": 0.88,
|
1801 |
+
"learning_rate": 1.7974588938714502e-05,
|
1802 |
+
"loss": 0.0544,
|
1803 |
+
"step": 299
|
1804 |
+
},
|
1805 |
+
{
|
1806 |
+
"epoch": 0.89,
|
1807 |
+
"learning_rate": 1.796711509715994e-05,
|
1808 |
+
"loss": 0.0315,
|
1809 |
+
"step": 300
|
1810 |
+
},
|
1811 |
+
{
|
1812 |
+
"epoch": 0.89,
|
1813 |
+
"learning_rate": 1.7959641255605384e-05,
|
1814 |
+
"loss": 0.1768,
|
1815 |
+
"step": 301
|
1816 |
+
},
|
1817 |
+
{
|
1818 |
+
"epoch": 0.89,
|
1819 |
+
"learning_rate": 1.7952167414050823e-05,
|
1820 |
+
"loss": 0.0601,
|
1821 |
+
"step": 302
|
1822 |
+
},
|
1823 |
+
{
|
1824 |
+
"epoch": 0.9,
|
1825 |
+
"learning_rate": 1.7944693572496266e-05,
|
1826 |
+
"loss": 0.0393,
|
1827 |
+
"step": 303
|
1828 |
+
},
|
1829 |
+
{
|
1830 |
+
"epoch": 0.9,
|
1831 |
+
"learning_rate": 1.7937219730941705e-05,
|
1832 |
+
"loss": 0.0289,
|
1833 |
+
"step": 304
|
1834 |
+
},
|
1835 |
+
{
|
1836 |
+
"epoch": 0.9,
|
1837 |
+
"learning_rate": 1.7929745889387148e-05,
|
1838 |
+
"loss": 0.1323,
|
1839 |
+
"step": 305
|
1840 |
+
},
|
1841 |
+
{
|
1842 |
+
"epoch": 0.91,
|
1843 |
+
"learning_rate": 1.7922272047832587e-05,
|
1844 |
+
"loss": 0.1477,
|
1845 |
+
"step": 306
|
1846 |
+
},
|
1847 |
+
{
|
1848 |
+
"epoch": 0.91,
|
1849 |
+
"learning_rate": 1.7914798206278026e-05,
|
1850 |
+
"loss": 0.0374,
|
1851 |
+
"step": 307
|
1852 |
+
},
|
1853 |
+
{
|
1854 |
+
"epoch": 0.91,
|
1855 |
+
"learning_rate": 1.790732436472347e-05,
|
1856 |
+
"loss": 0.1036,
|
1857 |
+
"step": 308
|
1858 |
+
},
|
1859 |
+
{
|
1860 |
+
"epoch": 0.91,
|
1861 |
+
"learning_rate": 1.789985052316891e-05,
|
1862 |
+
"loss": 0.0417,
|
1863 |
+
"step": 309
|
1864 |
+
},
|
1865 |
+
{
|
1866 |
+
"epoch": 0.92,
|
1867 |
+
"learning_rate": 1.789237668161435e-05,
|
1868 |
+
"loss": 0.0736,
|
1869 |
+
"step": 310
|
1870 |
+
},
|
1871 |
+
{
|
1872 |
+
"epoch": 0.92,
|
1873 |
+
"learning_rate": 1.7884902840059794e-05,
|
1874 |
+
"loss": 0.0307,
|
1875 |
+
"step": 311
|
1876 |
+
},
|
1877 |
+
{
|
1878 |
+
"epoch": 0.92,
|
1879 |
+
"learning_rate": 1.7877428998505233e-05,
|
1880 |
+
"loss": 0.0684,
|
1881 |
+
"step": 312
|
1882 |
+
},
|
1883 |
+
{
|
1884 |
+
"epoch": 0.93,
|
1885 |
+
"learning_rate": 1.7869955156950672e-05,
|
1886 |
+
"loss": 0.0391,
|
1887 |
+
"step": 313
|
1888 |
+
},
|
1889 |
+
{
|
1890 |
+
"epoch": 0.93,
|
1891 |
+
"learning_rate": 1.7862481315396115e-05,
|
1892 |
+
"loss": 0.0781,
|
1893 |
+
"step": 314
|
1894 |
+
},
|
1895 |
+
{
|
1896 |
+
"epoch": 0.93,
|
1897 |
+
"learning_rate": 1.7855007473841557e-05,
|
1898 |
+
"loss": 0.2455,
|
1899 |
+
"step": 315
|
1900 |
+
},
|
1901 |
+
{
|
1902 |
+
"epoch": 0.93,
|
1903 |
+
"learning_rate": 1.7847533632286997e-05,
|
1904 |
+
"loss": 0.1698,
|
1905 |
+
"step": 316
|
1906 |
+
},
|
1907 |
+
{
|
1908 |
+
"epoch": 0.94,
|
1909 |
+
"learning_rate": 1.784005979073244e-05,
|
1910 |
+
"loss": 0.0173,
|
1911 |
+
"step": 317
|
1912 |
+
},
|
1913 |
+
{
|
1914 |
+
"epoch": 0.94,
|
1915 |
+
"learning_rate": 1.783258594917788e-05,
|
1916 |
+
"loss": 0.1204,
|
1917 |
+
"step": 318
|
1918 |
+
},
|
1919 |
+
{
|
1920 |
+
"epoch": 0.94,
|
1921 |
+
"learning_rate": 1.7825112107623318e-05,
|
1922 |
+
"loss": 0.0667,
|
1923 |
+
"step": 319
|
1924 |
+
},
|
1925 |
+
{
|
1926 |
+
"epoch": 0.95,
|
1927 |
+
"learning_rate": 1.781763826606876e-05,
|
1928 |
+
"loss": 0.0214,
|
1929 |
+
"step": 320
|
1930 |
+
},
|
1931 |
+
{
|
1932 |
+
"epoch": 0.95,
|
1933 |
+
"learning_rate": 1.7810164424514203e-05,
|
1934 |
+
"loss": 0.0351,
|
1935 |
+
"step": 321
|
1936 |
+
},
|
1937 |
+
{
|
1938 |
+
"epoch": 0.95,
|
1939 |
+
"learning_rate": 1.7802690582959642e-05,
|
1940 |
+
"loss": 0.2676,
|
1941 |
+
"step": 322
|
1942 |
+
},
|
1943 |
+
{
|
1944 |
+
"epoch": 0.96,
|
1945 |
+
"learning_rate": 1.7795216741405085e-05,
|
1946 |
+
"loss": 0.0633,
|
1947 |
+
"step": 323
|
1948 |
+
},
|
1949 |
+
{
|
1950 |
+
"epoch": 0.96,
|
1951 |
+
"learning_rate": 1.7787742899850524e-05,
|
1952 |
+
"loss": 0.0249,
|
1953 |
+
"step": 324
|
1954 |
+
},
|
1955 |
+
{
|
1956 |
+
"epoch": 0.96,
|
1957 |
+
"learning_rate": 1.7780269058295964e-05,
|
1958 |
+
"loss": 0.1116,
|
1959 |
+
"step": 325
|
1960 |
+
},
|
1961 |
+
{
|
1962 |
+
"epoch": 0.96,
|
1963 |
+
"learning_rate": 1.7772795216741406e-05,
|
1964 |
+
"loss": 0.0439,
|
1965 |
+
"step": 326
|
1966 |
+
},
|
1967 |
+
{
|
1968 |
+
"epoch": 0.97,
|
1969 |
+
"learning_rate": 1.776532137518685e-05,
|
1970 |
+
"loss": 0.0798,
|
1971 |
+
"step": 327
|
1972 |
+
},
|
1973 |
+
{
|
1974 |
+
"epoch": 0.97,
|
1975 |
+
"learning_rate": 1.7757847533632288e-05,
|
1976 |
+
"loss": 0.0249,
|
1977 |
+
"step": 328
|
1978 |
+
},
|
1979 |
+
{
|
1980 |
+
"epoch": 0.97,
|
1981 |
+
"learning_rate": 1.775037369207773e-05,
|
1982 |
+
"loss": 0.0285,
|
1983 |
+
"step": 329
|
1984 |
+
},
|
1985 |
+
{
|
1986 |
+
"epoch": 0.98,
|
1987 |
+
"learning_rate": 1.774289985052317e-05,
|
1988 |
+
"loss": 0.0945,
|
1989 |
+
"step": 330
|
1990 |
+
},
|
1991 |
+
{
|
1992 |
+
"epoch": 0.98,
|
1993 |
+
"learning_rate": 1.773542600896861e-05,
|
1994 |
+
"loss": 0.1555,
|
1995 |
+
"step": 331
|
1996 |
+
},
|
1997 |
+
{
|
1998 |
+
"epoch": 0.98,
|
1999 |
+
"learning_rate": 1.7727952167414052e-05,
|
2000 |
+
"loss": 0.0378,
|
2001 |
+
"step": 332
|
2002 |
+
},
|
2003 |
+
{
|
2004 |
+
"epoch": 0.99,
|
2005 |
+
"learning_rate": 1.7720478325859495e-05,
|
2006 |
+
"loss": 0.0234,
|
2007 |
+
"step": 333
|
2008 |
+
},
|
2009 |
+
{
|
2010 |
+
"epoch": 0.99,
|
2011 |
+
"learning_rate": 1.7713004484304934e-05,
|
2012 |
+
"loss": 0.084,
|
2013 |
+
"step": 334
|
2014 |
+
},
|
2015 |
+
{
|
2016 |
+
"epoch": 0.99,
|
2017 |
+
"learning_rate": 1.7705530642750376e-05,
|
2018 |
+
"loss": 0.0862,
|
2019 |
+
"step": 335
|
2020 |
+
},
|
2021 |
+
{
|
2022 |
+
"epoch": 0.99,
|
2023 |
+
"learning_rate": 1.7698056801195816e-05,
|
2024 |
+
"loss": 0.0364,
|
2025 |
+
"step": 336
|
2026 |
+
},
|
2027 |
+
{
|
2028 |
+
"epoch": 1.0,
|
2029 |
+
"learning_rate": 1.769058295964126e-05,
|
2030 |
+
"loss": 0.0281,
|
2031 |
+
"step": 337
|
2032 |
+
},
|
2033 |
+
{
|
2034 |
+
"epoch": 1.0,
|
2035 |
+
"learning_rate": 1.7683109118086698e-05,
|
2036 |
+
"loss": 0.0277,
|
2037 |
+
"step": 338
|
2038 |
+
},
|
2039 |
+
{
|
2040 |
+
"epoch": 1.0,
|
2041 |
+
"learning_rate": 1.767563527653214e-05,
|
2042 |
+
"loss": 0.014,
|
2043 |
+
"step": 339
|
2044 |
+
},
|
2045 |
+
{
|
2046 |
+
"epoch": 1.01,
|
2047 |
+
"learning_rate": 1.766816143497758e-05,
|
2048 |
+
"loss": 0.0129,
|
2049 |
+
"step": 340
|
2050 |
+
},
|
2051 |
+
{
|
2052 |
+
"epoch": 1.01,
|
2053 |
+
"learning_rate": 1.766068759342302e-05,
|
2054 |
+
"loss": 0.0411,
|
2055 |
+
"step": 341
|
2056 |
+
},
|
2057 |
+
{
|
2058 |
+
"epoch": 1.01,
|
2059 |
+
"learning_rate": 1.765321375186846e-05,
|
2060 |
+
"loss": 0.0182,
|
2061 |
+
"step": 342
|
2062 |
+
},
|
2063 |
+
{
|
2064 |
+
"epoch": 1.01,
|
2065 |
+
"learning_rate": 1.7645739910313904e-05,
|
2066 |
+
"loss": 0.0105,
|
2067 |
+
"step": 343
|
2068 |
+
},
|
2069 |
+
{
|
2070 |
+
"epoch": 1.02,
|
2071 |
+
"learning_rate": 1.7638266068759343e-05,
|
2072 |
+
"loss": 0.0083,
|
2073 |
+
"step": 344
|
2074 |
+
},
|
2075 |
+
{
|
2076 |
+
"epoch": 1.02,
|
2077 |
+
"learning_rate": 1.7630792227204786e-05,
|
2078 |
+
"loss": 0.0113,
|
2079 |
+
"step": 345
|
2080 |
+
},
|
2081 |
+
{
|
2082 |
+
"epoch": 1.02,
|
2083 |
+
"learning_rate": 1.7623318385650225e-05,
|
2084 |
+
"loss": 0.0051,
|
2085 |
+
"step": 346
|
2086 |
+
},
|
2087 |
+
{
|
2088 |
+
"epoch": 1.03,
|
2089 |
+
"learning_rate": 1.7615844544095665e-05,
|
2090 |
+
"loss": 0.01,
|
2091 |
+
"step": 347
|
2092 |
+
},
|
2093 |
+
{
|
2094 |
+
"epoch": 1.03,
|
2095 |
+
"learning_rate": 1.7608370702541107e-05,
|
2096 |
+
"loss": 0.0148,
|
2097 |
+
"step": 348
|
2098 |
+
},
|
2099 |
+
{
|
2100 |
+
"epoch": 1.03,
|
2101 |
+
"learning_rate": 1.760089686098655e-05,
|
2102 |
+
"loss": 0.0527,
|
2103 |
+
"step": 349
|
2104 |
+
},
|
2105 |
+
{
|
2106 |
+
"epoch": 1.04,
|
2107 |
+
"learning_rate": 1.759342301943199e-05,
|
2108 |
+
"loss": 0.0112,
|
2109 |
+
"step": 350
|
2110 |
+
},
|
2111 |
+
{
|
2112 |
+
"epoch": 1.04,
|
2113 |
+
"learning_rate": 1.7585949177877432e-05,
|
2114 |
+
"loss": 0.0759,
|
2115 |
+
"step": 351
|
2116 |
+
},
|
2117 |
+
{
|
2118 |
+
"epoch": 1.04,
|
2119 |
+
"learning_rate": 1.757847533632287e-05,
|
2120 |
+
"loss": 0.0126,
|
2121 |
+
"step": 352
|
2122 |
+
},
|
2123 |
+
{
|
2124 |
+
"epoch": 1.04,
|
2125 |
+
"learning_rate": 1.757100149476831e-05,
|
2126 |
+
"loss": 0.0165,
|
2127 |
+
"step": 353
|
2128 |
+
},
|
2129 |
+
{
|
2130 |
+
"epoch": 1.05,
|
2131 |
+
"learning_rate": 1.7563527653213753e-05,
|
2132 |
+
"loss": 0.0113,
|
2133 |
+
"step": 354
|
2134 |
+
},
|
2135 |
+
{
|
2136 |
+
"epoch": 1.05,
|
2137 |
+
"learning_rate": 1.7556053811659196e-05,
|
2138 |
+
"loss": 0.0394,
|
2139 |
+
"step": 355
|
2140 |
+
},
|
2141 |
+
{
|
2142 |
+
"epoch": 1.05,
|
2143 |
+
"learning_rate": 1.7548579970104635e-05,
|
2144 |
+
"loss": 0.009,
|
2145 |
+
"step": 356
|
2146 |
+
},
|
2147 |
+
{
|
2148 |
+
"epoch": 1.06,
|
2149 |
+
"learning_rate": 1.7541106128550077e-05,
|
2150 |
+
"loss": 0.0126,
|
2151 |
+
"step": 357
|
2152 |
+
},
|
2153 |
+
{
|
2154 |
+
"epoch": 1.06,
|
2155 |
+
"learning_rate": 1.7533632286995517e-05,
|
2156 |
+
"loss": 0.0162,
|
2157 |
+
"step": 358
|
2158 |
+
},
|
2159 |
+
{
|
2160 |
+
"epoch": 1.06,
|
2161 |
+
"learning_rate": 1.7526158445440956e-05,
|
2162 |
+
"loss": 0.0052,
|
2163 |
+
"step": 359
|
2164 |
+
},
|
2165 |
+
{
|
2166 |
+
"epoch": 1.07,
|
2167 |
+
"learning_rate": 1.75186846038864e-05,
|
2168 |
+
"loss": 0.059,
|
2169 |
+
"step": 360
|
2170 |
+
},
|
2171 |
+
{
|
2172 |
+
"epoch": 1.07,
|
2173 |
+
"learning_rate": 1.751121076233184e-05,
|
2174 |
+
"loss": 0.0444,
|
2175 |
+
"step": 361
|
2176 |
+
},
|
2177 |
+
{
|
2178 |
+
"epoch": 1.07,
|
2179 |
+
"learning_rate": 1.750373692077728e-05,
|
2180 |
+
"loss": 0.006,
|
2181 |
+
"step": 362
|
2182 |
+
},
|
2183 |
+
{
|
2184 |
+
"epoch": 1.07,
|
2185 |
+
"learning_rate": 1.7496263079222723e-05,
|
2186 |
+
"loss": 0.0109,
|
2187 |
+
"step": 363
|
2188 |
+
},
|
2189 |
+
{
|
2190 |
+
"epoch": 1.08,
|
2191 |
+
"learning_rate": 1.7488789237668162e-05,
|
2192 |
+
"loss": 0.0062,
|
2193 |
+
"step": 364
|
2194 |
+
},
|
2195 |
+
{
|
2196 |
+
"epoch": 1.08,
|
2197 |
+
"learning_rate": 1.7481315396113602e-05,
|
2198 |
+
"loss": 0.0102,
|
2199 |
+
"step": 365
|
2200 |
+
},
|
2201 |
+
{
|
2202 |
+
"epoch": 1.08,
|
2203 |
+
"learning_rate": 1.7473841554559044e-05,
|
2204 |
+
"loss": 0.01,
|
2205 |
+
"step": 366
|
2206 |
+
},
|
2207 |
+
{
|
2208 |
+
"epoch": 1.09,
|
2209 |
+
"learning_rate": 1.7466367713004487e-05,
|
2210 |
+
"loss": 0.0094,
|
2211 |
+
"step": 367
|
2212 |
+
},
|
2213 |
+
{
|
2214 |
+
"epoch": 1.09,
|
2215 |
+
"learning_rate": 1.7458893871449926e-05,
|
2216 |
+
"loss": 0.0457,
|
2217 |
+
"step": 368
|
2218 |
+
},
|
2219 |
+
{
|
2220 |
+
"epoch": 1.09,
|
2221 |
+
"learning_rate": 1.745142002989537e-05,
|
2222 |
+
"loss": 0.009,
|
2223 |
+
"step": 369
|
2224 |
+
},
|
2225 |
+
{
|
2226 |
+
"epoch": 1.09,
|
2227 |
+
"learning_rate": 1.7443946188340808e-05,
|
2228 |
+
"loss": 0.0058,
|
2229 |
+
"step": 370
|
2230 |
+
},
|
2231 |
+
{
|
2232 |
+
"epoch": 1.1,
|
2233 |
+
"learning_rate": 1.7436472346786247e-05,
|
2234 |
+
"loss": 0.0078,
|
2235 |
+
"step": 371
|
2236 |
+
},
|
2237 |
+
{
|
2238 |
+
"epoch": 1.1,
|
2239 |
+
"learning_rate": 1.742899850523169e-05,
|
2240 |
+
"loss": 0.011,
|
2241 |
+
"step": 372
|
2242 |
+
},
|
2243 |
+
{
|
2244 |
+
"epoch": 1.1,
|
2245 |
+
"learning_rate": 1.7421524663677133e-05,
|
2246 |
+
"loss": 0.0078,
|
2247 |
+
"step": 373
|
2248 |
+
},
|
2249 |
+
{
|
2250 |
+
"epoch": 1.11,
|
2251 |
+
"learning_rate": 1.7414050822122572e-05,
|
2252 |
+
"loss": 0.0081,
|
2253 |
+
"step": 374
|
2254 |
+
},
|
2255 |
+
{
|
2256 |
+
"epoch": 1.11,
|
2257 |
+
"learning_rate": 1.740657698056801e-05,
|
2258 |
+
"loss": 0.0059,
|
2259 |
+
"step": 375
|
2260 |
+
},
|
2261 |
+
{
|
2262 |
+
"epoch": 1.11,
|
2263 |
+
"learning_rate": 1.7399103139013454e-05,
|
2264 |
+
"loss": 0.0101,
|
2265 |
+
"step": 376
|
2266 |
+
},
|
2267 |
+
{
|
2268 |
+
"epoch": 1.12,
|
2269 |
+
"learning_rate": 1.7391629297458897e-05,
|
2270 |
+
"loss": 0.0474,
|
2271 |
+
"step": 377
|
2272 |
+
},
|
2273 |
+
{
|
2274 |
+
"epoch": 1.12,
|
2275 |
+
"learning_rate": 1.7384155455904336e-05,
|
2276 |
+
"loss": 0.0085,
|
2277 |
+
"step": 378
|
2278 |
+
},
|
2279 |
+
{
|
2280 |
+
"epoch": 1.12,
|
2281 |
+
"learning_rate": 1.737668161434978e-05,
|
2282 |
+
"loss": 0.0097,
|
2283 |
+
"step": 379
|
2284 |
+
},
|
2285 |
+
{
|
2286 |
+
"epoch": 1.12,
|
2287 |
+
"learning_rate": 1.7369207772795218e-05,
|
2288 |
+
"loss": 0.0073,
|
2289 |
+
"step": 380
|
2290 |
+
},
|
2291 |
+
{
|
2292 |
+
"epoch": 1.13,
|
2293 |
+
"learning_rate": 1.7361733931240657e-05,
|
2294 |
+
"loss": 0.0101,
|
2295 |
+
"step": 381
|
2296 |
+
},
|
2297 |
+
{
|
2298 |
+
"epoch": 1.13,
|
2299 |
+
"learning_rate": 1.73542600896861e-05,
|
2300 |
+
"loss": 0.0569,
|
2301 |
+
"step": 382
|
2302 |
+
},
|
2303 |
+
{
|
2304 |
+
"epoch": 1.13,
|
2305 |
+
"learning_rate": 1.7346786248131542e-05,
|
2306 |
+
"loss": 0.0099,
|
2307 |
+
"step": 383
|
2308 |
+
},
|
2309 |
+
{
|
2310 |
+
"epoch": 1.14,
|
2311 |
+
"learning_rate": 1.733931240657698e-05,
|
2312 |
+
"loss": 0.0083,
|
2313 |
+
"step": 384
|
2314 |
+
},
|
2315 |
+
{
|
2316 |
+
"epoch": 1.14,
|
2317 |
+
"learning_rate": 1.7331838565022424e-05,
|
2318 |
+
"loss": 0.0178,
|
2319 |
+
"step": 385
|
2320 |
+
},
|
2321 |
+
{
|
2322 |
+
"epoch": 1.14,
|
2323 |
+
"learning_rate": 1.7324364723467863e-05,
|
2324 |
+
"loss": 0.0059,
|
2325 |
+
"step": 386
|
2326 |
+
},
|
2327 |
+
{
|
2328 |
+
"epoch": 1.14,
|
2329 |
+
"learning_rate": 1.7316890881913303e-05,
|
2330 |
+
"loss": 0.0073,
|
2331 |
+
"step": 387
|
2332 |
+
},
|
2333 |
+
{
|
2334 |
+
"epoch": 1.15,
|
2335 |
+
"learning_rate": 1.7309417040358745e-05,
|
2336 |
+
"loss": 0.0295,
|
2337 |
+
"step": 388
|
2338 |
+
},
|
2339 |
+
{
|
2340 |
+
"epoch": 1.15,
|
2341 |
+
"learning_rate": 1.7301943198804188e-05,
|
2342 |
+
"loss": 0.0382,
|
2343 |
+
"step": 389
|
2344 |
+
},
|
2345 |
+
{
|
2346 |
+
"epoch": 1.15,
|
2347 |
+
"learning_rate": 1.7294469357249627e-05,
|
2348 |
+
"loss": 0.0195,
|
2349 |
+
"step": 390
|
2350 |
+
},
|
2351 |
+
{
|
2352 |
+
"epoch": 1.16,
|
2353 |
+
"learning_rate": 1.728699551569507e-05,
|
2354 |
+
"loss": 0.0097,
|
2355 |
+
"step": 391
|
2356 |
+
},
|
2357 |
+
{
|
2358 |
+
"epoch": 1.16,
|
2359 |
+
"learning_rate": 1.727952167414051e-05,
|
2360 |
+
"loss": 0.0111,
|
2361 |
+
"step": 392
|
2362 |
+
},
|
2363 |
+
{
|
2364 |
+
"epoch": 1.16,
|
2365 |
+
"learning_rate": 1.727204783258595e-05,
|
2366 |
+
"loss": 0.0214,
|
2367 |
+
"step": 393
|
2368 |
+
},
|
2369 |
+
{
|
2370 |
+
"epoch": 1.17,
|
2371 |
+
"learning_rate": 1.726457399103139e-05,
|
2372 |
+
"loss": 0.0106,
|
2373 |
+
"step": 394
|
2374 |
+
},
|
2375 |
+
{
|
2376 |
+
"epoch": 1.17,
|
2377 |
+
"learning_rate": 1.7257100149476834e-05,
|
2378 |
+
"loss": 0.0035,
|
2379 |
+
"step": 395
|
2380 |
+
},
|
2381 |
+
{
|
2382 |
+
"epoch": 1.17,
|
2383 |
+
"learning_rate": 1.7249626307922273e-05,
|
2384 |
+
"loss": 0.0935,
|
2385 |
+
"step": 396
|
2386 |
+
},
|
2387 |
+
{
|
2388 |
+
"epoch": 1.17,
|
2389 |
+
"learning_rate": 1.7242152466367716e-05,
|
2390 |
+
"loss": 0.0049,
|
2391 |
+
"step": 397
|
2392 |
+
},
|
2393 |
+
{
|
2394 |
+
"epoch": 1.18,
|
2395 |
+
"learning_rate": 1.7234678624813155e-05,
|
2396 |
+
"loss": 0.0112,
|
2397 |
+
"step": 398
|
2398 |
+
},
|
2399 |
+
{
|
2400 |
+
"epoch": 1.18,
|
2401 |
+
"learning_rate": 1.7227204783258594e-05,
|
2402 |
+
"loss": 0.0231,
|
2403 |
+
"step": 399
|
2404 |
+
},
|
2405 |
+
{
|
2406 |
+
"epoch": 1.18,
|
2407 |
+
"learning_rate": 1.7219730941704037e-05,
|
2408 |
+
"loss": 0.016,
|
2409 |
+
"step": 400
|
2410 |
+
},
|
2411 |
+
{
|
2412 |
+
"epoch": 1.19,
|
2413 |
+
"learning_rate": 1.721225710014948e-05,
|
2414 |
+
"loss": 0.0096,
|
2415 |
+
"step": 401
|
2416 |
+
},
|
2417 |
+
{
|
2418 |
+
"epoch": 1.19,
|
2419 |
+
"learning_rate": 1.720478325859492e-05,
|
2420 |
+
"loss": 0.0199,
|
2421 |
+
"step": 402
|
2422 |
+
},
|
2423 |
+
{
|
2424 |
+
"epoch": 1.19,
|
2425 |
+
"learning_rate": 1.719730941704036e-05,
|
2426 |
+
"loss": 0.0155,
|
2427 |
+
"step": 403
|
2428 |
+
},
|
2429 |
+
{
|
2430 |
+
"epoch": 1.2,
|
2431 |
+
"learning_rate": 1.71898355754858e-05,
|
2432 |
+
"loss": 0.0723,
|
2433 |
+
"step": 404
|
2434 |
+
},
|
2435 |
+
{
|
2436 |
+
"epoch": 1.2,
|
2437 |
+
"learning_rate": 1.718236173393124e-05,
|
2438 |
+
"loss": 0.0126,
|
2439 |
+
"step": 405
|
2440 |
+
},
|
2441 |
+
{
|
2442 |
+
"epoch": 1.2,
|
2443 |
+
"learning_rate": 1.7174887892376683e-05,
|
2444 |
+
"loss": 0.0065,
|
2445 |
+
"step": 406
|
2446 |
+
},
|
2447 |
+
{
|
2448 |
+
"epoch": 1.2,
|
2449 |
+
"learning_rate": 1.7167414050822125e-05,
|
2450 |
+
"loss": 0.0155,
|
2451 |
+
"step": 407
|
2452 |
+
},
|
2453 |
+
{
|
2454 |
+
"epoch": 1.21,
|
2455 |
+
"learning_rate": 1.7159940209267564e-05,
|
2456 |
+
"loss": 0.0112,
|
2457 |
+
"step": 408
|
2458 |
+
},
|
2459 |
+
{
|
2460 |
+
"epoch": 1.21,
|
2461 |
+
"learning_rate": 1.7152466367713007e-05,
|
2462 |
+
"loss": 0.0134,
|
2463 |
+
"step": 409
|
2464 |
+
},
|
2465 |
+
{
|
2466 |
+
"epoch": 1.21,
|
2467 |
+
"learning_rate": 1.7144992526158446e-05,
|
2468 |
+
"loss": 0.0664,
|
2469 |
+
"step": 410
|
2470 |
+
},
|
2471 |
+
{
|
2472 |
+
"epoch": 1.22,
|
2473 |
+
"learning_rate": 1.713751868460389e-05,
|
2474 |
+
"loss": 0.0233,
|
2475 |
+
"step": 411
|
2476 |
+
},
|
2477 |
+
{
|
2478 |
+
"epoch": 1.22,
|
2479 |
+
"learning_rate": 1.7130044843049328e-05,
|
2480 |
+
"loss": 0.0259,
|
2481 |
+
"step": 412
|
2482 |
+
},
|
2483 |
+
{
|
2484 |
+
"epoch": 1.22,
|
2485 |
+
"learning_rate": 1.712257100149477e-05,
|
2486 |
+
"loss": 0.1194,
|
2487 |
+
"step": 413
|
2488 |
+
},
|
2489 |
+
{
|
2490 |
+
"epoch": 1.22,
|
2491 |
+
"learning_rate": 1.711509715994021e-05,
|
2492 |
+
"loss": 0.0067,
|
2493 |
+
"step": 414
|
2494 |
+
},
|
2495 |
+
{
|
2496 |
+
"epoch": 1.23,
|
2497 |
+
"learning_rate": 1.710762331838565e-05,
|
2498 |
+
"loss": 0.0146,
|
2499 |
+
"step": 415
|
2500 |
+
},
|
2501 |
+
{
|
2502 |
+
"epoch": 1.23,
|
2503 |
+
"learning_rate": 1.7100149476831092e-05,
|
2504 |
+
"loss": 0.0164,
|
2505 |
+
"step": 416
|
2506 |
+
},
|
2507 |
+
{
|
2508 |
+
"epoch": 1.23,
|
2509 |
+
"learning_rate": 1.7092675635276535e-05,
|
2510 |
+
"loss": 0.0465,
|
2511 |
+
"step": 417
|
2512 |
+
},
|
2513 |
+
{
|
2514 |
+
"epoch": 1.24,
|
2515 |
+
"learning_rate": 1.7085201793721974e-05,
|
2516 |
+
"loss": 0.0421,
|
2517 |
+
"step": 418
|
2518 |
+
},
|
2519 |
+
{
|
2520 |
+
"epoch": 1.24,
|
2521 |
+
"learning_rate": 1.7077727952167417e-05,
|
2522 |
+
"loss": 0.0049,
|
2523 |
+
"step": 419
|
2524 |
+
},
|
2525 |
+
{
|
2526 |
+
"epoch": 1.24,
|
2527 |
+
"learning_rate": 1.7070254110612856e-05,
|
2528 |
+
"loss": 0.028,
|
2529 |
+
"step": 420
|
2530 |
+
},
|
2531 |
+
{
|
2532 |
+
"epoch": 1.25,
|
2533 |
+
"learning_rate": 1.7062780269058295e-05,
|
2534 |
+
"loss": 0.0055,
|
2535 |
+
"step": 421
|
2536 |
+
},
|
2537 |
+
{
|
2538 |
+
"epoch": 1.25,
|
2539 |
+
"learning_rate": 1.7055306427503738e-05,
|
2540 |
+
"loss": 0.0451,
|
2541 |
+
"step": 422
|
2542 |
+
},
|
2543 |
+
{
|
2544 |
+
"epoch": 1.25,
|
2545 |
+
"learning_rate": 1.704783258594918e-05,
|
2546 |
+
"loss": 0.0283,
|
2547 |
+
"step": 423
|
2548 |
+
},
|
2549 |
+
{
|
2550 |
+
"epoch": 1.25,
|
2551 |
+
"learning_rate": 1.704035874439462e-05,
|
2552 |
+
"loss": 0.0129,
|
2553 |
+
"step": 424
|
2554 |
+
},
|
2555 |
+
{
|
2556 |
+
"epoch": 1.26,
|
2557 |
+
"learning_rate": 1.7032884902840062e-05,
|
2558 |
+
"loss": 0.0117,
|
2559 |
+
"step": 425
|
2560 |
+
},
|
2561 |
+
{
|
2562 |
+
"epoch": 1.26,
|
2563 |
+
"learning_rate": 1.70254110612855e-05,
|
2564 |
+
"loss": 0.0129,
|
2565 |
+
"step": 426
|
2566 |
+
},
|
2567 |
+
{
|
2568 |
+
"epoch": 1.26,
|
2569 |
+
"learning_rate": 1.701793721973094e-05,
|
2570 |
+
"loss": 0.0109,
|
2571 |
+
"step": 427
|
2572 |
+
},
|
2573 |
+
{
|
2574 |
+
"epoch": 1.27,
|
2575 |
+
"learning_rate": 1.7010463378176384e-05,
|
2576 |
+
"loss": 0.0095,
|
2577 |
+
"step": 428
|
2578 |
+
},
|
2579 |
+
{
|
2580 |
+
"epoch": 1.27,
|
2581 |
+
"learning_rate": 1.7002989536621826e-05,
|
2582 |
+
"loss": 0.0711,
|
2583 |
+
"step": 429
|
2584 |
+
},
|
2585 |
+
{
|
2586 |
+
"epoch": 1.27,
|
2587 |
+
"learning_rate": 1.6995515695067265e-05,
|
2588 |
+
"loss": 0.0716,
|
2589 |
+
"step": 430
|
2590 |
+
},
|
2591 |
+
{
|
2592 |
+
"epoch": 1.28,
|
2593 |
+
"learning_rate": 1.6988041853512708e-05,
|
2594 |
+
"loss": 0.0669,
|
2595 |
+
"step": 431
|
2596 |
+
},
|
2597 |
+
{
|
2598 |
+
"epoch": 1.28,
|
2599 |
+
"learning_rate": 1.6980568011958147e-05,
|
2600 |
+
"loss": 0.0067,
|
2601 |
+
"step": 432
|
2602 |
+
},
|
2603 |
+
{
|
2604 |
+
"epoch": 1.28,
|
2605 |
+
"learning_rate": 1.6973094170403587e-05,
|
2606 |
+
"loss": 0.0241,
|
2607 |
+
"step": 433
|
2608 |
+
},
|
2609 |
+
{
|
2610 |
+
"epoch": 1.28,
|
2611 |
+
"learning_rate": 1.696562032884903e-05,
|
2612 |
+
"loss": 0.0068,
|
2613 |
+
"step": 434
|
2614 |
+
},
|
2615 |
+
{
|
2616 |
+
"epoch": 1.29,
|
2617 |
+
"learning_rate": 1.6958146487294472e-05,
|
2618 |
+
"loss": 0.0297,
|
2619 |
+
"step": 435
|
2620 |
+
},
|
2621 |
+
{
|
2622 |
+
"epoch": 1.29,
|
2623 |
+
"learning_rate": 1.695067264573991e-05,
|
2624 |
+
"loss": 0.0581,
|
2625 |
+
"step": 436
|
2626 |
+
},
|
2627 |
+
{
|
2628 |
+
"epoch": 1.29,
|
2629 |
+
"learning_rate": 1.6943198804185354e-05,
|
2630 |
+
"loss": 0.0109,
|
2631 |
+
"step": 437
|
2632 |
+
},
|
2633 |
+
{
|
2634 |
+
"epoch": 1.3,
|
2635 |
+
"learning_rate": 1.6935724962630793e-05,
|
2636 |
+
"loss": 0.0059,
|
2637 |
+
"step": 438
|
2638 |
+
},
|
2639 |
+
{
|
2640 |
+
"epoch": 1.3,
|
2641 |
+
"learning_rate": 1.6928251121076232e-05,
|
2642 |
+
"loss": 0.0265,
|
2643 |
+
"step": 439
|
2644 |
+
},
|
2645 |
+
{
|
2646 |
+
"epoch": 1.3,
|
2647 |
+
"learning_rate": 1.6920777279521675e-05,
|
2648 |
+
"loss": 0.0597,
|
2649 |
+
"step": 440
|
2650 |
+
},
|
2651 |
+
{
|
2652 |
+
"epoch": 1.3,
|
2653 |
+
"learning_rate": 1.6913303437967118e-05,
|
2654 |
+
"loss": 0.0061,
|
2655 |
+
"step": 441
|
2656 |
+
},
|
2657 |
+
{
|
2658 |
+
"epoch": 1.31,
|
2659 |
+
"learning_rate": 1.6905829596412557e-05,
|
2660 |
+
"loss": 0.0114,
|
2661 |
+
"step": 442
|
2662 |
+
},
|
2663 |
+
{
|
2664 |
+
"epoch": 1.31,
|
2665 |
+
"learning_rate": 1.6898355754858e-05,
|
2666 |
+
"loss": 0.0123,
|
2667 |
+
"step": 443
|
2668 |
+
},
|
2669 |
+
{
|
2670 |
+
"epoch": 1.31,
|
2671 |
+
"learning_rate": 1.689088191330344e-05,
|
2672 |
+
"loss": 0.0064,
|
2673 |
+
"step": 444
|
2674 |
+
},
|
2675 |
+
{
|
2676 |
+
"epoch": 1.32,
|
2677 |
+
"learning_rate": 1.688340807174888e-05,
|
2678 |
+
"loss": 0.0107,
|
2679 |
+
"step": 445
|
2680 |
+
},
|
2681 |
+
{
|
2682 |
+
"epoch": 1.32,
|
2683 |
+
"learning_rate": 1.687593423019432e-05,
|
2684 |
+
"loss": 0.0153,
|
2685 |
+
"step": 446
|
2686 |
+
},
|
2687 |
+
{
|
2688 |
+
"epoch": 1.32,
|
2689 |
+
"learning_rate": 1.6868460388639763e-05,
|
2690 |
+
"loss": 0.0122,
|
2691 |
+
"step": 447
|
2692 |
+
},
|
2693 |
+
{
|
2694 |
+
"epoch": 1.33,
|
2695 |
+
"learning_rate": 1.6860986547085203e-05,
|
2696 |
+
"loss": 0.0212,
|
2697 |
+
"step": 448
|
2698 |
+
},
|
2699 |
+
{
|
2700 |
+
"epoch": 1.33,
|
2701 |
+
"learning_rate": 1.6853512705530642e-05,
|
2702 |
+
"loss": 0.0412,
|
2703 |
+
"step": 449
|
2704 |
+
},
|
2705 |
+
{
|
2706 |
+
"epoch": 1.33,
|
2707 |
+
"learning_rate": 1.6846038863976085e-05,
|
2708 |
+
"loss": 0.187,
|
2709 |
+
"step": 450
|
2710 |
+
},
|
2711 |
+
{
|
2712 |
+
"epoch": 1.33,
|
2713 |
+
"learning_rate": 1.6838565022421527e-05,
|
2714 |
+
"loss": 0.0641,
|
2715 |
+
"step": 451
|
2716 |
+
},
|
2717 |
+
{
|
2718 |
+
"epoch": 1.34,
|
2719 |
+
"learning_rate": 1.6831091180866966e-05,
|
2720 |
+
"loss": 0.0902,
|
2721 |
+
"step": 452
|
2722 |
+
},
|
2723 |
+
{
|
2724 |
+
"epoch": 1.34,
|
2725 |
+
"learning_rate": 1.682361733931241e-05,
|
2726 |
+
"loss": 0.0073,
|
2727 |
+
"step": 453
|
2728 |
+
},
|
2729 |
+
{
|
2730 |
+
"epoch": 1.34,
|
2731 |
+
"learning_rate": 1.681614349775785e-05,
|
2732 |
+
"loss": 0.033,
|
2733 |
+
"step": 454
|
2734 |
+
},
|
2735 |
+
{
|
2736 |
+
"epoch": 1.35,
|
2737 |
+
"learning_rate": 1.6808669656203288e-05,
|
2738 |
+
"loss": 0.0104,
|
2739 |
+
"step": 455
|
2740 |
+
},
|
2741 |
+
{
|
2742 |
+
"epoch": 1.35,
|
2743 |
+
"learning_rate": 1.680119581464873e-05,
|
2744 |
+
"loss": 0.0122,
|
2745 |
+
"step": 456
|
2746 |
+
},
|
2747 |
+
{
|
2748 |
+
"epoch": 1.35,
|
2749 |
+
"learning_rate": 1.6793721973094173e-05,
|
2750 |
+
"loss": 0.0131,
|
2751 |
+
"step": 457
|
2752 |
+
},
|
2753 |
+
{
|
2754 |
+
"epoch": 1.36,
|
2755 |
+
"learning_rate": 1.6786248131539612e-05,
|
2756 |
+
"loss": 0.0673,
|
2757 |
+
"step": 458
|
2758 |
+
},
|
2759 |
+
{
|
2760 |
+
"epoch": 1.36,
|
2761 |
+
"learning_rate": 1.6778774289985055e-05,
|
2762 |
+
"loss": 0.0271,
|
2763 |
+
"step": 459
|
2764 |
+
},
|
2765 |
+
{
|
2766 |
+
"epoch": 1.36,
|
2767 |
+
"learning_rate": 1.6771300448430494e-05,
|
2768 |
+
"loss": 0.0143,
|
2769 |
+
"step": 460
|
2770 |
+
},
|
2771 |
+
{
|
2772 |
+
"epoch": 1.36,
|
2773 |
+
"learning_rate": 1.6763826606875933e-05,
|
2774 |
+
"loss": 0.01,
|
2775 |
+
"step": 461
|
2776 |
+
},
|
2777 |
+
{
|
2778 |
+
"epoch": 1.37,
|
2779 |
+
"learning_rate": 1.6756352765321376e-05,
|
2780 |
+
"loss": 0.0201,
|
2781 |
+
"step": 462
|
2782 |
+
},
|
2783 |
+
{
|
2784 |
+
"epoch": 1.37,
|
2785 |
+
"learning_rate": 1.674887892376682e-05,
|
2786 |
+
"loss": 0.0056,
|
2787 |
+
"step": 463
|
2788 |
+
},
|
2789 |
+
{
|
2790 |
+
"epoch": 1.37,
|
2791 |
+
"learning_rate": 1.6741405082212258e-05,
|
2792 |
+
"loss": 0.0618,
|
2793 |
+
"step": 464
|
2794 |
+
},
|
2795 |
+
{
|
2796 |
+
"epoch": 1.38,
|
2797 |
+
"learning_rate": 1.67339312406577e-05,
|
2798 |
+
"loss": 0.0141,
|
2799 |
+
"step": 465
|
2800 |
+
},
|
2801 |
+
{
|
2802 |
+
"epoch": 1.38,
|
2803 |
+
"learning_rate": 1.672645739910314e-05,
|
2804 |
+
"loss": 0.0118,
|
2805 |
+
"step": 466
|
2806 |
+
},
|
2807 |
+
{
|
2808 |
+
"epoch": 1.38,
|
2809 |
+
"learning_rate": 1.671898355754858e-05,
|
2810 |
+
"loss": 0.0105,
|
2811 |
+
"step": 467
|
2812 |
+
},
|
2813 |
+
{
|
2814 |
+
"epoch": 1.38,
|
2815 |
+
"learning_rate": 1.6711509715994022e-05,
|
2816 |
+
"loss": 0.0082,
|
2817 |
+
"step": 468
|
2818 |
+
},
|
2819 |
+
{
|
2820 |
+
"epoch": 1.39,
|
2821 |
+
"learning_rate": 1.6704035874439464e-05,
|
2822 |
+
"loss": 0.0104,
|
2823 |
+
"step": 469
|
2824 |
+
},
|
2825 |
+
{
|
2826 |
+
"epoch": 1.39,
|
2827 |
+
"learning_rate": 1.6696562032884904e-05,
|
2828 |
+
"loss": 0.03,
|
2829 |
+
"step": 470
|
2830 |
+
},
|
2831 |
+
{
|
2832 |
+
"epoch": 1.39,
|
2833 |
+
"learning_rate": 1.6689088191330346e-05,
|
2834 |
+
"loss": 0.0099,
|
2835 |
+
"step": 471
|
2836 |
+
},
|
2837 |
+
{
|
2838 |
+
"epoch": 1.4,
|
2839 |
+
"learning_rate": 1.6681614349775786e-05,
|
2840 |
+
"loss": 0.0157,
|
2841 |
+
"step": 472
|
2842 |
+
},
|
2843 |
+
{
|
2844 |
+
"epoch": 1.4,
|
2845 |
+
"learning_rate": 1.6674140508221225e-05,
|
2846 |
+
"loss": 0.0101,
|
2847 |
+
"step": 473
|
2848 |
+
},
|
2849 |
+
{
|
2850 |
+
"epoch": 1.4,
|
2851 |
+
"learning_rate": 1.6666666666666667e-05,
|
2852 |
+
"loss": 0.0048,
|
2853 |
+
"step": 474
|
2854 |
+
},
|
2855 |
+
{
|
2856 |
+
"epoch": 1.41,
|
2857 |
+
"learning_rate": 1.665919282511211e-05,
|
2858 |
+
"loss": 0.0157,
|
2859 |
+
"step": 475
|
2860 |
+
},
|
2861 |
+
{
|
2862 |
+
"epoch": 1.41,
|
2863 |
+
"learning_rate": 1.665171898355755e-05,
|
2864 |
+
"loss": 0.0271,
|
2865 |
+
"step": 476
|
2866 |
+
},
|
2867 |
+
{
|
2868 |
+
"epoch": 1.41,
|
2869 |
+
"learning_rate": 1.6644245142002992e-05,
|
2870 |
+
"loss": 0.0232,
|
2871 |
+
"step": 477
|
2872 |
+
},
|
2873 |
+
{
|
2874 |
+
"epoch": 1.41,
|
2875 |
+
"learning_rate": 1.663677130044843e-05,
|
2876 |
+
"loss": 0.0088,
|
2877 |
+
"step": 478
|
2878 |
+
},
|
2879 |
+
{
|
2880 |
+
"epoch": 1.42,
|
2881 |
+
"learning_rate": 1.6629297458893874e-05,
|
2882 |
+
"loss": 0.0147,
|
2883 |
+
"step": 479
|
2884 |
+
},
|
2885 |
+
{
|
2886 |
+
"epoch": 1.42,
|
2887 |
+
"learning_rate": 1.6621823617339313e-05,
|
2888 |
+
"loss": 0.0054,
|
2889 |
+
"step": 480
|
2890 |
+
},
|
2891 |
+
{
|
2892 |
+
"epoch": 1.42,
|
2893 |
+
"learning_rate": 1.6614349775784756e-05,
|
2894 |
+
"loss": 0.0254,
|
2895 |
+
"step": 481
|
2896 |
+
},
|
2897 |
+
{
|
2898 |
+
"epoch": 1.43,
|
2899 |
+
"learning_rate": 1.6606875934230195e-05,
|
2900 |
+
"loss": 0.0089,
|
2901 |
+
"step": 482
|
2902 |
+
},
|
2903 |
+
{
|
2904 |
+
"epoch": 1.43,
|
2905 |
+
"learning_rate": 1.6599402092675638e-05,
|
2906 |
+
"loss": 0.0425,
|
2907 |
+
"step": 483
|
2908 |
+
},
|
2909 |
+
{
|
2910 |
+
"epoch": 1.43,
|
2911 |
+
"learning_rate": 1.6591928251121077e-05,
|
2912 |
+
"loss": 0.0813,
|
2913 |
+
"step": 484
|
2914 |
+
},
|
2915 |
+
{
|
2916 |
+
"epoch": 1.43,
|
2917 |
+
"learning_rate": 1.658445440956652e-05,
|
2918 |
+
"loss": 0.029,
|
2919 |
+
"step": 485
|
2920 |
+
},
|
2921 |
+
{
|
2922 |
+
"epoch": 1.44,
|
2923 |
+
"learning_rate": 1.657698056801196e-05,
|
2924 |
+
"loss": 0.0117,
|
2925 |
+
"step": 486
|
2926 |
+
},
|
2927 |
+
{
|
2928 |
+
"epoch": 1.44,
|
2929 |
+
"learning_rate": 1.65695067264574e-05,
|
2930 |
+
"loss": 0.0259,
|
2931 |
+
"step": 487
|
2932 |
+
},
|
2933 |
+
{
|
2934 |
+
"epoch": 1.44,
|
2935 |
+
"learning_rate": 1.656203288490284e-05,
|
2936 |
+
"loss": 0.011,
|
2937 |
+
"step": 488
|
2938 |
+
},
|
2939 |
+
{
|
2940 |
+
"epoch": 1.45,
|
2941 |
+
"learning_rate": 1.655455904334828e-05,
|
2942 |
+
"loss": 0.012,
|
2943 |
+
"step": 489
|
2944 |
+
},
|
2945 |
+
{
|
2946 |
+
"epoch": 1.45,
|
2947 |
+
"learning_rate": 1.6547085201793723e-05,
|
2948 |
+
"loss": 0.0072,
|
2949 |
+
"step": 490
|
2950 |
+
},
|
2951 |
+
{
|
2952 |
+
"epoch": 1.45,
|
2953 |
+
"learning_rate": 1.6539611360239165e-05,
|
2954 |
+
"loss": 0.0224,
|
2955 |
+
"step": 491
|
2956 |
+
},
|
2957 |
+
{
|
2958 |
+
"epoch": 1.46,
|
2959 |
+
"learning_rate": 1.6532137518684605e-05,
|
2960 |
+
"loss": 0.0073,
|
2961 |
+
"step": 492
|
2962 |
+
},
|
2963 |
+
{
|
2964 |
+
"epoch": 1.46,
|
2965 |
+
"learning_rate": 1.6524663677130047e-05,
|
2966 |
+
"loss": 0.0607,
|
2967 |
+
"step": 493
|
2968 |
+
},
|
2969 |
+
{
|
2970 |
+
"epoch": 1.46,
|
2971 |
+
"learning_rate": 1.6517189835575487e-05,
|
2972 |
+
"loss": 0.0037,
|
2973 |
+
"step": 494
|
2974 |
+
},
|
2975 |
+
{
|
2976 |
+
"epoch": 1.46,
|
2977 |
+
"learning_rate": 1.6509715994020926e-05,
|
2978 |
+
"loss": 0.0111,
|
2979 |
+
"step": 495
|
2980 |
+
},
|
2981 |
+
{
|
2982 |
+
"epoch": 1.47,
|
2983 |
+
"learning_rate": 1.650224215246637e-05,
|
2984 |
+
"loss": 0.0187,
|
2985 |
+
"step": 496
|
2986 |
+
},
|
2987 |
+
{
|
2988 |
+
"epoch": 1.47,
|
2989 |
+
"learning_rate": 1.649476831091181e-05,
|
2990 |
+
"loss": 0.0161,
|
2991 |
+
"step": 497
|
2992 |
+
},
|
2993 |
+
{
|
2994 |
+
"epoch": 1.47,
|
2995 |
+
"learning_rate": 1.648729446935725e-05,
|
2996 |
+
"loss": 0.0065,
|
2997 |
+
"step": 498
|
2998 |
+
},
|
2999 |
+
{
|
3000 |
+
"epoch": 1.48,
|
3001 |
+
"learning_rate": 1.6479820627802693e-05,
|
3002 |
+
"loss": 0.0091,
|
3003 |
+
"step": 499
|
3004 |
+
},
|
3005 |
+
{
|
3006 |
+
"epoch": 1.48,
|
3007 |
+
"learning_rate": 1.6472346786248132e-05,
|
3008 |
+
"loss": 0.009,
|
3009 |
+
"step": 500
|
3010 |
+
},
|
3011 |
+
{
|
3012 |
+
"epoch": 1.48,
|
3013 |
+
"learning_rate": 1.646487294469357e-05,
|
3014 |
+
"loss": 0.0109,
|
3015 |
+
"step": 501
|
3016 |
+
},
|
3017 |
+
{
|
3018 |
+
"epoch": 1.49,
|
3019 |
+
"learning_rate": 1.6457399103139014e-05,
|
3020 |
+
"loss": 0.0117,
|
3021 |
+
"step": 502
|
3022 |
+
},
|
3023 |
+
{
|
3024 |
+
"epoch": 1.49,
|
3025 |
+
"learning_rate": 1.6449925261584457e-05,
|
3026 |
+
"loss": 0.0344,
|
3027 |
+
"step": 503
|
3028 |
+
},
|
3029 |
+
{
|
3030 |
+
"epoch": 1.49,
|
3031 |
+
"learning_rate": 1.6442451420029896e-05,
|
3032 |
+
"loss": 0.0193,
|
3033 |
+
"step": 504
|
3034 |
+
},
|
3035 |
+
{
|
3036 |
+
"epoch": 1.49,
|
3037 |
+
"learning_rate": 1.643497757847534e-05,
|
3038 |
+
"loss": 0.0116,
|
3039 |
+
"step": 505
|
3040 |
+
},
|
3041 |
+
{
|
3042 |
+
"epoch": 1.5,
|
3043 |
+
"learning_rate": 1.6427503736920778e-05,
|
3044 |
+
"loss": 0.0151,
|
3045 |
+
"step": 506
|
3046 |
+
},
|
3047 |
+
{
|
3048 |
+
"epoch": 1.5,
|
3049 |
+
"learning_rate": 1.6420029895366217e-05,
|
3050 |
+
"loss": 0.0116,
|
3051 |
+
"step": 507
|
3052 |
+
},
|
3053 |
+
{
|
3054 |
+
"epoch": 1.5,
|
3055 |
+
"learning_rate": 1.641255605381166e-05,
|
3056 |
+
"loss": 0.0198,
|
3057 |
+
"step": 508
|
3058 |
+
},
|
3059 |
+
{
|
3060 |
+
"epoch": 1.51,
|
3061 |
+
"learning_rate": 1.6405082212257103e-05,
|
3062 |
+
"loss": 0.0079,
|
3063 |
+
"step": 509
|
3064 |
+
},
|
3065 |
+
{
|
3066 |
+
"epoch": 1.51,
|
3067 |
+
"learning_rate": 1.6397608370702542e-05,
|
3068 |
+
"loss": 0.0096,
|
3069 |
+
"step": 510
|
3070 |
+
},
|
3071 |
+
{
|
3072 |
+
"epoch": 1.51,
|
3073 |
+
"learning_rate": 1.6390134529147984e-05,
|
3074 |
+
"loss": 0.0225,
|
3075 |
+
"step": 511
|
3076 |
+
},
|
3077 |
+
{
|
3078 |
+
"epoch": 1.51,
|
3079 |
+
"learning_rate": 1.6382660687593424e-05,
|
3080 |
+
"loss": 0.0403,
|
3081 |
+
"step": 512
|
3082 |
+
},
|
3083 |
+
{
|
3084 |
+
"epoch": 1.52,
|
3085 |
+
"learning_rate": 1.6375186846038866e-05,
|
3086 |
+
"loss": 0.0078,
|
3087 |
+
"step": 513
|
3088 |
+
},
|
3089 |
+
{
|
3090 |
+
"epoch": 1.52,
|
3091 |
+
"learning_rate": 1.6367713004484306e-05,
|
3092 |
+
"loss": 0.0018,
|
3093 |
+
"step": 514
|
3094 |
+
},
|
3095 |
+
{
|
3096 |
+
"epoch": 1.52,
|
3097 |
+
"learning_rate": 1.6360239162929748e-05,
|
3098 |
+
"loss": 0.0154,
|
3099 |
+
"step": 515
|
3100 |
+
},
|
3101 |
+
{
|
3102 |
+
"epoch": 1.53,
|
3103 |
+
"learning_rate": 1.6352765321375188e-05,
|
3104 |
+
"loss": 0.0192,
|
3105 |
+
"step": 516
|
3106 |
+
},
|
3107 |
+
{
|
3108 |
+
"epoch": 1.53,
|
3109 |
+
"learning_rate": 1.634529147982063e-05,
|
3110 |
+
"loss": 0.0578,
|
3111 |
+
"step": 517
|
3112 |
+
},
|
3113 |
+
{
|
3114 |
+
"epoch": 1.53,
|
3115 |
+
"learning_rate": 1.633781763826607e-05,
|
3116 |
+
"loss": 0.0641,
|
3117 |
+
"step": 518
|
3118 |
+
},
|
3119 |
+
{
|
3120 |
+
"epoch": 1.54,
|
3121 |
+
"learning_rate": 1.6330343796711512e-05,
|
3122 |
+
"loss": 0.0141,
|
3123 |
+
"step": 519
|
3124 |
+
},
|
3125 |
+
{
|
3126 |
+
"epoch": 1.54,
|
3127 |
+
"learning_rate": 1.632286995515695e-05,
|
3128 |
+
"loss": 0.0174,
|
3129 |
+
"step": 520
|
3130 |
+
},
|
3131 |
+
{
|
3132 |
+
"epoch": 1.54,
|
3133 |
+
"learning_rate": 1.6315396113602394e-05,
|
3134 |
+
"loss": 0.0095,
|
3135 |
+
"step": 521
|
3136 |
+
},
|
3137 |
+
{
|
3138 |
+
"epoch": 1.54,
|
3139 |
+
"learning_rate": 1.6307922272047833e-05,
|
3140 |
+
"loss": 0.0068,
|
3141 |
+
"step": 522
|
3142 |
+
},
|
3143 |
+
{
|
3144 |
+
"epoch": 1.55,
|
3145 |
+
"learning_rate": 1.6300448430493273e-05,
|
3146 |
+
"loss": 0.0154,
|
3147 |
+
"step": 523
|
3148 |
+
},
|
3149 |
+
{
|
3150 |
+
"epoch": 1.55,
|
3151 |
+
"learning_rate": 1.6292974588938715e-05,
|
3152 |
+
"loss": 0.0706,
|
3153 |
+
"step": 524
|
3154 |
+
},
|
3155 |
+
{
|
3156 |
+
"epoch": 1.55,
|
3157 |
+
"learning_rate": 1.6285500747384158e-05,
|
3158 |
+
"loss": 0.0065,
|
3159 |
+
"step": 525
|
3160 |
+
},
|
3161 |
+
{
|
3162 |
+
"epoch": 1.56,
|
3163 |
+
"learning_rate": 1.6278026905829597e-05,
|
3164 |
+
"loss": 0.0174,
|
3165 |
+
"step": 526
|
3166 |
+
},
|
3167 |
+
{
|
3168 |
+
"epoch": 1.56,
|
3169 |
+
"learning_rate": 1.627055306427504e-05,
|
3170 |
+
"loss": 0.0121,
|
3171 |
+
"step": 527
|
3172 |
+
},
|
3173 |
+
{
|
3174 |
+
"epoch": 1.56,
|
3175 |
+
"learning_rate": 1.626307922272048e-05,
|
3176 |
+
"loss": 0.0078,
|
3177 |
+
"step": 528
|
3178 |
+
},
|
3179 |
+
{
|
3180 |
+
"epoch": 1.57,
|
3181 |
+
"learning_rate": 1.6255605381165918e-05,
|
3182 |
+
"loss": 0.0217,
|
3183 |
+
"step": 529
|
3184 |
+
},
|
3185 |
+
{
|
3186 |
+
"epoch": 1.57,
|
3187 |
+
"learning_rate": 1.624813153961136e-05,
|
3188 |
+
"loss": 0.049,
|
3189 |
+
"step": 530
|
3190 |
+
},
|
3191 |
+
{
|
3192 |
+
"epoch": 1.57,
|
3193 |
+
"learning_rate": 1.6240657698056804e-05,
|
3194 |
+
"loss": 0.0124,
|
3195 |
+
"step": 531
|
3196 |
+
},
|
3197 |
+
{
|
3198 |
+
"epoch": 1.57,
|
3199 |
+
"learning_rate": 1.6233183856502243e-05,
|
3200 |
+
"loss": 0.0085,
|
3201 |
+
"step": 532
|
3202 |
+
},
|
3203 |
+
{
|
3204 |
+
"epoch": 1.58,
|
3205 |
+
"learning_rate": 1.6225710014947685e-05,
|
3206 |
+
"loss": 0.0038,
|
3207 |
+
"step": 533
|
3208 |
+
},
|
3209 |
+
{
|
3210 |
+
"epoch": 1.58,
|
3211 |
+
"learning_rate": 1.6218236173393125e-05,
|
3212 |
+
"loss": 0.0382,
|
3213 |
+
"step": 534
|
3214 |
+
},
|
3215 |
+
{
|
3216 |
+
"epoch": 1.58,
|
3217 |
+
"learning_rate": 1.6210762331838564e-05,
|
3218 |
+
"loss": 0.0235,
|
3219 |
+
"step": 535
|
3220 |
+
},
|
3221 |
+
{
|
3222 |
+
"epoch": 1.59,
|
3223 |
+
"learning_rate": 1.6203288490284007e-05,
|
3224 |
+
"loss": 0.0067,
|
3225 |
+
"step": 536
|
3226 |
+
},
|
3227 |
+
{
|
3228 |
+
"epoch": 1.59,
|
3229 |
+
"learning_rate": 1.619581464872945e-05,
|
3230 |
+
"loss": 0.0496,
|
3231 |
+
"step": 537
|
3232 |
+
},
|
3233 |
+
{
|
3234 |
+
"epoch": 1.59,
|
3235 |
+
"learning_rate": 1.618834080717489e-05,
|
3236 |
+
"loss": 0.0433,
|
3237 |
+
"step": 538
|
3238 |
+
},
|
3239 |
+
{
|
3240 |
+
"epoch": 1.59,
|
3241 |
+
"learning_rate": 1.618086696562033e-05,
|
3242 |
+
"loss": 0.0158,
|
3243 |
+
"step": 539
|
3244 |
+
},
|
3245 |
+
{
|
3246 |
+
"epoch": 1.6,
|
3247 |
+
"learning_rate": 1.617339312406577e-05,
|
3248 |
+
"loss": 0.0294,
|
3249 |
+
"step": 540
|
3250 |
+
},
|
3251 |
+
{
|
3252 |
+
"epoch": 1.6,
|
3253 |
+
"learning_rate": 1.616591928251121e-05,
|
3254 |
+
"loss": 0.0128,
|
3255 |
+
"step": 541
|
3256 |
+
},
|
3257 |
+
{
|
3258 |
+
"epoch": 1.6,
|
3259 |
+
"learning_rate": 1.6158445440956652e-05,
|
3260 |
+
"loss": 0.0215,
|
3261 |
+
"step": 542
|
3262 |
+
},
|
3263 |
+
{
|
3264 |
+
"epoch": 1.61,
|
3265 |
+
"learning_rate": 1.6150971599402095e-05,
|
3266 |
+
"loss": 0.0075,
|
3267 |
+
"step": 543
|
3268 |
+
},
|
3269 |
+
{
|
3270 |
+
"epoch": 1.61,
|
3271 |
+
"learning_rate": 1.6143497757847534e-05,
|
3272 |
+
"loss": 0.0061,
|
3273 |
+
"step": 544
|
3274 |
+
},
|
3275 |
+
{
|
3276 |
+
"epoch": 1.61,
|
3277 |
+
"learning_rate": 1.6136023916292977e-05,
|
3278 |
+
"loss": 0.0123,
|
3279 |
+
"step": 545
|
3280 |
+
},
|
3281 |
+
{
|
3282 |
+
"epoch": 1.62,
|
3283 |
+
"learning_rate": 1.6128550074738416e-05,
|
3284 |
+
"loss": 0.0613,
|
3285 |
+
"step": 546
|
3286 |
+
},
|
3287 |
+
{
|
3288 |
+
"epoch": 1.62,
|
3289 |
+
"learning_rate": 1.612107623318386e-05,
|
3290 |
+
"loss": 0.0182,
|
3291 |
+
"step": 547
|
3292 |
+
},
|
3293 |
+
{
|
3294 |
+
"epoch": 1.62,
|
3295 |
+
"learning_rate": 1.6113602391629298e-05,
|
3296 |
+
"loss": 0.0121,
|
3297 |
+
"step": 548
|
3298 |
+
},
|
3299 |
+
{
|
3300 |
+
"epoch": 1.62,
|
3301 |
+
"learning_rate": 1.610612855007474e-05,
|
3302 |
+
"loss": 0.0114,
|
3303 |
+
"step": 549
|
3304 |
+
},
|
3305 |
+
{
|
3306 |
+
"epoch": 1.63,
|
3307 |
+
"learning_rate": 1.609865470852018e-05,
|
3308 |
+
"loss": 0.0084,
|
3309 |
+
"step": 550
|
3310 |
+
},
|
3311 |
+
{
|
3312 |
+
"epoch": 1.63,
|
3313 |
+
"learning_rate": 1.6091180866965623e-05,
|
3314 |
+
"loss": 0.0035,
|
3315 |
+
"step": 551
|
3316 |
+
},
|
3317 |
+
{
|
3318 |
+
"epoch": 1.63,
|
3319 |
+
"learning_rate": 1.6083707025411062e-05,
|
3320 |
+
"loss": 0.0063,
|
3321 |
+
"step": 552
|
3322 |
+
},
|
3323 |
+
{
|
3324 |
+
"epoch": 1.64,
|
3325 |
+
"learning_rate": 1.6076233183856505e-05,
|
3326 |
+
"loss": 0.0732,
|
3327 |
+
"step": 553
|
3328 |
+
},
|
3329 |
+
{
|
3330 |
+
"epoch": 1.64,
|
3331 |
+
"learning_rate": 1.6068759342301944e-05,
|
3332 |
+
"loss": 0.0442,
|
3333 |
+
"step": 554
|
3334 |
+
},
|
3335 |
+
{
|
3336 |
+
"epoch": 1.64,
|
3337 |
+
"learning_rate": 1.6061285500747386e-05,
|
3338 |
+
"loss": 0.0308,
|
3339 |
+
"step": 555
|
3340 |
+
},
|
3341 |
+
{
|
3342 |
+
"epoch": 1.64,
|
3343 |
+
"learning_rate": 1.6053811659192826e-05,
|
3344 |
+
"loss": 0.008,
|
3345 |
+
"step": 556
|
3346 |
+
},
|
3347 |
+
{
|
3348 |
+
"epoch": 1.65,
|
3349 |
+
"learning_rate": 1.6046337817638265e-05,
|
3350 |
+
"loss": 0.0068,
|
3351 |
+
"step": 557
|
3352 |
+
},
|
3353 |
+
{
|
3354 |
+
"epoch": 1.65,
|
3355 |
+
"learning_rate": 1.6038863976083708e-05,
|
3356 |
+
"loss": 0.0074,
|
3357 |
+
"step": 558
|
3358 |
+
},
|
3359 |
+
{
|
3360 |
+
"epoch": 1.65,
|
3361 |
+
"learning_rate": 1.603139013452915e-05,
|
3362 |
+
"loss": 0.0077,
|
3363 |
+
"step": 559
|
3364 |
+
},
|
3365 |
+
{
|
3366 |
+
"epoch": 1.66,
|
3367 |
+
"learning_rate": 1.602391629297459e-05,
|
3368 |
+
"loss": 0.0037,
|
3369 |
+
"step": 560
|
3370 |
+
},
|
3371 |
+
{
|
3372 |
+
"epoch": 1.66,
|
3373 |
+
"learning_rate": 1.6016442451420032e-05,
|
3374 |
+
"loss": 0.0081,
|
3375 |
+
"step": 561
|
3376 |
+
},
|
3377 |
+
{
|
3378 |
+
"epoch": 1.66,
|
3379 |
+
"learning_rate": 1.600896860986547e-05,
|
3380 |
+
"loss": 0.0736,
|
3381 |
+
"step": 562
|
3382 |
+
},
|
3383 |
+
{
|
3384 |
+
"epoch": 1.67,
|
3385 |
+
"learning_rate": 1.600149476831091e-05,
|
3386 |
+
"loss": 0.0096,
|
3387 |
+
"step": 563
|
3388 |
+
},
|
3389 |
+
{
|
3390 |
+
"epoch": 1.67,
|
3391 |
+
"learning_rate": 1.5994020926756357e-05,
|
3392 |
+
"loss": 0.004,
|
3393 |
+
"step": 564
|
3394 |
+
},
|
3395 |
+
{
|
3396 |
+
"epoch": 1.67,
|
3397 |
+
"learning_rate": 1.5986547085201796e-05,
|
3398 |
+
"loss": 0.0095,
|
3399 |
+
"step": 565
|
3400 |
+
},
|
3401 |
+
{
|
3402 |
+
"epoch": 1.67,
|
3403 |
+
"learning_rate": 1.5979073243647235e-05,
|
3404 |
+
"loss": 0.0211,
|
3405 |
+
"step": 566
|
3406 |
+
},
|
3407 |
+
{
|
3408 |
+
"epoch": 1.68,
|
3409 |
+
"learning_rate": 1.5971599402092678e-05,
|
3410 |
+
"loss": 0.0105,
|
3411 |
+
"step": 567
|
3412 |
+
},
|
3413 |
+
{
|
3414 |
+
"epoch": 1.68,
|
3415 |
+
"learning_rate": 1.5964125560538117e-05,
|
3416 |
+
"loss": 0.0087,
|
3417 |
+
"step": 568
|
3418 |
+
},
|
3419 |
+
{
|
3420 |
+
"epoch": 1.68,
|
3421 |
+
"learning_rate": 1.5956651718983556e-05,
|
3422 |
+
"loss": 0.0046,
|
3423 |
+
"step": 569
|
3424 |
+
},
|
3425 |
+
{
|
3426 |
+
"epoch": 1.69,
|
3427 |
+
"learning_rate": 1.5949177877429e-05,
|
3428 |
+
"loss": 0.0112,
|
3429 |
+
"step": 570
|
3430 |
+
},
|
3431 |
+
{
|
3432 |
+
"epoch": 1.69,
|
3433 |
+
"learning_rate": 1.5941704035874442e-05,
|
3434 |
+
"loss": 0.0809,
|
3435 |
+
"step": 571
|
3436 |
+
},
|
3437 |
+
{
|
3438 |
+
"epoch": 1.69,
|
3439 |
+
"learning_rate": 1.593423019431988e-05,
|
3440 |
+
"loss": 0.0059,
|
3441 |
+
"step": 572
|
3442 |
+
},
|
3443 |
+
{
|
3444 |
+
"epoch": 1.7,
|
3445 |
+
"learning_rate": 1.5926756352765324e-05,
|
3446 |
+
"loss": 0.0195,
|
3447 |
+
"step": 573
|
3448 |
+
},
|
3449 |
+
{
|
3450 |
+
"epoch": 1.7,
|
3451 |
+
"learning_rate": 1.5919282511210763e-05,
|
3452 |
+
"loss": 0.0064,
|
3453 |
+
"step": 574
|
3454 |
+
},
|
3455 |
+
{
|
3456 |
+
"epoch": 1.7,
|
3457 |
+
"learning_rate": 1.5911808669656202e-05,
|
3458 |
+
"loss": 0.0082,
|
3459 |
+
"step": 575
|
3460 |
+
},
|
3461 |
+
{
|
3462 |
+
"epoch": 1.7,
|
3463 |
+
"learning_rate": 1.5904334828101645e-05,
|
3464 |
+
"loss": 0.0197,
|
3465 |
+
"step": 576
|
3466 |
+
},
|
3467 |
+
{
|
3468 |
+
"epoch": 1.71,
|
3469 |
+
"learning_rate": 1.5896860986547088e-05,
|
3470 |
+
"loss": 0.034,
|
3471 |
+
"step": 577
|
3472 |
+
},
|
3473 |
+
{
|
3474 |
+
"epoch": 1.71,
|
3475 |
+
"learning_rate": 1.5889387144992527e-05,
|
3476 |
+
"loss": 0.0088,
|
3477 |
+
"step": 578
|
3478 |
+
},
|
3479 |
+
{
|
3480 |
+
"epoch": 1.71,
|
3481 |
+
"learning_rate": 1.588191330343797e-05,
|
3482 |
+
"loss": 0.0076,
|
3483 |
+
"step": 579
|
3484 |
+
},
|
3485 |
+
{
|
3486 |
+
"epoch": 1.72,
|
3487 |
+
"learning_rate": 1.587443946188341e-05,
|
3488 |
+
"loss": 0.0169,
|
3489 |
+
"step": 580
|
3490 |
+
},
|
3491 |
+
{
|
3492 |
+
"epoch": 1.72,
|
3493 |
+
"learning_rate": 1.586696562032885e-05,
|
3494 |
+
"loss": 0.0064,
|
3495 |
+
"step": 581
|
3496 |
+
},
|
3497 |
+
{
|
3498 |
+
"epoch": 1.72,
|
3499 |
+
"learning_rate": 1.585949177877429e-05,
|
3500 |
+
"loss": 0.0474,
|
3501 |
+
"step": 582
|
3502 |
+
},
|
3503 |
+
{
|
3504 |
+
"epoch": 1.72,
|
3505 |
+
"learning_rate": 1.5852017937219733e-05,
|
3506 |
+
"loss": 0.0137,
|
3507 |
+
"step": 583
|
3508 |
+
},
|
3509 |
+
{
|
3510 |
+
"epoch": 1.73,
|
3511 |
+
"learning_rate": 1.5844544095665172e-05,
|
3512 |
+
"loss": 0.0142,
|
3513 |
+
"step": 584
|
3514 |
+
},
|
3515 |
+
{
|
3516 |
+
"epoch": 1.73,
|
3517 |
+
"learning_rate": 1.5837070254110615e-05,
|
3518 |
+
"loss": 0.0393,
|
3519 |
+
"step": 585
|
3520 |
+
},
|
3521 |
+
{
|
3522 |
+
"epoch": 1.73,
|
3523 |
+
"learning_rate": 1.5829596412556054e-05,
|
3524 |
+
"loss": 0.008,
|
3525 |
+
"step": 586
|
3526 |
+
},
|
3527 |
+
{
|
3528 |
+
"epoch": 1.74,
|
3529 |
+
"learning_rate": 1.5822122571001497e-05,
|
3530 |
+
"loss": 0.0087,
|
3531 |
+
"step": 587
|
3532 |
+
},
|
3533 |
+
{
|
3534 |
+
"epoch": 1.74,
|
3535 |
+
"learning_rate": 1.5814648729446936e-05,
|
3536 |
+
"loss": 0.0078,
|
3537 |
+
"step": 588
|
3538 |
+
},
|
3539 |
+
{
|
3540 |
+
"epoch": 1.74,
|
3541 |
+
"learning_rate": 1.580717488789238e-05,
|
3542 |
+
"loss": 0.0067,
|
3543 |
+
"step": 589
|
3544 |
+
},
|
3545 |
+
{
|
3546 |
+
"epoch": 1.75,
|
3547 |
+
"learning_rate": 1.5799701046337818e-05,
|
3548 |
+
"loss": 0.0254,
|
3549 |
+
"step": 590
|
3550 |
+
},
|
3551 |
+
{
|
3552 |
+
"epoch": 1.75,
|
3553 |
+
"learning_rate": 1.579222720478326e-05,
|
3554 |
+
"loss": 0.0087,
|
3555 |
+
"step": 591
|
3556 |
+
},
|
3557 |
+
{
|
3558 |
+
"epoch": 1.75,
|
3559 |
+
"learning_rate": 1.57847533632287e-05,
|
3560 |
+
"loss": 0.1282,
|
3561 |
+
"step": 592
|
3562 |
+
},
|
3563 |
+
{
|
3564 |
+
"epoch": 1.75,
|
3565 |
+
"learning_rate": 1.5777279521674143e-05,
|
3566 |
+
"loss": 0.0153,
|
3567 |
+
"step": 593
|
3568 |
+
},
|
3569 |
+
{
|
3570 |
+
"epoch": 1.76,
|
3571 |
+
"learning_rate": 1.5769805680119582e-05,
|
3572 |
+
"loss": 0.0102,
|
3573 |
+
"step": 594
|
3574 |
+
},
|
3575 |
+
{
|
3576 |
+
"epoch": 1.76,
|
3577 |
+
"learning_rate": 1.5762331838565025e-05,
|
3578 |
+
"loss": 0.0258,
|
3579 |
+
"step": 595
|
3580 |
+
},
|
3581 |
+
{
|
3582 |
+
"epoch": 1.76,
|
3583 |
+
"learning_rate": 1.5754857997010464e-05,
|
3584 |
+
"loss": 0.0055,
|
3585 |
+
"step": 596
|
3586 |
+
},
|
3587 |
+
{
|
3588 |
+
"epoch": 1.77,
|
3589 |
+
"learning_rate": 1.5747384155455903e-05,
|
3590 |
+
"loss": 0.008,
|
3591 |
+
"step": 597
|
3592 |
+
},
|
3593 |
+
{
|
3594 |
+
"epoch": 1.77,
|
3595 |
+
"learning_rate": 1.573991031390135e-05,
|
3596 |
+
"loss": 0.0115,
|
3597 |
+
"step": 598
|
3598 |
+
},
|
3599 |
+
{
|
3600 |
+
"epoch": 1.77,
|
3601 |
+
"learning_rate": 1.573243647234679e-05,
|
3602 |
+
"loss": 0.0089,
|
3603 |
+
"step": 599
|
3604 |
+
},
|
3605 |
+
{
|
3606 |
+
"epoch": 1.78,
|
3607 |
+
"learning_rate": 1.5724962630792228e-05,
|
3608 |
+
"loss": 0.0061,
|
3609 |
+
"step": 600
|
3610 |
+
},
|
3611 |
+
{
|
3612 |
+
"epoch": 1.78,
|
3613 |
+
"learning_rate": 1.571748878923767e-05,
|
3614 |
+
"loss": 0.0377,
|
3615 |
+
"step": 601
|
3616 |
+
},
|
3617 |
+
{
|
3618 |
+
"epoch": 1.78,
|
3619 |
+
"learning_rate": 1.571001494768311e-05,
|
3620 |
+
"loss": 0.0102,
|
3621 |
+
"step": 602
|
3622 |
+
},
|
3623 |
+
{
|
3624 |
+
"epoch": 1.78,
|
3625 |
+
"learning_rate": 1.570254110612855e-05,
|
3626 |
+
"loss": 0.0156,
|
3627 |
+
"step": 603
|
3628 |
+
},
|
3629 |
+
{
|
3630 |
+
"epoch": 1.79,
|
3631 |
+
"learning_rate": 1.569506726457399e-05,
|
3632 |
+
"loss": 0.0353,
|
3633 |
+
"step": 604
|
3634 |
+
},
|
3635 |
+
{
|
3636 |
+
"epoch": 1.79,
|
3637 |
+
"learning_rate": 1.5687593423019434e-05,
|
3638 |
+
"loss": 0.0088,
|
3639 |
+
"step": 605
|
3640 |
+
},
|
3641 |
+
{
|
3642 |
+
"epoch": 1.79,
|
3643 |
+
"learning_rate": 1.5680119581464873e-05,
|
3644 |
+
"loss": 0.006,
|
3645 |
+
"step": 606
|
3646 |
+
},
|
3647 |
+
{
|
3648 |
+
"epoch": 1.8,
|
3649 |
+
"learning_rate": 1.5672645739910316e-05,
|
3650 |
+
"loss": 0.0198,
|
3651 |
+
"step": 607
|
3652 |
+
},
|
3653 |
+
{
|
3654 |
+
"epoch": 1.8,
|
3655 |
+
"learning_rate": 1.5665171898355755e-05,
|
3656 |
+
"loss": 0.0117,
|
3657 |
+
"step": 608
|
3658 |
+
},
|
3659 |
+
{
|
3660 |
+
"epoch": 1.8,
|
3661 |
+
"learning_rate": 1.5657698056801195e-05,
|
3662 |
+
"loss": 0.0069,
|
3663 |
+
"step": 609
|
3664 |
+
},
|
3665 |
+
{
|
3666 |
+
"epoch": 1.8,
|
3667 |
+
"learning_rate": 1.5650224215246637e-05,
|
3668 |
+
"loss": 0.0097,
|
3669 |
+
"step": 610
|
3670 |
+
},
|
3671 |
+
{
|
3672 |
+
"epoch": 1.81,
|
3673 |
+
"learning_rate": 1.564275037369208e-05,
|
3674 |
+
"loss": 0.0097,
|
3675 |
+
"step": 611
|
3676 |
+
},
|
3677 |
+
{
|
3678 |
+
"epoch": 1.81,
|
3679 |
+
"learning_rate": 1.563527653213752e-05,
|
3680 |
+
"loss": 0.0127,
|
3681 |
+
"step": 612
|
3682 |
+
},
|
3683 |
+
{
|
3684 |
+
"epoch": 1.81,
|
3685 |
+
"learning_rate": 1.5627802690582962e-05,
|
3686 |
+
"loss": 0.0243,
|
3687 |
+
"step": 613
|
3688 |
+
},
|
3689 |
+
{
|
3690 |
+
"epoch": 1.82,
|
3691 |
+
"learning_rate": 1.56203288490284e-05,
|
3692 |
+
"loss": 0.0062,
|
3693 |
+
"step": 614
|
3694 |
+
},
|
3695 |
+
{
|
3696 |
+
"epoch": 1.82,
|
3697 |
+
"learning_rate": 1.5612855007473844e-05,
|
3698 |
+
"loss": 0.0056,
|
3699 |
+
"step": 615
|
3700 |
+
},
|
3701 |
+
{
|
3702 |
+
"epoch": 1.82,
|
3703 |
+
"learning_rate": 1.5605381165919283e-05,
|
3704 |
+
"loss": 0.008,
|
3705 |
+
"step": 616
|
3706 |
+
},
|
3707 |
+
{
|
3708 |
+
"epoch": 1.83,
|
3709 |
+
"learning_rate": 1.5597907324364726e-05,
|
3710 |
+
"loss": 0.0081,
|
3711 |
+
"step": 617
|
3712 |
+
},
|
3713 |
+
{
|
3714 |
+
"epoch": 1.83,
|
3715 |
+
"learning_rate": 1.5590433482810165e-05,
|
3716 |
+
"loss": 0.0115,
|
3717 |
+
"step": 618
|
3718 |
+
},
|
3719 |
+
{
|
3720 |
+
"epoch": 1.83,
|
3721 |
+
"learning_rate": 1.5582959641255608e-05,
|
3722 |
+
"loss": 0.0615,
|
3723 |
+
"step": 619
|
3724 |
+
},
|
3725 |
+
{
|
3726 |
+
"epoch": 1.83,
|
3727 |
+
"learning_rate": 1.5575485799701047e-05,
|
3728 |
+
"loss": 0.0088,
|
3729 |
+
"step": 620
|
3730 |
+
},
|
3731 |
+
{
|
3732 |
+
"epoch": 1.84,
|
3733 |
+
"learning_rate": 1.556801195814649e-05,
|
3734 |
+
"loss": 0.0067,
|
3735 |
+
"step": 621
|
3736 |
+
},
|
3737 |
+
{
|
3738 |
+
"epoch": 1.84,
|
3739 |
+
"learning_rate": 1.556053811659193e-05,
|
3740 |
+
"loss": 0.0072,
|
3741 |
+
"step": 622
|
3742 |
+
},
|
3743 |
+
{
|
3744 |
+
"epoch": 1.84,
|
3745 |
+
"learning_rate": 1.555306427503737e-05,
|
3746 |
+
"loss": 0.0066,
|
3747 |
+
"step": 623
|
3748 |
+
},
|
3749 |
+
{
|
3750 |
+
"epoch": 1.85,
|
3751 |
+
"learning_rate": 1.554559043348281e-05,
|
3752 |
+
"loss": 0.0052,
|
3753 |
+
"step": 624
|
3754 |
+
},
|
3755 |
+
{
|
3756 |
+
"epoch": 1.85,
|
3757 |
+
"learning_rate": 1.5538116591928253e-05,
|
3758 |
+
"loss": 0.0301,
|
3759 |
+
"step": 625
|
3760 |
+
},
|
3761 |
+
{
|
3762 |
+
"epoch": 1.85,
|
3763 |
+
"learning_rate": 1.5530642750373693e-05,
|
3764 |
+
"loss": 0.0171,
|
3765 |
+
"step": 626
|
3766 |
+
},
|
3767 |
+
{
|
3768 |
+
"epoch": 1.86,
|
3769 |
+
"learning_rate": 1.5523168908819135e-05,
|
3770 |
+
"loss": 0.0083,
|
3771 |
+
"step": 627
|
3772 |
+
},
|
3773 |
+
{
|
3774 |
+
"epoch": 1.86,
|
3775 |
+
"learning_rate": 1.5515695067264575e-05,
|
3776 |
+
"loss": 0.0138,
|
3777 |
+
"step": 628
|
3778 |
+
},
|
3779 |
+
{
|
3780 |
+
"epoch": 1.86,
|
3781 |
+
"learning_rate": 1.5508221225710017e-05,
|
3782 |
+
"loss": 0.0092,
|
3783 |
+
"step": 629
|
3784 |
+
},
|
3785 |
+
{
|
3786 |
+
"epoch": 1.86,
|
3787 |
+
"learning_rate": 1.5500747384155456e-05,
|
3788 |
+
"loss": 0.0047,
|
3789 |
+
"step": 630
|
3790 |
+
},
|
3791 |
+
{
|
3792 |
+
"epoch": 1.87,
|
3793 |
+
"learning_rate": 1.5493273542600896e-05,
|
3794 |
+
"loss": 0.0235,
|
3795 |
+
"step": 631
|
3796 |
+
},
|
3797 |
+
{
|
3798 |
+
"epoch": 1.87,
|
3799 |
+
"learning_rate": 1.5485799701046342e-05,
|
3800 |
+
"loss": 0.0481,
|
3801 |
+
"step": 632
|
3802 |
+
},
|
3803 |
+
{
|
3804 |
+
"epoch": 1.87,
|
3805 |
+
"learning_rate": 1.547832585949178e-05,
|
3806 |
+
"loss": 0.0129,
|
3807 |
+
"step": 633
|
3808 |
+
},
|
3809 |
+
{
|
3810 |
+
"epoch": 1.88,
|
3811 |
+
"learning_rate": 1.547085201793722e-05,
|
3812 |
+
"loss": 0.013,
|
3813 |
+
"step": 634
|
3814 |
+
},
|
3815 |
+
{
|
3816 |
+
"epoch": 1.88,
|
3817 |
+
"learning_rate": 1.5463378176382663e-05,
|
3818 |
+
"loss": 0.0256,
|
3819 |
+
"step": 635
|
3820 |
+
},
|
3821 |
+
{
|
3822 |
+
"epoch": 1.88,
|
3823 |
+
"learning_rate": 1.5455904334828102e-05,
|
3824 |
+
"loss": 0.0046,
|
3825 |
+
"step": 636
|
3826 |
+
},
|
3827 |
+
{
|
3828 |
+
"epoch": 1.88,
|
3829 |
+
"learning_rate": 1.544843049327354e-05,
|
3830 |
+
"loss": 0.0236,
|
3831 |
+
"step": 637
|
3832 |
+
},
|
3833 |
+
{
|
3834 |
+
"epoch": 1.89,
|
3835 |
+
"learning_rate": 1.5440956651718984e-05,
|
3836 |
+
"loss": 0.0058,
|
3837 |
+
"step": 638
|
3838 |
+
},
|
3839 |
+
{
|
3840 |
+
"epoch": 1.89,
|
3841 |
+
"learning_rate": 1.5433482810164427e-05,
|
3842 |
+
"loss": 0.0123,
|
3843 |
+
"step": 639
|
3844 |
+
},
|
3845 |
+
{
|
3846 |
+
"epoch": 1.89,
|
3847 |
+
"learning_rate": 1.5426008968609866e-05,
|
3848 |
+
"loss": 0.0049,
|
3849 |
+
"step": 640
|
3850 |
+
},
|
3851 |
+
{
|
3852 |
+
"epoch": 1.9,
|
3853 |
+
"learning_rate": 1.541853512705531e-05,
|
3854 |
+
"loss": 0.009,
|
3855 |
+
"step": 641
|
3856 |
+
},
|
3857 |
+
{
|
3858 |
+
"epoch": 1.9,
|
3859 |
+
"learning_rate": 1.5411061285500748e-05,
|
3860 |
+
"loss": 0.0156,
|
3861 |
+
"step": 642
|
3862 |
+
},
|
3863 |
+
{
|
3864 |
+
"epoch": 1.9,
|
3865 |
+
"learning_rate": 1.5403587443946187e-05,
|
3866 |
+
"loss": 0.0026,
|
3867 |
+
"step": 643
|
3868 |
+
},
|
3869 |
+
{
|
3870 |
+
"epoch": 1.91,
|
3871 |
+
"learning_rate": 1.539611360239163e-05,
|
3872 |
+
"loss": 0.0942,
|
3873 |
+
"step": 644
|
3874 |
+
},
|
3875 |
+
{
|
3876 |
+
"epoch": 1.91,
|
3877 |
+
"learning_rate": 1.5388639760837072e-05,
|
3878 |
+
"loss": 0.0079,
|
3879 |
+
"step": 645
|
3880 |
+
},
|
3881 |
+
{
|
3882 |
+
"epoch": 1.91,
|
3883 |
+
"learning_rate": 1.538116591928251e-05,
|
3884 |
+
"loss": 0.0091,
|
3885 |
+
"step": 646
|
3886 |
+
},
|
3887 |
+
{
|
3888 |
+
"epoch": 1.91,
|
3889 |
+
"learning_rate": 1.5373692077727954e-05,
|
3890 |
+
"loss": 0.009,
|
3891 |
+
"step": 647
|
3892 |
+
},
|
3893 |
+
{
|
3894 |
+
"epoch": 1.92,
|
3895 |
+
"learning_rate": 1.5366218236173394e-05,
|
3896 |
+
"loss": 0.0098,
|
3897 |
+
"step": 648
|
3898 |
+
},
|
3899 |
+
{
|
3900 |
+
"epoch": 1.92,
|
3901 |
+
"learning_rate": 1.5358744394618836e-05,
|
3902 |
+
"loss": 0.0077,
|
3903 |
+
"step": 649
|
3904 |
+
},
|
3905 |
+
{
|
3906 |
+
"epoch": 1.92,
|
3907 |
+
"learning_rate": 1.5351270553064276e-05,
|
3908 |
+
"loss": 0.0083,
|
3909 |
+
"step": 650
|
3910 |
+
},
|
3911 |
+
{
|
3912 |
+
"epoch": 1.93,
|
3913 |
+
"learning_rate": 1.5343796711509718e-05,
|
3914 |
+
"loss": 0.0068,
|
3915 |
+
"step": 651
|
3916 |
+
},
|
3917 |
+
{
|
3918 |
+
"epoch": 1.93,
|
3919 |
+
"learning_rate": 1.5336322869955157e-05,
|
3920 |
+
"loss": 0.0117,
|
3921 |
+
"step": 652
|
3922 |
+
},
|
3923 |
+
{
|
3924 |
+
"epoch": 1.93,
|
3925 |
+
"learning_rate": 1.53288490284006e-05,
|
3926 |
+
"loss": 0.008,
|
3927 |
+
"step": 653
|
3928 |
+
},
|
3929 |
+
{
|
3930 |
+
"epoch": 1.93,
|
3931 |
+
"learning_rate": 1.532137518684604e-05,
|
3932 |
+
"loss": 0.0177,
|
3933 |
+
"step": 654
|
3934 |
+
},
|
3935 |
+
{
|
3936 |
+
"epoch": 1.94,
|
3937 |
+
"learning_rate": 1.5313901345291482e-05,
|
3938 |
+
"loss": 0.0041,
|
3939 |
+
"step": 655
|
3940 |
+
},
|
3941 |
+
{
|
3942 |
+
"epoch": 1.94,
|
3943 |
+
"learning_rate": 1.530642750373692e-05,
|
3944 |
+
"loss": 0.0104,
|
3945 |
+
"step": 656
|
3946 |
+
},
|
3947 |
+
{
|
3948 |
+
"epoch": 1.94,
|
3949 |
+
"learning_rate": 1.5298953662182364e-05,
|
3950 |
+
"loss": 0.0213,
|
3951 |
+
"step": 657
|
3952 |
+
},
|
3953 |
+
{
|
3954 |
+
"epoch": 1.95,
|
3955 |
+
"learning_rate": 1.5291479820627803e-05,
|
3956 |
+
"loss": 0.0491,
|
3957 |
+
"step": 658
|
3958 |
+
},
|
3959 |
+
{
|
3960 |
+
"epoch": 1.95,
|
3961 |
+
"learning_rate": 1.5284005979073246e-05,
|
3962 |
+
"loss": 0.0739,
|
3963 |
+
"step": 659
|
3964 |
+
},
|
3965 |
+
{
|
3966 |
+
"epoch": 1.95,
|
3967 |
+
"learning_rate": 1.5276532137518685e-05,
|
3968 |
+
"loss": 0.0083,
|
3969 |
+
"step": 660
|
3970 |
+
},
|
3971 |
+
{
|
3972 |
+
"epoch": 1.96,
|
3973 |
+
"learning_rate": 1.5269058295964128e-05,
|
3974 |
+
"loss": 0.0078,
|
3975 |
+
"step": 661
|
3976 |
+
},
|
3977 |
+
{
|
3978 |
+
"epoch": 1.96,
|
3979 |
+
"learning_rate": 1.5261584454409567e-05,
|
3980 |
+
"loss": 0.0103,
|
3981 |
+
"step": 662
|
3982 |
+
},
|
3983 |
+
{
|
3984 |
+
"epoch": 1.96,
|
3985 |
+
"learning_rate": 1.5254110612855008e-05,
|
3986 |
+
"loss": 0.0163,
|
3987 |
+
"step": 663
|
3988 |
+
},
|
3989 |
+
{
|
3990 |
+
"epoch": 1.96,
|
3991 |
+
"learning_rate": 1.5246636771300449e-05,
|
3992 |
+
"loss": 0.0066,
|
3993 |
+
"step": 664
|
3994 |
+
},
|
3995 |
+
{
|
3996 |
+
"epoch": 1.97,
|
3997 |
+
"learning_rate": 1.523916292974589e-05,
|
3998 |
+
"loss": 0.0083,
|
3999 |
+
"step": 665
|
4000 |
+
},
|
4001 |
+
{
|
4002 |
+
"epoch": 1.97,
|
4003 |
+
"learning_rate": 1.5231689088191332e-05,
|
4004 |
+
"loss": 0.0195,
|
4005 |
+
"step": 666
|
4006 |
+
},
|
4007 |
+
{
|
4008 |
+
"epoch": 1.97,
|
4009 |
+
"learning_rate": 1.5224215246636773e-05,
|
4010 |
+
"loss": 0.0068,
|
4011 |
+
"step": 667
|
4012 |
+
},
|
4013 |
+
{
|
4014 |
+
"epoch": 1.98,
|
4015 |
+
"learning_rate": 1.5216741405082214e-05,
|
4016 |
+
"loss": 0.008,
|
4017 |
+
"step": 668
|
4018 |
+
},
|
4019 |
+
{
|
4020 |
+
"epoch": 1.98,
|
4021 |
+
"learning_rate": 1.5209267563527654e-05,
|
4022 |
+
"loss": 0.1062,
|
4023 |
+
"step": 669
|
4024 |
+
},
|
4025 |
+
{
|
4026 |
+
"epoch": 1.98,
|
4027 |
+
"learning_rate": 1.5201793721973095e-05,
|
4028 |
+
"loss": 0.0096,
|
4029 |
+
"step": 670
|
4030 |
+
},
|
4031 |
+
{
|
4032 |
+
"epoch": 1.99,
|
4033 |
+
"learning_rate": 1.5194319880418536e-05,
|
4034 |
+
"loss": 0.0138,
|
4035 |
+
"step": 671
|
4036 |
+
},
|
4037 |
+
{
|
4038 |
+
"epoch": 1.99,
|
4039 |
+
"learning_rate": 1.5186846038863978e-05,
|
4040 |
+
"loss": 0.15,
|
4041 |
+
"step": 672
|
4042 |
+
},
|
4043 |
+
{
|
4044 |
+
"epoch": 1.99,
|
4045 |
+
"learning_rate": 1.517937219730942e-05,
|
4046 |
+
"loss": 0.0048,
|
4047 |
+
"step": 673
|
4048 |
+
},
|
4049 |
+
{
|
4050 |
+
"epoch": 1.99,
|
4051 |
+
"learning_rate": 1.517189835575486e-05,
|
4052 |
+
"loss": 0.0037,
|
4053 |
+
"step": 674
|
4054 |
+
},
|
4055 |
+
{
|
4056 |
+
"epoch": 2.0,
|
4057 |
+
"learning_rate": 1.51644245142003e-05,
|
4058 |
+
"loss": 0.0078,
|
4059 |
+
"step": 675
|
4060 |
+
},
|
4061 |
+
{
|
4062 |
+
"epoch": 2.0,
|
4063 |
+
"learning_rate": 1.515695067264574e-05,
|
4064 |
+
"loss": 0.0067,
|
4065 |
+
"step": 676
|
4066 |
+
}
|
4067 |
+
],
|
4068 |
+
"logging_steps": 1.0,
|
4069 |
+
"max_steps": 2704,
|
4070 |
+
"num_train_epochs": 8,
|
4071 |
+
"save_steps": 500,
|
4072 |
+
"total_flos": 8.565880284061368e+17,
|
4073 |
+
"trial_name": null,
|
4074 |
+
"trial_params": null
|
4075 |
+
}
|