Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- added_tokens.json +28 -0
- config.json +38 -0
- generation_config.json +6 -0
- merges.txt +0 -0
- model-00001-of-00013.safetensors +3 -0
- model-00002-of-00013.safetensors +3 -0
- model-00003-of-00013.safetensors +3 -0
- model-00004-of-00013.safetensors +3 -0
- model-00005-of-00013.safetensors +3 -0
- model-00006-of-00013.safetensors +3 -0
- model-00007-of-00013.safetensors +3 -0
- model-00008-of-00013.safetensors +3 -0
- model-00009-of-00013.safetensors +3 -0
- model-00010-of-00013.safetensors +3 -0
- model-00011-of-00013.safetensors +3 -0
- model-00012-of-00013.safetensors +3 -0
- model-00013-of-00013.safetensors +3 -0
- model.safetensors.index.json +0 -0
- special_tokens_map.json +31 -0
- tokenizer.json +3 -0
- tokenizer_config.json +241 -0
- trainer_state.json +1434 -0
- training_args.bin +3 -0
- vocab.json +0 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
added_tokens.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"</think>": 151668,
|
3 |
+
"</tool_call>": 151658,
|
4 |
+
"</tool_response>": 151666,
|
5 |
+
"<think>": 151667,
|
6 |
+
"<tool_call>": 151657,
|
7 |
+
"<tool_response>": 151665,
|
8 |
+
"<|box_end|>": 151649,
|
9 |
+
"<|box_start|>": 151648,
|
10 |
+
"<|endoftext|>": 151643,
|
11 |
+
"<|file_sep|>": 151664,
|
12 |
+
"<|fim_middle|>": 151660,
|
13 |
+
"<|fim_pad|>": 151662,
|
14 |
+
"<|fim_prefix|>": 151659,
|
15 |
+
"<|fim_suffix|>": 151661,
|
16 |
+
"<|im_end|>": 151645,
|
17 |
+
"<|im_start|>": 151644,
|
18 |
+
"<|image_pad|>": 151655,
|
19 |
+
"<|object_ref_end|>": 151647,
|
20 |
+
"<|object_ref_start|>": 151646,
|
21 |
+
"<|quad_end|>": 151651,
|
22 |
+
"<|quad_start|>": 151650,
|
23 |
+
"<|repo_name|>": 151663,
|
24 |
+
"<|video_pad|>": 151656,
|
25 |
+
"<|vision_end|>": 151653,
|
26 |
+
"<|vision_pad|>": 151654,
|
27 |
+
"<|vision_start|>": 151652
|
28 |
+
}
|
config.json
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"Qwen3MoeForCausalLM"
|
4 |
+
],
|
5 |
+
"attention_bias": false,
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 151643,
|
8 |
+
"decoder_sparse_step": 1,
|
9 |
+
"eos_token_id": 151643,
|
10 |
+
"head_dim": 128,
|
11 |
+
"hidden_act": "silu",
|
12 |
+
"hidden_size": 2048,
|
13 |
+
"initializer_range": 0.02,
|
14 |
+
"intermediate_size": 6144,
|
15 |
+
"max_position_embeddings": 32768,
|
16 |
+
"max_window_layers": 48,
|
17 |
+
"mlp_only_layers": [],
|
18 |
+
"model_type": "qwen3_moe",
|
19 |
+
"moe_intermediate_size": 768,
|
20 |
+
"norm_topk_prob": true,
|
21 |
+
"num_attention_heads": 32,
|
22 |
+
"num_experts": 128,
|
23 |
+
"num_experts_per_tok": 8,
|
24 |
+
"num_hidden_layers": 48,
|
25 |
+
"num_key_value_heads": 4,
|
26 |
+
"output_router_logits": false,
|
27 |
+
"rms_norm_eps": 1e-06,
|
28 |
+
"rope_scaling": null,
|
29 |
+
"rope_theta": 1000000.0,
|
30 |
+
"router_aux_loss_coef": 0.001,
|
31 |
+
"sliding_window": null,
|
32 |
+
"tie_word_embeddings": false,
|
33 |
+
"torch_dtype": "bfloat16",
|
34 |
+
"transformers_version": "4.51.3",
|
35 |
+
"use_cache": false,
|
36 |
+
"use_sliding_window": false,
|
37 |
+
"vocab_size": 151936
|
38 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 151643,
|
3 |
+
"eos_token_id": 151643,
|
4 |
+
"max_new_tokens": 2048,
|
5 |
+
"transformers_version": "4.51.3"
|
6 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
model-00001-of-00013.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:19bee42fe3138e7937a8a732cb07ecf6618c571587fd2220205a3320770007a4
|
3 |
+
size 4997184968
|
model-00002-of-00013.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ada4ac31bde8304b684824f5733343cf389a498b7fc90b5cc6b773a0130a32fc
|
3 |
+
size 4997741608
|
model-00003-of-00013.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:374474d5a7ce786d93b7cc4195b7bbc974114a835adc8b6e739ef92b4a50f121
|
3 |
+
size 4997742208
|
model-00004-of-00013.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4641ed3a29b9e4b6eac588563992cf41c6585bb3f1a62bf8cc7ca9f6d1b796a1
|
3 |
+
size 4997743184
|
model-00005-of-00013.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9026bb1bb30e190a32cd0989a6e0f029245403e028e135e8c4a37a0345b11747
|
3 |
+
size 4997743184
|
model-00006-of-00013.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb580db9a25701b49c573d1074658d9bbb6258fed7680f877b55dc529df8c72a
|
3 |
+
size 4997743184
|
model-00007-of-00013.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8169ca468ab32a8a66af761ec34ab6ada82aa919fed7ec0870f6d0cab1d7c35b
|
3 |
+
size 4997743184
|
model-00008-of-00013.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b9f63f724501e3940767acb8924406e79ecb86d0843ef8fd622c50f9f9ac2c84
|
3 |
+
size 4997743184
|
model-00009-of-00013.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ac04b676fbb712ec7fd37d8726ded15916cbda0628961aef03203e81a29287c4
|
3 |
+
size 4997743184
|
model-00010-of-00013.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c706d5a6997aed23841af7684bbb35f078b09581b80272d99dba0854e9ceec8
|
3 |
+
size 4997743184
|
model-00011-of-00013.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f54893cc8b4ec76a640ac0d8ee588f1bb4af1abb8e3b68a3ecdf6e8034e87925
|
3 |
+
size 4997743184
|
model-00012-of-00013.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:23cb771757e5b1c38cc4f90a138ab977da987f779a2b574617c3c3e1b69c6de7
|
3 |
+
size 4997743184
|
model-00013-of-00013.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1f854822c9c47ae22a2761f2b1fb25e984dc15ce0218f6b9f4b6961c240a84b0
|
3 |
+
size 1094220288
|
model.safetensors.index.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
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
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
|
3 |
+
size 11422654
|
tokenizer_config.json
ADDED
@@ -0,0 +1,241 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": false,
|
3 |
+
"add_prefix_space": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"151643": {
|
6 |
+
"content": "<|endoftext|>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"151644": {
|
14 |
+
"content": "<|im_start|>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"151645": {
|
22 |
+
"content": "<|im_end|>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
},
|
29 |
+
"151646": {
|
30 |
+
"content": "<|object_ref_start|>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
},
|
37 |
+
"151647": {
|
38 |
+
"content": "<|object_ref_end|>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false,
|
43 |
+
"special": true
|
44 |
+
},
|
45 |
+
"151648": {
|
46 |
+
"content": "<|box_start|>",
|
47 |
+
"lstrip": false,
|
48 |
+
"normalized": false,
|
49 |
+
"rstrip": false,
|
50 |
+
"single_word": false,
|
51 |
+
"special": true
|
52 |
+
},
|
53 |
+
"151649": {
|
54 |
+
"content": "<|box_end|>",
|
55 |
+
"lstrip": false,
|
56 |
+
"normalized": false,
|
57 |
+
"rstrip": false,
|
58 |
+
"single_word": false,
|
59 |
+
"special": true
|
60 |
+
},
|
61 |
+
"151650": {
|
62 |
+
"content": "<|quad_start|>",
|
63 |
+
"lstrip": false,
|
64 |
+
"normalized": false,
|
65 |
+
"rstrip": false,
|
66 |
+
"single_word": false,
|
67 |
+
"special": true
|
68 |
+
},
|
69 |
+
"151651": {
|
70 |
+
"content": "<|quad_end|>",
|
71 |
+
"lstrip": false,
|
72 |
+
"normalized": false,
|
73 |
+
"rstrip": false,
|
74 |
+
"single_word": false,
|
75 |
+
"special": true
|
76 |
+
},
|
77 |
+
"151652": {
|
78 |
+
"content": "<|vision_start|>",
|
79 |
+
"lstrip": false,
|
80 |
+
"normalized": false,
|
81 |
+
"rstrip": false,
|
82 |
+
"single_word": false,
|
83 |
+
"special": true
|
84 |
+
},
|
85 |
+
"151653": {
|
86 |
+
"content": "<|vision_end|>",
|
87 |
+
"lstrip": false,
|
88 |
+
"normalized": false,
|
89 |
+
"rstrip": false,
|
90 |
+
"single_word": false,
|
91 |
+
"special": true
|
92 |
+
},
|
93 |
+
"151654": {
|
94 |
+
"content": "<|vision_pad|>",
|
95 |
+
"lstrip": false,
|
96 |
+
"normalized": false,
|
97 |
+
"rstrip": false,
|
98 |
+
"single_word": false,
|
99 |
+
"special": true
|
100 |
+
},
|
101 |
+
"151655": {
|
102 |
+
"content": "<|image_pad|>",
|
103 |
+
"lstrip": false,
|
104 |
+
"normalized": false,
|
105 |
+
"rstrip": false,
|
106 |
+
"single_word": false,
|
107 |
+
"special": true
|
108 |
+
},
|
109 |
+
"151656": {
|
110 |
+
"content": "<|video_pad|>",
|
111 |
+
"lstrip": false,
|
112 |
+
"normalized": false,
|
113 |
+
"rstrip": false,
|
114 |
+
"single_word": false,
|
115 |
+
"special": true
|
116 |
+
},
|
117 |
+
"151657": {
|
118 |
+
"content": "<tool_call>",
|
119 |
+
"lstrip": false,
|
120 |
+
"normalized": false,
|
121 |
+
"rstrip": false,
|
122 |
+
"single_word": false,
|
123 |
+
"special": false
|
124 |
+
},
|
125 |
+
"151658": {
|
126 |
+
"content": "</tool_call>",
|
127 |
+
"lstrip": false,
|
128 |
+
"normalized": false,
|
129 |
+
"rstrip": false,
|
130 |
+
"single_word": false,
|
131 |
+
"special": false
|
132 |
+
},
|
133 |
+
"151659": {
|
134 |
+
"content": "<|fim_prefix|>",
|
135 |
+
"lstrip": false,
|
136 |
+
"normalized": false,
|
137 |
+
"rstrip": false,
|
138 |
+
"single_word": false,
|
139 |
+
"special": false
|
140 |
+
},
|
141 |
+
"151660": {
|
142 |
+
"content": "<|fim_middle|>",
|
143 |
+
"lstrip": false,
|
144 |
+
"normalized": false,
|
145 |
+
"rstrip": false,
|
146 |
+
"single_word": false,
|
147 |
+
"special": false
|
148 |
+
},
|
149 |
+
"151661": {
|
150 |
+
"content": "<|fim_suffix|>",
|
151 |
+
"lstrip": false,
|
152 |
+
"normalized": false,
|
153 |
+
"rstrip": false,
|
154 |
+
"single_word": false,
|
155 |
+
"special": false
|
156 |
+
},
|
157 |
+
"151662": {
|
158 |
+
"content": "<|fim_pad|>",
|
159 |
+
"lstrip": false,
|
160 |
+
"normalized": false,
|
161 |
+
"rstrip": false,
|
162 |
+
"single_word": false,
|
163 |
+
"special": false
|
164 |
+
},
|
165 |
+
"151663": {
|
166 |
+
"content": "<|repo_name|>",
|
167 |
+
"lstrip": false,
|
168 |
+
"normalized": false,
|
169 |
+
"rstrip": false,
|
170 |
+
"single_word": false,
|
171 |
+
"special": false
|
172 |
+
},
|
173 |
+
"151664": {
|
174 |
+
"content": "<|file_sep|>",
|
175 |
+
"lstrip": false,
|
176 |
+
"normalized": false,
|
177 |
+
"rstrip": false,
|
178 |
+
"single_word": false,
|
179 |
+
"special": false
|
180 |
+
},
|
181 |
+
"151665": {
|
182 |
+
"content": "<tool_response>",
|
183 |
+
"lstrip": false,
|
184 |
+
"normalized": false,
|
185 |
+
"rstrip": false,
|
186 |
+
"single_word": false,
|
187 |
+
"special": false
|
188 |
+
},
|
189 |
+
"151666": {
|
190 |
+
"content": "</tool_response>",
|
191 |
+
"lstrip": false,
|
192 |
+
"normalized": false,
|
193 |
+
"rstrip": false,
|
194 |
+
"single_word": false,
|
195 |
+
"special": false
|
196 |
+
},
|
197 |
+
"151667": {
|
198 |
+
"content": "<think>",
|
199 |
+
"lstrip": false,
|
200 |
+
"normalized": false,
|
201 |
+
"rstrip": false,
|
202 |
+
"single_word": false,
|
203 |
+
"special": false
|
204 |
+
},
|
205 |
+
"151668": {
|
206 |
+
"content": "</think>",
|
207 |
+
"lstrip": false,
|
208 |
+
"normalized": false,
|
209 |
+
"rstrip": false,
|
210 |
+
"single_word": false,
|
211 |
+
"special": false
|
212 |
+
}
|
213 |
+
},
|
214 |
+
"additional_special_tokens": [
|
215 |
+
"<|im_start|>",
|
216 |
+
"<|im_end|>",
|
217 |
+
"<|object_ref_start|>",
|
218 |
+
"<|object_ref_end|>",
|
219 |
+
"<|box_start|>",
|
220 |
+
"<|box_end|>",
|
221 |
+
"<|quad_start|>",
|
222 |
+
"<|quad_end|>",
|
223 |
+
"<|vision_start|>",
|
224 |
+
"<|vision_end|>",
|
225 |
+
"<|vision_pad|>",
|
226 |
+
"<|image_pad|>",
|
227 |
+
"<|video_pad|>"
|
228 |
+
],
|
229 |
+
"bos_token": null,
|
230 |
+
"chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0].role == 'system' %}\n {{- messages[0].content + '\\n\\n' }}\n {%- endif %}\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 {%- endif %}\n{%- endif %}\n{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}\n{%- for message in messages[::-1] %}\n {%- set index = (messages|length - 1) - loop.index0 %}\n {%- if ns.multi_step_tool and message.role == \"user\" and not(message.content.startswith('<tool_response>') and message.content.endswith('</tool_response>')) %}\n {%- set ns.multi_step_tool = false %}\n {%- set ns.last_query_index = index %}\n {%- endif %}\n{%- endfor %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {%- set content = message.content %}\n {%- set reasoning_content = '' %}\n {%- if message.reasoning_content is defined and message.reasoning_content is not none %}\n {%- set reasoning_content = message.reasoning_content %}\n {%- else %}\n {%- if '</think>' in message.content %}\n {%- set content = message.content.split('</think>')[-1].lstrip('\\n') %}\n {%- set reasoning_content = message.content.split('</think>')[0].rstrip('\\n').split('<think>')[-1].lstrip('\\n') %}\n {%- endif %}\n {%- endif %}\n {%- if loop.index0 > ns.last_query_index %}\n {%- if loop.last or (not loop.last and reasoning_content) %}\n {{- '<|im_start|>' + message.role + '\\n<think>\\n' + reasoning_content.strip('\\n') + '\\n</think>\\n\\n' + content.lstrip('\\n') }}\n {%- else %}\n {{- '<|im_start|>' + message.role + '\\n' + content }}\n {%- endif %}\n {%- else %}\n {{- '<|im_start|>' + message.role + '\\n' + content }}\n {%- endif %}\n {%- if message.tool_calls %}\n {%- for tool_call in message.tool_calls %}\n {%- if (loop.first and content) or (not loop.first) %}\n {{- '\\n' }}\n {%- endif %}\n {%- if tool_call.function %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {%- if tool_call.arguments is string %}\n {{- tool_call.arguments }}\n {%- else %}\n {{- tool_call.arguments | tojson }}\n {%- endif %}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {%- endif %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if loop.first 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 {%- if enable_thinking is defined and enable_thinking is false %}\n {{- '<think>\\n\\n</think>\\n\\n' }}\n {%- endif %}\n{%- endif %}",
|
231 |
+
"clean_up_tokenization_spaces": false,
|
232 |
+
"eos_token": "<|im_end|>",
|
233 |
+
"errors": "replace",
|
234 |
+
"extra_special_tokens": {},
|
235 |
+
"model_max_length": 131072,
|
236 |
+
"pad_token": "<|endoftext|>",
|
237 |
+
"padding_side": "right",
|
238 |
+
"split_special_tokens": false,
|
239 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
240 |
+
"unk_token": null
|
241 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,1434 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": null,
|
3 |
+
"best_metric": null,
|
4 |
+
"best_model_checkpoint": null,
|
5 |
+
"epoch": 0.3656307129798903,
|
6 |
+
"eval_steps": 500,
|
7 |
+
"global_step": 200,
|
8 |
+
"is_hyper_param_search": false,
|
9 |
+
"is_local_process_zero": true,
|
10 |
+
"is_world_process_zero": true,
|
11 |
+
"log_history": [
|
12 |
+
{
|
13 |
+
"epoch": 0.0018281535648994515,
|
14 |
+
"grad_norm": 2.089374507496642,
|
15 |
+
"learning_rate": 0.0,
|
16 |
+
"loss": 0.5957,
|
17 |
+
"step": 1
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.003656307129798903,
|
21 |
+
"grad_norm": 2.2205513668741044,
|
22 |
+
"learning_rate": 1.0714285714285714e-06,
|
23 |
+
"loss": 0.5994,
|
24 |
+
"step": 2
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.005484460694698354,
|
28 |
+
"grad_norm": 2.545945852200423,
|
29 |
+
"learning_rate": 2.1428571428571427e-06,
|
30 |
+
"loss": 0.5948,
|
31 |
+
"step": 3
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.007312614259597806,
|
35 |
+
"grad_norm": 2.2330035148383947,
|
36 |
+
"learning_rate": 3.2142857142857143e-06,
|
37 |
+
"loss": 0.6305,
|
38 |
+
"step": 4
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.009140767824497258,
|
42 |
+
"grad_norm": 1.8952582634630641,
|
43 |
+
"learning_rate": 4.2857142857142855e-06,
|
44 |
+
"loss": 0.5998,
|
45 |
+
"step": 5
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.010968921389396709,
|
49 |
+
"grad_norm": 1.570960207475644,
|
50 |
+
"learning_rate": 5.357142857142857e-06,
|
51 |
+
"loss": 0.5898,
|
52 |
+
"step": 6
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.012797074954296161,
|
56 |
+
"grad_norm": 1.2522662311648174,
|
57 |
+
"learning_rate": 6.428571428571429e-06,
|
58 |
+
"loss": 0.6013,
|
59 |
+
"step": 7
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.014625228519195612,
|
63 |
+
"grad_norm": 1.065080174164971,
|
64 |
+
"learning_rate": 7.5e-06,
|
65 |
+
"loss": 0.5682,
|
66 |
+
"step": 8
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.016453382084095063,
|
70 |
+
"grad_norm": 0.9448479764184926,
|
71 |
+
"learning_rate": 8.571428571428571e-06,
|
72 |
+
"loss": 0.5452,
|
73 |
+
"step": 9
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.018281535648994516,
|
77 |
+
"grad_norm": 1.7141233153619826,
|
78 |
+
"learning_rate": 9.642857142857144e-06,
|
79 |
+
"loss": 0.59,
|
80 |
+
"step": 10
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.02010968921389397,
|
84 |
+
"grad_norm": 2.017633207813829,
|
85 |
+
"learning_rate": 1.0714285714285714e-05,
|
86 |
+
"loss": 0.575,
|
87 |
+
"step": 11
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.021937842778793418,
|
91 |
+
"grad_norm": 1.8293000392166587,
|
92 |
+
"learning_rate": 1.1785714285714286e-05,
|
93 |
+
"loss": 0.5598,
|
94 |
+
"step": 12
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.02376599634369287,
|
98 |
+
"grad_norm": 1.4816869854216612,
|
99 |
+
"learning_rate": 1.2857142857142857e-05,
|
100 |
+
"loss": 0.5495,
|
101 |
+
"step": 13
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.025594149908592323,
|
105 |
+
"grad_norm": 1.5033597863132906,
|
106 |
+
"learning_rate": 1.3928571428571429e-05,
|
107 |
+
"loss": 0.5372,
|
108 |
+
"step": 14
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.027422303473491772,
|
112 |
+
"grad_norm": 1.3141514496532496,
|
113 |
+
"learning_rate": 1.5e-05,
|
114 |
+
"loss": 0.5733,
|
115 |
+
"step": 15
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.029250457038391225,
|
119 |
+
"grad_norm": 2.7794219916654233,
|
120 |
+
"learning_rate": 1.6071428571428572e-05,
|
121 |
+
"loss": 0.5347,
|
122 |
+
"step": 16
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.031078610603290677,
|
126 |
+
"grad_norm": 0.9928713947921902,
|
127 |
+
"learning_rate": 1.7142857142857142e-05,
|
128 |
+
"loss": 0.4908,
|
129 |
+
"step": 17
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.03290676416819013,
|
133 |
+
"grad_norm": 0.8852252619423812,
|
134 |
+
"learning_rate": 1.8214285714285712e-05,
|
135 |
+
"loss": 0.5307,
|
136 |
+
"step": 18
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.03473491773308958,
|
140 |
+
"grad_norm": 0.7832318403464806,
|
141 |
+
"learning_rate": 1.928571428571429e-05,
|
142 |
+
"loss": 0.5025,
|
143 |
+
"step": 19
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.03656307129798903,
|
147 |
+
"grad_norm": 0.9796265282565124,
|
148 |
+
"learning_rate": 2.0357142857142858e-05,
|
149 |
+
"loss": 0.5095,
|
150 |
+
"step": 20
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.038391224862888484,
|
154 |
+
"grad_norm": 0.7218139820603727,
|
155 |
+
"learning_rate": 2.1428571428571428e-05,
|
156 |
+
"loss": 0.4834,
|
157 |
+
"step": 21
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.04021937842778794,
|
161 |
+
"grad_norm": 0.6506357909260763,
|
162 |
+
"learning_rate": 2.25e-05,
|
163 |
+
"loss": 0.4947,
|
164 |
+
"step": 22
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 0.04204753199268738,
|
168 |
+
"grad_norm": 0.5616806424289195,
|
169 |
+
"learning_rate": 2.357142857142857e-05,
|
170 |
+
"loss": 0.4866,
|
171 |
+
"step": 23
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.043875685557586835,
|
175 |
+
"grad_norm": 0.566744323961197,
|
176 |
+
"learning_rate": 2.464285714285714e-05,
|
177 |
+
"loss": 0.515,
|
178 |
+
"step": 24
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 0.04570383912248629,
|
182 |
+
"grad_norm": 0.6913117297678986,
|
183 |
+
"learning_rate": 2.5714285714285714e-05,
|
184 |
+
"loss": 0.5227,
|
185 |
+
"step": 25
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.04753199268738574,
|
189 |
+
"grad_norm": 0.5881117480751623,
|
190 |
+
"learning_rate": 2.6785714285714288e-05,
|
191 |
+
"loss": 0.478,
|
192 |
+
"step": 26
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 0.04936014625228519,
|
196 |
+
"grad_norm": 0.5399101198373484,
|
197 |
+
"learning_rate": 2.7857142857142858e-05,
|
198 |
+
"loss": 0.5039,
|
199 |
+
"step": 27
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"epoch": 0.051188299817184646,
|
203 |
+
"grad_norm": 0.5359845255880198,
|
204 |
+
"learning_rate": 2.892857142857143e-05,
|
205 |
+
"loss": 0.5015,
|
206 |
+
"step": 28
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 0.05301645338208409,
|
210 |
+
"grad_norm": 0.4718417677524385,
|
211 |
+
"learning_rate": 3e-05,
|
212 |
+
"loss": 0.4738,
|
213 |
+
"step": 29
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.054844606946983544,
|
217 |
+
"grad_norm": 0.47359316021290165,
|
218 |
+
"learning_rate": 2.999972519478696e-05,
|
219 |
+
"loss": 0.4993,
|
220 |
+
"step": 30
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 0.056672760511883,
|
224 |
+
"grad_norm": 0.4922109148988566,
|
225 |
+
"learning_rate": 2.99989007892169e-05,
|
226 |
+
"loss": 0.4888,
|
227 |
+
"step": 31
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 0.05850091407678245,
|
231 |
+
"grad_norm": 0.3579397510509835,
|
232 |
+
"learning_rate": 2.9997526813496602e-05,
|
233 |
+
"loss": 0.4792,
|
234 |
+
"step": 32
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.0603290676416819,
|
238 |
+
"grad_norm": 0.37626393648031903,
|
239 |
+
"learning_rate": 2.9995603317969497e-05,
|
240 |
+
"loss": 0.4873,
|
241 |
+
"step": 33
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.062157221206581355,
|
245 |
+
"grad_norm": 0.41211122381414894,
|
246 |
+
"learning_rate": 2.99931303731138e-05,
|
247 |
+
"loss": 0.4939,
|
248 |
+
"step": 34
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 0.06398537477148081,
|
252 |
+
"grad_norm": 0.3770284364229165,
|
253 |
+
"learning_rate": 2.9990108069539932e-05,
|
254 |
+
"loss": 0.479,
|
255 |
+
"step": 35
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 0.06581352833638025,
|
259 |
+
"grad_norm": 0.3709162789872314,
|
260 |
+
"learning_rate": 2.9986536517987187e-05,
|
261 |
+
"loss": 0.4864,
|
262 |
+
"step": 36
|
263 |
+
},
|
264 |
+
{
|
265 |
+
"epoch": 0.06764168190127971,
|
266 |
+
"grad_norm": 0.36989388190185846,
|
267 |
+
"learning_rate": 2.998241584931971e-05,
|
268 |
+
"loss": 0.4727,
|
269 |
+
"step": 37
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"epoch": 0.06946983546617916,
|
273 |
+
"grad_norm": 0.36339103914080506,
|
274 |
+
"learning_rate": 2.9977746214521646e-05,
|
275 |
+
"loss": 0.472,
|
276 |
+
"step": 38
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 0.0712979890310786,
|
280 |
+
"grad_norm": 0.3378220732996809,
|
281 |
+
"learning_rate": 2.997252778469168e-05,
|
282 |
+
"loss": 0.4581,
|
283 |
+
"step": 39
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"epoch": 0.07312614259597806,
|
287 |
+
"grad_norm": 0.33242480046792755,
|
288 |
+
"learning_rate": 2.9966760751036697e-05,
|
289 |
+
"loss": 0.4567,
|
290 |
+
"step": 40
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 0.07495429616087751,
|
294 |
+
"grad_norm": 0.3517734032444255,
|
295 |
+
"learning_rate": 2.9960445324864815e-05,
|
296 |
+
"loss": 0.4674,
|
297 |
+
"step": 41
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.07678244972577697,
|
301 |
+
"grad_norm": 0.3558065174543996,
|
302 |
+
"learning_rate": 2.995358173757765e-05,
|
303 |
+
"loss": 0.4718,
|
304 |
+
"step": 42
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 0.07861060329067641,
|
308 |
+
"grad_norm": 0.34290523065110684,
|
309 |
+
"learning_rate": 2.994617024066181e-05,
|
310 |
+
"loss": 0.4659,
|
311 |
+
"step": 43
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"epoch": 0.08043875685557587,
|
315 |
+
"grad_norm": 0.3028572716833668,
|
316 |
+
"learning_rate": 2.9938211105679677e-05,
|
317 |
+
"loss": 0.4543,
|
318 |
+
"step": 44
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"epoch": 0.08226691042047532,
|
322 |
+
"grad_norm": 0.36216688731700014,
|
323 |
+
"learning_rate": 2.9929704624259508e-05,
|
324 |
+
"loss": 0.4724,
|
325 |
+
"step": 45
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"epoch": 0.08409506398537477,
|
329 |
+
"grad_norm": 0.34546125994172217,
|
330 |
+
"learning_rate": 2.992065110808469e-05,
|
331 |
+
"loss": 0.4717,
|
332 |
+
"step": 46
|
333 |
+
},
|
334 |
+
{
|
335 |
+
"epoch": 0.08592321755027423,
|
336 |
+
"grad_norm": 0.3173199655699041,
|
337 |
+
"learning_rate": 2.991105088888234e-05,
|
338 |
+
"loss": 0.4893,
|
339 |
+
"step": 47
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.08775137111517367,
|
343 |
+
"grad_norm": 0.27327168658587364,
|
344 |
+
"learning_rate": 2.990090431841117e-05,
|
345 |
+
"loss": 0.4877,
|
346 |
+
"step": 48
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 0.08957952468007313,
|
350 |
+
"grad_norm": 0.3207165383004196,
|
351 |
+
"learning_rate": 2.9890211768448572e-05,
|
352 |
+
"loss": 0.4666,
|
353 |
+
"step": 49
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 0.09140767824497258,
|
357 |
+
"grad_norm": 0.29795651824929764,
|
358 |
+
"learning_rate": 2.9878973630777012e-05,
|
359 |
+
"loss": 0.4764,
|
360 |
+
"step": 50
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"epoch": 0.09323583180987204,
|
364 |
+
"grad_norm": 0.3066207186556079,
|
365 |
+
"learning_rate": 2.9867190317169665e-05,
|
366 |
+
"loss": 0.4793,
|
367 |
+
"step": 51
|
368 |
+
},
|
369 |
+
{
|
370 |
+
"epoch": 0.09506398537477148,
|
371 |
+
"grad_norm": 0.30152926589089146,
|
372 |
+
"learning_rate": 2.9854862259375326e-05,
|
373 |
+
"loss": 0.48,
|
374 |
+
"step": 52
|
375 |
+
},
|
376 |
+
{
|
377 |
+
"epoch": 0.09689213893967093,
|
378 |
+
"grad_norm": 0.31982845164198154,
|
379 |
+
"learning_rate": 2.9841989909102607e-05,
|
380 |
+
"loss": 0.4827,
|
381 |
+
"step": 53
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 0.09872029250457039,
|
385 |
+
"grad_norm": 0.3226249549846725,
|
386 |
+
"learning_rate": 2.982857373800337e-05,
|
387 |
+
"loss": 0.4815,
|
388 |
+
"step": 54
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"epoch": 0.10054844606946983,
|
392 |
+
"grad_norm": 0.29313323454641665,
|
393 |
+
"learning_rate": 2.9814614237655445e-05,
|
394 |
+
"loss": 0.4624,
|
395 |
+
"step": 55
|
396 |
+
},
|
397 |
+
{
|
398 |
+
"epoch": 0.10237659963436929,
|
399 |
+
"grad_norm": 0.30450893112709426,
|
400 |
+
"learning_rate": 2.9800111919544632e-05,
|
401 |
+
"loss": 0.4856,
|
402 |
+
"step": 56
|
403 |
+
},
|
404 |
+
{
|
405 |
+
"epoch": 0.10420475319926874,
|
406 |
+
"grad_norm": 0.31077892246708605,
|
407 |
+
"learning_rate": 2.9785067315045943e-05,
|
408 |
+
"loss": 0.4801,
|
409 |
+
"step": 57
|
410 |
+
},
|
411 |
+
{
|
412 |
+
"epoch": 0.10603290676416818,
|
413 |
+
"grad_norm": 0.30352760576382176,
|
414 |
+
"learning_rate": 2.9769480975404143e-05,
|
415 |
+
"loss": 0.4462,
|
416 |
+
"step": 58
|
417 |
+
},
|
418 |
+
{
|
419 |
+
"epoch": 0.10786106032906764,
|
420 |
+
"grad_norm": 0.2820427097517702,
|
421 |
+
"learning_rate": 2.975335347171356e-05,
|
422 |
+
"loss": 0.4275,
|
423 |
+
"step": 59
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"epoch": 0.10968921389396709,
|
427 |
+
"grad_norm": 0.3193688120609219,
|
428 |
+
"learning_rate": 2.9736685394897123e-05,
|
429 |
+
"loss": 0.4585,
|
430 |
+
"step": 60
|
431 |
+
},
|
432 |
+
{
|
433 |
+
"epoch": 0.11151736745886655,
|
434 |
+
"grad_norm": 0.29309453499656224,
|
435 |
+
"learning_rate": 2.9719477355684767e-05,
|
436 |
+
"loss": 0.4563,
|
437 |
+
"step": 61
|
438 |
+
},
|
439 |
+
{
|
440 |
+
"epoch": 0.113345521023766,
|
441 |
+
"grad_norm": 0.291897548964064,
|
442 |
+
"learning_rate": 2.9701729984591003e-05,
|
443 |
+
"loss": 0.4402,
|
444 |
+
"step": 62
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"epoch": 0.11517367458866545,
|
448 |
+
"grad_norm": 0.3386425303422288,
|
449 |
+
"learning_rate": 2.9683443931891837e-05,
|
450 |
+
"loss": 0.4586,
|
451 |
+
"step": 63
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"epoch": 0.1170018281535649,
|
455 |
+
"grad_norm": 0.28801030329886385,
|
456 |
+
"learning_rate": 2.966461986760096e-05,
|
457 |
+
"loss": 0.4452,
|
458 |
+
"step": 64
|
459 |
+
},
|
460 |
+
{
|
461 |
+
"epoch": 0.11882998171846434,
|
462 |
+
"grad_norm": 0.27225571075726074,
|
463 |
+
"learning_rate": 2.964525848144517e-05,
|
464 |
+
"loss": 0.4219,
|
465 |
+
"step": 65
|
466 |
+
},
|
467 |
+
{
|
468 |
+
"epoch": 0.1206581352833638,
|
469 |
+
"grad_norm": 0.3150014322578861,
|
470 |
+
"learning_rate": 2.9625360482839114e-05,
|
471 |
+
"loss": 0.4833,
|
472 |
+
"step": 66
|
473 |
+
},
|
474 |
+
{
|
475 |
+
"epoch": 0.12248628884826325,
|
476 |
+
"grad_norm": 0.28747617110884083,
|
477 |
+
"learning_rate": 2.9604926600859287e-05,
|
478 |
+
"loss": 0.4673,
|
479 |
+
"step": 67
|
480 |
+
},
|
481 |
+
{
|
482 |
+
"epoch": 0.12431444241316271,
|
483 |
+
"grad_norm": 0.2935455145106659,
|
484 |
+
"learning_rate": 2.958395758421733e-05,
|
485 |
+
"loss": 0.4492,
|
486 |
+
"step": 68
|
487 |
+
},
|
488 |
+
{
|
489 |
+
"epoch": 0.12614259597806216,
|
490 |
+
"grad_norm": 0.2748773662739781,
|
491 |
+
"learning_rate": 2.9562454201232583e-05,
|
492 |
+
"loss": 0.4763,
|
493 |
+
"step": 69
|
494 |
+
},
|
495 |
+
{
|
496 |
+
"epoch": 0.12797074954296161,
|
497 |
+
"grad_norm": 0.3040072222347735,
|
498 |
+
"learning_rate": 2.9540417239803954e-05,
|
499 |
+
"loss": 0.4658,
|
500 |
+
"step": 70
|
501 |
+
},
|
502 |
+
{
|
503 |
+
"epoch": 0.12979890310786105,
|
504 |
+
"grad_norm": 0.3401190893101851,
|
505 |
+
"learning_rate": 2.9517847507381022e-05,
|
506 |
+
"loss": 0.4619,
|
507 |
+
"step": 71
|
508 |
+
},
|
509 |
+
{
|
510 |
+
"epoch": 0.1316270566727605,
|
511 |
+
"grad_norm": 0.2832439537823879,
|
512 |
+
"learning_rate": 2.9494745830934473e-05,
|
513 |
+
"loss": 0.4594,
|
514 |
+
"step": 72
|
515 |
+
},
|
516 |
+
{
|
517 |
+
"epoch": 0.13345521023765997,
|
518 |
+
"grad_norm": 0.4216765622686639,
|
519 |
+
"learning_rate": 2.9471113056925786e-05,
|
520 |
+
"loss": 0.4939,
|
521 |
+
"step": 73
|
522 |
+
},
|
523 |
+
{
|
524 |
+
"epoch": 0.13528336380255943,
|
525 |
+
"grad_norm": 0.2884581020061622,
|
526 |
+
"learning_rate": 2.944695005127623e-05,
|
527 |
+
"loss": 0.458,
|
528 |
+
"step": 74
|
529 |
+
},
|
530 |
+
{
|
531 |
+
"epoch": 0.13711151736745886,
|
532 |
+
"grad_norm": 0.28039598694507106,
|
533 |
+
"learning_rate": 2.942225769933512e-05,
|
534 |
+
"loss": 0.4361,
|
535 |
+
"step": 75
|
536 |
+
},
|
537 |
+
{
|
538 |
+
"epoch": 0.13893967093235832,
|
539 |
+
"grad_norm": 0.27724633932247766,
|
540 |
+
"learning_rate": 2.939703690584741e-05,
|
541 |
+
"loss": 0.4557,
|
542 |
+
"step": 76
|
543 |
+
},
|
544 |
+
{
|
545 |
+
"epoch": 0.14076782449725778,
|
546 |
+
"grad_norm": 0.2694165757512015,
|
547 |
+
"learning_rate": 2.9371288594920484e-05,
|
548 |
+
"loss": 0.4332,
|
549 |
+
"step": 77
|
550 |
+
},
|
551 |
+
{
|
552 |
+
"epoch": 0.1425959780621572,
|
553 |
+
"grad_norm": 0.25780899472474833,
|
554 |
+
"learning_rate": 2.934501370999037e-05,
|
555 |
+
"loss": 0.4242,
|
556 |
+
"step": 78
|
557 |
+
},
|
558 |
+
{
|
559 |
+
"epoch": 0.14442413162705667,
|
560 |
+
"grad_norm": 0.2967403245642137,
|
561 |
+
"learning_rate": 2.93182132137871e-05,
|
562 |
+
"loss": 0.446,
|
563 |
+
"step": 79
|
564 |
+
},
|
565 |
+
{
|
566 |
+
"epoch": 0.14625228519195613,
|
567 |
+
"grad_norm": 0.34690556417034824,
|
568 |
+
"learning_rate": 2.9290888088299486e-05,
|
569 |
+
"loss": 0.4818,
|
570 |
+
"step": 80
|
571 |
+
},
|
572 |
+
{
|
573 |
+
"epoch": 0.1480804387568556,
|
574 |
+
"grad_norm": 0.3003683124367745,
|
575 |
+
"learning_rate": 2.9263039334739127e-05,
|
576 |
+
"loss": 0.462,
|
577 |
+
"step": 81
|
578 |
+
},
|
579 |
+
{
|
580 |
+
"epoch": 0.14990859232175502,
|
581 |
+
"grad_norm": 0.302108544256545,
|
582 |
+
"learning_rate": 2.92346679735037e-05,
|
583 |
+
"loss": 0.4561,
|
584 |
+
"step": 82
|
585 |
+
},
|
586 |
+
{
|
587 |
+
"epoch": 0.15173674588665448,
|
588 |
+
"grad_norm": 0.2841043066219529,
|
589 |
+
"learning_rate": 2.9205775044139608e-05,
|
590 |
+
"loss": 0.4684,
|
591 |
+
"step": 83
|
592 |
+
},
|
593 |
+
{
|
594 |
+
"epoch": 0.15356489945155394,
|
595 |
+
"grad_norm": 0.2952668737797339,
|
596 |
+
"learning_rate": 2.9176361605303867e-05,
|
597 |
+
"loss": 0.4693,
|
598 |
+
"step": 84
|
599 |
+
},
|
600 |
+
{
|
601 |
+
"epoch": 0.15539305301645337,
|
602 |
+
"grad_norm": 0.28847383193289927,
|
603 |
+
"learning_rate": 2.914642873472531e-05,
|
604 |
+
"loss": 0.452,
|
605 |
+
"step": 85
|
606 |
+
},
|
607 |
+
{
|
608 |
+
"epoch": 0.15722120658135283,
|
609 |
+
"grad_norm": 0.31050885319522226,
|
610 |
+
"learning_rate": 2.9115977529165132e-05,
|
611 |
+
"loss": 0.4621,
|
612 |
+
"step": 86
|
613 |
+
},
|
614 |
+
{
|
615 |
+
"epoch": 0.1590493601462523,
|
616 |
+
"grad_norm": 0.3143842313652269,
|
617 |
+
"learning_rate": 2.9085009104376663e-05,
|
618 |
+
"loss": 0.4563,
|
619 |
+
"step": 87
|
620 |
+
},
|
621 |
+
{
|
622 |
+
"epoch": 0.16087751371115175,
|
623 |
+
"grad_norm": 0.33281281256892775,
|
624 |
+
"learning_rate": 2.905352459506452e-05,
|
625 |
+
"loss": 0.437,
|
626 |
+
"step": 88
|
627 |
+
},
|
628 |
+
{
|
629 |
+
"epoch": 0.16270566727605118,
|
630 |
+
"grad_norm": 0.30726176715777354,
|
631 |
+
"learning_rate": 2.9021525154842998e-05,
|
632 |
+
"loss": 0.4614,
|
633 |
+
"step": 89
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"epoch": 0.16453382084095064,
|
637 |
+
"grad_norm": 0.31519069611911227,
|
638 |
+
"learning_rate": 2.8989011956193834e-05,
|
639 |
+
"loss": 0.4584,
|
640 |
+
"step": 90
|
641 |
+
},
|
642 |
+
{
|
643 |
+
"epoch": 0.1663619744058501,
|
644 |
+
"grad_norm": 0.3142796251849267,
|
645 |
+
"learning_rate": 2.8955986190423225e-05,
|
646 |
+
"loss": 0.4848,
|
647 |
+
"step": 91
|
648 |
+
},
|
649 |
+
{
|
650 |
+
"epoch": 0.16819012797074953,
|
651 |
+
"grad_norm": 0.2831585707772231,
|
652 |
+
"learning_rate": 2.892244906761819e-05,
|
653 |
+
"loss": 0.4463,
|
654 |
+
"step": 92
|
655 |
+
},
|
656 |
+
{
|
657 |
+
"epoch": 0.170018281535649,
|
658 |
+
"grad_norm": 0.3271624604307319,
|
659 |
+
"learning_rate": 2.8888401816602207e-05,
|
660 |
+
"loss": 0.4496,
|
661 |
+
"step": 93
|
662 |
+
},
|
663 |
+
{
|
664 |
+
"epoch": 0.17184643510054845,
|
665 |
+
"grad_norm": 0.3265076622565222,
|
666 |
+
"learning_rate": 2.885384568489023e-05,
|
667 |
+
"loss": 0.434,
|
668 |
+
"step": 94
|
669 |
+
},
|
670 |
+
{
|
671 |
+
"epoch": 0.1736745886654479,
|
672 |
+
"grad_norm": 0.3384143662294581,
|
673 |
+
"learning_rate": 2.881878193864294e-05,
|
674 |
+
"loss": 0.4662,
|
675 |
+
"step": 95
|
676 |
+
},
|
677 |
+
{
|
678 |
+
"epoch": 0.17550274223034734,
|
679 |
+
"grad_norm": 0.29519544921435537,
|
680 |
+
"learning_rate": 2.878321186262037e-05,
|
681 |
+
"loss": 0.4415,
|
682 |
+
"step": 96
|
683 |
+
},
|
684 |
+
{
|
685 |
+
"epoch": 0.1773308957952468,
|
686 |
+
"grad_norm": 0.3152573413188835,
|
687 |
+
"learning_rate": 2.8747136760134827e-05,
|
688 |
+
"loss": 0.4525,
|
689 |
+
"step": 97
|
690 |
+
},
|
691 |
+
{
|
692 |
+
"epoch": 0.17915904936014626,
|
693 |
+
"grad_norm": 0.2911315525075031,
|
694 |
+
"learning_rate": 2.871055795300315e-05,
|
695 |
+
"loss": 0.4393,
|
696 |
+
"step": 98
|
697 |
+
},
|
698 |
+
{
|
699 |
+
"epoch": 0.1809872029250457,
|
700 |
+
"grad_norm": 0.28890139736154113,
|
701 |
+
"learning_rate": 2.8673476781498242e-05,
|
702 |
+
"loss": 0.4301,
|
703 |
+
"step": 99
|
704 |
+
},
|
705 |
+
{
|
706 |
+
"epoch": 0.18281535648994515,
|
707 |
+
"grad_norm": 0.29566233008031895,
|
708 |
+
"learning_rate": 2.8635894604300018e-05,
|
709 |
+
"loss": 0.4477,
|
710 |
+
"step": 100
|
711 |
+
},
|
712 |
+
{
|
713 |
+
"epoch": 0.1846435100548446,
|
714 |
+
"grad_norm": 0.2759848384654238,
|
715 |
+
"learning_rate": 2.859781279844556e-05,
|
716 |
+
"loss": 0.4477,
|
717 |
+
"step": 101
|
718 |
+
},
|
719 |
+
{
|
720 |
+
"epoch": 0.18647166361974407,
|
721 |
+
"grad_norm": 0.3231166719493857,
|
722 |
+
"learning_rate": 2.855923275927871e-05,
|
723 |
+
"loss": 0.4732,
|
724 |
+
"step": 102
|
725 |
+
},
|
726 |
+
{
|
727 |
+
"epoch": 0.1882998171846435,
|
728 |
+
"grad_norm": 0.27671665616727253,
|
729 |
+
"learning_rate": 2.8520155900398922e-05,
|
730 |
+
"loss": 0.4348,
|
731 |
+
"step": 103
|
732 |
+
},
|
733 |
+
{
|
734 |
+
"epoch": 0.19012797074954296,
|
735 |
+
"grad_norm": 0.3373290606091851,
|
736 |
+
"learning_rate": 2.8480583653609457e-05,
|
737 |
+
"loss": 0.4772,
|
738 |
+
"step": 104
|
739 |
+
},
|
740 |
+
{
|
741 |
+
"epoch": 0.19195612431444242,
|
742 |
+
"grad_norm": 0.270804966443481,
|
743 |
+
"learning_rate": 2.844051746886495e-05,
|
744 |
+
"loss": 0.4522,
|
745 |
+
"step": 105
|
746 |
+
},
|
747 |
+
{
|
748 |
+
"epoch": 0.19378427787934185,
|
749 |
+
"grad_norm": 0.28232177001780473,
|
750 |
+
"learning_rate": 2.8399958814218258e-05,
|
751 |
+
"loss": 0.465,
|
752 |
+
"step": 106
|
753 |
+
},
|
754 |
+
{
|
755 |
+
"epoch": 0.1956124314442413,
|
756 |
+
"grad_norm": 0.32735140894867865,
|
757 |
+
"learning_rate": 2.8358909175766674e-05,
|
758 |
+
"loss": 0.4665,
|
759 |
+
"step": 107
|
760 |
+
},
|
761 |
+
{
|
762 |
+
"epoch": 0.19744058500914077,
|
763 |
+
"grad_norm": 0.3535841008181332,
|
764 |
+
"learning_rate": 2.831737005759749e-05,
|
765 |
+
"loss": 0.4817,
|
766 |
+
"step": 108
|
767 |
+
},
|
768 |
+
{
|
769 |
+
"epoch": 0.19926873857404023,
|
770 |
+
"grad_norm": 0.31153302714419157,
|
771 |
+
"learning_rate": 2.8275342981732868e-05,
|
772 |
+
"loss": 0.4774,
|
773 |
+
"step": 109
|
774 |
+
},
|
775 |
+
{
|
776 |
+
"epoch": 0.20109689213893966,
|
777 |
+
"grad_norm": 0.3414165680532852,
|
778 |
+
"learning_rate": 2.8232829488074077e-05,
|
779 |
+
"loss": 0.4354,
|
780 |
+
"step": 110
|
781 |
+
},
|
782 |
+
{
|
783 |
+
"epoch": 0.20292504570383912,
|
784 |
+
"grad_norm": 0.2657136503074252,
|
785 |
+
"learning_rate": 2.8189831134345074e-05,
|
786 |
+
"loss": 0.4403,
|
787 |
+
"step": 111
|
788 |
+
},
|
789 |
+
{
|
790 |
+
"epoch": 0.20475319926873858,
|
791 |
+
"grad_norm": 0.2963856605986798,
|
792 |
+
"learning_rate": 2.8146349496035426e-05,
|
793 |
+
"loss": 0.4262,
|
794 |
+
"step": 112
|
795 |
+
},
|
796 |
+
{
|
797 |
+
"epoch": 0.20658135283363802,
|
798 |
+
"grad_norm": 0.3119283296440065,
|
799 |
+
"learning_rate": 2.8102386166342582e-05,
|
800 |
+
"loss": 0.4418,
|
801 |
+
"step": 113
|
802 |
+
},
|
803 |
+
{
|
804 |
+
"epoch": 0.20840950639853748,
|
805 |
+
"grad_norm": 0.37109957781553604,
|
806 |
+
"learning_rate": 2.8057942756113504e-05,
|
807 |
+
"loss": 0.4765,
|
808 |
+
"step": 114
|
809 |
+
},
|
810 |
+
{
|
811 |
+
"epoch": 0.21023765996343693,
|
812 |
+
"grad_norm": 0.2999662023442714,
|
813 |
+
"learning_rate": 2.8013020893785635e-05,
|
814 |
+
"loss": 0.4539,
|
815 |
+
"step": 115
|
816 |
+
},
|
817 |
+
{
|
818 |
+
"epoch": 0.21206581352833637,
|
819 |
+
"grad_norm": 0.28970493967104405,
|
820 |
+
"learning_rate": 2.796762222532723e-05,
|
821 |
+
"loss": 0.4289,
|
822 |
+
"step": 116
|
823 |
+
},
|
824 |
+
{
|
825 |
+
"epoch": 0.21389396709323583,
|
826 |
+
"grad_norm": 0.2939203180452282,
|
827 |
+
"learning_rate": 2.7921748414177063e-05,
|
828 |
+
"loss": 0.4689,
|
829 |
+
"step": 117
|
830 |
+
},
|
831 |
+
{
|
832 |
+
"epoch": 0.21572212065813529,
|
833 |
+
"grad_norm": 0.3201929927655123,
|
834 |
+
"learning_rate": 2.787540114118345e-05,
|
835 |
+
"loss": 0.4338,
|
836 |
+
"step": 118
|
837 |
+
},
|
838 |
+
{
|
839 |
+
"epoch": 0.21755027422303475,
|
840 |
+
"grad_norm": 0.2864175962342283,
|
841 |
+
"learning_rate": 2.7828582104542694e-05,
|
842 |
+
"loss": 0.4464,
|
843 |
+
"step": 119
|
844 |
+
},
|
845 |
+
{
|
846 |
+
"epoch": 0.21937842778793418,
|
847 |
+
"grad_norm": 0.28592410203121005,
|
848 |
+
"learning_rate": 2.7781293019736845e-05,
|
849 |
+
"loss": 0.4397,
|
850 |
+
"step": 120
|
851 |
+
},
|
852 |
+
{
|
853 |
+
"epoch": 0.22120658135283364,
|
854 |
+
"grad_norm": 0.3304180569852307,
|
855 |
+
"learning_rate": 2.7733535619470835e-05,
|
856 |
+
"loss": 0.4481,
|
857 |
+
"step": 121
|
858 |
+
},
|
859 |
+
{
|
860 |
+
"epoch": 0.2230347349177331,
|
861 |
+
"grad_norm": 0.3390393526626585,
|
862 |
+
"learning_rate": 2.7685311653609004e-05,
|
863 |
+
"loss": 0.4432,
|
864 |
+
"step": 122
|
865 |
+
},
|
866 |
+
{
|
867 |
+
"epoch": 0.22486288848263253,
|
868 |
+
"grad_norm": 0.2940159306891994,
|
869 |
+
"learning_rate": 2.7636622889110975e-05,
|
870 |
+
"loss": 0.475,
|
871 |
+
"step": 123
|
872 |
+
},
|
873 |
+
{
|
874 |
+
"epoch": 0.226691042047532,
|
875 |
+
"grad_norm": 0.31229638977483115,
|
876 |
+
"learning_rate": 2.758747110996693e-05,
|
877 |
+
"loss": 0.4643,
|
878 |
+
"step": 124
|
879 |
+
},
|
880 |
+
{
|
881 |
+
"epoch": 0.22851919561243145,
|
882 |
+
"grad_norm": 0.285967777532962,
|
883 |
+
"learning_rate": 2.7537858117132217e-05,
|
884 |
+
"loss": 0.4505,
|
885 |
+
"step": 125
|
886 |
+
},
|
887 |
+
{
|
888 |
+
"epoch": 0.2303473491773309,
|
889 |
+
"grad_norm": 0.3096207093074659,
|
890 |
+
"learning_rate": 2.7487785728461383e-05,
|
891 |
+
"loss": 0.4606,
|
892 |
+
"step": 126
|
893 |
+
},
|
894 |
+
{
|
895 |
+
"epoch": 0.23217550274223034,
|
896 |
+
"grad_norm": 0.3196007759195916,
|
897 |
+
"learning_rate": 2.7437255778641548e-05,
|
898 |
+
"loss": 0.4688,
|
899 |
+
"step": 127
|
900 |
+
},
|
901 |
+
{
|
902 |
+
"epoch": 0.2340036563071298,
|
903 |
+
"grad_norm": 0.278093004843679,
|
904 |
+
"learning_rate": 2.7386270119125193e-05,
|
905 |
+
"loss": 0.4476,
|
906 |
+
"step": 128
|
907 |
+
},
|
908 |
+
{
|
909 |
+
"epoch": 0.23583180987202926,
|
910 |
+
"grad_norm": 0.28238850493053447,
|
911 |
+
"learning_rate": 2.7334830618062327e-05,
|
912 |
+
"loss": 0.4328,
|
913 |
+
"step": 129
|
914 |
+
},
|
915 |
+
{
|
916 |
+
"epoch": 0.2376599634369287,
|
917 |
+
"grad_norm": 0.31893781223089274,
|
918 |
+
"learning_rate": 2.728293916023202e-05,
|
919 |
+
"loss": 0.4368,
|
920 |
+
"step": 130
|
921 |
+
},
|
922 |
+
{
|
923 |
+
"epoch": 0.23948811700182815,
|
924 |
+
"grad_norm": 0.3226432084535994,
|
925 |
+
"learning_rate": 2.7230597646973355e-05,
|
926 |
+
"loss": 0.4693,
|
927 |
+
"step": 131
|
928 |
+
},
|
929 |
+
{
|
930 |
+
"epoch": 0.2413162705667276,
|
931 |
+
"grad_norm": 0.3098641582546802,
|
932 |
+
"learning_rate": 2.717780799611576e-05,
|
933 |
+
"loss": 0.4677,
|
934 |
+
"step": 132
|
935 |
+
},
|
936 |
+
{
|
937 |
+
"epoch": 0.24314442413162707,
|
938 |
+
"grad_norm": 0.316005877064317,
|
939 |
+
"learning_rate": 2.7124572141908737e-05,
|
940 |
+
"loss": 0.4641,
|
941 |
+
"step": 133
|
942 |
+
},
|
943 |
+
{
|
944 |
+
"epoch": 0.2449725776965265,
|
945 |
+
"grad_norm": 0.29116768124986503,
|
946 |
+
"learning_rate": 2.707089203495098e-05,
|
947 |
+
"loss": 0.4504,
|
948 |
+
"step": 134
|
949 |
+
},
|
950 |
+
{
|
951 |
+
"epoch": 0.24680073126142596,
|
952 |
+
"grad_norm": 0.3312565101776482,
|
953 |
+
"learning_rate": 2.701676964211893e-05,
|
954 |
+
"loss": 0.4869,
|
955 |
+
"step": 135
|
956 |
+
},
|
957 |
+
{
|
958 |
+
"epoch": 0.24862888482632542,
|
959 |
+
"grad_norm": 0.3307114085092842,
|
960 |
+
"learning_rate": 2.696220694649467e-05,
|
961 |
+
"loss": 0.4307,
|
962 |
+
"step": 136
|
963 |
+
},
|
964 |
+
{
|
965 |
+
"epoch": 0.25045703839122485,
|
966 |
+
"grad_norm": 0.3139451066311321,
|
967 |
+
"learning_rate": 2.69072059472933e-05,
|
968 |
+
"loss": 0.4593,
|
969 |
+
"step": 137
|
970 |
+
},
|
971 |
+
{
|
972 |
+
"epoch": 0.2522851919561243,
|
973 |
+
"grad_norm": 0.3298447274769771,
|
974 |
+
"learning_rate": 2.685176865978965e-05,
|
975 |
+
"loss": 0.4544,
|
976 |
+
"step": 138
|
977 |
+
},
|
978 |
+
{
|
979 |
+
"epoch": 0.25411334552102377,
|
980 |
+
"grad_norm": 0.3032493627313141,
|
981 |
+
"learning_rate": 2.6795897115244478e-05,
|
982 |
+
"loss": 0.4279,
|
983 |
+
"step": 139
|
984 |
+
},
|
985 |
+
{
|
986 |
+
"epoch": 0.25594149908592323,
|
987 |
+
"grad_norm": 0.2658733658787214,
|
988 |
+
"learning_rate": 2.6739593360830006e-05,
|
989 |
+
"loss": 0.4106,
|
990 |
+
"step": 140
|
991 |
+
},
|
992 |
+
{
|
993 |
+
"epoch": 0.2577696526508227,
|
994 |
+
"grad_norm": 0.3190884630430669,
|
995 |
+
"learning_rate": 2.668285945955493e-05,
|
996 |
+
"loss": 0.4662,
|
997 |
+
"step": 141
|
998 |
+
},
|
999 |
+
{
|
1000 |
+
"epoch": 0.2595978062157221,
|
1001 |
+
"grad_norm": 0.34411371393720197,
|
1002 |
+
"learning_rate": 2.6625697490188832e-05,
|
1003 |
+
"loss": 0.4499,
|
1004 |
+
"step": 142
|
1005 |
+
},
|
1006 |
+
{
|
1007 |
+
"epoch": 0.26142595978062155,
|
1008 |
+
"grad_norm": 0.32823365391601855,
|
1009 |
+
"learning_rate": 2.6568109547185996e-05,
|
1010 |
+
"loss": 0.4783,
|
1011 |
+
"step": 143
|
1012 |
+
},
|
1013 |
+
{
|
1014 |
+
"epoch": 0.263254113345521,
|
1015 |
+
"grad_norm": 0.30268317080382134,
|
1016 |
+
"learning_rate": 2.651009774060868e-05,
|
1017 |
+
"loss": 0.4677,
|
1018 |
+
"step": 144
|
1019 |
+
},
|
1020 |
+
{
|
1021 |
+
"epoch": 0.26508226691042047,
|
1022 |
+
"grad_norm": 0.290999041829207,
|
1023 |
+
"learning_rate": 2.6451664196049802e-05,
|
1024 |
+
"loss": 0.4461,
|
1025 |
+
"step": 145
|
1026 |
+
},
|
1027 |
+
{
|
1028 |
+
"epoch": 0.26691042047531993,
|
1029 |
+
"grad_norm": 0.3169422559498593,
|
1030 |
+
"learning_rate": 2.639281105455505e-05,
|
1031 |
+
"loss": 0.4503,
|
1032 |
+
"step": 146
|
1033 |
+
},
|
1034 |
+
{
|
1035 |
+
"epoch": 0.2687385740402194,
|
1036 |
+
"grad_norm": 0.3189364221479283,
|
1037 |
+
"learning_rate": 2.6333540472544442e-05,
|
1038 |
+
"loss": 0.4335,
|
1039 |
+
"step": 147
|
1040 |
+
},
|
1041 |
+
{
|
1042 |
+
"epoch": 0.27056672760511885,
|
1043 |
+
"grad_norm": 0.30758294437768796,
|
1044 |
+
"learning_rate": 2.6273854621733286e-05,
|
1045 |
+
"loss": 0.4504,
|
1046 |
+
"step": 148
|
1047 |
+
},
|
1048 |
+
{
|
1049 |
+
"epoch": 0.27239488117001825,
|
1050 |
+
"grad_norm": 0.2849217195325153,
|
1051 |
+
"learning_rate": 2.621375568905266e-05,
|
1052 |
+
"loss": 0.4487,
|
1053 |
+
"step": 149
|
1054 |
+
},
|
1055 |
+
{
|
1056 |
+
"epoch": 0.2742230347349177,
|
1057 |
+
"grad_norm": 0.344396845889534,
|
1058 |
+
"learning_rate": 2.615324587656921e-05,
|
1059 |
+
"loss": 0.4821,
|
1060 |
+
"step": 150
|
1061 |
+
},
|
1062 |
+
{
|
1063 |
+
"epoch": 0.2760511882998172,
|
1064 |
+
"grad_norm": 0.2696584787135129,
|
1065 |
+
"learning_rate": 2.6092327401404538e-05,
|
1066 |
+
"loss": 0.475,
|
1067 |
+
"step": 151
|
1068 |
+
},
|
1069 |
+
{
|
1070 |
+
"epoch": 0.27787934186471663,
|
1071 |
+
"grad_norm": 0.30241018017889437,
|
1072 |
+
"learning_rate": 2.6031002495653913e-05,
|
1073 |
+
"loss": 0.4342,
|
1074 |
+
"step": 152
|
1075 |
+
},
|
1076 |
+
{
|
1077 |
+
"epoch": 0.2797074954296161,
|
1078 |
+
"grad_norm": 0.28693150625713587,
|
1079 |
+
"learning_rate": 2.596927340630451e-05,
|
1080 |
+
"loss": 0.4359,
|
1081 |
+
"step": 153
|
1082 |
+
},
|
1083 |
+
{
|
1084 |
+
"epoch": 0.28153564899451555,
|
1085 |
+
"grad_norm": 0.29754809227022666,
|
1086 |
+
"learning_rate": 2.590714239515306e-05,
|
1087 |
+
"loss": 0.4438,
|
1088 |
+
"step": 154
|
1089 |
+
},
|
1090 |
+
{
|
1091 |
+
"epoch": 0.283363802559415,
|
1092 |
+
"grad_norm": 0.299567522325594,
|
1093 |
+
"learning_rate": 2.584461173872301e-05,
|
1094 |
+
"loss": 0.4532,
|
1095 |
+
"step": 155
|
1096 |
+
},
|
1097 |
+
{
|
1098 |
+
"epoch": 0.2851919561243144,
|
1099 |
+
"grad_norm": 0.2813266176963191,
|
1100 |
+
"learning_rate": 2.5781683728181066e-05,
|
1101 |
+
"loss": 0.4405,
|
1102 |
+
"step": 156
|
1103 |
+
},
|
1104 |
+
{
|
1105 |
+
"epoch": 0.2870201096892139,
|
1106 |
+
"grad_norm": 0.3171717930616808,
|
1107 |
+
"learning_rate": 2.5718360669253276e-05,
|
1108 |
+
"loss": 0.454,
|
1109 |
+
"step": 157
|
1110 |
+
},
|
1111 |
+
{
|
1112 |
+
"epoch": 0.28884826325411334,
|
1113 |
+
"grad_norm": 0.30159353684035844,
|
1114 |
+
"learning_rate": 2.565464488214053e-05,
|
1115 |
+
"loss": 0.4375,
|
1116 |
+
"step": 158
|
1117 |
+
},
|
1118 |
+
{
|
1119 |
+
"epoch": 0.2906764168190128,
|
1120 |
+
"grad_norm": 0.2692705044539712,
|
1121 |
+
"learning_rate": 2.559053870143356e-05,
|
1122 |
+
"loss": 0.4276,
|
1123 |
+
"step": 159
|
1124 |
+
},
|
1125 |
+
{
|
1126 |
+
"epoch": 0.29250457038391225,
|
1127 |
+
"grad_norm": 0.30691595589677334,
|
1128 |
+
"learning_rate": 2.5526044476027383e-05,
|
1129 |
+
"loss": 0.4606,
|
1130 |
+
"step": 160
|
1131 |
+
},
|
1132 |
+
{
|
1133 |
+
"epoch": 0.2943327239488117,
|
1134 |
+
"grad_norm": 0.31630931258544637,
|
1135 |
+
"learning_rate": 2.5461164569035244e-05,
|
1136 |
+
"loss": 0.4406,
|
1137 |
+
"step": 161
|
1138 |
+
},
|
1139 |
+
{
|
1140 |
+
"epoch": 0.2961608775137112,
|
1141 |
+
"grad_norm": 0.2440944204924941,
|
1142 |
+
"learning_rate": 2.5395901357702032e-05,
|
1143 |
+
"loss": 0.4511,
|
1144 |
+
"step": 162
|
1145 |
+
},
|
1146 |
+
{
|
1147 |
+
"epoch": 0.2979890310786106,
|
1148 |
+
"grad_norm": 0.31355225894665767,
|
1149 |
+
"learning_rate": 2.533025723331718e-05,
|
1150 |
+
"loss": 0.4384,
|
1151 |
+
"step": 163
|
1152 |
+
},
|
1153 |
+
{
|
1154 |
+
"epoch": 0.29981718464351004,
|
1155 |
+
"grad_norm": 0.2828232991554723,
|
1156 |
+
"learning_rate": 2.526423460112703e-05,
|
1157 |
+
"loss": 0.4318,
|
1158 |
+
"step": 164
|
1159 |
+
},
|
1160 |
+
{
|
1161 |
+
"epoch": 0.3016453382084095,
|
1162 |
+
"grad_norm": 0.2872196769388632,
|
1163 |
+
"learning_rate": 2.5197835880246702e-05,
|
1164 |
+
"loss": 0.4508,
|
1165 |
+
"step": 165
|
1166 |
+
},
|
1167 |
+
{
|
1168 |
+
"epoch": 0.30347349177330896,
|
1169 |
+
"grad_norm": 0.27755470022103107,
|
1170 |
+
"learning_rate": 2.51310635035715e-05,
|
1171 |
+
"loss": 0.4443,
|
1172 |
+
"step": 166
|
1173 |
+
},
|
1174 |
+
{
|
1175 |
+
"epoch": 0.3053016453382084,
|
1176 |
+
"grad_norm": 0.29288725811791394,
|
1177 |
+
"learning_rate": 2.506391991768771e-05,
|
1178 |
+
"loss": 0.4437,
|
1179 |
+
"step": 167
|
1180 |
+
},
|
1181 |
+
{
|
1182 |
+
"epoch": 0.3071297989031079,
|
1183 |
+
"grad_norm": 0.28756847297478805,
|
1184 |
+
"learning_rate": 2.4996407582782987e-05,
|
1185 |
+
"loss": 0.4306,
|
1186 |
+
"step": 168
|
1187 |
+
},
|
1188 |
+
{
|
1189 |
+
"epoch": 0.30895795246800734,
|
1190 |
+
"grad_norm": 0.3062510638432968,
|
1191 |
+
"learning_rate": 2.4928528972556207e-05,
|
1192 |
+
"loss": 0.4401,
|
1193 |
+
"step": 169
|
1194 |
+
},
|
1195 |
+
{
|
1196 |
+
"epoch": 0.31078610603290674,
|
1197 |
+
"grad_norm": 0.28844799158530887,
|
1198 |
+
"learning_rate": 2.486028657412683e-05,
|
1199 |
+
"loss": 0.465,
|
1200 |
+
"step": 170
|
1201 |
+
},
|
1202 |
+
{
|
1203 |
+
"epoch": 0.3126142595978062,
|
1204 |
+
"grad_norm": 0.30254982711927847,
|
1205 |
+
"learning_rate": 2.479168288794377e-05,
|
1206 |
+
"loss": 0.4257,
|
1207 |
+
"step": 171
|
1208 |
+
},
|
1209 |
+
{
|
1210 |
+
"epoch": 0.31444241316270566,
|
1211 |
+
"grad_norm": 0.29617551569459377,
|
1212 |
+
"learning_rate": 2.472272042769377e-05,
|
1213 |
+
"loss": 0.4413,
|
1214 |
+
"step": 172
|
1215 |
+
},
|
1216 |
+
{
|
1217 |
+
"epoch": 0.3162705667276051,
|
1218 |
+
"grad_norm": 0.2894388824454487,
|
1219 |
+
"learning_rate": 2.4653401720209316e-05,
|
1220 |
+
"loss": 0.4339,
|
1221 |
+
"step": 173
|
1222 |
+
},
|
1223 |
+
{
|
1224 |
+
"epoch": 0.3180987202925046,
|
1225 |
+
"grad_norm": 0.31278541819511707,
|
1226 |
+
"learning_rate": 2.4583729305376014e-05,
|
1227 |
+
"loss": 0.4433,
|
1228 |
+
"step": 174
|
1229 |
+
},
|
1230 |
+
{
|
1231 |
+
"epoch": 0.31992687385740404,
|
1232 |
+
"grad_norm": 0.29889716089103313,
|
1233 |
+
"learning_rate": 2.451370573603959e-05,
|
1234 |
+
"loss": 0.4465,
|
1235 |
+
"step": 175
|
1236 |
+
},
|
1237 |
+
{
|
1238 |
+
"epoch": 0.3217550274223035,
|
1239 |
+
"grad_norm": 0.30650603689771794,
|
1240 |
+
"learning_rate": 2.4443333577912285e-05,
|
1241 |
+
"loss": 0.4497,
|
1242 |
+
"step": 176
|
1243 |
+
},
|
1244 |
+
{
|
1245 |
+
"epoch": 0.3235831809872029,
|
1246 |
+
"grad_norm": 0.27739674261767966,
|
1247 |
+
"learning_rate": 2.437261540947889e-05,
|
1248 |
+
"loss": 0.4417,
|
1249 |
+
"step": 177
|
1250 |
+
},
|
1251 |
+
{
|
1252 |
+
"epoch": 0.32541133455210236,
|
1253 |
+
"grad_norm": 0.29186196118144964,
|
1254 |
+
"learning_rate": 2.430155382190225e-05,
|
1255 |
+
"loss": 0.46,
|
1256 |
+
"step": 178
|
1257 |
+
},
|
1258 |
+
{
|
1259 |
+
"epoch": 0.3272394881170018,
|
1260 |
+
"grad_norm": 0.28342780349608687,
|
1261 |
+
"learning_rate": 2.4230151418928326e-05,
|
1262 |
+
"loss": 0.4414,
|
1263 |
+
"step": 179
|
1264 |
+
},
|
1265 |
+
{
|
1266 |
+
"epoch": 0.3290676416819013,
|
1267 |
+
"grad_norm": 0.2751850949398033,
|
1268 |
+
"learning_rate": 2.415841081679079e-05,
|
1269 |
+
"loss": 0.4569,
|
1270 |
+
"step": 180
|
1271 |
+
},
|
1272 |
+
{
|
1273 |
+
"epoch": 0.33089579524680074,
|
1274 |
+
"grad_norm": 0.2848165003785897,
|
1275 |
+
"learning_rate": 2.4086334644115176e-05,
|
1276 |
+
"loss": 0.4167,
|
1277 |
+
"step": 181
|
1278 |
+
},
|
1279 |
+
{
|
1280 |
+
"epoch": 0.3327239488117002,
|
1281 |
+
"grad_norm": 0.26869428432353776,
|
1282 |
+
"learning_rate": 2.4013925541822543e-05,
|
1283 |
+
"loss": 0.4393,
|
1284 |
+
"step": 182
|
1285 |
+
},
|
1286 |
+
{
|
1287 |
+
"epoch": 0.33455210237659966,
|
1288 |
+
"grad_norm": 0.3041074292613331,
|
1289 |
+
"learning_rate": 2.3941186163032736e-05,
|
1290 |
+
"loss": 0.443,
|
1291 |
+
"step": 183
|
1292 |
+
},
|
1293 |
+
{
|
1294 |
+
"epoch": 0.33638025594149906,
|
1295 |
+
"grad_norm": 0.3054719627730434,
|
1296 |
+
"learning_rate": 2.3868119172967145e-05,
|
1297 |
+
"loss": 0.4711,
|
1298 |
+
"step": 184
|
1299 |
+
},
|
1300 |
+
{
|
1301 |
+
"epoch": 0.3382084095063985,
|
1302 |
+
"grad_norm": 0.294864775838586,
|
1303 |
+
"learning_rate": 2.379472724885108e-05,
|
1304 |
+
"loss": 0.4208,
|
1305 |
+
"step": 185
|
1306 |
+
},
|
1307 |
+
{
|
1308 |
+
"epoch": 0.340036563071298,
|
1309 |
+
"grad_norm": 0.2815964015764938,
|
1310 |
+
"learning_rate": 2.3721013079815645e-05,
|
1311 |
+
"loss": 0.445,
|
1312 |
+
"step": 186
|
1313 |
+
},
|
1314 |
+
{
|
1315 |
+
"epoch": 0.34186471663619744,
|
1316 |
+
"grad_norm": 0.31854040107909304,
|
1317 |
+
"learning_rate": 2.3646979366799234e-05,
|
1318 |
+
"loss": 0.4601,
|
1319 |
+
"step": 187
|
1320 |
+
},
|
1321 |
+
{
|
1322 |
+
"epoch": 0.3436928702010969,
|
1323 |
+
"grad_norm": 0.28167691281400475,
|
1324 |
+
"learning_rate": 2.3572628822448546e-05,
|
1325 |
+
"loss": 0.4506,
|
1326 |
+
"step": 188
|
1327 |
+
},
|
1328 |
+
{
|
1329 |
+
"epoch": 0.34552102376599636,
|
1330 |
+
"grad_norm": 0.2771446663943378,
|
1331 |
+
"learning_rate": 2.3497964171019214e-05,
|
1332 |
+
"loss": 0.4358,
|
1333 |
+
"step": 189
|
1334 |
+
},
|
1335 |
+
{
|
1336 |
+
"epoch": 0.3473491773308958,
|
1337 |
+
"grad_norm": 0.27745556919254083,
|
1338 |
+
"learning_rate": 2.3422988148275963e-05,
|
1339 |
+
"loss": 0.4461,
|
1340 |
+
"step": 190
|
1341 |
+
},
|
1342 |
+
{
|
1343 |
+
"epoch": 0.3491773308957952,
|
1344 |
+
"grad_norm": 0.26029043603341223,
|
1345 |
+
"learning_rate": 2.3347703501392373e-05,
|
1346 |
+
"loss": 0.4538,
|
1347 |
+
"step": 191
|
1348 |
+
},
|
1349 |
+
{
|
1350 |
+
"epoch": 0.3510054844606947,
|
1351 |
+
"grad_norm": 0.2744751742780149,
|
1352 |
+
"learning_rate": 2.3272112988850237e-05,
|
1353 |
+
"loss": 0.4343,
|
1354 |
+
"step": 192
|
1355 |
+
},
|
1356 |
+
{
|
1357 |
+
"epoch": 0.35283363802559414,
|
1358 |
+
"grad_norm": 0.3148709000115808,
|
1359 |
+
"learning_rate": 2.319621938033848e-05,
|
1360 |
+
"loss": 0.4421,
|
1361 |
+
"step": 193
|
1362 |
+
},
|
1363 |
+
{
|
1364 |
+
"epoch": 0.3546617915904936,
|
1365 |
+
"grad_norm": 0.2802326000313149,
|
1366 |
+
"learning_rate": 2.3120025456651658e-05,
|
1367 |
+
"loss": 0.4528,
|
1368 |
+
"step": 194
|
1369 |
+
},
|
1370 |
+
{
|
1371 |
+
"epoch": 0.35648994515539306,
|
1372 |
+
"grad_norm": 0.25928215844810953,
|
1373 |
+
"learning_rate": 2.3043534009588108e-05,
|
1374 |
+
"loss": 0.4405,
|
1375 |
+
"step": 195
|
1376 |
+
},
|
1377 |
+
{
|
1378 |
+
"epoch": 0.3583180987202925,
|
1379 |
+
"grad_norm": 0.2732416188380195,
|
1380 |
+
"learning_rate": 2.296674784184761e-05,
|
1381 |
+
"loss": 0.4123,
|
1382 |
+
"step": 196
|
1383 |
+
},
|
1384 |
+
{
|
1385 |
+
"epoch": 0.360146252285192,
|
1386 |
+
"grad_norm": 0.2616002327630866,
|
1387 |
+
"learning_rate": 2.288966976692873e-05,
|
1388 |
+
"loss": 0.4211,
|
1389 |
+
"step": 197
|
1390 |
+
},
|
1391 |
+
{
|
1392 |
+
"epoch": 0.3619744058500914,
|
1393 |
+
"grad_norm": 0.25552504229923495,
|
1394 |
+
"learning_rate": 2.2812302609025692e-05,
|
1395 |
+
"loss": 0.4219,
|
1396 |
+
"step": 198
|
1397 |
+
},
|
1398 |
+
{
|
1399 |
+
"epoch": 0.36380255941499084,
|
1400 |
+
"grad_norm": 0.26460690701785383,
|
1401 |
+
"learning_rate": 2.2734649202924955e-05,
|
1402 |
+
"loss": 0.4519,
|
1403 |
+
"step": 199
|
1404 |
+
},
|
1405 |
+
{
|
1406 |
+
"epoch": 0.3656307129798903,
|
1407 |
+
"grad_norm": 0.2703925981362186,
|
1408 |
+
"learning_rate": 2.265671239390128e-05,
|
1409 |
+
"loss": 0.4525,
|
1410 |
+
"step": 200
|
1411 |
+
}
|
1412 |
+
],
|
1413 |
+
"logging_steps": 1,
|
1414 |
+
"max_steps": 547,
|
1415 |
+
"num_input_tokens_seen": 0,
|
1416 |
+
"num_train_epochs": 1,
|
1417 |
+
"save_steps": 200,
|
1418 |
+
"stateful_callbacks": {
|
1419 |
+
"TrainerControl": {
|
1420 |
+
"args": {
|
1421 |
+
"should_epoch_stop": false,
|
1422 |
+
"should_evaluate": false,
|
1423 |
+
"should_log": false,
|
1424 |
+
"should_save": true,
|
1425 |
+
"should_training_stop": false
|
1426 |
+
},
|
1427 |
+
"attributes": {}
|
1428 |
+
}
|
1429 |
+
},
|
1430 |
+
"total_flos": 131774435229696.0,
|
1431 |
+
"train_batch_size": 2,
|
1432 |
+
"trial_name": null,
|
1433 |
+
"trial_params": null
|
1434 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:72b384d7a9d80345499cef72b6c2d7fe55afcb40039d8f42c6f7fdcd9787a50c
|
3 |
+
size 8081
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|