Upload folder using huggingface_hub
Browse files- added_tokens.json +24 -0
- all_results.json +8 -0
- config.json +28 -0
- generation_config.json +14 -0
- merges.txt +0 -0
- model-00001-of-00004.safetensors +3 -0
- model-00002-of-00004.safetensors +3 -0
- model-00003-of-00004.safetensors +3 -0
- model-00004-of-00004.safetensors +3 -0
- model.safetensors.index.json +346 -0
- special_tokens_map.json +31 -0
- tokenizer.json +0 -0
- tokenizer_config.json +208 -0
- train_results.json +8 -0
- trainer_state.json +3143 -0
- training_args.bin +3 -0
- training_loss.png +0 -0
- vocab.json +0 -0
added_tokens.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"</tool_call>": 151658,
|
3 |
+
"<tool_call>": 151657,
|
4 |
+
"<|box_end|>": 151649,
|
5 |
+
"<|box_start|>": 151648,
|
6 |
+
"<|endoftext|>": 151643,
|
7 |
+
"<|file_sep|>": 151664,
|
8 |
+
"<|fim_middle|>": 151660,
|
9 |
+
"<|fim_pad|>": 151662,
|
10 |
+
"<|fim_prefix|>": 151659,
|
11 |
+
"<|fim_suffix|>": 151661,
|
12 |
+
"<|im_end|>": 151645,
|
13 |
+
"<|im_start|>": 151644,
|
14 |
+
"<|image_pad|>": 151655,
|
15 |
+
"<|object_ref_end|>": 151647,
|
16 |
+
"<|object_ref_start|>": 151646,
|
17 |
+
"<|quad_end|>": 151651,
|
18 |
+
"<|quad_start|>": 151650,
|
19 |
+
"<|repo_name|>": 151663,
|
20 |
+
"<|video_pad|>": 151656,
|
21 |
+
"<|vision_end|>": 151653,
|
22 |
+
"<|vision_pad|>": 151654,
|
23 |
+
"<|vision_start|>": 151652
|
24 |
+
}
|
all_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 3.0,
|
3 |
+
"total_flos": 565924994220032.0,
|
4 |
+
"train_loss": 0.40345258044938437,
|
5 |
+
"train_runtime": 19496.0677,
|
6 |
+
"train_samples_per_second": 14.547,
|
7 |
+
"train_steps_per_second": 0.114
|
8 |
+
}
|
config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/GLOBALFS/gznwp_3/qxj/yangzy/models/Qwen2.5-7B-Instruct",
|
3 |
+
"architectures": [
|
4 |
+
"Qwen2ForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 151643,
|
8 |
+
"eos_token_id": 151645,
|
9 |
+
"hidden_act": "silu",
|
10 |
+
"hidden_size": 3584,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"intermediate_size": 18944,
|
13 |
+
"max_position_embeddings": 32768,
|
14 |
+
"max_window_layers": 28,
|
15 |
+
"model_type": "qwen2",
|
16 |
+
"num_attention_heads": 28,
|
17 |
+
"num_hidden_layers": 28,
|
18 |
+
"num_key_value_heads": 4,
|
19 |
+
"rms_norm_eps": 1e-06,
|
20 |
+
"rope_theta": 1000000.0,
|
21 |
+
"sliding_window": null,
|
22 |
+
"tie_word_embeddings": false,
|
23 |
+
"torch_dtype": "bfloat16",
|
24 |
+
"transformers_version": "4.43.4",
|
25 |
+
"use_cache": false,
|
26 |
+
"use_sliding_window": false,
|
27 |
+
"vocab_size": 152064
|
28 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 151643,
|
3 |
+
"do_sample": true,
|
4 |
+
"eos_token_id": [
|
5 |
+
151645,
|
6 |
+
151643
|
7 |
+
],
|
8 |
+
"pad_token_id": 151643,
|
9 |
+
"repetition_penalty": 1.05,
|
10 |
+
"temperature": 0.7,
|
11 |
+
"top_k": 20,
|
12 |
+
"top_p": 0.8,
|
13 |
+
"transformers_version": "4.43.4"
|
14 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
model-00001-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be899ddcaf4fad8ff935ba64a0b7a95851400df84d9cdd406bd300af5635a94f
|
3 |
+
size 4877660776
|
model-00002-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f62b26c67b2e4b24ece144c8901266765769860b927411ae9bbf1a506d1586f
|
3 |
+
size 4932751008
|
model-00003-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:add05665fc7354eb24866dae8613815382e42a7cb0b386ea3d8412e50c0184a0
|
3 |
+
size 4330865200
|
model-00004-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d63a96253b7c444457776046123f16a86365dbc415d10cc7041515d5d4e22136
|
3 |
+
size 1089994880
|
model.safetensors.index.json
ADDED
@@ -0,0 +1,346 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 15231233024
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"lm_head.weight": "model-00004-of-00004.safetensors",
|
7 |
+
"model.embed_tokens.weight": "model-00001-of-00004.safetensors",
|
8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
13 |
+
"model.layers.0.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
14 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
15 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
16 |
+
"model.layers.0.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
17 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
18 |
+
"model.layers.0.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
19 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
20 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
21 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
22 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
23 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
24 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
25 |
+
"model.layers.1.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
26 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
27 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
28 |
+
"model.layers.1.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
29 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
30 |
+
"model.layers.1.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
31 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
32 |
+
"model.layers.10.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
33 |
+
"model.layers.10.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
34 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
35 |
+
"model.layers.10.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
36 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
37 |
+
"model.layers.10.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
38 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
39 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
40 |
+
"model.layers.10.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
41 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
42 |
+
"model.layers.10.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
43 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
44 |
+
"model.layers.11.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
45 |
+
"model.layers.11.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
46 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
47 |
+
"model.layers.11.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
48 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
49 |
+
"model.layers.11.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
50 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
51 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
52 |
+
"model.layers.11.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
53 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
54 |
+
"model.layers.11.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
55 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
56 |
+
"model.layers.12.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
57 |
+
"model.layers.12.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
58 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
59 |
+
"model.layers.12.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
60 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
61 |
+
"model.layers.12.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
62 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
63 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
64 |
+
"model.layers.12.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
65 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
66 |
+
"model.layers.12.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
67 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
68 |
+
"model.layers.13.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
69 |
+
"model.layers.13.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
70 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
71 |
+
"model.layers.13.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
72 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
73 |
+
"model.layers.13.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
74 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
75 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
76 |
+
"model.layers.13.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
77 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
78 |
+
"model.layers.13.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
79 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
80 |
+
"model.layers.14.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
81 |
+
"model.layers.14.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
82 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
83 |
+
"model.layers.14.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
84 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
85 |
+
"model.layers.14.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
86 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
87 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
88 |
+
"model.layers.14.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
89 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
90 |
+
"model.layers.14.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
91 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
92 |
+
"model.layers.15.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
93 |
+
"model.layers.15.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
94 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
95 |
+
"model.layers.15.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
96 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
97 |
+
"model.layers.15.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
98 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
99 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
100 |
+
"model.layers.15.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
101 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
102 |
+
"model.layers.15.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
103 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
104 |
+
"model.layers.16.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
105 |
+
"model.layers.16.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
106 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
107 |
+
"model.layers.16.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
108 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
109 |
+
"model.layers.16.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
110 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
111 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
112 |
+
"model.layers.16.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
113 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
114 |
+
"model.layers.16.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
115 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
116 |
+
"model.layers.17.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
117 |
+
"model.layers.17.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
118 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
119 |
+
"model.layers.17.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
120 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
121 |
+
"model.layers.17.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
122 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
123 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
124 |
+
"model.layers.17.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
125 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
126 |
+
"model.layers.17.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
127 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
128 |
+
"model.layers.18.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
129 |
+
"model.layers.18.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
130 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
131 |
+
"model.layers.18.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
132 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
133 |
+
"model.layers.18.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
134 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
135 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
136 |
+
"model.layers.18.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
137 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
138 |
+
"model.layers.18.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
139 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
140 |
+
"model.layers.19.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
141 |
+
"model.layers.19.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
142 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
143 |
+
"model.layers.19.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
144 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
145 |
+
"model.layers.19.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
146 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
147 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
148 |
+
"model.layers.19.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
149 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
150 |
+
"model.layers.19.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
151 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
152 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
153 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
154 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
155 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
156 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
157 |
+
"model.layers.2.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
158 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
159 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
160 |
+
"model.layers.2.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
161 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
162 |
+
"model.layers.2.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
163 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
164 |
+
"model.layers.20.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
165 |
+
"model.layers.20.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
166 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
167 |
+
"model.layers.20.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
168 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
169 |
+
"model.layers.20.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
170 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
171 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
172 |
+
"model.layers.20.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
173 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
174 |
+
"model.layers.20.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
175 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
176 |
+
"model.layers.21.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
177 |
+
"model.layers.21.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
178 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
179 |
+
"model.layers.21.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
180 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
181 |
+
"model.layers.21.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
182 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
183 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
184 |
+
"model.layers.21.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
185 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
186 |
+
"model.layers.21.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
187 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
188 |
+
"model.layers.22.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
189 |
+
"model.layers.22.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
190 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
191 |
+
"model.layers.22.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
192 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
193 |
+
"model.layers.22.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
194 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
195 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
196 |
+
"model.layers.22.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
197 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
198 |
+
"model.layers.22.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
199 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
200 |
+
"model.layers.23.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
201 |
+
"model.layers.23.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
202 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
203 |
+
"model.layers.23.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
204 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
205 |
+
"model.layers.23.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
206 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
207 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
208 |
+
"model.layers.23.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
209 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
210 |
+
"model.layers.23.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
211 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
212 |
+
"model.layers.24.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
213 |
+
"model.layers.24.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
214 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
215 |
+
"model.layers.24.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
216 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
217 |
+
"model.layers.24.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
218 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
219 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
220 |
+
"model.layers.24.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
221 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
222 |
+
"model.layers.24.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
223 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
224 |
+
"model.layers.25.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
225 |
+
"model.layers.25.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
226 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
227 |
+
"model.layers.25.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
228 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
229 |
+
"model.layers.25.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
230 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
231 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
232 |
+
"model.layers.25.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
233 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
234 |
+
"model.layers.25.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
235 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
236 |
+
"model.layers.26.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
237 |
+
"model.layers.26.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
238 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
239 |
+
"model.layers.26.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
240 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
241 |
+
"model.layers.26.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
242 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
243 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
244 |
+
"model.layers.26.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
245 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
246 |
+
"model.layers.26.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
247 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
248 |
+
"model.layers.27.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
249 |
+
"model.layers.27.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
250 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
251 |
+
"model.layers.27.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
252 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
253 |
+
"model.layers.27.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
254 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
255 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
256 |
+
"model.layers.27.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
257 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
258 |
+
"model.layers.27.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
259 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
260 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
261 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
262 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
263 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
264 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
265 |
+
"model.layers.3.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
266 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
267 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
268 |
+
"model.layers.3.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
269 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
270 |
+
"model.layers.3.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
271 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
272 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
273 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
274 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
275 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
276 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
277 |
+
"model.layers.4.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
278 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
279 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
280 |
+
"model.layers.4.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
281 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
282 |
+
"model.layers.4.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
283 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
284 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
285 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
286 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
287 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
288 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
289 |
+
"model.layers.5.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
290 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
291 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
292 |
+
"model.layers.5.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
293 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
294 |
+
"model.layers.5.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
295 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
296 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
297 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
298 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
299 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
300 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
301 |
+
"model.layers.6.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
302 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
303 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
304 |
+
"model.layers.6.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
305 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
306 |
+
"model.layers.6.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
307 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
308 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
309 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
310 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
311 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
312 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
313 |
+
"model.layers.7.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
314 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
315 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
316 |
+
"model.layers.7.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
317 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
318 |
+
"model.layers.7.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
319 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
320 |
+
"model.layers.8.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
321 |
+
"model.layers.8.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
322 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
323 |
+
"model.layers.8.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
324 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
325 |
+
"model.layers.8.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
326 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
327 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
328 |
+
"model.layers.8.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
329 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
330 |
+
"model.layers.8.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
331 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
332 |
+
"model.layers.9.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
333 |
+
"model.layers.9.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
334 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
335 |
+
"model.layers.9.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
336 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
337 |
+
"model.layers.9.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
338 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
339 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
340 |
+
"model.layers.9.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
341 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
342 |
+
"model.layers.9.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
343 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
344 |
+
"model.norm.weight": "model-00003-of-00004.safetensors"
|
345 |
+
}
|
346 |
+
}
|
special_tokens_map.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|im_start|>",
|
4 |
+
"<|im_end|>",
|
5 |
+
"<|object_ref_start|>",
|
6 |
+
"<|object_ref_end|>",
|
7 |
+
"<|box_start|>",
|
8 |
+
"<|box_end|>",
|
9 |
+
"<|quad_start|>",
|
10 |
+
"<|quad_end|>",
|
11 |
+
"<|vision_start|>",
|
12 |
+
"<|vision_end|>",
|
13 |
+
"<|vision_pad|>",
|
14 |
+
"<|image_pad|>",
|
15 |
+
"<|video_pad|>"
|
16 |
+
],
|
17 |
+
"eos_token": {
|
18 |
+
"content": "<|im_end|>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
},
|
24 |
+
"pad_token": {
|
25 |
+
"content": "<|endoftext|>",
|
26 |
+
"lstrip": false,
|
27 |
+
"normalized": false,
|
28 |
+
"rstrip": false,
|
29 |
+
"single_word": false
|
30 |
+
}
|
31 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,208 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": false,
|
3 |
+
"add_prefix_space": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"151643": {
|
6 |
+
"content": "<|endoftext|>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"151644": {
|
14 |
+
"content": "<|im_start|>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"151645": {
|
22 |
+
"content": "<|im_end|>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
},
|
29 |
+
"151646": {
|
30 |
+
"content": "<|object_ref_start|>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
},
|
37 |
+
"151647": {
|
38 |
+
"content": "<|object_ref_end|>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false,
|
43 |
+
"special": true
|
44 |
+
},
|
45 |
+
"151648": {
|
46 |
+
"content": "<|box_start|>",
|
47 |
+
"lstrip": false,
|
48 |
+
"normalized": false,
|
49 |
+
"rstrip": false,
|
50 |
+
"single_word": false,
|
51 |
+
"special": true
|
52 |
+
},
|
53 |
+
"151649": {
|
54 |
+
"content": "<|box_end|>",
|
55 |
+
"lstrip": false,
|
56 |
+
"normalized": false,
|
57 |
+
"rstrip": false,
|
58 |
+
"single_word": false,
|
59 |
+
"special": true
|
60 |
+
},
|
61 |
+
"151650": {
|
62 |
+
"content": "<|quad_start|>",
|
63 |
+
"lstrip": false,
|
64 |
+
"normalized": false,
|
65 |
+
"rstrip": false,
|
66 |
+
"single_word": false,
|
67 |
+
"special": true
|
68 |
+
},
|
69 |
+
"151651": {
|
70 |
+
"content": "<|quad_end|>",
|
71 |
+
"lstrip": false,
|
72 |
+
"normalized": false,
|
73 |
+
"rstrip": false,
|
74 |
+
"single_word": false,
|
75 |
+
"special": true
|
76 |
+
},
|
77 |
+
"151652": {
|
78 |
+
"content": "<|vision_start|>",
|
79 |
+
"lstrip": false,
|
80 |
+
"normalized": false,
|
81 |
+
"rstrip": false,
|
82 |
+
"single_word": false,
|
83 |
+
"special": true
|
84 |
+
},
|
85 |
+
"151653": {
|
86 |
+
"content": "<|vision_end|>",
|
87 |
+
"lstrip": false,
|
88 |
+
"normalized": false,
|
89 |
+
"rstrip": false,
|
90 |
+
"single_word": false,
|
91 |
+
"special": true
|
92 |
+
},
|
93 |
+
"151654": {
|
94 |
+
"content": "<|vision_pad|>",
|
95 |
+
"lstrip": false,
|
96 |
+
"normalized": false,
|
97 |
+
"rstrip": false,
|
98 |
+
"single_word": false,
|
99 |
+
"special": true
|
100 |
+
},
|
101 |
+
"151655": {
|
102 |
+
"content": "<|image_pad|>",
|
103 |
+
"lstrip": false,
|
104 |
+
"normalized": false,
|
105 |
+
"rstrip": false,
|
106 |
+
"single_word": false,
|
107 |
+
"special": true
|
108 |
+
},
|
109 |
+
"151656": {
|
110 |
+
"content": "<|video_pad|>",
|
111 |
+
"lstrip": false,
|
112 |
+
"normalized": false,
|
113 |
+
"rstrip": false,
|
114 |
+
"single_word": false,
|
115 |
+
"special": true
|
116 |
+
},
|
117 |
+
"151657": {
|
118 |
+
"content": "<tool_call>",
|
119 |
+
"lstrip": false,
|
120 |
+
"normalized": false,
|
121 |
+
"rstrip": false,
|
122 |
+
"single_word": false,
|
123 |
+
"special": false
|
124 |
+
},
|
125 |
+
"151658": {
|
126 |
+
"content": "</tool_call>",
|
127 |
+
"lstrip": false,
|
128 |
+
"normalized": false,
|
129 |
+
"rstrip": false,
|
130 |
+
"single_word": false,
|
131 |
+
"special": false
|
132 |
+
},
|
133 |
+
"151659": {
|
134 |
+
"content": "<|fim_prefix|>",
|
135 |
+
"lstrip": false,
|
136 |
+
"normalized": false,
|
137 |
+
"rstrip": false,
|
138 |
+
"single_word": false,
|
139 |
+
"special": false
|
140 |
+
},
|
141 |
+
"151660": {
|
142 |
+
"content": "<|fim_middle|>",
|
143 |
+
"lstrip": false,
|
144 |
+
"normalized": false,
|
145 |
+
"rstrip": false,
|
146 |
+
"single_word": false,
|
147 |
+
"special": false
|
148 |
+
},
|
149 |
+
"151661": {
|
150 |
+
"content": "<|fim_suffix|>",
|
151 |
+
"lstrip": false,
|
152 |
+
"normalized": false,
|
153 |
+
"rstrip": false,
|
154 |
+
"single_word": false,
|
155 |
+
"special": false
|
156 |
+
},
|
157 |
+
"151662": {
|
158 |
+
"content": "<|fim_pad|>",
|
159 |
+
"lstrip": false,
|
160 |
+
"normalized": false,
|
161 |
+
"rstrip": false,
|
162 |
+
"single_word": false,
|
163 |
+
"special": false
|
164 |
+
},
|
165 |
+
"151663": {
|
166 |
+
"content": "<|repo_name|>",
|
167 |
+
"lstrip": false,
|
168 |
+
"normalized": false,
|
169 |
+
"rstrip": false,
|
170 |
+
"single_word": false,
|
171 |
+
"special": false
|
172 |
+
},
|
173 |
+
"151664": {
|
174 |
+
"content": "<|file_sep|>",
|
175 |
+
"lstrip": false,
|
176 |
+
"normalized": false,
|
177 |
+
"rstrip": false,
|
178 |
+
"single_word": false,
|
179 |
+
"special": false
|
180 |
+
}
|
181 |
+
},
|
182 |
+
"additional_special_tokens": [
|
183 |
+
"<|im_start|>",
|
184 |
+
"<|im_end|>",
|
185 |
+
"<|object_ref_start|>",
|
186 |
+
"<|object_ref_end|>",
|
187 |
+
"<|box_start|>",
|
188 |
+
"<|box_end|>",
|
189 |
+
"<|quad_start|>",
|
190 |
+
"<|quad_end|>",
|
191 |
+
"<|vision_start|>",
|
192 |
+
"<|vision_end|>",
|
193 |
+
"<|vision_pad|>",
|
194 |
+
"<|image_pad|>",
|
195 |
+
"<|video_pad|>"
|
196 |
+
],
|
197 |
+
"bos_token": null,
|
198 |
+
"chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}\n {%- endif %}\n {{- \"\\n\\n# Tools\\n\\nYou may call one or more functions to assist with the user query.\\n\\nYou are provided with function signatures within <tools></tools> XML tags:\\n<tools>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\n</tools>\\n\\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\\n<tool_call>\\n{\\\"name\\\": <function-name>, \\\"arguments\\\": <args-json-object>}\\n</tool_call><|im_end|>\\n\" }}\n{%- else %}\n {%- if messages[0]['role'] == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0]['content'] + '<|im_end|>\\n' }}\n {%- else %}\n {{- '<|im_start|>system\\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) or (message.role == \"assistant\" and not message.tool_calls) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role }}\n {%- if message.content %}\n {{- '\\n' + message.content }}\n {%- endif %}\n {%- for tool_call in message.tool_calls %}\n {%- if tool_call.function is defined %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '\\n<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- message.content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n{%- endif %}\n",
|
199 |
+
"clean_up_tokenization_spaces": false,
|
200 |
+
"eos_token": "<|im_end|>",
|
201 |
+
"errors": "replace",
|
202 |
+
"model_max_length": 131072,
|
203 |
+
"pad_token": "<|endoftext|>",
|
204 |
+
"padding_side": "right",
|
205 |
+
"split_special_tokens": false,
|
206 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
207 |
+
"unk_token": null
|
208 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 3.0,
|
3 |
+
"total_flos": 565924994220032.0,
|
4 |
+
"train_loss": 0.40345258044938437,
|
5 |
+
"train_runtime": 19496.0677,
|
6 |
+
"train_samples_per_second": 14.547,
|
7 |
+
"train_steps_per_second": 0.114
|
8 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,3143 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 3.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 2217,
|
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.006765899864682003,
|
13 |
+
"grad_norm": 3.135589967489332,
|
14 |
+
"learning_rate": 4.504504504504504e-08,
|
15 |
+
"loss": 0.5889,
|
16 |
+
"step": 5
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.013531799729364006,
|
20 |
+
"grad_norm": 3.3916614305848145,
|
21 |
+
"learning_rate": 9.009009009009008e-08,
|
22 |
+
"loss": 0.5883,
|
23 |
+
"step": 10
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.02029769959404601,
|
27 |
+
"grad_norm": 3.011762592649042,
|
28 |
+
"learning_rate": 1.3513513513513515e-07,
|
29 |
+
"loss": 0.5923,
|
30 |
+
"step": 15
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.02706359945872801,
|
34 |
+
"grad_norm": 3.5555831352532232,
|
35 |
+
"learning_rate": 1.8018018018018017e-07,
|
36 |
+
"loss": 0.604,
|
37 |
+
"step": 20
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.03382949932341001,
|
41 |
+
"grad_norm": 3.0499549612868475,
|
42 |
+
"learning_rate": 2.2522522522522522e-07,
|
43 |
+
"loss": 0.5755,
|
44 |
+
"step": 25
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.04059539918809202,
|
48 |
+
"grad_norm": 3.256982410861394,
|
49 |
+
"learning_rate": 2.702702702702703e-07,
|
50 |
+
"loss": 0.5911,
|
51 |
+
"step": 30
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.04736129905277402,
|
55 |
+
"grad_norm": 2.3622646307377106,
|
56 |
+
"learning_rate": 3.153153153153153e-07,
|
57 |
+
"loss": 0.5885,
|
58 |
+
"step": 35
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.05412719891745602,
|
62 |
+
"grad_norm": 2.2144614106610048,
|
63 |
+
"learning_rate": 3.6036036036036033e-07,
|
64 |
+
"loss": 0.5974,
|
65 |
+
"step": 40
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.06089309878213803,
|
69 |
+
"grad_norm": 1.9217781582980473,
|
70 |
+
"learning_rate": 4.054054054054054e-07,
|
71 |
+
"loss": 0.5593,
|
72 |
+
"step": 45
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.06765899864682003,
|
76 |
+
"grad_norm": 1.7294092935247658,
|
77 |
+
"learning_rate": 4.5045045045045043e-07,
|
78 |
+
"loss": 0.5252,
|
79 |
+
"step": 50
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.07442489851150202,
|
83 |
+
"grad_norm": 1.4219327632393917,
|
84 |
+
"learning_rate": 4.954954954954955e-07,
|
85 |
+
"loss": 0.5235,
|
86 |
+
"step": 55
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.08119079837618404,
|
90 |
+
"grad_norm": 1.292733402475732,
|
91 |
+
"learning_rate": 5.405405405405406e-07,
|
92 |
+
"loss": 0.525,
|
93 |
+
"step": 60
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.08795669824086604,
|
97 |
+
"grad_norm": 1.2144730441744807,
|
98 |
+
"learning_rate": 5.855855855855856e-07,
|
99 |
+
"loss": 0.5005,
|
100 |
+
"step": 65
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.09472259810554803,
|
104 |
+
"grad_norm": 1.1048367369062588,
|
105 |
+
"learning_rate": 6.306306306306306e-07,
|
106 |
+
"loss": 0.4703,
|
107 |
+
"step": 70
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.10148849797023005,
|
111 |
+
"grad_norm": 1.1189786437671039,
|
112 |
+
"learning_rate": 6.756756756756756e-07,
|
113 |
+
"loss": 0.4948,
|
114 |
+
"step": 75
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.10825439783491204,
|
118 |
+
"grad_norm": 1.055978988962422,
|
119 |
+
"learning_rate": 7.207207207207207e-07,
|
120 |
+
"loss": 0.4998,
|
121 |
+
"step": 80
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.11502029769959404,
|
125 |
+
"grad_norm": 1.0477308297406855,
|
126 |
+
"learning_rate": 7.657657657657657e-07,
|
127 |
+
"loss": 0.4972,
|
128 |
+
"step": 85
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.12178619756427606,
|
132 |
+
"grad_norm": 0.9769236190811056,
|
133 |
+
"learning_rate": 8.108108108108108e-07,
|
134 |
+
"loss": 0.4835,
|
135 |
+
"step": 90
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.12855209742895804,
|
139 |
+
"grad_norm": 0.9848724930156647,
|
140 |
+
"learning_rate": 8.558558558558558e-07,
|
141 |
+
"loss": 0.5145,
|
142 |
+
"step": 95
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.13531799729364005,
|
146 |
+
"grad_norm": 0.9772511369345566,
|
147 |
+
"learning_rate": 9.009009009009009e-07,
|
148 |
+
"loss": 0.4831,
|
149 |
+
"step": 100
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 0.14208389715832206,
|
153 |
+
"grad_norm": 1.0193282501281582,
|
154 |
+
"learning_rate": 9.459459459459459e-07,
|
155 |
+
"loss": 0.4792,
|
156 |
+
"step": 105
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 0.14884979702300405,
|
160 |
+
"grad_norm": 1.0020101535342332,
|
161 |
+
"learning_rate": 9.90990990990991e-07,
|
162 |
+
"loss": 0.4998,
|
163 |
+
"step": 110
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 0.15561569688768606,
|
167 |
+
"grad_norm": 0.9777889345956751,
|
168 |
+
"learning_rate": 1.0360360360360361e-06,
|
169 |
+
"loss": 0.4441,
|
170 |
+
"step": 115
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 0.16238159675236807,
|
174 |
+
"grad_norm": 0.9932598050355732,
|
175 |
+
"learning_rate": 1.0810810810810812e-06,
|
176 |
+
"loss": 0.5092,
|
177 |
+
"step": 120
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.16914749661705006,
|
181 |
+
"grad_norm": 0.9245471401140536,
|
182 |
+
"learning_rate": 1.1261261261261262e-06,
|
183 |
+
"loss": 0.4678,
|
184 |
+
"step": 125
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.17591339648173207,
|
188 |
+
"grad_norm": 1.024692892557143,
|
189 |
+
"learning_rate": 1.1711711711711712e-06,
|
190 |
+
"loss": 0.4725,
|
191 |
+
"step": 130
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.18267929634641408,
|
195 |
+
"grad_norm": 1.1972845292771366,
|
196 |
+
"learning_rate": 1.2162162162162162e-06,
|
197 |
+
"loss": 0.4853,
|
198 |
+
"step": 135
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.18944519621109607,
|
202 |
+
"grad_norm": 0.9896589031551587,
|
203 |
+
"learning_rate": 1.2612612612612613e-06,
|
204 |
+
"loss": 0.4826,
|
205 |
+
"step": 140
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.19621109607577808,
|
209 |
+
"grad_norm": 0.9765510674259122,
|
210 |
+
"learning_rate": 1.3063063063063063e-06,
|
211 |
+
"loss": 0.4755,
|
212 |
+
"step": 145
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.2029769959404601,
|
216 |
+
"grad_norm": 1.047291746383402,
|
217 |
+
"learning_rate": 1.3513513513513513e-06,
|
218 |
+
"loss": 0.4755,
|
219 |
+
"step": 150
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.20974289580514208,
|
223 |
+
"grad_norm": 0.9364478913196832,
|
224 |
+
"learning_rate": 1.3963963963963963e-06,
|
225 |
+
"loss": 0.4492,
|
226 |
+
"step": 155
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.2165087956698241,
|
230 |
+
"grad_norm": 1.0142879981253994,
|
231 |
+
"learning_rate": 1.4414414414414413e-06,
|
232 |
+
"loss": 0.4803,
|
233 |
+
"step": 160
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 0.2232746955345061,
|
237 |
+
"grad_norm": 1.0014449407179122,
|
238 |
+
"learning_rate": 1.4864864864864864e-06,
|
239 |
+
"loss": 0.4844,
|
240 |
+
"step": 165
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 0.23004059539918809,
|
244 |
+
"grad_norm": 0.9871888333407092,
|
245 |
+
"learning_rate": 1.5315315315315314e-06,
|
246 |
+
"loss": 0.457,
|
247 |
+
"step": 170
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 0.2368064952638701,
|
251 |
+
"grad_norm": 1.0141271652920374,
|
252 |
+
"learning_rate": 1.5765765765765766e-06,
|
253 |
+
"loss": 0.4903,
|
254 |
+
"step": 175
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 0.2435723951285521,
|
258 |
+
"grad_norm": 0.9347234253741529,
|
259 |
+
"learning_rate": 1.6216216216216216e-06,
|
260 |
+
"loss": 0.4652,
|
261 |
+
"step": 180
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.2503382949932341,
|
265 |
+
"grad_norm": 0.9501435317491856,
|
266 |
+
"learning_rate": 1.6666666666666667e-06,
|
267 |
+
"loss": 0.4308,
|
268 |
+
"step": 185
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 0.2571041948579161,
|
272 |
+
"grad_norm": 0.9581596031904549,
|
273 |
+
"learning_rate": 1.7117117117117117e-06,
|
274 |
+
"loss": 0.4598,
|
275 |
+
"step": 190
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 0.2638700947225981,
|
279 |
+
"grad_norm": 0.9786305503763357,
|
280 |
+
"learning_rate": 1.7567567567567567e-06,
|
281 |
+
"loss": 0.4714,
|
282 |
+
"step": 195
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 0.2706359945872801,
|
286 |
+
"grad_norm": 0.9291456736083413,
|
287 |
+
"learning_rate": 1.8018018018018017e-06,
|
288 |
+
"loss": 0.443,
|
289 |
+
"step": 200
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 0.2774018944519621,
|
293 |
+
"grad_norm": 0.9255877911105075,
|
294 |
+
"learning_rate": 1.8468468468468467e-06,
|
295 |
+
"loss": 0.4432,
|
296 |
+
"step": 205
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 0.28416779431664413,
|
300 |
+
"grad_norm": 0.9606736815164055,
|
301 |
+
"learning_rate": 1.8918918918918918e-06,
|
302 |
+
"loss": 0.4585,
|
303 |
+
"step": 210
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 0.29093369418132614,
|
307 |
+
"grad_norm": 0.9624440866895722,
|
308 |
+
"learning_rate": 1.936936936936937e-06,
|
309 |
+
"loss": 0.4904,
|
310 |
+
"step": 215
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 0.2976995940460081,
|
314 |
+
"grad_norm": 1.0330049416664429,
|
315 |
+
"learning_rate": 1.981981981981982e-06,
|
316 |
+
"loss": 0.4561,
|
317 |
+
"step": 220
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 0.3044654939106901,
|
321 |
+
"grad_norm": 1.00109448379537,
|
322 |
+
"learning_rate": 1.9999888409903946e-06,
|
323 |
+
"loss": 0.4577,
|
324 |
+
"step": 225
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 0.3112313937753721,
|
328 |
+
"grad_norm": 0.9859765544158723,
|
329 |
+
"learning_rate": 1.9999206479447045e-06,
|
330 |
+
"loss": 0.4614,
|
331 |
+
"step": 230
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 0.31799729364005414,
|
335 |
+
"grad_norm": 0.9877323608217358,
|
336 |
+
"learning_rate": 1.9997904655255597e-06,
|
337 |
+
"loss": 0.4545,
|
338 |
+
"step": 235
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 0.32476319350473615,
|
342 |
+
"grad_norm": 0.9576930627586866,
|
343 |
+
"learning_rate": 1.9995983018035276e-06,
|
344 |
+
"loss": 0.465,
|
345 |
+
"step": 240
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 0.33152909336941816,
|
349 |
+
"grad_norm": 0.9687733447404366,
|
350 |
+
"learning_rate": 1.9993441686916623e-06,
|
351 |
+
"loss": 0.4437,
|
352 |
+
"step": 245
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 0.3382949932341001,
|
356 |
+
"grad_norm": 0.9301714141243771,
|
357 |
+
"learning_rate": 1.9990280819447657e-06,
|
358 |
+
"loss": 0.474,
|
359 |
+
"step": 250
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 0.34506089309878213,
|
363 |
+
"grad_norm": 0.9405794290628846,
|
364 |
+
"learning_rate": 1.998650061158413e-06,
|
365 |
+
"loss": 0.4449,
|
366 |
+
"step": 255
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 0.35182679296346414,
|
370 |
+
"grad_norm": 0.9636134406434878,
|
371 |
+
"learning_rate": 1.998210129767735e-06,
|
372 |
+
"loss": 0.458,
|
373 |
+
"step": 260
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 0.35859269282814615,
|
377 |
+
"grad_norm": 0.9144322841515368,
|
378 |
+
"learning_rate": 1.9977083150459674e-06,
|
379 |
+
"loss": 0.4481,
|
380 |
+
"step": 265
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 0.36535859269282817,
|
384 |
+
"grad_norm": 0.8714040160746531,
|
385 |
+
"learning_rate": 1.997144648102759e-06,
|
386 |
+
"loss": 0.449,
|
387 |
+
"step": 270
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 0.3721244925575101,
|
391 |
+
"grad_norm": 0.9100045164534543,
|
392 |
+
"learning_rate": 1.996519163882243e-06,
|
393 |
+
"loss": 0.4597,
|
394 |
+
"step": 275
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 0.37889039242219213,
|
398 |
+
"grad_norm": 0.9878984240608611,
|
399 |
+
"learning_rate": 1.9958319011608715e-06,
|
400 |
+
"loss": 0.4704,
|
401 |
+
"step": 280
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 0.38565629228687415,
|
405 |
+
"grad_norm": 0.9923465451164459,
|
406 |
+
"learning_rate": 1.9950829025450113e-06,
|
407 |
+
"loss": 0.4509,
|
408 |
+
"step": 285
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 0.39242219215155616,
|
412 |
+
"grad_norm": 1.0383680352925826,
|
413 |
+
"learning_rate": 1.9942722144683016e-06,
|
414 |
+
"loss": 0.4635,
|
415 |
+
"step": 290
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 0.39918809201623817,
|
419 |
+
"grad_norm": 0.9992922298254648,
|
420 |
+
"learning_rate": 1.993399887188776e-06,
|
421 |
+
"loss": 0.4461,
|
422 |
+
"step": 295
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 0.4059539918809202,
|
426 |
+
"grad_norm": 0.9169501385233226,
|
427 |
+
"learning_rate": 1.992465974785748e-06,
|
428 |
+
"loss": 0.4307,
|
429 |
+
"step": 300
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 0.41271989174560214,
|
433 |
+
"grad_norm": 0.9501202965215437,
|
434 |
+
"learning_rate": 1.9914705351564566e-06,
|
435 |
+
"loss": 0.4479,
|
436 |
+
"step": 305
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 0.41948579161028415,
|
440 |
+
"grad_norm": 1.0148297138789613,
|
441 |
+
"learning_rate": 1.990413630012477e-06,
|
442 |
+
"loss": 0.4859,
|
443 |
+
"step": 310
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 0.42625169147496617,
|
447 |
+
"grad_norm": 1.0739431040090432,
|
448 |
+
"learning_rate": 1.9892953248758966e-06,
|
449 |
+
"loss": 0.4614,
|
450 |
+
"step": 315
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 0.4330175913396482,
|
454 |
+
"grad_norm": 0.9229950410193872,
|
455 |
+
"learning_rate": 1.9881156890752514e-06,
|
456 |
+
"loss": 0.4418,
|
457 |
+
"step": 320
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 0.4397834912043302,
|
461 |
+
"grad_norm": 0.9066806182817697,
|
462 |
+
"learning_rate": 1.986874795741229e-06,
|
463 |
+
"loss": 0.4471,
|
464 |
+
"step": 325
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 0.4465493910690122,
|
468 |
+
"grad_norm": 0.9445088154404362,
|
469 |
+
"learning_rate": 1.985572721802134e-06,
|
470 |
+
"loss": 0.4583,
|
471 |
+
"step": 330
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 0.45331529093369416,
|
475 |
+
"grad_norm": 0.9429094985987705,
|
476 |
+
"learning_rate": 1.984209547979119e-06,
|
477 |
+
"loss": 0.4336,
|
478 |
+
"step": 335
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 0.46008119079837617,
|
482 |
+
"grad_norm": 0.8808347399108184,
|
483 |
+
"learning_rate": 1.9827853587811816e-06,
|
484 |
+
"loss": 0.4506,
|
485 |
+
"step": 340
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 0.4668470906630582,
|
489 |
+
"grad_norm": 0.8852604972614782,
|
490 |
+
"learning_rate": 1.9813002424999237e-06,
|
491 |
+
"loss": 0.446,
|
492 |
+
"step": 345
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"epoch": 0.4736129905277402,
|
496 |
+
"grad_norm": 0.948491996554019,
|
497 |
+
"learning_rate": 1.979754291204079e-06,
|
498 |
+
"loss": 0.4217,
|
499 |
+
"step": 350
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 0.4803788903924222,
|
503 |
+
"grad_norm": 0.9995196615839442,
|
504 |
+
"learning_rate": 1.9781476007338054e-06,
|
505 |
+
"loss": 0.4548,
|
506 |
+
"step": 355
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 0.4871447902571042,
|
510 |
+
"grad_norm": 0.9740073385493772,
|
511 |
+
"learning_rate": 1.9764802706947418e-06,
|
512 |
+
"loss": 0.4445,
|
513 |
+
"step": 360
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 0.4939106901217862,
|
517 |
+
"grad_norm": 0.9563912716625128,
|
518 |
+
"learning_rate": 1.974752404451835e-06,
|
519 |
+
"loss": 0.4604,
|
520 |
+
"step": 365
|
521 |
+
},
|
522 |
+
{
|
523 |
+
"epoch": 0.5006765899864682,
|
524 |
+
"grad_norm": 0.9762637234366424,
|
525 |
+
"learning_rate": 1.972964109122931e-06,
|
526 |
+
"loss": 0.4479,
|
527 |
+
"step": 370
|
528 |
+
},
|
529 |
+
{
|
530 |
+
"epoch": 0.5074424898511503,
|
531 |
+
"grad_norm": 0.930767783738052,
|
532 |
+
"learning_rate": 1.9711154955721335e-06,
|
533 |
+
"loss": 0.4468,
|
534 |
+
"step": 375
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 0.5142083897158322,
|
538 |
+
"grad_norm": 0.906296179421201,
|
539 |
+
"learning_rate": 1.9692066784029327e-06,
|
540 |
+
"loss": 0.4194,
|
541 |
+
"step": 380
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 0.5209742895805142,
|
545 |
+
"grad_norm": 1.0298233079259136,
|
546 |
+
"learning_rate": 1.9672377759510997e-06,
|
547 |
+
"loss": 0.4436,
|
548 |
+
"step": 385
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"epoch": 0.5277401894451962,
|
552 |
+
"grad_norm": 1.0285715764917238,
|
553 |
+
"learning_rate": 1.9652089102773484e-06,
|
554 |
+
"loss": 0.4458,
|
555 |
+
"step": 390
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 0.5345060893098782,
|
559 |
+
"grad_norm": 1.0035891832603154,
|
560 |
+
"learning_rate": 1.963120207159773e-06,
|
561 |
+
"loss": 0.4571,
|
562 |
+
"step": 395
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 0.5412719891745602,
|
566 |
+
"grad_norm": 0.9043446816114864,
|
567 |
+
"learning_rate": 1.9609717960860447e-06,
|
568 |
+
"loss": 0.4365,
|
569 |
+
"step": 400
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 0.5480378890392422,
|
573 |
+
"grad_norm": 0.8567918991275345,
|
574 |
+
"learning_rate": 1.9587638102453897e-06,
|
575 |
+
"loss": 0.4522,
|
576 |
+
"step": 405
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"epoch": 0.5548037889039242,
|
580 |
+
"grad_norm": 1.0896706916639896,
|
581 |
+
"learning_rate": 1.9564963865203286e-06,
|
582 |
+
"loss": 0.4486,
|
583 |
+
"step": 410
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"epoch": 0.5615696887686062,
|
587 |
+
"grad_norm": 1.0243921674345242,
|
588 |
+
"learning_rate": 1.954169665478192e-06,
|
589 |
+
"loss": 0.4733,
|
590 |
+
"step": 415
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"epoch": 0.5683355886332883,
|
594 |
+
"grad_norm": 0.938461425371989,
|
595 |
+
"learning_rate": 1.9517837913624046e-06,
|
596 |
+
"loss": 0.4539,
|
597 |
+
"step": 420
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 0.5751014884979703,
|
601 |
+
"grad_norm": 0.8437598260090776,
|
602 |
+
"learning_rate": 1.949338912083546e-06,
|
603 |
+
"loss": 0.4367,
|
604 |
+
"step": 425
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 0.5818673883626523,
|
608 |
+
"grad_norm": 1.005446735593706,
|
609 |
+
"learning_rate": 1.9468351792101772e-06,
|
610 |
+
"loss": 0.4362,
|
611 |
+
"step": 430
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"epoch": 0.5886332882273342,
|
615 |
+
"grad_norm": 0.9862664792523975,
|
616 |
+
"learning_rate": 1.9442727479594483e-06,
|
617 |
+
"loss": 0.4452,
|
618 |
+
"step": 435
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"epoch": 0.5953991880920162,
|
622 |
+
"grad_norm": 0.899687219440517,
|
623 |
+
"learning_rate": 1.9416517771874715e-06,
|
624 |
+
"loss": 0.4442,
|
625 |
+
"step": 440
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 0.6021650879566982,
|
629 |
+
"grad_norm": 0.9353741691182778,
|
630 |
+
"learning_rate": 1.938972429379477e-06,
|
631 |
+
"loss": 0.4495,
|
632 |
+
"step": 445
|
633 |
+
},
|
634 |
+
{
|
635 |
+
"epoch": 0.6089309878213802,
|
636 |
+
"grad_norm": 0.9948820456618889,
|
637 |
+
"learning_rate": 1.936234870639737e-06,
|
638 |
+
"loss": 0.4306,
|
639 |
+
"step": 450
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 0.6156968876860622,
|
643 |
+
"grad_norm": 0.8704179591830725,
|
644 |
+
"learning_rate": 1.9334392706812702e-06,
|
645 |
+
"loss": 0.4505,
|
646 |
+
"step": 455
|
647 |
+
},
|
648 |
+
{
|
649 |
+
"epoch": 0.6224627875507442,
|
650 |
+
"grad_norm": 1.0450367914596947,
|
651 |
+
"learning_rate": 1.9305858028153185e-06,
|
652 |
+
"loss": 0.4522,
|
653 |
+
"step": 460
|
654 |
+
},
|
655 |
+
{
|
656 |
+
"epoch": 0.6292286874154263,
|
657 |
+
"grad_norm": 0.9281390514278819,
|
658 |
+
"learning_rate": 1.9276746439406045e-06,
|
659 |
+
"loss": 0.4559,
|
660 |
+
"step": 465
|
661 |
+
},
|
662 |
+
{
|
663 |
+
"epoch": 0.6359945872801083,
|
664 |
+
"grad_norm": 0.8350910022375151,
|
665 |
+
"learning_rate": 1.924705974532364e-06,
|
666 |
+
"loss": 0.4089,
|
667 |
+
"step": 470
|
668 |
+
},
|
669 |
+
{
|
670 |
+
"epoch": 0.6427604871447903,
|
671 |
+
"grad_norm": 0.9262743643853244,
|
672 |
+
"learning_rate": 1.921679978631158e-06,
|
673 |
+
"loss": 0.4567,
|
674 |
+
"step": 475
|
675 |
+
},
|
676 |
+
{
|
677 |
+
"epoch": 0.6495263870094723,
|
678 |
+
"grad_norm": 0.9746893310950089,
|
679 |
+
"learning_rate": 1.9185968438314613e-06,
|
680 |
+
"loss": 0.4422,
|
681 |
+
"step": 480
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"epoch": 0.6562922868741543,
|
685 |
+
"grad_norm": 0.9995267328814453,
|
686 |
+
"learning_rate": 1.915456761270037e-06,
|
687 |
+
"loss": 0.4599,
|
688 |
+
"step": 485
|
689 |
+
},
|
690 |
+
{
|
691 |
+
"epoch": 0.6630581867388363,
|
692 |
+
"grad_norm": 0.9622695089455472,
|
693 |
+
"learning_rate": 1.912259925614082e-06,
|
694 |
+
"loss": 0.4791,
|
695 |
+
"step": 490
|
696 |
+
},
|
697 |
+
{
|
698 |
+
"epoch": 0.6698240866035182,
|
699 |
+
"grad_norm": 0.9096507775563442,
|
700 |
+
"learning_rate": 1.9090065350491626e-06,
|
701 |
+
"loss": 0.4519,
|
702 |
+
"step": 495
|
703 |
+
},
|
704 |
+
{
|
705 |
+
"epoch": 0.6765899864682002,
|
706 |
+
"grad_norm": 0.8664437664900746,
|
707 |
+
"learning_rate": 1.9056967912669254e-06,
|
708 |
+
"loss": 0.4398,
|
709 |
+
"step": 500
|
710 |
+
},
|
711 |
+
{
|
712 |
+
"epoch": 0.6833558863328822,
|
713 |
+
"grad_norm": 0.9076600979521202,
|
714 |
+
"learning_rate": 1.9023308994525963e-06,
|
715 |
+
"loss": 0.4209,
|
716 |
+
"step": 505
|
717 |
+
},
|
718 |
+
{
|
719 |
+
"epoch": 0.6901217861975643,
|
720 |
+
"grad_norm": 1.0222052042745708,
|
721 |
+
"learning_rate": 1.8989090682722582e-06,
|
722 |
+
"loss": 0.4281,
|
723 |
+
"step": 510
|
724 |
+
},
|
725 |
+
{
|
726 |
+
"epoch": 0.6968876860622463,
|
727 |
+
"grad_norm": 0.9723615567805167,
|
728 |
+
"learning_rate": 1.8954315098599146e-06,
|
729 |
+
"loss": 0.4189,
|
730 |
+
"step": 515
|
731 |
+
},
|
732 |
+
{
|
733 |
+
"epoch": 0.7036535859269283,
|
734 |
+
"grad_norm": 0.9835862508331336,
|
735 |
+
"learning_rate": 1.8918984398043408e-06,
|
736 |
+
"loss": 0.4312,
|
737 |
+
"step": 520
|
738 |
+
},
|
739 |
+
{
|
740 |
+
"epoch": 0.7104194857916103,
|
741 |
+
"grad_norm": 1.0012687152736872,
|
742 |
+
"learning_rate": 1.8883100771357157e-06,
|
743 |
+
"loss": 0.4501,
|
744 |
+
"step": 525
|
745 |
+
},
|
746 |
+
{
|
747 |
+
"epoch": 0.7171853856562923,
|
748 |
+
"grad_norm": 1.0216291302343823,
|
749 |
+
"learning_rate": 1.8846666443120457e-06,
|
750 |
+
"loss": 0.4258,
|
751 |
+
"step": 530
|
752 |
+
},
|
753 |
+
{
|
754 |
+
"epoch": 0.7239512855209743,
|
755 |
+
"grad_norm": 0.9276135754152084,
|
756 |
+
"learning_rate": 1.8809683672053724e-06,
|
757 |
+
"loss": 0.4333,
|
758 |
+
"step": 535
|
759 |
+
},
|
760 |
+
{
|
761 |
+
"epoch": 0.7307171853856563,
|
762 |
+
"grad_norm": 0.8724955540199736,
|
763 |
+
"learning_rate": 1.8772154750877695e-06,
|
764 |
+
"loss": 0.4312,
|
765 |
+
"step": 540
|
766 |
+
},
|
767 |
+
{
|
768 |
+
"epoch": 0.7374830852503383,
|
769 |
+
"grad_norm": 0.872211189190211,
|
770 |
+
"learning_rate": 1.8734082006171296e-06,
|
771 |
+
"loss": 0.4471,
|
772 |
+
"step": 545
|
773 |
+
},
|
774 |
+
{
|
775 |
+
"epoch": 0.7442489851150202,
|
776 |
+
"grad_norm": 0.892122792957958,
|
777 |
+
"learning_rate": 1.8695467798227415e-06,
|
778 |
+
"loss": 0.4472,
|
779 |
+
"step": 550
|
780 |
+
},
|
781 |
+
{
|
782 |
+
"epoch": 0.7510148849797023,
|
783 |
+
"grad_norm": 0.9140022143978676,
|
784 |
+
"learning_rate": 1.8656314520906568e-06,
|
785 |
+
"loss": 0.4371,
|
786 |
+
"step": 555
|
787 |
+
},
|
788 |
+
{
|
789 |
+
"epoch": 0.7577807848443843,
|
790 |
+
"grad_norm": 1.0633456017168574,
|
791 |
+
"learning_rate": 1.8616624601488492e-06,
|
792 |
+
"loss": 0.4463,
|
793 |
+
"step": 560
|
794 |
+
},
|
795 |
+
{
|
796 |
+
"epoch": 0.7645466847090663,
|
797 |
+
"grad_norm": 0.9391100031862615,
|
798 |
+
"learning_rate": 1.8576400500521669e-06,
|
799 |
+
"loss": 0.4427,
|
800 |
+
"step": 565
|
801 |
+
},
|
802 |
+
{
|
803 |
+
"epoch": 0.7713125845737483,
|
804 |
+
"grad_norm": 0.8735867416829584,
|
805 |
+
"learning_rate": 1.8535644711670801e-06,
|
806 |
+
"loss": 0.4301,
|
807 |
+
"step": 570
|
808 |
+
},
|
809 |
+
{
|
810 |
+
"epoch": 0.7780784844384303,
|
811 |
+
"grad_norm": 1.0132502644824264,
|
812 |
+
"learning_rate": 1.8494359761562194e-06,
|
813 |
+
"loss": 0.4474,
|
814 |
+
"step": 575
|
815 |
+
},
|
816 |
+
{
|
817 |
+
"epoch": 0.7848443843031123,
|
818 |
+
"grad_norm": 0.9062675810803181,
|
819 |
+
"learning_rate": 1.8452548209627132e-06,
|
820 |
+
"loss": 0.4243,
|
821 |
+
"step": 580
|
822 |
+
},
|
823 |
+
{
|
824 |
+
"epoch": 0.7916102841677943,
|
825 |
+
"grad_norm": 0.9274228694676224,
|
826 |
+
"learning_rate": 1.8410212647943213e-06,
|
827 |
+
"loss": 0.4333,
|
828 |
+
"step": 585
|
829 |
+
},
|
830 |
+
{
|
831 |
+
"epoch": 0.7983761840324763,
|
832 |
+
"grad_norm": 0.9007238654849733,
|
833 |
+
"learning_rate": 1.8367355701073644e-06,
|
834 |
+
"loss": 0.4368,
|
835 |
+
"step": 590
|
836 |
+
},
|
837 |
+
{
|
838 |
+
"epoch": 0.8051420838971584,
|
839 |
+
"grad_norm": 0.855747677050306,
|
840 |
+
"learning_rate": 1.8323980025904535e-06,
|
841 |
+
"loss": 0.4501,
|
842 |
+
"step": 595
|
843 |
+
},
|
844 |
+
{
|
845 |
+
"epoch": 0.8119079837618404,
|
846 |
+
"grad_norm": 0.8969982308552745,
|
847 |
+
"learning_rate": 1.82800883114802e-06,
|
848 |
+
"loss": 0.4507,
|
849 |
+
"step": 600
|
850 |
+
},
|
851 |
+
{
|
852 |
+
"epoch": 0.8186738836265224,
|
853 |
+
"grad_norm": 0.9410929974505499,
|
854 |
+
"learning_rate": 1.8235683278836432e-06,
|
855 |
+
"loss": 0.4422,
|
856 |
+
"step": 605
|
857 |
+
},
|
858 |
+
{
|
859 |
+
"epoch": 0.8254397834912043,
|
860 |
+
"grad_norm": 0.8931321462996165,
|
861 |
+
"learning_rate": 1.819076768083183e-06,
|
862 |
+
"loss": 0.4416,
|
863 |
+
"step": 610
|
864 |
+
},
|
865 |
+
{
|
866 |
+
"epoch": 0.8322056833558863,
|
867 |
+
"grad_norm": 0.8980849337160435,
|
868 |
+
"learning_rate": 1.8145344301977126e-06,
|
869 |
+
"loss": 0.4388,
|
870 |
+
"step": 615
|
871 |
+
},
|
872 |
+
{
|
873 |
+
"epoch": 0.8389715832205683,
|
874 |
+
"grad_norm": 1.0536891441098302,
|
875 |
+
"learning_rate": 1.8099415958262574e-06,
|
876 |
+
"loss": 0.4187,
|
877 |
+
"step": 620
|
878 |
+
},
|
879 |
+
{
|
880 |
+
"epoch": 0.8457374830852503,
|
881 |
+
"grad_norm": 0.9271582768046711,
|
882 |
+
"learning_rate": 1.8052985496983361e-06,
|
883 |
+
"loss": 0.4146,
|
884 |
+
"step": 625
|
885 |
+
},
|
886 |
+
{
|
887 |
+
"epoch": 0.8525033829499323,
|
888 |
+
"grad_norm": 0.8968055840445154,
|
889 |
+
"learning_rate": 1.8006055796563101e-06,
|
890 |
+
"loss": 0.4495,
|
891 |
+
"step": 630
|
892 |
+
},
|
893 |
+
{
|
894 |
+
"epoch": 0.8592692828146143,
|
895 |
+
"grad_norm": 0.9744203544956539,
|
896 |
+
"learning_rate": 1.7958629766375384e-06,
|
897 |
+
"loss": 0.4383,
|
898 |
+
"step": 635
|
899 |
+
},
|
900 |
+
{
|
901 |
+
"epoch": 0.8660351826792964,
|
902 |
+
"grad_norm": 0.9258362621278792,
|
903 |
+
"learning_rate": 1.7910710346563413e-06,
|
904 |
+
"loss": 0.454,
|
905 |
+
"step": 640
|
906 |
+
},
|
907 |
+
{
|
908 |
+
"epoch": 0.8728010825439784,
|
909 |
+
"grad_norm": 0.9503525869701483,
|
910 |
+
"learning_rate": 1.786230050785773e-06,
|
911 |
+
"loss": 0.441,
|
912 |
+
"step": 645
|
913 |
+
},
|
914 |
+
{
|
915 |
+
"epoch": 0.8795669824086604,
|
916 |
+
"grad_norm": 0.9642519341637562,
|
917 |
+
"learning_rate": 1.7813403251392055e-06,
|
918 |
+
"loss": 0.4373,
|
919 |
+
"step": 650
|
920 |
+
},
|
921 |
+
{
|
922 |
+
"epoch": 0.8863328822733424,
|
923 |
+
"grad_norm": 0.9057502587296233,
|
924 |
+
"learning_rate": 1.7764021608517222e-06,
|
925 |
+
"loss": 0.424,
|
926 |
+
"step": 655
|
927 |
+
},
|
928 |
+
{
|
929 |
+
"epoch": 0.8930987821380244,
|
930 |
+
"grad_norm": 0.9749023291888076,
|
931 |
+
"learning_rate": 1.7714158640613257e-06,
|
932 |
+
"loss": 0.4598,
|
933 |
+
"step": 660
|
934 |
+
},
|
935 |
+
{
|
936 |
+
"epoch": 0.8998646820027063,
|
937 |
+
"grad_norm": 0.9538712934377249,
|
938 |
+
"learning_rate": 1.7663817438899598e-06,
|
939 |
+
"loss": 0.4058,
|
940 |
+
"step": 665
|
941 |
+
},
|
942 |
+
{
|
943 |
+
"epoch": 0.9066305818673883,
|
944 |
+
"grad_norm": 0.8979955158802797,
|
945 |
+
"learning_rate": 1.7613001124243444e-06,
|
946 |
+
"loss": 0.4387,
|
947 |
+
"step": 670
|
948 |
+
},
|
949 |
+
{
|
950 |
+
"epoch": 0.9133964817320703,
|
951 |
+
"grad_norm": 1.0118313665664034,
|
952 |
+
"learning_rate": 1.7561712846966287e-06,
|
953 |
+
"loss": 0.4368,
|
954 |
+
"step": 675
|
955 |
+
},
|
956 |
+
{
|
957 |
+
"epoch": 0.9201623815967523,
|
958 |
+
"grad_norm": 0.9031964169386388,
|
959 |
+
"learning_rate": 1.7509955786648606e-06,
|
960 |
+
"loss": 0.425,
|
961 |
+
"step": 680
|
962 |
+
},
|
963 |
+
{
|
964 |
+
"epoch": 0.9269282814614344,
|
965 |
+
"grad_norm": 0.9178062035086288,
|
966 |
+
"learning_rate": 1.7457733151932757e-06,
|
967 |
+
"loss": 0.4305,
|
968 |
+
"step": 685
|
969 |
+
},
|
970 |
+
{
|
971 |
+
"epoch": 0.9336941813261164,
|
972 |
+
"grad_norm": 0.8690556201891485,
|
973 |
+
"learning_rate": 1.7405048180324043e-06,
|
974 |
+
"loss": 0.4661,
|
975 |
+
"step": 690
|
976 |
+
},
|
977 |
+
{
|
978 |
+
"epoch": 0.9404600811907984,
|
979 |
+
"grad_norm": 1.0262205903854127,
|
980 |
+
"learning_rate": 1.7351904137990026e-06,
|
981 |
+
"loss": 0.466,
|
982 |
+
"step": 695
|
983 |
+
},
|
984 |
+
{
|
985 |
+
"epoch": 0.9472259810554804,
|
986 |
+
"grad_norm": 0.9713876210934629,
|
987 |
+
"learning_rate": 1.7298304319558029e-06,
|
988 |
+
"loss": 0.4437,
|
989 |
+
"step": 700
|
990 |
+
},
|
991 |
+
{
|
992 |
+
"epoch": 0.9539918809201624,
|
993 |
+
"grad_norm": 0.9597126572586364,
|
994 |
+
"learning_rate": 1.724425204791089e-06,
|
995 |
+
"loss": 0.4466,
|
996 |
+
"step": 705
|
997 |
+
},
|
998 |
+
{
|
999 |
+
"epoch": 0.9607577807848444,
|
1000 |
+
"grad_norm": 0.9232932420981798,
|
1001 |
+
"learning_rate": 1.7189750673980962e-06,
|
1002 |
+
"loss": 0.4278,
|
1003 |
+
"step": 710
|
1004 |
+
},
|
1005 |
+
{
|
1006 |
+
"epoch": 0.9675236806495264,
|
1007 |
+
"grad_norm": 0.9490372547781128,
|
1008 |
+
"learning_rate": 1.7134803576542387e-06,
|
1009 |
+
"loss": 0.4415,
|
1010 |
+
"step": 715
|
1011 |
+
},
|
1012 |
+
{
|
1013 |
+
"epoch": 0.9742895805142084,
|
1014 |
+
"grad_norm": 0.9147397103374635,
|
1015 |
+
"learning_rate": 1.7079414162001614e-06,
|
1016 |
+
"loss": 0.433,
|
1017 |
+
"step": 720
|
1018 |
+
},
|
1019 |
+
{
|
1020 |
+
"epoch": 0.9810554803788903,
|
1021 |
+
"grad_norm": 0.8209401461011373,
|
1022 |
+
"learning_rate": 1.7023585864186218e-06,
|
1023 |
+
"loss": 0.4317,
|
1024 |
+
"step": 725
|
1025 |
+
},
|
1026 |
+
{
|
1027 |
+
"epoch": 0.9878213802435724,
|
1028 |
+
"grad_norm": 0.9324496307161872,
|
1029 |
+
"learning_rate": 1.6967322144132053e-06,
|
1030 |
+
"loss": 0.4306,
|
1031 |
+
"step": 730
|
1032 |
+
},
|
1033 |
+
{
|
1034 |
+
"epoch": 0.9945872801082544,
|
1035 |
+
"grad_norm": 0.9568936294834373,
|
1036 |
+
"learning_rate": 1.6910626489868648e-06,
|
1037 |
+
"loss": 0.4432,
|
1038 |
+
"step": 735
|
1039 |
+
},
|
1040 |
+
{
|
1041 |
+
"epoch": 1.0013531799729365,
|
1042 |
+
"grad_norm": 0.8919678793527602,
|
1043 |
+
"learning_rate": 1.6853502416202998e-06,
|
1044 |
+
"loss": 0.4143,
|
1045 |
+
"step": 740
|
1046 |
+
},
|
1047 |
+
{
|
1048 |
+
"epoch": 1.0081190798376185,
|
1049 |
+
"grad_norm": 0.8529794447193302,
|
1050 |
+
"learning_rate": 1.6795953464501652e-06,
|
1051 |
+
"loss": 0.4169,
|
1052 |
+
"step": 745
|
1053 |
+
},
|
1054 |
+
{
|
1055 |
+
"epoch": 1.0148849797023005,
|
1056 |
+
"grad_norm": 0.9642624694066111,
|
1057 |
+
"learning_rate": 1.6737983202471179e-06,
|
1058 |
+
"loss": 0.4006,
|
1059 |
+
"step": 750
|
1060 |
+
},
|
1061 |
+
{
|
1062 |
+
"epoch": 1.0216508795669823,
|
1063 |
+
"grad_norm": 0.9261361922756723,
|
1064 |
+
"learning_rate": 1.6679595223936974e-06,
|
1065 |
+
"loss": 0.3804,
|
1066 |
+
"step": 755
|
1067 |
+
},
|
1068 |
+
{
|
1069 |
+
"epoch": 1.0284167794316643,
|
1070 |
+
"grad_norm": 0.9435858313783809,
|
1071 |
+
"learning_rate": 1.6620793148620477e-06,
|
1072 |
+
"loss": 0.4042,
|
1073 |
+
"step": 760
|
1074 |
+
},
|
1075 |
+
{
|
1076 |
+
"epoch": 1.0351826792963463,
|
1077 |
+
"grad_norm": 0.8659115290032953,
|
1078 |
+
"learning_rate": 1.6561580621914763e-06,
|
1079 |
+
"loss": 0.39,
|
1080 |
+
"step": 765
|
1081 |
+
},
|
1082 |
+
{
|
1083 |
+
"epoch": 1.0419485791610283,
|
1084 |
+
"grad_norm": 0.9027318646544147,
|
1085 |
+
"learning_rate": 1.6501961314658556e-06,
|
1086 |
+
"loss": 0.39,
|
1087 |
+
"step": 770
|
1088 |
+
},
|
1089 |
+
{
|
1090 |
+
"epoch": 1.0487144790257104,
|
1091 |
+
"grad_norm": 0.8801713126531726,
|
1092 |
+
"learning_rate": 1.6441938922908643e-06,
|
1093 |
+
"loss": 0.3879,
|
1094 |
+
"step": 775
|
1095 |
+
},
|
1096 |
+
{
|
1097 |
+
"epoch": 1.0554803788903924,
|
1098 |
+
"grad_norm": 0.8690398100964812,
|
1099 |
+
"learning_rate": 1.6381517167710755e-06,
|
1100 |
+
"loss": 0.3686,
|
1101 |
+
"step": 780
|
1102 |
+
},
|
1103 |
+
{
|
1104 |
+
"epoch": 1.0622462787550744,
|
1105 |
+
"grad_norm": 0.8928355050042257,
|
1106 |
+
"learning_rate": 1.632069979486888e-06,
|
1107 |
+
"loss": 0.3821,
|
1108 |
+
"step": 785
|
1109 |
+
},
|
1110 |
+
{
|
1111 |
+
"epoch": 1.0690121786197564,
|
1112 |
+
"grad_norm": 0.9243774519293337,
|
1113 |
+
"learning_rate": 1.6259490574713039e-06,
|
1114 |
+
"loss": 0.3923,
|
1115 |
+
"step": 790
|
1116 |
+
},
|
1117 |
+
{
|
1118 |
+
"epoch": 1.0757780784844384,
|
1119 |
+
"grad_norm": 0.9518159427324314,
|
1120 |
+
"learning_rate": 1.6197893301865548e-06,
|
1121 |
+
"loss": 0.4039,
|
1122 |
+
"step": 795
|
1123 |
+
},
|
1124 |
+
{
|
1125 |
+
"epoch": 1.0825439783491204,
|
1126 |
+
"grad_norm": 0.9017392296122674,
|
1127 |
+
"learning_rate": 1.6135911795005778e-06,
|
1128 |
+
"loss": 0.3944,
|
1129 |
+
"step": 800
|
1130 |
+
},
|
1131 |
+
{
|
1132 |
+
"epoch": 1.0893098782138024,
|
1133 |
+
"grad_norm": 0.8944011042734086,
|
1134 |
+
"learning_rate": 1.6073549896633417e-06,
|
1135 |
+
"loss": 0.3955,
|
1136 |
+
"step": 805
|
1137 |
+
},
|
1138 |
+
{
|
1139 |
+
"epoch": 1.0960757780784844,
|
1140 |
+
"grad_norm": 0.8713755352849273,
|
1141 |
+
"learning_rate": 1.601081147283025e-06,
|
1142 |
+
"loss": 0.3944,
|
1143 |
+
"step": 810
|
1144 |
+
},
|
1145 |
+
{
|
1146 |
+
"epoch": 1.1028416779431665,
|
1147 |
+
"grad_norm": 0.8834252130947557,
|
1148 |
+
"learning_rate": 1.5947700413020499e-06,
|
1149 |
+
"loss": 0.4077,
|
1150 |
+
"step": 815
|
1151 |
+
},
|
1152 |
+
{
|
1153 |
+
"epoch": 1.1096075778078485,
|
1154 |
+
"grad_norm": 0.905512482701169,
|
1155 |
+
"learning_rate": 1.5884220629729684e-06,
|
1156 |
+
"loss": 0.3766,
|
1157 |
+
"step": 820
|
1158 |
+
},
|
1159 |
+
{
|
1160 |
+
"epoch": 1.1163734776725305,
|
1161 |
+
"grad_norm": 0.9197629272415658,
|
1162 |
+
"learning_rate": 1.5820376058342076e-06,
|
1163 |
+
"loss": 0.3782,
|
1164 |
+
"step": 825
|
1165 |
+
},
|
1166 |
+
{
|
1167 |
+
"epoch": 1.1231393775372125,
|
1168 |
+
"grad_norm": 0.8973668351839411,
|
1169 |
+
"learning_rate": 1.5756170656856736e-06,
|
1170 |
+
"loss": 0.3773,
|
1171 |
+
"step": 830
|
1172 |
+
},
|
1173 |
+
{
|
1174 |
+
"epoch": 1.1299052774018945,
|
1175 |
+
"grad_norm": 0.8720688085326816,
|
1176 |
+
"learning_rate": 1.5691608405642118e-06,
|
1177 |
+
"loss": 0.3941,
|
1178 |
+
"step": 835
|
1179 |
+
},
|
1180 |
+
{
|
1181 |
+
"epoch": 1.1366711772665765,
|
1182 |
+
"grad_norm": 0.9325347489570095,
|
1183 |
+
"learning_rate": 1.5626693307189334e-06,
|
1184 |
+
"loss": 0.392,
|
1185 |
+
"step": 840
|
1186 |
+
},
|
1187 |
+
{
|
1188 |
+
"epoch": 1.1434370771312585,
|
1189 |
+
"grad_norm": 0.9613056534113457,
|
1190 |
+
"learning_rate": 1.5561429385864004e-06,
|
1191 |
+
"loss": 0.3931,
|
1192 |
+
"step": 845
|
1193 |
+
},
|
1194 |
+
{
|
1195 |
+
"epoch": 1.1502029769959405,
|
1196 |
+
"grad_norm": 0.9476474133207962,
|
1197 |
+
"learning_rate": 1.5495820687656779e-06,
|
1198 |
+
"loss": 0.3865,
|
1199 |
+
"step": 850
|
1200 |
+
},
|
1201 |
+
{
|
1202 |
+
"epoch": 1.1569688768606226,
|
1203 |
+
"grad_norm": 0.8410245152598218,
|
1204 |
+
"learning_rate": 1.5429871279932513e-06,
|
1205 |
+
"loss": 0.3914,
|
1206 |
+
"step": 855
|
1207 |
+
},
|
1208 |
+
{
|
1209 |
+
"epoch": 1.1637347767253043,
|
1210 |
+
"grad_norm": 0.90704455105413,
|
1211 |
+
"learning_rate": 1.536358525117809e-06,
|
1212 |
+
"loss": 0.3981,
|
1213 |
+
"step": 860
|
1214 |
+
},
|
1215 |
+
{
|
1216 |
+
"epoch": 1.1705006765899864,
|
1217 |
+
"grad_norm": 0.8795664591215215,
|
1218 |
+
"learning_rate": 1.5296966710748991e-06,
|
1219 |
+
"loss": 0.3969,
|
1220 |
+
"step": 865
|
1221 |
+
},
|
1222 |
+
{
|
1223 |
+
"epoch": 1.1772665764546684,
|
1224 |
+
"grad_norm": 0.9079956406987619,
|
1225 |
+
"learning_rate": 1.5230019788614525e-06,
|
1226 |
+
"loss": 0.3764,
|
1227 |
+
"step": 870
|
1228 |
+
},
|
1229 |
+
{
|
1230 |
+
"epoch": 1.1840324763193504,
|
1231 |
+
"grad_norm": 0.937151868457195,
|
1232 |
+
"learning_rate": 1.516274863510178e-06,
|
1233 |
+
"loss": 0.4166,
|
1234 |
+
"step": 875
|
1235 |
+
},
|
1236 |
+
{
|
1237 |
+
"epoch": 1.1907983761840324,
|
1238 |
+
"grad_norm": 0.9897153293459969,
|
1239 |
+
"learning_rate": 1.5095157420638348e-06,
|
1240 |
+
"loss": 0.4029,
|
1241 |
+
"step": 880
|
1242 |
+
},
|
1243 |
+
{
|
1244 |
+
"epoch": 1.1975642760487144,
|
1245 |
+
"grad_norm": 0.8694929721417238,
|
1246 |
+
"learning_rate": 1.5027250335493768e-06,
|
1247 |
+
"loss": 0.3922,
|
1248 |
+
"step": 885
|
1249 |
+
},
|
1250 |
+
{
|
1251 |
+
"epoch": 1.2043301759133964,
|
1252 |
+
"grad_norm": 0.8624368444297611,
|
1253 |
+
"learning_rate": 1.4959031589519771e-06,
|
1254 |
+
"loss": 0.3868,
|
1255 |
+
"step": 890
|
1256 |
+
},
|
1257 |
+
{
|
1258 |
+
"epoch": 1.2110960757780784,
|
1259 |
+
"grad_norm": 0.9783773172234542,
|
1260 |
+
"learning_rate": 1.4890505411889262e-06,
|
1261 |
+
"loss": 0.3959,
|
1262 |
+
"step": 895
|
1263 |
+
},
|
1264 |
+
{
|
1265 |
+
"epoch": 1.2178619756427604,
|
1266 |
+
"grad_norm": 0.8586490376747702,
|
1267 |
+
"learning_rate": 1.4821676050834165e-06,
|
1268 |
+
"loss": 0.4099,
|
1269 |
+
"step": 900
|
1270 |
+
},
|
1271 |
+
{
|
1272 |
+
"epoch": 1.2246278755074425,
|
1273 |
+
"grad_norm": 0.9873452647620673,
|
1274 |
+
"learning_rate": 1.4752547773382046e-06,
|
1275 |
+
"loss": 0.4052,
|
1276 |
+
"step": 905
|
1277 |
+
},
|
1278 |
+
{
|
1279 |
+
"epoch": 1.2313937753721245,
|
1280 |
+
"grad_norm": 0.931013191247582,
|
1281 |
+
"learning_rate": 1.4683124865091582e-06,
|
1282 |
+
"loss": 0.3966,
|
1283 |
+
"step": 910
|
1284 |
+
},
|
1285 |
+
{
|
1286 |
+
"epoch": 1.2381596752368065,
|
1287 |
+
"grad_norm": 0.9088451005172162,
|
1288 |
+
"learning_rate": 1.4613411629786878e-06,
|
1289 |
+
"loss": 0.4095,
|
1290 |
+
"step": 915
|
1291 |
+
},
|
1292 |
+
{
|
1293 |
+
"epoch": 1.2449255751014885,
|
1294 |
+
"grad_norm": 0.933842302782043,
|
1295 |
+
"learning_rate": 1.4543412389290652e-06,
|
1296 |
+
"loss": 0.4064,
|
1297 |
+
"step": 920
|
1298 |
+
},
|
1299 |
+
{
|
1300 |
+
"epoch": 1.2516914749661705,
|
1301 |
+
"grad_norm": 0.9264951771291722,
|
1302 |
+
"learning_rate": 1.4473131483156324e-06,
|
1303 |
+
"loss": 0.3953,
|
1304 |
+
"step": 925
|
1305 |
+
},
|
1306 |
+
{
|
1307 |
+
"epoch": 1.2584573748308525,
|
1308 |
+
"grad_norm": 0.8656181839555152,
|
1309 |
+
"learning_rate": 1.4402573268398967e-06,
|
1310 |
+
"loss": 0.3871,
|
1311 |
+
"step": 930
|
1312 |
+
},
|
1313 |
+
{
|
1314 |
+
"epoch": 1.2652232746955345,
|
1315 |
+
"grad_norm": 0.9325404987949689,
|
1316 |
+
"learning_rate": 1.4331742119225208e-06,
|
1317 |
+
"loss": 0.3974,
|
1318 |
+
"step": 935
|
1319 |
+
},
|
1320 |
+
{
|
1321 |
+
"epoch": 1.2719891745602165,
|
1322 |
+
"grad_norm": 0.9349821607837454,
|
1323 |
+
"learning_rate": 1.426064242676205e-06,
|
1324 |
+
"loss": 0.3772,
|
1325 |
+
"step": 940
|
1326 |
+
},
|
1327 |
+
{
|
1328 |
+
"epoch": 1.2787550744248986,
|
1329 |
+
"grad_norm": 0.9662738792593973,
|
1330 |
+
"learning_rate": 1.4189278598784647e-06,
|
1331 |
+
"loss": 0.3965,
|
1332 |
+
"step": 945
|
1333 |
+
},
|
1334 |
+
{
|
1335 |
+
"epoch": 1.2855209742895806,
|
1336 |
+
"grad_norm": 0.9355003820186909,
|
1337 |
+
"learning_rate": 1.411765505944305e-06,
|
1338 |
+
"loss": 0.4088,
|
1339 |
+
"step": 950
|
1340 |
+
},
|
1341 |
+
{
|
1342 |
+
"epoch": 1.2922868741542626,
|
1343 |
+
"grad_norm": 0.9611454952608084,
|
1344 |
+
"learning_rate": 1.4045776248987926e-06,
|
1345 |
+
"loss": 0.4052,
|
1346 |
+
"step": 955
|
1347 |
+
},
|
1348 |
+
{
|
1349 |
+
"epoch": 1.2990527740189446,
|
1350 |
+
"grad_norm": 0.9391968087837165,
|
1351 |
+
"learning_rate": 1.3973646623495304e-06,
|
1352 |
+
"loss": 0.3934,
|
1353 |
+
"step": 960
|
1354 |
+
},
|
1355 |
+
{
|
1356 |
+
"epoch": 1.3058186738836266,
|
1357 |
+
"grad_norm": 0.8616113630480078,
|
1358 |
+
"learning_rate": 1.3901270654590305e-06,
|
1359 |
+
"loss": 0.3784,
|
1360 |
+
"step": 965
|
1361 |
+
},
|
1362 |
+
{
|
1363 |
+
"epoch": 1.3125845737483086,
|
1364 |
+
"grad_norm": 0.9088758722774395,
|
1365 |
+
"learning_rate": 1.382865282916994e-06,
|
1366 |
+
"loss": 0.3928,
|
1367 |
+
"step": 970
|
1368 |
+
},
|
1369 |
+
{
|
1370 |
+
"epoch": 1.3193504736129906,
|
1371 |
+
"grad_norm": 0.8427315585885556,
|
1372 |
+
"learning_rate": 1.3755797649124943e-06,
|
1373 |
+
"loss": 0.3863,
|
1374 |
+
"step": 975
|
1375 |
+
},
|
1376 |
+
{
|
1377 |
+
"epoch": 1.3261163734776726,
|
1378 |
+
"grad_norm": 0.9546236341704651,
|
1379 |
+
"learning_rate": 1.3682709631060681e-06,
|
1380 |
+
"loss": 0.3877,
|
1381 |
+
"step": 980
|
1382 |
+
},
|
1383 |
+
{
|
1384 |
+
"epoch": 1.3328822733423547,
|
1385 |
+
"grad_norm": 0.8416794527532842,
|
1386 |
+
"learning_rate": 1.3609393306017147e-06,
|
1387 |
+
"loss": 0.3931,
|
1388 |
+
"step": 985
|
1389 |
+
},
|
1390 |
+
{
|
1391 |
+
"epoch": 1.3396481732070367,
|
1392 |
+
"grad_norm": 0.8749985758813793,
|
1393 |
+
"learning_rate": 1.3535853219188063e-06,
|
1394 |
+
"loss": 0.398,
|
1395 |
+
"step": 990
|
1396 |
+
},
|
1397 |
+
{
|
1398 |
+
"epoch": 1.3464140730717187,
|
1399 |
+
"grad_norm": 0.8792969209283309,
|
1400 |
+
"learning_rate": 1.346209392963911e-06,
|
1401 |
+
"loss": 0.39,
|
1402 |
+
"step": 995
|
1403 |
+
},
|
1404 |
+
{
|
1405 |
+
"epoch": 1.3531799729364005,
|
1406 |
+
"grad_norm": 0.9113248154091527,
|
1407 |
+
"learning_rate": 1.3388120010025282e-06,
|
1408 |
+
"loss": 0.3842,
|
1409 |
+
"step": 1000
|
1410 |
+
},
|
1411 |
+
{
|
1412 |
+
"epoch": 1.3599458728010825,
|
1413 |
+
"grad_norm": 0.9324920865211859,
|
1414 |
+
"learning_rate": 1.331393604630741e-06,
|
1415 |
+
"loss": 0.3851,
|
1416 |
+
"step": 1005
|
1417 |
+
},
|
1418 |
+
{
|
1419 |
+
"epoch": 1.3667117726657645,
|
1420 |
+
"grad_norm": 0.8788605853963569,
|
1421 |
+
"learning_rate": 1.3239546637467867e-06,
|
1422 |
+
"loss": 0.3714,
|
1423 |
+
"step": 1010
|
1424 |
+
},
|
1425 |
+
{
|
1426 |
+
"epoch": 1.3734776725304465,
|
1427 |
+
"grad_norm": 0.9474461573531726,
|
1428 |
+
"learning_rate": 1.3164956395225448e-06,
|
1429 |
+
"loss": 0.3865,
|
1430 |
+
"step": 1015
|
1431 |
+
},
|
1432 |
+
{
|
1433 |
+
"epoch": 1.3802435723951285,
|
1434 |
+
"grad_norm": 0.950616657690431,
|
1435 |
+
"learning_rate": 1.3090169943749473e-06,
|
1436 |
+
"loss": 0.4,
|
1437 |
+
"step": 1020
|
1438 |
+
},
|
1439 |
+
{
|
1440 |
+
"epoch": 1.3870094722598105,
|
1441 |
+
"grad_norm": 0.8710395901265745,
|
1442 |
+
"learning_rate": 1.3015191919373114e-06,
|
1443 |
+
"loss": 0.4001,
|
1444 |
+
"step": 1025
|
1445 |
+
},
|
1446 |
+
{
|
1447 |
+
"epoch": 1.3937753721244925,
|
1448 |
+
"grad_norm": 0.9295057515627859,
|
1449 |
+
"learning_rate": 1.2940026970305971e-06,
|
1450 |
+
"loss": 0.385,
|
1451 |
+
"step": 1030
|
1452 |
+
},
|
1453 |
+
{
|
1454 |
+
"epoch": 1.4005412719891746,
|
1455 |
+
"grad_norm": 0.9497712482103777,
|
1456 |
+
"learning_rate": 1.2864679756345904e-06,
|
1457 |
+
"loss": 0.3826,
|
1458 |
+
"step": 1035
|
1459 |
+
},
|
1460 |
+
{
|
1461 |
+
"epoch": 1.4073071718538566,
|
1462 |
+
"grad_norm": 0.8900456235637327,
|
1463 |
+
"learning_rate": 1.278915494859016e-06,
|
1464 |
+
"loss": 0.3752,
|
1465 |
+
"step": 1040
|
1466 |
+
},
|
1467 |
+
{
|
1468 |
+
"epoch": 1.4140730717185386,
|
1469 |
+
"grad_norm": 0.8621856389351029,
|
1470 |
+
"learning_rate": 1.2713457229145788e-06,
|
1471 |
+
"loss": 0.3967,
|
1472 |
+
"step": 1045
|
1473 |
+
},
|
1474 |
+
{
|
1475 |
+
"epoch": 1.4208389715832206,
|
1476 |
+
"grad_norm": 0.8814482248735523,
|
1477 |
+
"learning_rate": 1.2637591290839375e-06,
|
1478 |
+
"loss": 0.3845,
|
1479 |
+
"step": 1050
|
1480 |
+
},
|
1481 |
+
{
|
1482 |
+
"epoch": 1.4276048714479026,
|
1483 |
+
"grad_norm": 0.879645946614646,
|
1484 |
+
"learning_rate": 1.2561561836926113e-06,
|
1485 |
+
"loss": 0.3866,
|
1486 |
+
"step": 1055
|
1487 |
+
},
|
1488 |
+
{
|
1489 |
+
"epoch": 1.4343707713125846,
|
1490 |
+
"grad_norm": 0.8945557437244527,
|
1491 |
+
"learning_rate": 1.2485373580798233e-06,
|
1492 |
+
"loss": 0.3904,
|
1493 |
+
"step": 1060
|
1494 |
+
},
|
1495 |
+
{
|
1496 |
+
"epoch": 1.4411366711772666,
|
1497 |
+
"grad_norm": 0.8750818708402736,
|
1498 |
+
"learning_rate": 1.2409031245692796e-06,
|
1499 |
+
"loss": 0.3852,
|
1500 |
+
"step": 1065
|
1501 |
+
},
|
1502 |
+
{
|
1503 |
+
"epoch": 1.4479025710419486,
|
1504 |
+
"grad_norm": 0.8337419858719565,
|
1505 |
+
"learning_rate": 1.233253956439888e-06,
|
1506 |
+
"loss": 0.3724,
|
1507 |
+
"step": 1070
|
1508 |
+
},
|
1509 |
+
{
|
1510 |
+
"epoch": 1.4546684709066307,
|
1511 |
+
"grad_norm": 0.8083630226083286,
|
1512 |
+
"learning_rate": 1.2255903278964174e-06,
|
1513 |
+
"loss": 0.4014,
|
1514 |
+
"step": 1075
|
1515 |
+
},
|
1516 |
+
{
|
1517 |
+
"epoch": 1.4614343707713127,
|
1518 |
+
"grad_norm": 0.863082692969674,
|
1519 |
+
"learning_rate": 1.2179127140400996e-06,
|
1520 |
+
"loss": 0.3935,
|
1521 |
+
"step": 1080
|
1522 |
+
},
|
1523 |
+
{
|
1524 |
+
"epoch": 1.4682002706359945,
|
1525 |
+
"grad_norm": 0.9104663949991169,
|
1526 |
+
"learning_rate": 1.2102215908391763e-06,
|
1527 |
+
"loss": 0.3981,
|
1528 |
+
"step": 1085
|
1529 |
+
},
|
1530 |
+
{
|
1531 |
+
"epoch": 1.4749661705006765,
|
1532 |
+
"grad_norm": 0.9014641500086444,
|
1533 |
+
"learning_rate": 1.202517435099392e-06,
|
1534 |
+
"loss": 0.3843,
|
1535 |
+
"step": 1090
|
1536 |
+
},
|
1537 |
+
{
|
1538 |
+
"epoch": 1.4817320703653585,
|
1539 |
+
"grad_norm": 0.9615464937722836,
|
1540 |
+
"learning_rate": 1.194800724434433e-06,
|
1541 |
+
"loss": 0.3866,
|
1542 |
+
"step": 1095
|
1543 |
+
},
|
1544 |
+
{
|
1545 |
+
"epoch": 1.4884979702300405,
|
1546 |
+
"grad_norm": 0.9825667306537842,
|
1547 |
+
"learning_rate": 1.1870719372363198e-06,
|
1548 |
+
"loss": 0.3908,
|
1549 |
+
"step": 1100
|
1550 |
+
},
|
1551 |
+
{
|
1552 |
+
"epoch": 1.4952638700947225,
|
1553 |
+
"grad_norm": 1.0189787725216968,
|
1554 |
+
"learning_rate": 1.17933155264575e-06,
|
1555 |
+
"loss": 0.3828,
|
1556 |
+
"step": 1105
|
1557 |
+
},
|
1558 |
+
{
|
1559 |
+
"epoch": 1.5020297699594045,
|
1560 |
+
"grad_norm": 0.9189839476027799,
|
1561 |
+
"learning_rate": 1.1715800505223917e-06,
|
1562 |
+
"loss": 0.4112,
|
1563 |
+
"step": 1110
|
1564 |
+
},
|
1565 |
+
{
|
1566 |
+
"epoch": 1.5087956698240865,
|
1567 |
+
"grad_norm": 0.9794129089161191,
|
1568 |
+
"learning_rate": 1.1638179114151377e-06,
|
1569 |
+
"loss": 0.4067,
|
1570 |
+
"step": 1115
|
1571 |
+
},
|
1572 |
+
{
|
1573 |
+
"epoch": 1.5155615696887685,
|
1574 |
+
"grad_norm": 0.8638590545865593,
|
1575 |
+
"learning_rate": 1.1560456165323127e-06,
|
1576 |
+
"loss": 0.3804,
|
1577 |
+
"step": 1120
|
1578 |
+
},
|
1579 |
+
{
|
1580 |
+
"epoch": 1.5223274695534506,
|
1581 |
+
"grad_norm": 0.9055017037010111,
|
1582 |
+
"learning_rate": 1.1482636477118419e-06,
|
1583 |
+
"loss": 0.385,
|
1584 |
+
"step": 1125
|
1585 |
+
},
|
1586 |
+
{
|
1587 |
+
"epoch": 1.5290933694181326,
|
1588 |
+
"grad_norm": 0.9788468174934404,
|
1589 |
+
"learning_rate": 1.140472487391379e-06,
|
1590 |
+
"loss": 0.4002,
|
1591 |
+
"step": 1130
|
1592 |
+
},
|
1593 |
+
{
|
1594 |
+
"epoch": 1.5358592692828146,
|
1595 |
+
"grad_norm": 0.9238387023019937,
|
1596 |
+
"learning_rate": 1.132672618578398e-06,
|
1597 |
+
"loss": 0.3996,
|
1598 |
+
"step": 1135
|
1599 |
+
},
|
1600 |
+
{
|
1601 |
+
"epoch": 1.5426251691474966,
|
1602 |
+
"grad_norm": 0.925865354307862,
|
1603 |
+
"learning_rate": 1.124864524820251e-06,
|
1604 |
+
"loss": 0.4023,
|
1605 |
+
"step": 1140
|
1606 |
+
},
|
1607 |
+
{
|
1608 |
+
"epoch": 1.5493910690121786,
|
1609 |
+
"grad_norm": 0.8715040921687067,
|
1610 |
+
"learning_rate": 1.117048690174188e-06,
|
1611 |
+
"loss": 0.3812,
|
1612 |
+
"step": 1145
|
1613 |
+
},
|
1614 |
+
{
|
1615 |
+
"epoch": 1.5561569688768606,
|
1616 |
+
"grad_norm": 0.8532191896467279,
|
1617 |
+
"learning_rate": 1.109225599177351e-06,
|
1618 |
+
"loss": 0.398,
|
1619 |
+
"step": 1150
|
1620 |
+
},
|
1621 |
+
{
|
1622 |
+
"epoch": 1.5629228687415426,
|
1623 |
+
"grad_norm": 1.0083536965890316,
|
1624 |
+
"learning_rate": 1.101395736816734e-06,
|
1625 |
+
"loss": 0.4151,
|
1626 |
+
"step": 1155
|
1627 |
+
},
|
1628 |
+
{
|
1629 |
+
"epoch": 1.5696887686062246,
|
1630 |
+
"grad_norm": 1.0274507360142706,
|
1631 |
+
"learning_rate": 1.0935595884991177e-06,
|
1632 |
+
"loss": 0.3744,
|
1633 |
+
"step": 1160
|
1634 |
+
},
|
1635 |
+
{
|
1636 |
+
"epoch": 1.5764546684709067,
|
1637 |
+
"grad_norm": 0.872809069084303,
|
1638 |
+
"learning_rate": 1.085717640020975e-06,
|
1639 |
+
"loss": 0.3637,
|
1640 |
+
"step": 1165
|
1641 |
+
},
|
1642 |
+
{
|
1643 |
+
"epoch": 1.5832205683355887,
|
1644 |
+
"grad_norm": 0.8471076023010404,
|
1645 |
+
"learning_rate": 1.0778703775383558e-06,
|
1646 |
+
"loss": 0.4052,
|
1647 |
+
"step": 1170
|
1648 |
+
},
|
1649 |
+
{
|
1650 |
+
"epoch": 1.5899864682002707,
|
1651 |
+
"grad_norm": 0.8694480718214083,
|
1652 |
+
"learning_rate": 1.0700182875367492e-06,
|
1653 |
+
"loss": 0.3839,
|
1654 |
+
"step": 1175
|
1655 |
+
},
|
1656 |
+
{
|
1657 |
+
"epoch": 1.5967523680649527,
|
1658 |
+
"grad_norm": 0.9381676990921416,
|
1659 |
+
"learning_rate": 1.0621618568009214e-06,
|
1660 |
+
"loss": 0.3894,
|
1661 |
+
"step": 1180
|
1662 |
+
},
|
1663 |
+
{
|
1664 |
+
"epoch": 1.6035182679296347,
|
1665 |
+
"grad_norm": 0.8741467636065935,
|
1666 |
+
"learning_rate": 1.0543015723847401e-06,
|
1667 |
+
"loss": 0.3776,
|
1668 |
+
"step": 1185
|
1669 |
+
},
|
1670 |
+
{
|
1671 |
+
"epoch": 1.6102841677943167,
|
1672 |
+
"grad_norm": 0.9244213487087418,
|
1673 |
+
"learning_rate": 1.0464379215809798e-06,
|
1674 |
+
"loss": 0.3943,
|
1675 |
+
"step": 1190
|
1676 |
+
},
|
1677 |
+
{
|
1678 |
+
"epoch": 1.6170500676589987,
|
1679 |
+
"grad_norm": 0.913333754548404,
|
1680 |
+
"learning_rate": 1.0385713918911104e-06,
|
1681 |
+
"loss": 0.4141,
|
1682 |
+
"step": 1195
|
1683 |
+
},
|
1684 |
+
{
|
1685 |
+
"epoch": 1.6238159675236807,
|
1686 |
+
"grad_norm": 0.8237850803809569,
|
1687 |
+
"learning_rate": 1.0307024709950774e-06,
|
1688 |
+
"loss": 0.3862,
|
1689 |
+
"step": 1200
|
1690 |
+
},
|
1691 |
+
{
|
1692 |
+
"epoch": 1.6305818673883627,
|
1693 |
+
"grad_norm": 0.9139036747755613,
|
1694 |
+
"learning_rate": 1.0228316467210667e-06,
|
1695 |
+
"loss": 0.3917,
|
1696 |
+
"step": 1205
|
1697 |
+
},
|
1698 |
+
{
|
1699 |
+
"epoch": 1.6373477672530448,
|
1700 |
+
"grad_norm": 0.9341295496482261,
|
1701 |
+
"learning_rate": 1.0149594070152636e-06,
|
1702 |
+
"loss": 0.3993,
|
1703 |
+
"step": 1210
|
1704 |
+
},
|
1705 |
+
{
|
1706 |
+
"epoch": 1.6441136671177268,
|
1707 |
+
"grad_norm": 0.9399367673088488,
|
1708 |
+
"learning_rate": 1.0070862399116014e-06,
|
1709 |
+
"loss": 0.3998,
|
1710 |
+
"step": 1215
|
1711 |
+
},
|
1712 |
+
{
|
1713 |
+
"epoch": 1.6508795669824088,
|
1714 |
+
"grad_norm": 0.921159455500775,
|
1715 |
+
"learning_rate": 9.992126335015071e-07,
|
1716 |
+
"loss": 0.389,
|
1717 |
+
"step": 1220
|
1718 |
+
},
|
1719 |
+
{
|
1720 |
+
"epoch": 1.6576454668470908,
|
1721 |
+
"grad_norm": 0.9107999089055216,
|
1722 |
+
"learning_rate": 9.913390759036422e-07,
|
1723 |
+
"loss": 0.3799,
|
1724 |
+
"step": 1225
|
1725 |
+
},
|
1726 |
+
{
|
1727 |
+
"epoch": 1.6644113667117728,
|
1728 |
+
"grad_norm": 0.901141809972551,
|
1729 |
+
"learning_rate": 9.834660552336415e-07,
|
1730 |
+
"loss": 0.3757,
|
1731 |
+
"step": 1230
|
1732 |
+
},
|
1733 |
+
{
|
1734 |
+
"epoch": 1.6711772665764548,
|
1735 |
+
"grad_norm": 0.9560266625798542,
|
1736 |
+
"learning_rate": 9.755940595738546e-07,
|
1737 |
+
"loss": 0.3856,
|
1738 |
+
"step": 1235
|
1739 |
+
},
|
1740 |
+
{
|
1741 |
+
"epoch": 1.6779431664411368,
|
1742 |
+
"grad_norm": 1.0125208525598048,
|
1743 |
+
"learning_rate": 9.677235769430848e-07,
|
1744 |
+
"loss": 0.4192,
|
1745 |
+
"step": 1240
|
1746 |
+
},
|
1747 |
+
{
|
1748 |
+
"epoch": 1.6847090663058186,
|
1749 |
+
"grad_norm": 0.8749432846189713,
|
1750 |
+
"learning_rate": 9.598550952663382e-07,
|
1751 |
+
"loss": 0.379,
|
1752 |
+
"step": 1245
|
1753 |
+
},
|
1754 |
+
{
|
1755 |
+
"epoch": 1.6914749661705006,
|
1756 |
+
"grad_norm": 0.9094027020153335,
|
1757 |
+
"learning_rate": 9.519891023445708e-07,
|
1758 |
+
"loss": 0.3973,
|
1759 |
+
"step": 1250
|
1760 |
+
},
|
1761 |
+
{
|
1762 |
+
"epoch": 1.6982408660351827,
|
1763 |
+
"grad_norm": 0.8656063012094934,
|
1764 |
+
"learning_rate": 9.441260858244516e-07,
|
1765 |
+
"loss": 0.3776,
|
1766 |
+
"step": 1255
|
1767 |
+
},
|
1768 |
+
{
|
1769 |
+
"epoch": 1.7050067658998647,
|
1770 |
+
"grad_norm": 0.9630365808446638,
|
1771 |
+
"learning_rate": 9.362665331681293e-07,
|
1772 |
+
"loss": 0.4059,
|
1773 |
+
"step": 1260
|
1774 |
+
},
|
1775 |
+
{
|
1776 |
+
"epoch": 1.7117726657645467,
|
1777 |
+
"grad_norm": 0.8560840132471816,
|
1778 |
+
"learning_rate": 9.284109316230132e-07,
|
1779 |
+
"loss": 0.3825,
|
1780 |
+
"step": 1265
|
1781 |
+
},
|
1782 |
+
{
|
1783 |
+
"epoch": 1.7185385656292287,
|
1784 |
+
"grad_norm": 0.8884669375620078,
|
1785 |
+
"learning_rate": 9.205597681915649e-07,
|
1786 |
+
"loss": 0.3863,
|
1787 |
+
"step": 1270
|
1788 |
+
},
|
1789 |
+
{
|
1790 |
+
"epoch": 1.7253044654939107,
|
1791 |
+
"grad_norm": 0.8869036574445737,
|
1792 |
+
"learning_rate": 9.127135296011101e-07,
|
1793 |
+
"loss": 0.397,
|
1794 |
+
"step": 1275
|
1795 |
+
},
|
1796 |
+
{
|
1797 |
+
"epoch": 1.7320703653585927,
|
1798 |
+
"grad_norm": 1.0142273356966363,
|
1799 |
+
"learning_rate": 9.048727022736608e-07,
|
1800 |
+
"loss": 0.3994,
|
1801 |
+
"step": 1280
|
1802 |
+
},
|
1803 |
+
{
|
1804 |
+
"epoch": 1.7388362652232747,
|
1805 |
+
"grad_norm": 0.8138559777002394,
|
1806 |
+
"learning_rate": 8.970377722957633e-07,
|
1807 |
+
"loss": 0.3822,
|
1808 |
+
"step": 1285
|
1809 |
+
},
|
1810 |
+
{
|
1811 |
+
"epoch": 1.7456021650879567,
|
1812 |
+
"grad_norm": 0.910905469203534,
|
1813 |
+
"learning_rate": 8.8920922538836e-07,
|
1814 |
+
"loss": 0.3892,
|
1815 |
+
"step": 1290
|
1816 |
+
},
|
1817 |
+
{
|
1818 |
+
"epoch": 1.7523680649526387,
|
1819 |
+
"grad_norm": 0.8991452761716875,
|
1820 |
+
"learning_rate": 8.81387546876681e-07,
|
1821 |
+
"loss": 0.4106,
|
1822 |
+
"step": 1295
|
1823 |
+
},
|
1824 |
+
{
|
1825 |
+
"epoch": 1.7591339648173205,
|
1826 |
+
"grad_norm": 0.9184956093497766,
|
1827 |
+
"learning_rate": 8.735732216601537e-07,
|
1828 |
+
"loss": 0.3838,
|
1829 |
+
"step": 1300
|
1830 |
+
},
|
1831 |
+
{
|
1832 |
+
"epoch": 1.7658998646820026,
|
1833 |
+
"grad_norm": 0.994764601785883,
|
1834 |
+
"learning_rate": 8.657667341823448e-07,
|
1835 |
+
"loss": 0.3961,
|
1836 |
+
"step": 1305
|
1837 |
+
},
|
1838 |
+
{
|
1839 |
+
"epoch": 1.7726657645466846,
|
1840 |
+
"grad_norm": 0.8883903294248982,
|
1841 |
+
"learning_rate": 8.579685684009239e-07,
|
1842 |
+
"loss": 0.3651,
|
1843 |
+
"step": 1310
|
1844 |
+
},
|
1845 |
+
{
|
1846 |
+
"epoch": 1.7794316644113666,
|
1847 |
+
"grad_norm": 0.9540694691628696,
|
1848 |
+
"learning_rate": 8.501792077576647e-07,
|
1849 |
+
"loss": 0.4192,
|
1850 |
+
"step": 1315
|
1851 |
+
},
|
1852 |
+
{
|
1853 |
+
"epoch": 1.7861975642760486,
|
1854 |
+
"grad_norm": 0.9014935126575736,
|
1855 |
+
"learning_rate": 8.423991351484715e-07,
|
1856 |
+
"loss": 0.3911,
|
1857 |
+
"step": 1320
|
1858 |
+
},
|
1859 |
+
{
|
1860 |
+
"epoch": 1.7929634641407306,
|
1861 |
+
"grad_norm": 0.8986386045883553,
|
1862 |
+
"learning_rate": 8.346288328934441e-07,
|
1863 |
+
"loss": 0.3686,
|
1864 |
+
"step": 1325
|
1865 |
+
},
|
1866 |
+
{
|
1867 |
+
"epoch": 1.7997293640054126,
|
1868 |
+
"grad_norm": 0.9023874034737512,
|
1869 |
+
"learning_rate": 8.268687827069756e-07,
|
1870 |
+
"loss": 0.4049,
|
1871 |
+
"step": 1330
|
1872 |
+
},
|
1873 |
+
{
|
1874 |
+
"epoch": 1.8064952638700946,
|
1875 |
+
"grad_norm": 0.954637951088703,
|
1876 |
+
"learning_rate": 8.191194656678904e-07,
|
1877 |
+
"loss": 0.4076,
|
1878 |
+
"step": 1335
|
1879 |
+
},
|
1880 |
+
{
|
1881 |
+
"epoch": 1.8132611637347766,
|
1882 |
+
"grad_norm": 0.8976380430093307,
|
1883 |
+
"learning_rate": 8.11381362189617e-07,
|
1884 |
+
"loss": 0.3757,
|
1885 |
+
"step": 1340
|
1886 |
+
},
|
1887 |
+
{
|
1888 |
+
"epoch": 1.8200270635994586,
|
1889 |
+
"grad_norm": 0.9344916430869354,
|
1890 |
+
"learning_rate": 8.036549519904094e-07,
|
1891 |
+
"loss": 0.3799,
|
1892 |
+
"step": 1345
|
1893 |
+
},
|
1894 |
+
{
|
1895 |
+
"epoch": 1.8267929634641407,
|
1896 |
+
"grad_norm": 0.8700034359899684,
|
1897 |
+
"learning_rate": 7.959407140636033e-07,
|
1898 |
+
"loss": 0.3857,
|
1899 |
+
"step": 1350
|
1900 |
+
},
|
1901 |
+
{
|
1902 |
+
"epoch": 1.8335588633288227,
|
1903 |
+
"grad_norm": 0.8897089435750585,
|
1904 |
+
"learning_rate": 7.882391266479245e-07,
|
1905 |
+
"loss": 0.3787,
|
1906 |
+
"step": 1355
|
1907 |
+
},
|
1908 |
+
{
|
1909 |
+
"epoch": 1.8403247631935047,
|
1910 |
+
"grad_norm": 0.9165583694720448,
|
1911 |
+
"learning_rate": 7.805506671978374e-07,
|
1912 |
+
"loss": 0.397,
|
1913 |
+
"step": 1360
|
1914 |
+
},
|
1915 |
+
{
|
1916 |
+
"epoch": 1.8470906630581867,
|
1917 |
+
"grad_norm": 0.950838246714343,
|
1918 |
+
"learning_rate": 7.728758123539497e-07,
|
1919 |
+
"loss": 0.3957,
|
1920 |
+
"step": 1365
|
1921 |
+
},
|
1922 |
+
{
|
1923 |
+
"epoch": 1.8538565629228687,
|
1924 |
+
"grad_norm": 1.0044028986361484,
|
1925 |
+
"learning_rate": 7.652150379134591e-07,
|
1926 |
+
"loss": 0.4127,
|
1927 |
+
"step": 1370
|
1928 |
+
},
|
1929 |
+
{
|
1930 |
+
"epoch": 1.8606224627875507,
|
1931 |
+
"grad_norm": 0.8715490174956787,
|
1932 |
+
"learning_rate": 7.575688188006604e-07,
|
1933 |
+
"loss": 0.4047,
|
1934 |
+
"step": 1375
|
1935 |
+
},
|
1936 |
+
{
|
1937 |
+
"epoch": 1.8673883626522327,
|
1938 |
+
"grad_norm": 0.9059006037968131,
|
1939 |
+
"learning_rate": 7.499376290374993e-07,
|
1940 |
+
"loss": 0.4031,
|
1941 |
+
"step": 1380
|
1942 |
+
},
|
1943 |
+
{
|
1944 |
+
"epoch": 1.8741542625169147,
|
1945 |
+
"grad_norm": 0.8725062161398816,
|
1946 |
+
"learning_rate": 7.423219417141895e-07,
|
1947 |
+
"loss": 0.4169,
|
1948 |
+
"step": 1385
|
1949 |
+
},
|
1950 |
+
{
|
1951 |
+
"epoch": 1.8809201623815968,
|
1952 |
+
"grad_norm": 0.8855228111731603,
|
1953 |
+
"learning_rate": 7.347222289598805e-07,
|
1954 |
+
"loss": 0.388,
|
1955 |
+
"step": 1390
|
1956 |
+
},
|
1957 |
+
{
|
1958 |
+
"epoch": 1.8876860622462788,
|
1959 |
+
"grad_norm": 0.9265490155160274,
|
1960 |
+
"learning_rate": 7.271389619133908e-07,
|
1961 |
+
"loss": 0.3941,
|
1962 |
+
"step": 1395
|
1963 |
+
},
|
1964 |
+
{
|
1965 |
+
"epoch": 1.8944519621109608,
|
1966 |
+
"grad_norm": 0.8939476434830451,
|
1967 |
+
"learning_rate": 7.195726106939973e-07,
|
1968 |
+
"loss": 0.3914,
|
1969 |
+
"step": 1400
|
1970 |
+
},
|
1971 |
+
{
|
1972 |
+
"epoch": 1.9012178619756428,
|
1973 |
+
"grad_norm": 0.9395408646459109,
|
1974 |
+
"learning_rate": 7.12023644372294e-07,
|
1975 |
+
"loss": 0.4072,
|
1976 |
+
"step": 1405
|
1977 |
+
},
|
1978 |
+
{
|
1979 |
+
"epoch": 1.9079837618403248,
|
1980 |
+
"grad_norm": 1.0920933521729903,
|
1981 |
+
"learning_rate": 7.044925309411092e-07,
|
1982 |
+
"loss": 0.401,
|
1983 |
+
"step": 1410
|
1984 |
+
},
|
1985 |
+
{
|
1986 |
+
"epoch": 1.9147496617050068,
|
1987 |
+
"grad_norm": 0.9076234780549212,
|
1988 |
+
"learning_rate": 6.969797372864945e-07,
|
1989 |
+
"loss": 0.404,
|
1990 |
+
"step": 1415
|
1991 |
+
},
|
1992 |
+
{
|
1993 |
+
"epoch": 1.9215155615696888,
|
1994 |
+
"grad_norm": 0.900522588076206,
|
1995 |
+
"learning_rate": 6.894857291587794e-07,
|
1996 |
+
"loss": 0.3932,
|
1997 |
+
"step": 1420
|
1998 |
+
},
|
1999 |
+
{
|
2000 |
+
"epoch": 1.9282814614343708,
|
2001 |
+
"grad_norm": 1.010739298384273,
|
2002 |
+
"learning_rate": 6.820109711436988e-07,
|
2003 |
+
"loss": 0.3979,
|
2004 |
+
"step": 1425
|
2005 |
+
},
|
2006 |
+
{
|
2007 |
+
"epoch": 1.9350473612990529,
|
2008 |
+
"grad_norm": 0.9395627108691667,
|
2009 |
+
"learning_rate": 6.745559266335892e-07,
|
2010 |
+
"loss": 0.4121,
|
2011 |
+
"step": 1430
|
2012 |
+
},
|
2013 |
+
{
|
2014 |
+
"epoch": 1.9418132611637349,
|
2015 |
+
"grad_norm": 0.9103115645368586,
|
2016 |
+
"learning_rate": 6.671210577986634e-07,
|
2017 |
+
"loss": 0.3782,
|
2018 |
+
"step": 1435
|
2019 |
+
},
|
2020 |
+
{
|
2021 |
+
"epoch": 1.9485791610284169,
|
2022 |
+
"grad_norm": 0.8721394849691637,
|
2023 |
+
"learning_rate": 6.597068255583569e-07,
|
2024 |
+
"loss": 0.3816,
|
2025 |
+
"step": 1440
|
2026 |
+
},
|
2027 |
+
{
|
2028 |
+
"epoch": 1.955345060893099,
|
2029 |
+
"grad_norm": 0.9038701387052045,
|
2030 |
+
"learning_rate": 6.523136895527549e-07,
|
2031 |
+
"loss": 0.3838,
|
2032 |
+
"step": 1445
|
2033 |
+
},
|
2034 |
+
{
|
2035 |
+
"epoch": 1.962110960757781,
|
2036 |
+
"grad_norm": 0.8578094858505428,
|
2037 |
+
"learning_rate": 6.449421081140948e-07,
|
2038 |
+
"loss": 0.3691,
|
2039 |
+
"step": 1450
|
2040 |
+
},
|
2041 |
+
{
|
2042 |
+
"epoch": 1.968876860622463,
|
2043 |
+
"grad_norm": 0.9076324104629191,
|
2044 |
+
"learning_rate": 6.37592538238356e-07,
|
2045 |
+
"loss": 0.3836,
|
2046 |
+
"step": 1455
|
2047 |
+
},
|
2048 |
+
{
|
2049 |
+
"epoch": 1.975642760487145,
|
2050 |
+
"grad_norm": 0.9184634251231552,
|
2051 |
+
"learning_rate": 6.302654355569248e-07,
|
2052 |
+
"loss": 0.3867,
|
2053 |
+
"step": 1460
|
2054 |
+
},
|
2055 |
+
{
|
2056 |
+
"epoch": 1.982408660351827,
|
2057 |
+
"grad_norm": 0.9163040619324928,
|
2058 |
+
"learning_rate": 6.22961254308351e-07,
|
2059 |
+
"loss": 0.4021,
|
2060 |
+
"step": 1465
|
2061 |
+
},
|
2062 |
+
{
|
2063 |
+
"epoch": 1.989174560216509,
|
2064 |
+
"grad_norm": 0.9380255468363818,
|
2065 |
+
"learning_rate": 6.15680447310185e-07,
|
2066 |
+
"loss": 0.3963,
|
2067 |
+
"step": 1470
|
2068 |
+
},
|
2069 |
+
{
|
2070 |
+
"epoch": 1.9959404600811907,
|
2071 |
+
"grad_norm": 0.9574939151427282,
|
2072 |
+
"learning_rate": 6.084234659309088e-07,
|
2073 |
+
"loss": 0.3929,
|
2074 |
+
"step": 1475
|
2075 |
+
},
|
2076 |
+
{
|
2077 |
+
"epoch": 2.002706359945873,
|
2078 |
+
"grad_norm": 0.9156087269694912,
|
2079 |
+
"learning_rate": 6.011907600619504e-07,
|
2080 |
+
"loss": 0.3956,
|
2081 |
+
"step": 1480
|
2082 |
+
},
|
2083 |
+
{
|
2084 |
+
"epoch": 2.009472259810555,
|
2085 |
+
"grad_norm": 0.875971871785139,
|
2086 |
+
"learning_rate": 5.939827780897959e-07,
|
2087 |
+
"loss": 0.379,
|
2088 |
+
"step": 1485
|
2089 |
+
},
|
2090 |
+
{
|
2091 |
+
"epoch": 2.016238159675237,
|
2092 |
+
"grad_norm": 0.8159214721131471,
|
2093 |
+
"learning_rate": 5.867999668681895e-07,
|
2094 |
+
"loss": 0.3506,
|
2095 |
+
"step": 1490
|
2096 |
+
},
|
2097 |
+
{
|
2098 |
+
"epoch": 2.023004059539919,
|
2099 |
+
"grad_norm": 0.9174917517678726,
|
2100 |
+
"learning_rate": 5.796427716904346e-07,
|
2101 |
+
"loss": 0.3779,
|
2102 |
+
"step": 1495
|
2103 |
+
},
|
2104 |
+
{
|
2105 |
+
"epoch": 2.029769959404601,
|
2106 |
+
"grad_norm": 0.8591678568764226,
|
2107 |
+
"learning_rate": 5.725116362617839e-07,
|
2108 |
+
"loss": 0.3565,
|
2109 |
+
"step": 1500
|
2110 |
+
},
|
2111 |
+
{
|
2112 |
+
"epoch": 2.0365358592692826,
|
2113 |
+
"grad_norm": 0.9878580712143971,
|
2114 |
+
"learning_rate": 5.654070026719364e-07,
|
2115 |
+
"loss": 0.3696,
|
2116 |
+
"step": 1505
|
2117 |
+
},
|
2118 |
+
{
|
2119 |
+
"epoch": 2.0433017591339646,
|
2120 |
+
"grad_norm": 0.9413067221983138,
|
2121 |
+
"learning_rate": 5.58329311367626e-07,
|
2122 |
+
"loss": 0.3668,
|
2123 |
+
"step": 1510
|
2124 |
+
},
|
2125 |
+
{
|
2126 |
+
"epoch": 2.0500676589986466,
|
2127 |
+
"grad_norm": 0.8587038445515364,
|
2128 |
+
"learning_rate": 5.51279001125321e-07,
|
2129 |
+
"loss": 0.3758,
|
2130 |
+
"step": 1515
|
2131 |
+
},
|
2132 |
+
{
|
2133 |
+
"epoch": 2.0568335588633286,
|
2134 |
+
"grad_norm": 0.8954453845877244,
|
2135 |
+
"learning_rate": 5.442565090240188e-07,
|
2136 |
+
"loss": 0.384,
|
2137 |
+
"step": 1520
|
2138 |
+
},
|
2139 |
+
{
|
2140 |
+
"epoch": 2.0635994587280106,
|
2141 |
+
"grad_norm": 0.8259704513043766,
|
2142 |
+
"learning_rate": 5.372622704181511e-07,
|
2143 |
+
"loss": 0.3617,
|
2144 |
+
"step": 1525
|
2145 |
+
},
|
2146 |
+
{
|
2147 |
+
"epoch": 2.0703653585926927,
|
2148 |
+
"grad_norm": 0.8911849990272597,
|
2149 |
+
"learning_rate": 5.302967189105941e-07,
|
2150 |
+
"loss": 0.3702,
|
2151 |
+
"step": 1530
|
2152 |
+
},
|
2153 |
+
{
|
2154 |
+
"epoch": 2.0771312584573747,
|
2155 |
+
"grad_norm": 0.8634991898547424,
|
2156 |
+
"learning_rate": 5.233602863257876e-07,
|
2157 |
+
"loss": 0.3589,
|
2158 |
+
"step": 1535
|
2159 |
+
},
|
2160 |
+
{
|
2161 |
+
"epoch": 2.0838971583220567,
|
2162 |
+
"grad_norm": 0.8637626757163477,
|
2163 |
+
"learning_rate": 5.164534026829643e-07,
|
2164 |
+
"loss": 0.3258,
|
2165 |
+
"step": 1540
|
2166 |
+
},
|
2167 |
+
{
|
2168 |
+
"epoch": 2.0906630581867387,
|
2169 |
+
"grad_norm": 0.905130901378235,
|
2170 |
+
"learning_rate": 5.095764961694922e-07,
|
2171 |
+
"loss": 0.3572,
|
2172 |
+
"step": 1545
|
2173 |
+
},
|
2174 |
+
{
|
2175 |
+
"epoch": 2.0974289580514207,
|
2176 |
+
"grad_norm": 0.9058444521016042,
|
2177 |
+
"learning_rate": 5.027299931143261e-07,
|
2178 |
+
"loss": 0.3533,
|
2179 |
+
"step": 1550
|
2180 |
+
},
|
2181 |
+
{
|
2182 |
+
"epoch": 2.1041948579161027,
|
2183 |
+
"grad_norm": 0.8675087994193276,
|
2184 |
+
"learning_rate": 4.959143179615822e-07,
|
2185 |
+
"loss": 0.348,
|
2186 |
+
"step": 1555
|
2187 |
+
},
|
2188 |
+
{
|
2189 |
+
"epoch": 2.1109607577807847,
|
2190 |
+
"grad_norm": 0.9042563270234917,
|
2191 |
+
"learning_rate": 4.891298932442216e-07,
|
2192 |
+
"loss": 0.3788,
|
2193 |
+
"step": 1560
|
2194 |
+
},
|
2195 |
+
{
|
2196 |
+
"epoch": 2.1177266576454667,
|
2197 |
+
"grad_norm": 0.9358828384910657,
|
2198 |
+
"learning_rate": 4.823771395578569e-07,
|
2199 |
+
"loss": 0.3717,
|
2200 |
+
"step": 1565
|
2201 |
+
},
|
2202 |
+
{
|
2203 |
+
"epoch": 2.1244925575101488,
|
2204 |
+
"grad_norm": 0.8851948103471653,
|
2205 |
+
"learning_rate": 4.7565647553467725e-07,
|
2206 |
+
"loss": 0.3694,
|
2207 |
+
"step": 1570
|
2208 |
+
},
|
2209 |
+
{
|
2210 |
+
"epoch": 2.1312584573748308,
|
2211 |
+
"grad_norm": 0.891875348598499,
|
2212 |
+
"learning_rate": 4.6896831781749636e-07,
|
2213 |
+
"loss": 0.3457,
|
2214 |
+
"step": 1575
|
2215 |
+
},
|
2216 |
+
{
|
2217 |
+
"epoch": 2.138024357239513,
|
2218 |
+
"grad_norm": 0.8522713088841705,
|
2219 |
+
"learning_rate": 4.6231308103392184e-07,
|
2220 |
+
"loss": 0.3628,
|
2221 |
+
"step": 1580
|
2222 |
+
},
|
2223 |
+
{
|
2224 |
+
"epoch": 2.144790257104195,
|
2225 |
+
"grad_norm": 0.9412889621997113,
|
2226 |
+
"learning_rate": 4.5569117777065234e-07,
|
2227 |
+
"loss": 0.3464,
|
2228 |
+
"step": 1585
|
2229 |
+
},
|
2230 |
+
{
|
2231 |
+
"epoch": 2.151556156968877,
|
2232 |
+
"grad_norm": 0.826356962960735,
|
2233 |
+
"learning_rate": 4.4910301854789755e-07,
|
2234 |
+
"loss": 0.3461,
|
2235 |
+
"step": 1590
|
2236 |
+
},
|
2237 |
+
{
|
2238 |
+
"epoch": 2.158322056833559,
|
2239 |
+
"grad_norm": 0.9199096689188995,
|
2240 |
+
"learning_rate": 4.4254901179392945e-07,
|
2241 |
+
"loss": 0.3602,
|
2242 |
+
"step": 1595
|
2243 |
+
},
|
2244 |
+
{
|
2245 |
+
"epoch": 2.165087956698241,
|
2246 |
+
"grad_norm": 0.9183160950676039,
|
2247 |
+
"learning_rate": 4.3602956381976206e-07,
|
2248 |
+
"loss": 0.3626,
|
2249 |
+
"step": 1600
|
2250 |
+
},
|
2251 |
+
{
|
2252 |
+
"epoch": 2.171853856562923,
|
2253 |
+
"grad_norm": 0.8892593488875539,
|
2254 |
+
"learning_rate": 4.2954507879396217e-07,
|
2255 |
+
"loss": 0.3502,
|
2256 |
+
"step": 1605
|
2257 |
+
},
|
2258 |
+
{
|
2259 |
+
"epoch": 2.178619756427605,
|
2260 |
+
"grad_norm": 0.8728431260824027,
|
2261 |
+
"learning_rate": 4.2309595871759284e-07,
|
2262 |
+
"loss": 0.3445,
|
2263 |
+
"step": 1610
|
2264 |
+
},
|
2265 |
+
{
|
2266 |
+
"epoch": 2.185385656292287,
|
2267 |
+
"grad_norm": 0.8623083307979081,
|
2268 |
+
"learning_rate": 4.1668260339929383e-07,
|
2269 |
+
"loss": 0.3529,
|
2270 |
+
"step": 1615
|
2271 |
+
},
|
2272 |
+
{
|
2273 |
+
"epoch": 2.192151556156969,
|
2274 |
+
"grad_norm": 0.9173369135444095,
|
2275 |
+
"learning_rate": 4.1030541043049115e-07,
|
2276 |
+
"loss": 0.3302,
|
2277 |
+
"step": 1620
|
2278 |
+
},
|
2279 |
+
{
|
2280 |
+
"epoch": 2.198917456021651,
|
2281 |
+
"grad_norm": 0.9673789018678042,
|
2282 |
+
"learning_rate": 4.0396477516075424e-07,
|
2283 |
+
"loss": 0.3744,
|
2284 |
+
"step": 1625
|
2285 |
+
},
|
2286 |
+
{
|
2287 |
+
"epoch": 2.205683355886333,
|
2288 |
+
"grad_norm": 0.8537745012760256,
|
2289 |
+
"learning_rate": 3.9766109067328247e-07,
|
2290 |
+
"loss": 0.3785,
|
2291 |
+
"step": 1630
|
2292 |
+
},
|
2293 |
+
{
|
2294 |
+
"epoch": 2.212449255751015,
|
2295 |
+
"grad_norm": 0.8895901838570139,
|
2296 |
+
"learning_rate": 3.9139474776053773e-07,
|
2297 |
+
"loss": 0.3644,
|
2298 |
+
"step": 1635
|
2299 |
+
},
|
2300 |
+
{
|
2301 |
+
"epoch": 2.219215155615697,
|
2302 |
+
"grad_norm": 0.8836993928349348,
|
2303 |
+
"learning_rate": 3.851661349000176e-07,
|
2304 |
+
"loss": 0.3407,
|
2305 |
+
"step": 1640
|
2306 |
+
},
|
2307 |
+
{
|
2308 |
+
"epoch": 2.225981055480379,
|
2309 |
+
"grad_norm": 0.8805252807237185,
|
2310 |
+
"learning_rate": 3.7897563823017176e-07,
|
2311 |
+
"loss": 0.3574,
|
2312 |
+
"step": 1645
|
2313 |
+
},
|
2314 |
+
{
|
2315 |
+
"epoch": 2.232746955345061,
|
2316 |
+
"grad_norm": 0.8781818320057839,
|
2317 |
+
"learning_rate": 3.7282364152646295e-07,
|
2318 |
+
"loss": 0.3446,
|
2319 |
+
"step": 1650
|
2320 |
+
},
|
2321 |
+
{
|
2322 |
+
"epoch": 2.239512855209743,
|
2323 |
+
"grad_norm": 0.8626076762810555,
|
2324 |
+
"learning_rate": 3.667105261775775e-07,
|
2325 |
+
"loss": 0.3634,
|
2326 |
+
"step": 1655
|
2327 |
+
},
|
2328 |
+
{
|
2329 |
+
"epoch": 2.246278755074425,
|
2330 |
+
"grad_norm": 0.8917443670660926,
|
2331 |
+
"learning_rate": 3.6063667116177707e-07,
|
2332 |
+
"loss": 0.355,
|
2333 |
+
"step": 1660
|
2334 |
+
},
|
2335 |
+
{
|
2336 |
+
"epoch": 2.253044654939107,
|
2337 |
+
"grad_norm": 0.9299602990136241,
|
2338 |
+
"learning_rate": 3.546024530234091e-07,
|
2339 |
+
"loss": 0.3515,
|
2340 |
+
"step": 1665
|
2341 |
+
},
|
2342 |
+
{
|
2343 |
+
"epoch": 2.259810554803789,
|
2344 |
+
"grad_norm": 0.8787189659356113,
|
2345 |
+
"learning_rate": 3.486082458495595e-07,
|
2346 |
+
"loss": 0.3523,
|
2347 |
+
"step": 1670
|
2348 |
+
},
|
2349 |
+
{
|
2350 |
+
"epoch": 2.266576454668471,
|
2351 |
+
"grad_norm": 0.9333220173472558,
|
2352 |
+
"learning_rate": 3.4265442124686305e-07,
|
2353 |
+
"loss": 0.3634,
|
2354 |
+
"step": 1675
|
2355 |
+
},
|
2356 |
+
{
|
2357 |
+
"epoch": 2.273342354533153,
|
2358 |
+
"grad_norm": 0.8215582852085173,
|
2359 |
+
"learning_rate": 3.3674134831846533e-07,
|
2360 |
+
"loss": 0.3501,
|
2361 |
+
"step": 1680
|
2362 |
+
},
|
2363 |
+
{
|
2364 |
+
"epoch": 2.280108254397835,
|
2365 |
+
"grad_norm": 0.9232223365504585,
|
2366 |
+
"learning_rate": 3.308693936411421e-07,
|
2367 |
+
"loss": 0.358,
|
2368 |
+
"step": 1685
|
2369 |
+
},
|
2370 |
+
{
|
2371 |
+
"epoch": 2.286874154262517,
|
2372 |
+
"grad_norm": 0.9069920544014858,
|
2373 |
+
"learning_rate": 3.250389212425696e-07,
|
2374 |
+
"loss": 0.3572,
|
2375 |
+
"step": 1690
|
2376 |
+
},
|
2377 |
+
{
|
2378 |
+
"epoch": 2.293640054127199,
|
2379 |
+
"grad_norm": 0.9535520151023128,
|
2380 |
+
"learning_rate": 3.19250292578762e-07,
|
2381 |
+
"loss": 0.3644,
|
2382 |
+
"step": 1695
|
2383 |
+
},
|
2384 |
+
{
|
2385 |
+
"epoch": 2.300405953991881,
|
2386 |
+
"grad_norm": 0.9424253380169826,
|
2387 |
+
"learning_rate": 3.135038665116596e-07,
|
2388 |
+
"loss": 0.3752,
|
2389 |
+
"step": 1700
|
2390 |
+
},
|
2391 |
+
{
|
2392 |
+
"epoch": 2.307171853856563,
|
2393 |
+
"grad_norm": 0.8695354259584979,
|
2394 |
+
"learning_rate": 3.0779999928688274e-07,
|
2395 |
+
"loss": 0.3517,
|
2396 |
+
"step": 1705
|
2397 |
+
},
|
2398 |
+
{
|
2399 |
+
"epoch": 2.313937753721245,
|
2400 |
+
"grad_norm": 0.8767863111337912,
|
2401 |
+
"learning_rate": 3.021390445116462e-07,
|
2402 |
+
"loss": 0.3584,
|
2403 |
+
"step": 1710
|
2404 |
+
},
|
2405 |
+
{
|
2406 |
+
"epoch": 2.320703653585927,
|
2407 |
+
"grad_norm": 0.9538944333861298,
|
2408 |
+
"learning_rate": 2.965213531328382e-07,
|
2409 |
+
"loss": 0.3357,
|
2410 |
+
"step": 1715
|
2411 |
+
},
|
2412 |
+
{
|
2413 |
+
"epoch": 2.3274695534506087,
|
2414 |
+
"grad_norm": 0.9012237139243202,
|
2415 |
+
"learning_rate": 2.909472734152627e-07,
|
2416 |
+
"loss": 0.3598,
|
2417 |
+
"step": 1720
|
2418 |
+
},
|
2419 |
+
{
|
2420 |
+
"epoch": 2.3342354533152907,
|
2421 |
+
"grad_norm": 0.8794003284313425,
|
2422 |
+
"learning_rate": 2.854171509200509e-07,
|
2423 |
+
"loss": 0.3629,
|
2424 |
+
"step": 1725
|
2425 |
+
},
|
2426 |
+
{
|
2427 |
+
"epoch": 2.3410013531799727,
|
2428 |
+
"grad_norm": 0.9108471443593894,
|
2429 |
+
"learning_rate": 2.799313284832349e-07,
|
2430 |
+
"loss": 0.365,
|
2431 |
+
"step": 1730
|
2432 |
+
},
|
2433 |
+
{
|
2434 |
+
"epoch": 2.3477672530446547,
|
2435 |
+
"grad_norm": 0.8628691711197035,
|
2436 |
+
"learning_rate": 2.7449014619449816e-07,
|
2437 |
+
"loss": 0.3762,
|
2438 |
+
"step": 1735
|
2439 |
+
},
|
2440 |
+
{
|
2441 |
+
"epoch": 2.3545331529093367,
|
2442 |
+
"grad_norm": 0.8889581492098664,
|
2443 |
+
"learning_rate": 2.6909394137608865e-07,
|
2444 |
+
"loss": 0.3917,
|
2445 |
+
"step": 1740
|
2446 |
+
},
|
2447 |
+
{
|
2448 |
+
"epoch": 2.3612990527740187,
|
2449 |
+
"grad_norm": 0.9162608879081252,
|
2450 |
+
"learning_rate": 2.63743048561908e-07,
|
2451 |
+
"loss": 0.3709,
|
2452 |
+
"step": 1745
|
2453 |
+
},
|
2454 |
+
{
|
2455 |
+
"epoch": 2.3680649526387008,
|
2456 |
+
"grad_norm": 0.9486497453708593,
|
2457 |
+
"learning_rate": 2.584377994767718e-07,
|
2458 |
+
"loss": 0.3571,
|
2459 |
+
"step": 1750
|
2460 |
+
},
|
2461 |
+
{
|
2462 |
+
"epoch": 2.3748308525033828,
|
2463 |
+
"grad_norm": 0.8572179042515599,
|
2464 |
+
"learning_rate": 2.5317852301584643e-07,
|
2465 |
+
"loss": 0.3404,
|
2466 |
+
"step": 1755
|
2467 |
+
},
|
2468 |
+
{
|
2469 |
+
"epoch": 2.381596752368065,
|
2470 |
+
"grad_norm": 0.9011248732995363,
|
2471 |
+
"learning_rate": 2.479655452242555e-07,
|
2472 |
+
"loss": 0.3596,
|
2473 |
+
"step": 1760
|
2474 |
+
},
|
2475 |
+
{
|
2476 |
+
"epoch": 2.388362652232747,
|
2477 |
+
"grad_norm": 0.932371619225593,
|
2478 |
+
"learning_rate": 2.4279918927687183e-07,
|
2479 |
+
"loss": 0.3619,
|
2480 |
+
"step": 1765
|
2481 |
+
},
|
2482 |
+
{
|
2483 |
+
"epoch": 2.395128552097429,
|
2484 |
+
"grad_norm": 0.9694624709106541,
|
2485 |
+
"learning_rate": 2.3767977545827844e-07,
|
2486 |
+
"loss": 0.346,
|
2487 |
+
"step": 1770
|
2488 |
+
},
|
2489 |
+
{
|
2490 |
+
"epoch": 2.401894451962111,
|
2491 |
+
"grad_norm": 0.9227560987428661,
|
2492 |
+
"learning_rate": 2.3260762114291464e-07,
|
2493 |
+
"loss": 0.3521,
|
2494 |
+
"step": 1775
|
2495 |
+
},
|
2496 |
+
{
|
2497 |
+
"epoch": 2.408660351826793,
|
2498 |
+
"grad_norm": 0.9231311018936468,
|
2499 |
+
"learning_rate": 2.2758304077540058e-07,
|
2500 |
+
"loss": 0.3618,
|
2501 |
+
"step": 1780
|
2502 |
+
},
|
2503 |
+
{
|
2504 |
+
"epoch": 2.415426251691475,
|
2505 |
+
"grad_norm": 0.8804559100386078,
|
2506 |
+
"learning_rate": 2.2260634585104276e-07,
|
2507 |
+
"loss": 0.3718,
|
2508 |
+
"step": 1785
|
2509 |
+
},
|
2510 |
+
{
|
2511 |
+
"epoch": 2.422192151556157,
|
2512 |
+
"grad_norm": 0.8784001311753498,
|
2513 |
+
"learning_rate": 2.176778448965234e-07,
|
2514 |
+
"loss": 0.3546,
|
2515 |
+
"step": 1790
|
2516 |
+
},
|
2517 |
+
{
|
2518 |
+
"epoch": 2.428958051420839,
|
2519 |
+
"grad_norm": 0.8846592322806809,
|
2520 |
+
"learning_rate": 2.1279784345077467e-07,
|
2521 |
+
"loss": 0.3506,
|
2522 |
+
"step": 1795
|
2523 |
+
},
|
2524 |
+
{
|
2525 |
+
"epoch": 2.435723951285521,
|
2526 |
+
"grad_norm": 0.9426336768174957,
|
2527 |
+
"learning_rate": 2.0796664404603415e-07,
|
2528 |
+
"loss": 0.3683,
|
2529 |
+
"step": 1800
|
2530 |
+
},
|
2531 |
+
{
|
2532 |
+
"epoch": 2.442489851150203,
|
2533 |
+
"grad_norm": 0.8508700326395159,
|
2534 |
+
"learning_rate": 2.031845461890932e-07,
|
2535 |
+
"loss": 0.3544,
|
2536 |
+
"step": 1805
|
2537 |
+
},
|
2538 |
+
{
|
2539 |
+
"epoch": 2.449255751014885,
|
2540 |
+
"grad_norm": 0.9213255691041613,
|
2541 |
+
"learning_rate": 1.9845184634272637e-07,
|
2542 |
+
"loss": 0.3478,
|
2543 |
+
"step": 1810
|
2544 |
+
},
|
2545 |
+
{
|
2546 |
+
"epoch": 2.456021650879567,
|
2547 |
+
"grad_norm": 0.894728000876127,
|
2548 |
+
"learning_rate": 1.9376883790731412e-07,
|
2549 |
+
"loss": 0.3658,
|
2550 |
+
"step": 1815
|
2551 |
+
},
|
2552 |
+
{
|
2553 |
+
"epoch": 2.462787550744249,
|
2554 |
+
"grad_norm": 0.8771209642086485,
|
2555 |
+
"learning_rate": 1.8913581120265232e-07,
|
2556 |
+
"loss": 0.3449,
|
2557 |
+
"step": 1820
|
2558 |
+
},
|
2559 |
+
{
|
2560 |
+
"epoch": 2.469553450608931,
|
2561 |
+
"grad_norm": 0.8627384742243402,
|
2562 |
+
"learning_rate": 1.845530534499552e-07,
|
2563 |
+
"loss": 0.3544,
|
2564 |
+
"step": 1825
|
2565 |
+
},
|
2566 |
+
{
|
2567 |
+
"epoch": 2.476319350473613,
|
2568 |
+
"grad_norm": 0.9029783159250494,
|
2569 |
+
"learning_rate": 1.8002084875404932e-07,
|
2570 |
+
"loss": 0.3477,
|
2571 |
+
"step": 1830
|
2572 |
+
},
|
2573 |
+
{
|
2574 |
+
"epoch": 2.483085250338295,
|
2575 |
+
"grad_norm": 0.897086339298961,
|
2576 |
+
"learning_rate": 1.7553947808575942e-07,
|
2577 |
+
"loss": 0.3539,
|
2578 |
+
"step": 1835
|
2579 |
+
},
|
2580 |
+
{
|
2581 |
+
"epoch": 2.489851150202977,
|
2582 |
+
"grad_norm": 0.8725586565025141,
|
2583 |
+
"learning_rate": 1.7110921926449096e-07,
|
2584 |
+
"loss": 0.3383,
|
2585 |
+
"step": 1840
|
2586 |
+
},
|
2587 |
+
{
|
2588 |
+
"epoch": 2.496617050067659,
|
2589 |
+
"grad_norm": 0.8898431694766527,
|
2590 |
+
"learning_rate": 1.667303469410065e-07,
|
2591 |
+
"loss": 0.3687,
|
2592 |
+
"step": 1845
|
2593 |
+
},
|
2594 |
+
{
|
2595 |
+
"epoch": 2.503382949932341,
|
2596 |
+
"grad_norm": 0.9307339791361531,
|
2597 |
+
"learning_rate": 1.6240313258039974e-07,
|
2598 |
+
"loss": 0.3601,
|
2599 |
+
"step": 1850
|
2600 |
+
},
|
2601 |
+
{
|
2602 |
+
"epoch": 2.510148849797023,
|
2603 |
+
"grad_norm": 0.8244256916902624,
|
2604 |
+
"learning_rate": 1.5812784444526395e-07,
|
2605 |
+
"loss": 0.3616,
|
2606 |
+
"step": 1855
|
2607 |
+
},
|
2608 |
+
{
|
2609 |
+
"epoch": 2.516914749661705,
|
2610 |
+
"grad_norm": 0.9133789100954895,
|
2611 |
+
"learning_rate": 1.5390474757906448e-07,
|
2612 |
+
"loss": 0.3527,
|
2613 |
+
"step": 1860
|
2614 |
+
},
|
2615 |
+
{
|
2616 |
+
"epoch": 2.523680649526387,
|
2617 |
+
"grad_norm": 0.8697835383455038,
|
2618 |
+
"learning_rate": 1.4973410378970487e-07,
|
2619 |
+
"loss": 0.3601,
|
2620 |
+
"step": 1865
|
2621 |
+
},
|
2622 |
+
{
|
2623 |
+
"epoch": 2.530446549391069,
|
2624 |
+
"grad_norm": 0.8705483261045093,
|
2625 |
+
"learning_rate": 1.4561617163329732e-07,
|
2626 |
+
"loss": 0.3515,
|
2627 |
+
"step": 1870
|
2628 |
+
},
|
2629 |
+
{
|
2630 |
+
"epoch": 2.537212449255751,
|
2631 |
+
"grad_norm": 0.919448196025797,
|
2632 |
+
"learning_rate": 1.415512063981339e-07,
|
2633 |
+
"loss": 0.376,
|
2634 |
+
"step": 1875
|
2635 |
+
},
|
2636 |
+
{
|
2637 |
+
"epoch": 2.543978349120433,
|
2638 |
+
"grad_norm": 0.9204743110179746,
|
2639 |
+
"learning_rate": 1.3753946008885974e-07,
|
2640 |
+
"loss": 0.3456,
|
2641 |
+
"step": 1880
|
2642 |
+
},
|
2643 |
+
{
|
2644 |
+
"epoch": 2.550744248985115,
|
2645 |
+
"grad_norm": 0.8844139758771496,
|
2646 |
+
"learning_rate": 1.3358118141085019e-07,
|
2647 |
+
"loss": 0.352,
|
2648 |
+
"step": 1885
|
2649 |
+
},
|
2650 |
+
{
|
2651 |
+
"epoch": 2.557510148849797,
|
2652 |
+
"grad_norm": 0.9073647175564544,
|
2653 |
+
"learning_rate": 1.2967661575479316e-07,
|
2654 |
+
"loss": 0.3595,
|
2655 |
+
"step": 1890
|
2656 |
+
},
|
2657 |
+
{
|
2658 |
+
"epoch": 2.564276048714479,
|
2659 |
+
"grad_norm": 0.912299137249197,
|
2660 |
+
"learning_rate": 1.2582600518147445e-07,
|
2661 |
+
"loss": 0.357,
|
2662 |
+
"step": 1895
|
2663 |
+
},
|
2664 |
+
{
|
2665 |
+
"epoch": 2.571041948579161,
|
2666 |
+
"grad_norm": 0.8934567351315978,
|
2667 |
+
"learning_rate": 1.2202958840677423e-07,
|
2668 |
+
"loss": 0.3477,
|
2669 |
+
"step": 1900
|
2670 |
+
},
|
2671 |
+
{
|
2672 |
+
"epoch": 2.577807848443843,
|
2673 |
+
"grad_norm": 0.8725713687816349,
|
2674 |
+
"learning_rate": 1.1828760078686561e-07,
|
2675 |
+
"loss": 0.3428,
|
2676 |
+
"step": 1905
|
2677 |
+
},
|
2678 |
+
{
|
2679 |
+
"epoch": 2.584573748308525,
|
2680 |
+
"grad_norm": 0.8864928887002194,
|
2681 |
+
"learning_rate": 1.1460027430362474e-07,
|
2682 |
+
"loss": 0.3662,
|
2683 |
+
"step": 1910
|
2684 |
+
},
|
2685 |
+
{
|
2686 |
+
"epoch": 2.591339648173207,
|
2687 |
+
"grad_norm": 0.9005929910622671,
|
2688 |
+
"learning_rate": 1.1096783755024941e-07,
|
2689 |
+
"loss": 0.3623,
|
2690 |
+
"step": 1915
|
2691 |
+
},
|
2692 |
+
{
|
2693 |
+
"epoch": 2.598105548037889,
|
2694 |
+
"grad_norm": 0.7848033650671071,
|
2695 |
+
"learning_rate": 1.0739051571708735e-07,
|
2696 |
+
"loss": 0.3415,
|
2697 |
+
"step": 1920
|
2698 |
+
},
|
2699 |
+
{
|
2700 |
+
"epoch": 2.604871447902571,
|
2701 |
+
"grad_norm": 0.9406222456253095,
|
2702 |
+
"learning_rate": 1.0386853057767575e-07,
|
2703 |
+
"loss": 0.3339,
|
2704 |
+
"step": 1925
|
2705 |
+
},
|
2706 |
+
{
|
2707 |
+
"epoch": 2.611637347767253,
|
2708 |
+
"grad_norm": 0.8932668100486848,
|
2709 |
+
"learning_rate": 1.0040210047499287e-07,
|
2710 |
+
"loss": 0.3425,
|
2711 |
+
"step": 1930
|
2712 |
+
},
|
2713 |
+
{
|
2714 |
+
"epoch": 2.618403247631935,
|
2715 |
+
"grad_norm": 0.8560450293626012,
|
2716 |
+
"learning_rate": 9.699144030792162e-08,
|
2717 |
+
"loss": 0.343,
|
2718 |
+
"step": 1935
|
2719 |
+
},
|
2720 |
+
{
|
2721 |
+
"epoch": 2.6251691474966172,
|
2722 |
+
"grad_norm": 0.9280954344172404,
|
2723 |
+
"learning_rate": 9.363676151792687e-08,
|
2724 |
+
"loss": 0.3572,
|
2725 |
+
"step": 1940
|
2726 |
+
},
|
2727 |
+
{
|
2728 |
+
"epoch": 2.6319350473612992,
|
2729 |
+
"grad_norm": 0.8851171087981926,
|
2730 |
+
"learning_rate": 9.033827207594813e-08,
|
2731 |
+
"loss": 0.3479,
|
2732 |
+
"step": 1945
|
2733 |
+
},
|
2734 |
+
{
|
2735 |
+
"epoch": 2.6387009472259813,
|
2736 |
+
"grad_norm": 0.873019296823441,
|
2737 |
+
"learning_rate": 8.709617646950562e-08,
|
2738 |
+
"loss": 0.344,
|
2739 |
+
"step": 1950
|
2740 |
+
},
|
2741 |
+
{
|
2742 |
+
"epoch": 2.6454668470906633,
|
2743 |
+
"grad_norm": 0.9468559776953464,
|
2744 |
+
"learning_rate": 8.391067569002352e-08,
|
2745 |
+
"loss": 0.3554,
|
2746 |
+
"step": 1955
|
2747 |
+
},
|
2748 |
+
{
|
2749 |
+
"epoch": 2.6522327469553453,
|
2750 |
+
"grad_norm": 0.8450634408899407,
|
2751 |
+
"learning_rate": 8.078196722037067e-08,
|
2752 |
+
"loss": 0.3468,
|
2753 |
+
"step": 1960
|
2754 |
+
},
|
2755 |
+
{
|
2756 |
+
"epoch": 2.6589986468200273,
|
2757 |
+
"grad_norm": 0.8375145305560932,
|
2758 |
+
"learning_rate": 7.771024502261525e-08,
|
2759 |
+
"loss": 0.3639,
|
2760 |
+
"step": 1965
|
2761 |
+
},
|
2762 |
+
{
|
2763 |
+
"epoch": 2.6657645466847093,
|
2764 |
+
"grad_norm": 0.9112475747346906,
|
2765 |
+
"learning_rate": 7.46956995260033e-08,
|
2766 |
+
"loss": 0.35,
|
2767 |
+
"step": 1970
|
2768 |
+
},
|
2769 |
+
{
|
2770 |
+
"epoch": 2.6725304465493913,
|
2771 |
+
"grad_norm": 0.859041632643226,
|
2772 |
+
"learning_rate": 7.173851761515082e-08,
|
2773 |
+
"loss": 0.3711,
|
2774 |
+
"step": 1975
|
2775 |
+
},
|
2776 |
+
{
|
2777 |
+
"epoch": 2.6792963464140733,
|
2778 |
+
"grad_norm": 0.8561917409031371,
|
2779 |
+
"learning_rate": 6.883888261845915e-08,
|
2780 |
+
"loss": 0.3671,
|
2781 |
+
"step": 1980
|
2782 |
+
},
|
2783 |
+
{
|
2784 |
+
"epoch": 2.6860622462787553,
|
2785 |
+
"grad_norm": 0.8583158468278882,
|
2786 |
+
"learning_rate": 6.599697429674945e-08,
|
2787 |
+
"loss": 0.3457,
|
2788 |
+
"step": 1985
|
2789 |
+
},
|
2790 |
+
{
|
2791 |
+
"epoch": 2.6928281461434374,
|
2792 |
+
"grad_norm": 0.8384662131217968,
|
2793 |
+
"learning_rate": 6.321296883211835e-08,
|
2794 |
+
"loss": 0.3663,
|
2795 |
+
"step": 1990
|
2796 |
+
},
|
2797 |
+
{
|
2798 |
+
"epoch": 2.699594046008119,
|
2799 |
+
"grad_norm": 0.8644210144891801,
|
2800 |
+
"learning_rate": 6.048703881701578e-08,
|
2801 |
+
"loss": 0.3243,
|
2802 |
+
"step": 1995
|
2803 |
+
},
|
2804 |
+
{
|
2805 |
+
"epoch": 2.706359945872801,
|
2806 |
+
"grad_norm": 0.9116612932026876,
|
2807 |
+
"learning_rate": 5.7819353243545696e-08,
|
2808 |
+
"loss": 0.3589,
|
2809 |
+
"step": 2000
|
2810 |
+
},
|
2811 |
+
{
|
2812 |
+
"epoch": 2.713125845737483,
|
2813 |
+
"grad_norm": 0.8384136634045634,
|
2814 |
+
"learning_rate": 5.5210077492988115e-08,
|
2815 |
+
"loss": 0.3432,
|
2816 |
+
"step": 2005
|
2817 |
+
},
|
2818 |
+
{
|
2819 |
+
"epoch": 2.719891745602165,
|
2820 |
+
"grad_norm": 0.9319361595683447,
|
2821 |
+
"learning_rate": 5.265937332554848e-08,
|
2822 |
+
"loss": 0.3589,
|
2823 |
+
"step": 2010
|
2824 |
+
},
|
2825 |
+
{
|
2826 |
+
"epoch": 2.726657645466847,
|
2827 |
+
"grad_norm": 0.802460954171383,
|
2828 |
+
"learning_rate": 5.0167398870327726e-08,
|
2829 |
+
"loss": 0.348,
|
2830 |
+
"step": 2015
|
2831 |
+
},
|
2832 |
+
{
|
2833 |
+
"epoch": 2.733423545331529,
|
2834 |
+
"grad_norm": 0.929694180627026,
|
2835 |
+
"learning_rate": 4.773430861551997e-08,
|
2836 |
+
"loss": 0.3672,
|
2837 |
+
"step": 2020
|
2838 |
+
},
|
2839 |
+
{
|
2840 |
+
"epoch": 2.740189445196211,
|
2841 |
+
"grad_norm": 0.8795630676030876,
|
2842 |
+
"learning_rate": 4.5360253398834756e-08,
|
2843 |
+
"loss": 0.3732,
|
2844 |
+
"step": 2025
|
2845 |
+
},
|
2846 |
+
{
|
2847 |
+
"epoch": 2.746955345060893,
|
2848 |
+
"grad_norm": 0.869675604203364,
|
2849 |
+
"learning_rate": 4.304538039814676e-08,
|
2850 |
+
"loss": 0.3593,
|
2851 |
+
"step": 2030
|
2852 |
+
},
|
2853 |
+
{
|
2854 |
+
"epoch": 2.753721244925575,
|
2855 |
+
"grad_norm": 0.9280278511458073,
|
2856 |
+
"learning_rate": 4.078983312237017e-08,
|
2857 |
+
"loss": 0.3514,
|
2858 |
+
"step": 2035
|
2859 |
+
},
|
2860 |
+
{
|
2861 |
+
"epoch": 2.760487144790257,
|
2862 |
+
"grad_norm": 0.9251375596608773,
|
2863 |
+
"learning_rate": 3.8593751402563715e-08,
|
2864 |
+
"loss": 0.3553,
|
2865 |
+
"step": 2040
|
2866 |
+
},
|
2867 |
+
{
|
2868 |
+
"epoch": 2.767253044654939,
|
2869 |
+
"grad_norm": 0.8501667188191246,
|
2870 |
+
"learning_rate": 3.6457271383260376e-08,
|
2871 |
+
"loss": 0.349,
|
2872 |
+
"step": 2045
|
2873 |
+
},
|
2874 |
+
{
|
2875 |
+
"epoch": 2.774018944519621,
|
2876 |
+
"grad_norm": 0.8947009529337395,
|
2877 |
+
"learning_rate": 3.4380525514028144e-08,
|
2878 |
+
"loss": 0.3599,
|
2879 |
+
"step": 2050
|
2880 |
+
},
|
2881 |
+
{
|
2882 |
+
"epoch": 2.780784844384303,
|
2883 |
+
"grad_norm": 0.902704782288395,
|
2884 |
+
"learning_rate": 3.2363642541258675e-08,
|
2885 |
+
"loss": 0.3561,
|
2886 |
+
"step": 2055
|
2887 |
+
},
|
2888 |
+
{
|
2889 |
+
"epoch": 2.787550744248985,
|
2890 |
+
"grad_norm": 0.963940672315911,
|
2891 |
+
"learning_rate": 3.040674750018535e-08,
|
2892 |
+
"loss": 0.3612,
|
2893 |
+
"step": 2060
|
2894 |
+
},
|
2895 |
+
{
|
2896 |
+
"epoch": 2.794316644113667,
|
2897 |
+
"grad_norm": 0.894606555268814,
|
2898 |
+
"learning_rate": 2.8509961707132492e-08,
|
2899 |
+
"loss": 0.3514,
|
2900 |
+
"step": 2065
|
2901 |
+
},
|
2902 |
+
{
|
2903 |
+
"epoch": 2.801082543978349,
|
2904 |
+
"grad_norm": 0.9311795802321609,
|
2905 |
+
"learning_rate": 2.6673402751994255e-08,
|
2906 |
+
"loss": 0.3606,
|
2907 |
+
"step": 2070
|
2908 |
+
},
|
2909 |
+
{
|
2910 |
+
"epoch": 2.807848443843031,
|
2911 |
+
"grad_norm": 1.0076137323244092,
|
2912 |
+
"learning_rate": 2.48971844909438e-08,
|
2913 |
+
"loss": 0.3486,
|
2914 |
+
"step": 2075
|
2915 |
+
},
|
2916 |
+
{
|
2917 |
+
"epoch": 2.814614343707713,
|
2918 |
+
"grad_norm": 0.8753583766452628,
|
2919 |
+
"learning_rate": 2.3181417039376482e-08,
|
2920 |
+
"loss": 0.3443,
|
2921 |
+
"step": 2080
|
2922 |
+
},
|
2923 |
+
{
|
2924 |
+
"epoch": 2.821380243572395,
|
2925 |
+
"grad_norm": 0.8223102875665893,
|
2926 |
+
"learning_rate": 2.15262067650821e-08,
|
2927 |
+
"loss": 0.3556,
|
2928 |
+
"step": 2085
|
2929 |
+
},
|
2930 |
+
{
|
2931 |
+
"epoch": 2.828146143437077,
|
2932 |
+
"grad_norm": 0.8715707540967064,
|
2933 |
+
"learning_rate": 1.9931656281651054e-08,
|
2934 |
+
"loss": 0.3485,
|
2935 |
+
"step": 2090
|
2936 |
+
},
|
2937 |
+
{
|
2938 |
+
"epoch": 2.834912043301759,
|
2939 |
+
"grad_norm": 0.8888143673047149,
|
2940 |
+
"learning_rate": 1.8397864442112665e-08,
|
2941 |
+
"loss": 0.3612,
|
2942 |
+
"step": 2095
|
2943 |
+
},
|
2944 |
+
{
|
2945 |
+
"epoch": 2.841677943166441,
|
2946 |
+
"grad_norm": 0.8947023829029207,
|
2947 |
+
"learning_rate": 1.6924926332807954e-08,
|
2948 |
+
"loss": 0.3541,
|
2949 |
+
"step": 2100
|
2950 |
+
},
|
2951 |
+
{
|
2952 |
+
"epoch": 2.848443843031123,
|
2953 |
+
"grad_norm": 0.9867169660230928,
|
2954 |
+
"learning_rate": 1.5512933267492813e-08,
|
2955 |
+
"loss": 0.363,
|
2956 |
+
"step": 2105
|
2957 |
+
},
|
2958 |
+
{
|
2959 |
+
"epoch": 2.855209742895805,
|
2960 |
+
"grad_norm": 0.9507111411496869,
|
2961 |
+
"learning_rate": 1.4161972781679077e-08,
|
2962 |
+
"loss": 0.3615,
|
2963 |
+
"step": 2110
|
2964 |
+
},
|
2965 |
+
{
|
2966 |
+
"epoch": 2.861975642760487,
|
2967 |
+
"grad_norm": 0.8696673010896974,
|
2968 |
+
"learning_rate": 1.2872128627206768e-08,
|
2969 |
+
"loss": 0.3794,
|
2970 |
+
"step": 2115
|
2971 |
+
},
|
2972 |
+
{
|
2973 |
+
"epoch": 2.8687415426251692,
|
2974 |
+
"grad_norm": 0.9178924738160209,
|
2975 |
+
"learning_rate": 1.1643480767052016e-08,
|
2976 |
+
"loss": 0.3613,
|
2977 |
+
"step": 2120
|
2978 |
+
},
|
2979 |
+
{
|
2980 |
+
"epoch": 2.8755074424898512,
|
2981 |
+
"grad_norm": 0.9732956801022098,
|
2982 |
+
"learning_rate": 1.0476105370370026e-08,
|
2983 |
+
"loss": 0.3821,
|
2984 |
+
"step": 2125
|
2985 |
+
},
|
2986 |
+
{
|
2987 |
+
"epoch": 2.8822733423545333,
|
2988 |
+
"grad_norm": 0.8422961892585796,
|
2989 |
+
"learning_rate": 9.370074807772964e-09,
|
2990 |
+
"loss": 0.3564,
|
2991 |
+
"step": 2130
|
2992 |
+
},
|
2993 |
+
{
|
2994 |
+
"epoch": 2.8890392422192153,
|
2995 |
+
"grad_norm": 1.0056681655421627,
|
2996 |
+
"learning_rate": 8.325457646843336e-09,
|
2997 |
+
"loss": 0.3576,
|
2998 |
+
"step": 2135
|
2999 |
+
},
|
3000 |
+
{
|
3001 |
+
"epoch": 2.8958051420838973,
|
3002 |
+
"grad_norm": 0.9160677102542483,
|
3003 |
+
"learning_rate": 7.342318647883594e-09,
|
3004 |
+
"loss": 0.3583,
|
3005 |
+
"step": 2140
|
3006 |
+
},
|
3007 |
+
{
|
3008 |
+
"epoch": 2.9025710419485793,
|
3009 |
+
"grad_norm": 0.8384135309890947,
|
3010 |
+
"learning_rate": 6.4207187599003566e-09,
|
3011 |
+
"loss": 0.3458,
|
3012 |
+
"step": 2145
|
3013 |
+
},
|
3014 |
+
{
|
3015 |
+
"epoch": 2.9093369418132613,
|
3016 |
+
"grad_norm": 0.9131471524708257,
|
3017 |
+
"learning_rate": 5.560715116827319e-09,
|
3018 |
+
"loss": 0.3593,
|
3019 |
+
"step": 2150
|
3020 |
+
},
|
3021 |
+
{
|
3022 |
+
"epoch": 2.9161028416779433,
|
3023 |
+
"grad_norm": 0.8427821295783314,
|
3024 |
+
"learning_rate": 4.762361033981865e-09,
|
3025 |
+
"loss": 0.3535,
|
3026 |
+
"step": 2155
|
3027 |
+
},
|
3028 |
+
{
|
3029 |
+
"epoch": 2.9228687415426253,
|
3030 |
+
"grad_norm": 0.958969130052595,
|
3031 |
+
"learning_rate": 4.025706004760931e-09,
|
3032 |
+
"loss": 0.3632,
|
3033 |
+
"step": 2160
|
3034 |
+
},
|
3035 |
+
{
|
3036 |
+
"epoch": 2.9296346414073073,
|
3037 |
+
"grad_norm": 0.880733912248139,
|
3038 |
+
"learning_rate": 3.3507956975721285e-09,
|
3039 |
+
"loss": 0.3573,
|
3040 |
+
"step": 2165
|
3041 |
+
},
|
3042 |
+
{
|
3043 |
+
"epoch": 2.936400541271989,
|
3044 |
+
"grad_norm": 0.8980919212381985,
|
3045 |
+
"learning_rate": 2.737671953002674e-09,
|
3046 |
+
"loss": 0.3456,
|
3047 |
+
"step": 2170
|
3048 |
+
},
|
3049 |
+
{
|
3050 |
+
"epoch": 2.943166441136671,
|
3051 |
+
"grad_norm": 0.9349123295902202,
|
3052 |
+
"learning_rate": 2.186372781225465e-09,
|
3053 |
+
"loss": 0.3736,
|
3054 |
+
"step": 2175
|
3055 |
+
},
|
3056 |
+
{
|
3057 |
+
"epoch": 2.949932341001353,
|
3058 |
+
"grad_norm": 0.9203651581039981,
|
3059 |
+
"learning_rate": 1.6969323596427442e-09,
|
3060 |
+
"loss": 0.3521,
|
3061 |
+
"step": 2180
|
3062 |
+
},
|
3063 |
+
{
|
3064 |
+
"epoch": 2.956698240866035,
|
3065 |
+
"grad_norm": 0.9299621034628416,
|
3066 |
+
"learning_rate": 1.269381030767458e-09,
|
3067 |
+
"loss": 0.3438,
|
3068 |
+
"step": 2185
|
3069 |
+
},
|
3070 |
+
{
|
3071 |
+
"epoch": 2.963464140730717,
|
3072 |
+
"grad_norm": 0.8732781547569741,
|
3073 |
+
"learning_rate": 9.037453003418738e-10,
|
3074 |
+
"loss": 0.3359,
|
3075 |
+
"step": 2190
|
3076 |
+
},
|
3077 |
+
{
|
3078 |
+
"epoch": 2.970230040595399,
|
3079 |
+
"grad_norm": 0.8769262323474034,
|
3080 |
+
"learning_rate": 6.000478356944505e-10,
|
3081 |
+
"loss": 0.345,
|
3082 |
+
"step": 2195
|
3083 |
+
},
|
3084 |
+
{
|
3085 |
+
"epoch": 2.976995940460081,
|
3086 |
+
"grad_norm": 0.8652522596459068,
|
3087 |
+
"learning_rate": 3.583074643348505e-10,
|
3088 |
+
"loss": 0.3625,
|
3089 |
+
"step": 2200
|
3090 |
+
},
|
3091 |
+
{
|
3092 |
+
"epoch": 2.983761840324763,
|
3093 |
+
"grad_norm": 0.8940927170049301,
|
3094 |
+
"learning_rate": 1.7853917278631835e-10,
|
3095 |
+
"loss": 0.3546,
|
3096 |
+
"step": 2205
|
3097 |
+
},
|
3098 |
+
{
|
3099 |
+
"epoch": 2.990527740189445,
|
3100 |
+
"grad_norm": 0.8790726403704445,
|
3101 |
+
"learning_rate": 6.075410565697936e-11,
|
3102 |
+
"loss": 0.3458,
|
3103 |
+
"step": 2210
|
3104 |
+
},
|
3105 |
+
{
|
3106 |
+
"epoch": 2.997293640054127,
|
3107 |
+
"grad_norm": 0.8943284329808556,
|
3108 |
+
"learning_rate": 4.959564948947559e-12,
|
3109 |
+
"loss": 0.3778,
|
3110 |
+
"step": 2215
|
3111 |
+
},
|
3112 |
+
{
|
3113 |
+
"epoch": 3.0,
|
3114 |
+
"step": 2217,
|
3115 |
+
"total_flos": 565924994220032.0,
|
3116 |
+
"train_loss": 0.40345258044938437,
|
3117 |
+
"train_runtime": 19496.0677,
|
3118 |
+
"train_samples_per_second": 14.547,
|
3119 |
+
"train_steps_per_second": 0.114
|
3120 |
+
}
|
3121 |
+
],
|
3122 |
+
"logging_steps": 5,
|
3123 |
+
"max_steps": 2217,
|
3124 |
+
"num_input_tokens_seen": 0,
|
3125 |
+
"num_train_epochs": 3,
|
3126 |
+
"save_steps": 10086,
|
3127 |
+
"stateful_callbacks": {
|
3128 |
+
"TrainerControl": {
|
3129 |
+
"args": {
|
3130 |
+
"should_epoch_stop": false,
|
3131 |
+
"should_evaluate": false,
|
3132 |
+
"should_log": false,
|
3133 |
+
"should_save": false,
|
3134 |
+
"should_training_stop": false
|
3135 |
+
},
|
3136 |
+
"attributes": {}
|
3137 |
+
}
|
3138 |
+
},
|
3139 |
+
"total_flos": 565924994220032.0,
|
3140 |
+
"train_batch_size": 8,
|
3141 |
+
"trial_name": null,
|
3142 |
+
"trial_params": null
|
3143 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe4d49f4ccfda21c23bc47b8ae9957a0cff91e94ba80289ad089aa39e5f5de03
|
3 |
+
size 7160
|
training_loss.png
ADDED
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|