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 +1630 -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": false,
|
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:aaf7a1dcc0f5ad0b0e4e4574aced916ec29c5d8e34e206958aef0af5138a65fb
|
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:f1dda93c713cf46335efd5b7d1c306f4263636d3b9b7b1469a03ee42e521423b
|
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:18dd07a0a01d1a5f8c04f32285d0a6f4af1e8ee6cd1d580f0fcaab453b4ab991
|
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:e69a412d175a4109ca639df5b2b78f70b63f5f644893751c6c53009471827ade
|
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:fb8a58cddc4c832ec9f918ce0fcda42209b3700b37c5ad9d9e21705c9438e55c
|
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:baa9bd912e44f361be00dd79cac43178e2021c47fc2bb0cd742f4f0f9fb2b096
|
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:5a9b493fa256a7b3eec1a5704d9192a0fa698299bf5b1d71904cb9efbf9d03a3
|
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:b3e96e1611d6a8464d2be97638c83ad89f14fe90e99a4c42da63c0b4f635d016
|
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:e2a55b149f7fdf51c21053ae4c305c20834d10140371675f903543c3bb287f31
|
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:d1c2a601ab0817130903452feb19969a7fd48e471583baf1ba6241111d245600
|
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:33c7dd376af7abae6ff8b28a4333b1f1cfd67be65f691a49e33988afeaa11e27
|
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:e64e570e097754c1152c888e47ed0185309883469701f2307e20158fed6f9350
|
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:6063609e14ae23fe5d24f82aca980cc87086171f5bd1ec9ae2cea61c0dc50b5b
|
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,1630 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": null,
|
3 |
+
"best_metric": null,
|
4 |
+
"best_model_checkpoint": null,
|
5 |
+
"epoch": 4.0,
|
6 |
+
"eval_steps": 500,
|
7 |
+
"global_step": 228,
|
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.017543859649122806,
|
14 |
+
"grad_norm": 63.15584646766748,
|
15 |
+
"learning_rate": 0.0,
|
16 |
+
"loss": 1.3331,
|
17 |
+
"step": 1
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.03508771929824561,
|
21 |
+
"grad_norm": 65.37999240061016,
|
22 |
+
"learning_rate": 6.666666666666667e-07,
|
23 |
+
"loss": 1.3643,
|
24 |
+
"step": 2
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.05263157894736842,
|
28 |
+
"grad_norm": 58.76204353998122,
|
29 |
+
"learning_rate": 1.3333333333333334e-06,
|
30 |
+
"loss": 1.5736,
|
31 |
+
"step": 3
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.07017543859649122,
|
35 |
+
"grad_norm": 94.22910235879955,
|
36 |
+
"learning_rate": 2.0000000000000003e-06,
|
37 |
+
"loss": 1.6305,
|
38 |
+
"step": 4
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.08771929824561403,
|
42 |
+
"grad_norm": 63.240336626135914,
|
43 |
+
"learning_rate": 2.666666666666667e-06,
|
44 |
+
"loss": 1.2903,
|
45 |
+
"step": 5
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.10526315789473684,
|
49 |
+
"grad_norm": 62.34285462175898,
|
50 |
+
"learning_rate": 3.3333333333333333e-06,
|
51 |
+
"loss": 1.4876,
|
52 |
+
"step": 6
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.12280701754385964,
|
56 |
+
"grad_norm": 38.87129959087156,
|
57 |
+
"learning_rate": 4.000000000000001e-06,
|
58 |
+
"loss": 1.3969,
|
59 |
+
"step": 7
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.14035087719298245,
|
63 |
+
"grad_norm": 10.342991864065548,
|
64 |
+
"learning_rate": 4.666666666666667e-06,
|
65 |
+
"loss": 1.3244,
|
66 |
+
"step": 8
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.15789473684210525,
|
70 |
+
"grad_norm": 5.942719289647008,
|
71 |
+
"learning_rate": 5.333333333333334e-06,
|
72 |
+
"loss": 1.2312,
|
73 |
+
"step": 9
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.17543859649122806,
|
77 |
+
"grad_norm": 5.474776769364296,
|
78 |
+
"learning_rate": 6e-06,
|
79 |
+
"loss": 1.2549,
|
80 |
+
"step": 10
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.19298245614035087,
|
84 |
+
"grad_norm": 4.282499929517234,
|
85 |
+
"learning_rate": 6.666666666666667e-06,
|
86 |
+
"loss": 1.2712,
|
87 |
+
"step": 11
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.21052631578947367,
|
91 |
+
"grad_norm": 2.957156365671227,
|
92 |
+
"learning_rate": 7.333333333333333e-06,
|
93 |
+
"loss": 1.0496,
|
94 |
+
"step": 12
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.22807017543859648,
|
98 |
+
"grad_norm": 2.1951967154579703,
|
99 |
+
"learning_rate": 8.000000000000001e-06,
|
100 |
+
"loss": 1.0609,
|
101 |
+
"step": 13
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.24561403508771928,
|
105 |
+
"grad_norm": 1.8998626223389208,
|
106 |
+
"learning_rate": 8.666666666666668e-06,
|
107 |
+
"loss": 1.0354,
|
108 |
+
"step": 14
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.2631578947368421,
|
112 |
+
"grad_norm": 1.5287799247220097,
|
113 |
+
"learning_rate": 9.333333333333334e-06,
|
114 |
+
"loss": 1.0815,
|
115 |
+
"step": 15
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.2807017543859649,
|
119 |
+
"grad_norm": 1.3903798573645059,
|
120 |
+
"learning_rate": 1e-05,
|
121 |
+
"loss": 1.0065,
|
122 |
+
"step": 16
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.2982456140350877,
|
126 |
+
"grad_norm": 1.6539944664702928,
|
127 |
+
"learning_rate": 9.999661540018812e-06,
|
128 |
+
"loss": 1.1115,
|
129 |
+
"step": 17
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.3157894736842105,
|
133 |
+
"grad_norm": 1.227494438263455,
|
134 |
+
"learning_rate": 9.99864620589731e-06,
|
135 |
+
"loss": 0.9712,
|
136 |
+
"step": 18
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.3333333333333333,
|
140 |
+
"grad_norm": 1.0886829004299536,
|
141 |
+
"learning_rate": 9.99695413509548e-06,
|
142 |
+
"loss": 0.9896,
|
143 |
+
"step": 19
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.3508771929824561,
|
147 |
+
"grad_norm": 0.9462016469544118,
|
148 |
+
"learning_rate": 9.994585556692624e-06,
|
149 |
+
"loss": 1.0194,
|
150 |
+
"step": 20
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.3684210526315789,
|
154 |
+
"grad_norm": 0.8343449744183404,
|
155 |
+
"learning_rate": 9.991540791356342e-06,
|
156 |
+
"loss": 0.9435,
|
157 |
+
"step": 21
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.38596491228070173,
|
161 |
+
"grad_norm": 0.7938863164587222,
|
162 |
+
"learning_rate": 9.987820251299121e-06,
|
163 |
+
"loss": 0.8057,
|
164 |
+
"step": 22
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 0.40350877192982454,
|
168 |
+
"grad_norm": 0.8633971461176382,
|
169 |
+
"learning_rate": 9.98342444022253e-06,
|
170 |
+
"loss": 0.9424,
|
171 |
+
"step": 23
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.42105263157894735,
|
175 |
+
"grad_norm": 0.8092584043672173,
|
176 |
+
"learning_rate": 9.978353953249023e-06,
|
177 |
+
"loss": 0.8359,
|
178 |
+
"step": 24
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 0.43859649122807015,
|
182 |
+
"grad_norm": 0.7342380217574445,
|
183 |
+
"learning_rate": 9.972609476841368e-06,
|
184 |
+
"loss": 0.9682,
|
185 |
+
"step": 25
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.45614035087719296,
|
189 |
+
"grad_norm": 0.7978382483785499,
|
190 |
+
"learning_rate": 9.966191788709716e-06,
|
191 |
+
"loss": 0.9308,
|
192 |
+
"step": 26
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 0.47368421052631576,
|
196 |
+
"grad_norm": 0.7523338860744757,
|
197 |
+
"learning_rate": 9.959101757706308e-06,
|
198 |
+
"loss": 0.841,
|
199 |
+
"step": 27
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"epoch": 0.49122807017543857,
|
203 |
+
"grad_norm": 0.7100125850436978,
|
204 |
+
"learning_rate": 9.951340343707852e-06,
|
205 |
+
"loss": 0.9126,
|
206 |
+
"step": 28
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 0.5087719298245614,
|
210 |
+
"grad_norm": 0.6432035176703957,
|
211 |
+
"learning_rate": 9.942908597485558e-06,
|
212 |
+
"loss": 0.93,
|
213 |
+
"step": 29
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.5263157894736842,
|
217 |
+
"grad_norm": 0.5575650398795282,
|
218 |
+
"learning_rate": 9.933807660562898e-06,
|
219 |
+
"loss": 0.8113,
|
220 |
+
"step": 30
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 0.543859649122807,
|
224 |
+
"grad_norm": 0.5538633586514855,
|
225 |
+
"learning_rate": 9.924038765061042e-06,
|
226 |
+
"loss": 0.8689,
|
227 |
+
"step": 31
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 0.5614035087719298,
|
231 |
+
"grad_norm": 0.5540704105571124,
|
232 |
+
"learning_rate": 9.913603233532067e-06,
|
233 |
+
"loss": 0.7981,
|
234 |
+
"step": 32
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.5789473684210527,
|
238 |
+
"grad_norm": 0.6864556027313015,
|
239 |
+
"learning_rate": 9.902502478779897e-06,
|
240 |
+
"loss": 0.8981,
|
241 |
+
"step": 33
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.5964912280701754,
|
245 |
+
"grad_norm": 0.6024572093985017,
|
246 |
+
"learning_rate": 9.890738003669029e-06,
|
247 |
+
"loss": 0.9963,
|
248 |
+
"step": 34
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 0.6140350877192983,
|
252 |
+
"grad_norm": 0.5535510234500352,
|
253 |
+
"learning_rate": 9.878311400921072e-06,
|
254 |
+
"loss": 0.8349,
|
255 |
+
"step": 35
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 0.631578947368421,
|
259 |
+
"grad_norm": 0.5300668292678892,
|
260 |
+
"learning_rate": 9.86522435289912e-06,
|
261 |
+
"loss": 0.8523,
|
262 |
+
"step": 36
|
263 |
+
},
|
264 |
+
{
|
265 |
+
"epoch": 0.6491228070175439,
|
266 |
+
"grad_norm": 0.5886120290128514,
|
267 |
+
"learning_rate": 9.851478631379982e-06,
|
268 |
+
"loss": 0.889,
|
269 |
+
"step": 37
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"epoch": 0.6666666666666666,
|
273 |
+
"grad_norm": 0.5688139181593664,
|
274 |
+
"learning_rate": 9.83707609731432e-06,
|
275 |
+
"loss": 0.8988,
|
276 |
+
"step": 38
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 0.6842105263157895,
|
280 |
+
"grad_norm": 0.6119281790052227,
|
281 |
+
"learning_rate": 9.822018700574696e-06,
|
282 |
+
"loss": 0.9201,
|
283 |
+
"step": 39
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"epoch": 0.7017543859649122,
|
287 |
+
"grad_norm": 0.5162998849300403,
|
288 |
+
"learning_rate": 9.806308479691595e-06,
|
289 |
+
"loss": 0.8834,
|
290 |
+
"step": 40
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 0.7192982456140351,
|
294 |
+
"grad_norm": 0.5471391274601726,
|
295 |
+
"learning_rate": 9.789947561577445e-06,
|
296 |
+
"loss": 0.8902,
|
297 |
+
"step": 41
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.7368421052631579,
|
301 |
+
"grad_norm": 0.5058167109969809,
|
302 |
+
"learning_rate": 9.77293816123866e-06,
|
303 |
+
"loss": 0.8224,
|
304 |
+
"step": 42
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 0.7543859649122807,
|
308 |
+
"grad_norm": 0.5302134290223017,
|
309 |
+
"learning_rate": 9.755282581475769e-06,
|
310 |
+
"loss": 0.855,
|
311 |
+
"step": 43
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"epoch": 0.7719298245614035,
|
315 |
+
"grad_norm": 0.4881324513673794,
|
316 |
+
"learning_rate": 9.736983212571646e-06,
|
317 |
+
"loss": 0.7701,
|
318 |
+
"step": 44
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"epoch": 0.7894736842105263,
|
322 |
+
"grad_norm": 0.4957819394220034,
|
323 |
+
"learning_rate": 9.718042531967918e-06,
|
324 |
+
"loss": 0.8879,
|
325 |
+
"step": 45
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"epoch": 0.8070175438596491,
|
329 |
+
"grad_norm": 0.6010796184130253,
|
330 |
+
"learning_rate": 9.698463103929542e-06,
|
331 |
+
"loss": 0.8622,
|
332 |
+
"step": 46
|
333 |
+
},
|
334 |
+
{
|
335 |
+
"epoch": 0.8245614035087719,
|
336 |
+
"grad_norm": 0.5546469825759003,
|
337 |
+
"learning_rate": 9.678247579197658e-06,
|
338 |
+
"loss": 0.8712,
|
339 |
+
"step": 47
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.8421052631578947,
|
343 |
+
"grad_norm": 0.47834181259316355,
|
344 |
+
"learning_rate": 9.657398694630713e-06,
|
345 |
+
"loss": 0.8512,
|
346 |
+
"step": 48
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 0.8596491228070176,
|
350 |
+
"grad_norm": 0.5216399443120093,
|
351 |
+
"learning_rate": 9.635919272833938e-06,
|
352 |
+
"loss": 0.9462,
|
353 |
+
"step": 49
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 0.8771929824561403,
|
357 |
+
"grad_norm": 0.48944474987036246,
|
358 |
+
"learning_rate": 9.613812221777212e-06,
|
359 |
+
"loss": 0.6809,
|
360 |
+
"step": 50
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"epoch": 0.8947368421052632,
|
364 |
+
"grad_norm": 0.5067793225025444,
|
365 |
+
"learning_rate": 9.591080534401371e-06,
|
366 |
+
"loss": 0.9127,
|
367 |
+
"step": 51
|
368 |
+
},
|
369 |
+
{
|
370 |
+
"epoch": 0.9122807017543859,
|
371 |
+
"grad_norm": 0.5700994240773224,
|
372 |
+
"learning_rate": 9.567727288213005e-06,
|
373 |
+
"loss": 0.8831,
|
374 |
+
"step": 52
|
375 |
+
},
|
376 |
+
{
|
377 |
+
"epoch": 0.9298245614035088,
|
378 |
+
"grad_norm": 0.4587934065575008,
|
379 |
+
"learning_rate": 9.543755644867823e-06,
|
380 |
+
"loss": 0.833,
|
381 |
+
"step": 53
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 0.9473684210526315,
|
385 |
+
"grad_norm": 0.550141469856127,
|
386 |
+
"learning_rate": 9.519168849742603e-06,
|
387 |
+
"loss": 0.7839,
|
388 |
+
"step": 54
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"epoch": 0.9649122807017544,
|
392 |
+
"grad_norm": 0.54146367658382,
|
393 |
+
"learning_rate": 9.493970231495836e-06,
|
394 |
+
"loss": 0.8254,
|
395 |
+
"step": 55
|
396 |
+
},
|
397 |
+
{
|
398 |
+
"epoch": 0.9824561403508771,
|
399 |
+
"grad_norm": 0.46888157273309244,
|
400 |
+
"learning_rate": 9.468163201617063e-06,
|
401 |
+
"loss": 0.8368,
|
402 |
+
"step": 56
|
403 |
+
},
|
404 |
+
{
|
405 |
+
"epoch": 1.0,
|
406 |
+
"grad_norm": 0.5244954404043076,
|
407 |
+
"learning_rate": 9.441751253965022e-06,
|
408 |
+
"loss": 0.7685,
|
409 |
+
"step": 57
|
410 |
+
},
|
411 |
+
{
|
412 |
+
"epoch": 1.0175438596491229,
|
413 |
+
"grad_norm": 0.5715240469472487,
|
414 |
+
"learning_rate": 9.414737964294636e-06,
|
415 |
+
"loss": 0.8686,
|
416 |
+
"step": 58
|
417 |
+
},
|
418 |
+
{
|
419 |
+
"epoch": 1.0350877192982457,
|
420 |
+
"grad_norm": 0.5839176316188016,
|
421 |
+
"learning_rate": 9.38712698977291e-06,
|
422 |
+
"loss": 0.753,
|
423 |
+
"step": 59
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"epoch": 1.0526315789473684,
|
427 |
+
"grad_norm": 0.5408800036441663,
|
428 |
+
"learning_rate": 9.358922068483813e-06,
|
429 |
+
"loss": 0.8449,
|
430 |
+
"step": 60
|
431 |
+
},
|
432 |
+
{
|
433 |
+
"epoch": 1.0701754385964912,
|
434 |
+
"grad_norm": 0.5223729459379649,
|
435 |
+
"learning_rate": 9.330127018922195e-06,
|
436 |
+
"loss": 0.7153,
|
437 |
+
"step": 61
|
438 |
+
},
|
439 |
+
{
|
440 |
+
"epoch": 1.087719298245614,
|
441 |
+
"grad_norm": 0.5319407489367689,
|
442 |
+
"learning_rate": 9.30074573947683e-06,
|
443 |
+
"loss": 0.7918,
|
444 |
+
"step": 62
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"epoch": 1.1052631578947367,
|
448 |
+
"grad_norm": 0.7512029629847802,
|
449 |
+
"learning_rate": 9.27078220790263e-06,
|
450 |
+
"loss": 0.8333,
|
451 |
+
"step": 63
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"epoch": 1.1228070175438596,
|
455 |
+
"grad_norm": 0.6304754836687595,
|
456 |
+
"learning_rate": 9.24024048078213e-06,
|
457 |
+
"loss": 0.8217,
|
458 |
+
"step": 64
|
459 |
+
},
|
460 |
+
{
|
461 |
+
"epoch": 1.1403508771929824,
|
462 |
+
"grad_norm": 0.5144643188045851,
|
463 |
+
"learning_rate": 9.209124692976287e-06,
|
464 |
+
"loss": 0.7389,
|
465 |
+
"step": 65
|
466 |
+
},
|
467 |
+
{
|
468 |
+
"epoch": 1.1578947368421053,
|
469 |
+
"grad_norm": 0.6878682898184404,
|
470 |
+
"learning_rate": 9.177439057064684e-06,
|
471 |
+
"loss": 0.7412,
|
472 |
+
"step": 66
|
473 |
+
},
|
474 |
+
{
|
475 |
+
"epoch": 1.1754385964912282,
|
476 |
+
"grad_norm": 0.5638913441884815,
|
477 |
+
"learning_rate": 9.145187862775208e-06,
|
478 |
+
"loss": 0.7467,
|
479 |
+
"step": 67
|
480 |
+
},
|
481 |
+
{
|
482 |
+
"epoch": 1.1929824561403508,
|
483 |
+
"grad_norm": 0.5103894720788118,
|
484 |
+
"learning_rate": 9.112375476403313e-06,
|
485 |
+
"loss": 0.7824,
|
486 |
+
"step": 68
|
487 |
+
},
|
488 |
+
{
|
489 |
+
"epoch": 1.2105263157894737,
|
490 |
+
"grad_norm": 0.8340978298682767,
|
491 |
+
"learning_rate": 9.079006340220862e-06,
|
492 |
+
"loss": 0.8395,
|
493 |
+
"step": 69
|
494 |
+
},
|
495 |
+
{
|
496 |
+
"epoch": 1.2280701754385965,
|
497 |
+
"grad_norm": 0.5332830565878104,
|
498 |
+
"learning_rate": 9.045084971874738e-06,
|
499 |
+
"loss": 0.7808,
|
500 |
+
"step": 70
|
501 |
+
},
|
502 |
+
{
|
503 |
+
"epoch": 1.2456140350877192,
|
504 |
+
"grad_norm": 0.4929268516063678,
|
505 |
+
"learning_rate": 9.01061596377522e-06,
|
506 |
+
"loss": 0.8323,
|
507 |
+
"step": 71
|
508 |
+
},
|
509 |
+
{
|
510 |
+
"epoch": 1.263157894736842,
|
511 |
+
"grad_norm": 1.1376889717363314,
|
512 |
+
"learning_rate": 8.97560398247424e-06,
|
513 |
+
"loss": 0.8044,
|
514 |
+
"step": 72
|
515 |
+
},
|
516 |
+
{
|
517 |
+
"epoch": 1.280701754385965,
|
518 |
+
"grad_norm": 0.5300338359407787,
|
519 |
+
"learning_rate": 8.94005376803361e-06,
|
520 |
+
"loss": 0.7985,
|
521 |
+
"step": 73
|
522 |
+
},
|
523 |
+
{
|
524 |
+
"epoch": 1.2982456140350878,
|
525 |
+
"grad_norm": 0.4845039519748431,
|
526 |
+
"learning_rate": 8.903970133383297e-06,
|
527 |
+
"loss": 0.7169,
|
528 |
+
"step": 74
|
529 |
+
},
|
530 |
+
{
|
531 |
+
"epoch": 1.3157894736842106,
|
532 |
+
"grad_norm": 0.6016486595486619,
|
533 |
+
"learning_rate": 8.867357963669821e-06,
|
534 |
+
"loss": 0.8491,
|
535 |
+
"step": 75
|
536 |
+
},
|
537 |
+
{
|
538 |
+
"epoch": 1.3333333333333333,
|
539 |
+
"grad_norm": 0.47683104254439873,
|
540 |
+
"learning_rate": 8.83022221559489e-06,
|
541 |
+
"loss": 0.7325,
|
542 |
+
"step": 76
|
543 |
+
},
|
544 |
+
{
|
545 |
+
"epoch": 1.3508771929824561,
|
546 |
+
"grad_norm": 0.5013506543532272,
|
547 |
+
"learning_rate": 8.792567916744346e-06,
|
548 |
+
"loss": 0.7095,
|
549 |
+
"step": 77
|
550 |
+
},
|
551 |
+
{
|
552 |
+
"epoch": 1.368421052631579,
|
553 |
+
"grad_norm": 0.6777934168520869,
|
554 |
+
"learning_rate": 8.754400164907496e-06,
|
555 |
+
"loss": 0.8317,
|
556 |
+
"step": 78
|
557 |
+
},
|
558 |
+
{
|
559 |
+
"epoch": 1.3859649122807016,
|
560 |
+
"grad_norm": 0.5891901349953744,
|
561 |
+
"learning_rate": 8.715724127386971e-06,
|
562 |
+
"loss": 0.8131,
|
563 |
+
"step": 79
|
564 |
+
},
|
565 |
+
{
|
566 |
+
"epoch": 1.4035087719298245,
|
567 |
+
"grad_norm": 0.4873488027466944,
|
568 |
+
"learning_rate": 8.676545040299145e-06,
|
569 |
+
"loss": 0.7663,
|
570 |
+
"step": 80
|
571 |
+
},
|
572 |
+
{
|
573 |
+
"epoch": 1.4210526315789473,
|
574 |
+
"grad_norm": 0.49134574827754873,
|
575 |
+
"learning_rate": 8.636868207865244e-06,
|
576 |
+
"loss": 0.7946,
|
577 |
+
"step": 81
|
578 |
+
},
|
579 |
+
{
|
580 |
+
"epoch": 1.4385964912280702,
|
581 |
+
"grad_norm": 0.5435760861018574,
|
582 |
+
"learning_rate": 8.596699001693257e-06,
|
583 |
+
"loss": 0.7656,
|
584 |
+
"step": 82
|
585 |
+
},
|
586 |
+
{
|
587 |
+
"epoch": 1.456140350877193,
|
588 |
+
"grad_norm": 0.5136619978494325,
|
589 |
+
"learning_rate": 8.556042860050686e-06,
|
590 |
+
"loss": 0.7075,
|
591 |
+
"step": 83
|
592 |
+
},
|
593 |
+
{
|
594 |
+
"epoch": 1.4736842105263157,
|
595 |
+
"grad_norm": 0.4804522550868662,
|
596 |
+
"learning_rate": 8.51490528712831e-06,
|
597 |
+
"loss": 0.6317,
|
598 |
+
"step": 84
|
599 |
+
},
|
600 |
+
{
|
601 |
+
"epoch": 1.4912280701754386,
|
602 |
+
"grad_norm": 0.6008641247045057,
|
603 |
+
"learning_rate": 8.473291852294986e-06,
|
604 |
+
"loss": 0.7932,
|
605 |
+
"step": 85
|
606 |
+
},
|
607 |
+
{
|
608 |
+
"epoch": 1.5087719298245614,
|
609 |
+
"grad_norm": 0.5279922446205254,
|
610 |
+
"learning_rate": 8.43120818934367e-06,
|
611 |
+
"loss": 0.7702,
|
612 |
+
"step": 86
|
613 |
+
},
|
614 |
+
{
|
615 |
+
"epoch": 1.526315789473684,
|
616 |
+
"grad_norm": 0.5150719148635752,
|
617 |
+
"learning_rate": 8.388659995728662e-06,
|
618 |
+
"loss": 0.9113,
|
619 |
+
"step": 87
|
620 |
+
},
|
621 |
+
{
|
622 |
+
"epoch": 1.543859649122807,
|
623 |
+
"grad_norm": 0.5789890170019726,
|
624 |
+
"learning_rate": 8.345653031794292e-06,
|
625 |
+
"loss": 0.7873,
|
626 |
+
"step": 88
|
627 |
+
},
|
628 |
+
{
|
629 |
+
"epoch": 1.5614035087719298,
|
630 |
+
"grad_norm": 0.46610784951869666,
|
631 |
+
"learning_rate": 8.302193119995038e-06,
|
632 |
+
"loss": 0.8267,
|
633 |
+
"step": 89
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"epoch": 1.5789473684210527,
|
637 |
+
"grad_norm": 0.4750765112665647,
|
638 |
+
"learning_rate": 8.258286144107277e-06,
|
639 |
+
"loss": 0.7293,
|
640 |
+
"step": 90
|
641 |
+
},
|
642 |
+
{
|
643 |
+
"epoch": 1.5964912280701755,
|
644 |
+
"grad_norm": 0.532780121125905,
|
645 |
+
"learning_rate": 8.213938048432697e-06,
|
646 |
+
"loss": 0.7705,
|
647 |
+
"step": 91
|
648 |
+
},
|
649 |
+
{
|
650 |
+
"epoch": 1.6140350877192984,
|
651 |
+
"grad_norm": 0.47147285753477935,
|
652 |
+
"learning_rate": 8.16915483699355e-06,
|
653 |
+
"loss": 0.7719,
|
654 |
+
"step": 92
|
655 |
+
},
|
656 |
+
{
|
657 |
+
"epoch": 1.631578947368421,
|
658 |
+
"grad_norm": 0.43093450285496204,
|
659 |
+
"learning_rate": 8.123942572719801e-06,
|
660 |
+
"loss": 0.7191,
|
661 |
+
"step": 93
|
662 |
+
},
|
663 |
+
{
|
664 |
+
"epoch": 1.6491228070175439,
|
665 |
+
"grad_norm": 0.4202810357942653,
|
666 |
+
"learning_rate": 8.078307376628292e-06,
|
667 |
+
"loss": 0.7182,
|
668 |
+
"step": 94
|
669 |
+
},
|
670 |
+
{
|
671 |
+
"epoch": 1.6666666666666665,
|
672 |
+
"grad_norm": 0.47158236528019215,
|
673 |
+
"learning_rate": 8.032255426994069e-06,
|
674 |
+
"loss": 0.8182,
|
675 |
+
"step": 95
|
676 |
+
},
|
677 |
+
{
|
678 |
+
"epoch": 1.6842105263157894,
|
679 |
+
"grad_norm": 0.47926786500731233,
|
680 |
+
"learning_rate": 7.985792958513932e-06,
|
681 |
+
"loss": 0.7254,
|
682 |
+
"step": 96
|
683 |
+
},
|
684 |
+
{
|
685 |
+
"epoch": 1.7017543859649122,
|
686 |
+
"grad_norm": 0.5563809037423963,
|
687 |
+
"learning_rate": 7.938926261462366e-06,
|
688 |
+
"loss": 0.9024,
|
689 |
+
"step": 97
|
690 |
+
},
|
691 |
+
{
|
692 |
+
"epoch": 1.719298245614035,
|
693 |
+
"grad_norm": 0.44641435414441344,
|
694 |
+
"learning_rate": 7.891661680839932e-06,
|
695 |
+
"loss": 0.7725,
|
696 |
+
"step": 98
|
697 |
+
},
|
698 |
+
{
|
699 |
+
"epoch": 1.736842105263158,
|
700 |
+
"grad_norm": 0.5040938263823853,
|
701 |
+
"learning_rate": 7.84400561551426e-06,
|
702 |
+
"loss": 0.8062,
|
703 |
+
"step": 99
|
704 |
+
},
|
705 |
+
{
|
706 |
+
"epoch": 1.7543859649122808,
|
707 |
+
"grad_norm": 0.4856518637743601,
|
708 |
+
"learning_rate": 7.795964517353734e-06,
|
709 |
+
"loss": 0.7534,
|
710 |
+
"step": 100
|
711 |
+
},
|
712 |
+
{
|
713 |
+
"epoch": 1.7719298245614035,
|
714 |
+
"grad_norm": 0.5769975852409818,
|
715 |
+
"learning_rate": 7.747544890354031e-06,
|
716 |
+
"loss": 0.8282,
|
717 |
+
"step": 101
|
718 |
+
},
|
719 |
+
{
|
720 |
+
"epoch": 1.7894736842105263,
|
721 |
+
"grad_norm": 0.4188630617545806,
|
722 |
+
"learning_rate": 7.698753289757565e-06,
|
723 |
+
"loss": 0.8134,
|
724 |
+
"step": 102
|
725 |
+
},
|
726 |
+
{
|
727 |
+
"epoch": 1.807017543859649,
|
728 |
+
"grad_norm": 0.5711445074593904,
|
729 |
+
"learning_rate": 7.649596321166024e-06,
|
730 |
+
"loss": 0.853,
|
731 |
+
"step": 103
|
732 |
+
},
|
733 |
+
{
|
734 |
+
"epoch": 1.8245614035087718,
|
735 |
+
"grad_norm": 0.5352181452255025,
|
736 |
+
"learning_rate": 7.600080639646077e-06,
|
737 |
+
"loss": 0.6861,
|
738 |
+
"step": 104
|
739 |
+
},
|
740 |
+
{
|
741 |
+
"epoch": 1.8421052631578947,
|
742 |
+
"grad_norm": 0.45506688804740625,
|
743 |
+
"learning_rate": 7.550212948828377e-06,
|
744 |
+
"loss": 0.6558,
|
745 |
+
"step": 105
|
746 |
+
},
|
747 |
+
{
|
748 |
+
"epoch": 1.8596491228070176,
|
749 |
+
"grad_norm": 0.8043046467422099,
|
750 |
+
"learning_rate": 7.500000000000001e-06,
|
751 |
+
"loss": 0.8641,
|
752 |
+
"step": 106
|
753 |
+
},
|
754 |
+
{
|
755 |
+
"epoch": 1.8771929824561404,
|
756 |
+
"grad_norm": 0.5537560542043134,
|
757 |
+
"learning_rate": 7.449448591190436e-06,
|
758 |
+
"loss": 0.7842,
|
759 |
+
"step": 107
|
760 |
+
},
|
761 |
+
{
|
762 |
+
"epoch": 1.8947368421052633,
|
763 |
+
"grad_norm": 0.5781806163988695,
|
764 |
+
"learning_rate": 7.398565566251232e-06,
|
765 |
+
"loss": 0.8085,
|
766 |
+
"step": 108
|
767 |
+
},
|
768 |
+
{
|
769 |
+
"epoch": 1.912280701754386,
|
770 |
+
"grad_norm": 0.47955611331508013,
|
771 |
+
"learning_rate": 7.347357813929455e-06,
|
772 |
+
"loss": 0.7131,
|
773 |
+
"step": 109
|
774 |
+
},
|
775 |
+
{
|
776 |
+
"epoch": 1.9298245614035088,
|
777 |
+
"grad_norm": 0.5804297378962103,
|
778 |
+
"learning_rate": 7.295832266935059e-06,
|
779 |
+
"loss": 0.8253,
|
780 |
+
"step": 110
|
781 |
+
},
|
782 |
+
{
|
783 |
+
"epoch": 1.9473684210526314,
|
784 |
+
"grad_norm": 0.47267047576613697,
|
785 |
+
"learning_rate": 7.243995901002312e-06,
|
786 |
+
"loss": 0.8292,
|
787 |
+
"step": 111
|
788 |
+
},
|
789 |
+
{
|
790 |
+
"epoch": 1.9649122807017543,
|
791 |
+
"grad_norm": 0.5372078338450347,
|
792 |
+
"learning_rate": 7.191855733945388e-06,
|
793 |
+
"loss": 0.7958,
|
794 |
+
"step": 112
|
795 |
+
},
|
796 |
+
{
|
797 |
+
"epoch": 1.9824561403508771,
|
798 |
+
"grad_norm": 0.5243454602483745,
|
799 |
+
"learning_rate": 7.1394188247082715e-06,
|
800 |
+
"loss": 0.8748,
|
801 |
+
"step": 113
|
802 |
+
},
|
803 |
+
{
|
804 |
+
"epoch": 2.0,
|
805 |
+
"grad_norm": 0.6795293196463823,
|
806 |
+
"learning_rate": 7.08669227240909e-06,
|
807 |
+
"loss": 0.7771,
|
808 |
+
"step": 114
|
809 |
+
},
|
810 |
+
{
|
811 |
+
"epoch": 2.017543859649123,
|
812 |
+
"grad_norm": 0.7664553169146359,
|
813 |
+
"learning_rate": 7.033683215379002e-06,
|
814 |
+
"loss": 0.6468,
|
815 |
+
"step": 115
|
816 |
+
},
|
817 |
+
{
|
818 |
+
"epoch": 2.0350877192982457,
|
819 |
+
"grad_norm": 0.44409475504057067,
|
820 |
+
"learning_rate": 6.980398830195785e-06,
|
821 |
+
"loss": 0.6895,
|
822 |
+
"step": 116
|
823 |
+
},
|
824 |
+
{
|
825 |
+
"epoch": 2.0526315789473686,
|
826 |
+
"grad_norm": 0.539799520580517,
|
827 |
+
"learning_rate": 6.9268463307122425e-06,
|
828 |
+
"loss": 0.8799,
|
829 |
+
"step": 117
|
830 |
+
},
|
831 |
+
{
|
832 |
+
"epoch": 2.0701754385964914,
|
833 |
+
"grad_norm": 1.0598183919066515,
|
834 |
+
"learning_rate": 6.873032967079562e-06,
|
835 |
+
"loss": 0.742,
|
836 |
+
"step": 118
|
837 |
+
},
|
838 |
+
{
|
839 |
+
"epoch": 2.087719298245614,
|
840 |
+
"grad_norm": 0.7108752118882978,
|
841 |
+
"learning_rate": 6.818966024765758e-06,
|
842 |
+
"loss": 0.7121,
|
843 |
+
"step": 119
|
844 |
+
},
|
845 |
+
{
|
846 |
+
"epoch": 2.1052631578947367,
|
847 |
+
"grad_norm": 0.5844290762112625,
|
848 |
+
"learning_rate": 6.7646528235693445e-06,
|
849 |
+
"loss": 0.6895,
|
850 |
+
"step": 120
|
851 |
+
},
|
852 |
+
{
|
853 |
+
"epoch": 2.1228070175438596,
|
854 |
+
"grad_norm": 0.6184978048452946,
|
855 |
+
"learning_rate": 6.710100716628345e-06,
|
856 |
+
"loss": 0.6837,
|
857 |
+
"step": 121
|
858 |
+
},
|
859 |
+
{
|
860 |
+
"epoch": 2.1403508771929824,
|
861 |
+
"grad_norm": 0.7683043042585884,
|
862 |
+
"learning_rate": 6.655317089424791e-06,
|
863 |
+
"loss": 0.6333,
|
864 |
+
"step": 122
|
865 |
+
},
|
866 |
+
{
|
867 |
+
"epoch": 2.1578947368421053,
|
868 |
+
"grad_norm": 0.6415739416293404,
|
869 |
+
"learning_rate": 6.600309358784858e-06,
|
870 |
+
"loss": 0.7935,
|
871 |
+
"step": 123
|
872 |
+
},
|
873 |
+
{
|
874 |
+
"epoch": 2.175438596491228,
|
875 |
+
"grad_norm": 0.5940773413366346,
|
876 |
+
"learning_rate": 6.545084971874738e-06,
|
877 |
+
"loss": 0.6889,
|
878 |
+
"step": 124
|
879 |
+
},
|
880 |
+
{
|
881 |
+
"epoch": 2.192982456140351,
|
882 |
+
"grad_norm": 0.6615441876651051,
|
883 |
+
"learning_rate": 6.48965140519241e-06,
|
884 |
+
"loss": 0.7954,
|
885 |
+
"step": 125
|
886 |
+
},
|
887 |
+
{
|
888 |
+
"epoch": 2.2105263157894735,
|
889 |
+
"grad_norm": 1.2467698683548056,
|
890 |
+
"learning_rate": 6.434016163555452e-06,
|
891 |
+
"loss": 0.697,
|
892 |
+
"step": 126
|
893 |
+
},
|
894 |
+
{
|
895 |
+
"epoch": 2.2280701754385963,
|
896 |
+
"grad_norm": 0.6176668182244752,
|
897 |
+
"learning_rate": 6.378186779084996e-06,
|
898 |
+
"loss": 0.6529,
|
899 |
+
"step": 127
|
900 |
+
},
|
901 |
+
{
|
902 |
+
"epoch": 2.245614035087719,
|
903 |
+
"grad_norm": 0.6210320340351719,
|
904 |
+
"learning_rate": 6.322170810186013e-06,
|
905 |
+
"loss": 0.659,
|
906 |
+
"step": 128
|
907 |
+
},
|
908 |
+
{
|
909 |
+
"epoch": 2.263157894736842,
|
910 |
+
"grad_norm": 0.5359174259526259,
|
911 |
+
"learning_rate": 6.26597584052401e-06,
|
912 |
+
"loss": 0.7157,
|
913 |
+
"step": 129
|
914 |
+
},
|
915 |
+
{
|
916 |
+
"epoch": 2.280701754385965,
|
917 |
+
"grad_norm": 0.4417287658476391,
|
918 |
+
"learning_rate": 6.209609477998339e-06,
|
919 |
+
"loss": 0.7255,
|
920 |
+
"step": 130
|
921 |
+
},
|
922 |
+
{
|
923 |
+
"epoch": 2.2982456140350878,
|
924 |
+
"grad_norm": 0.7555828952688477,
|
925 |
+
"learning_rate": 6.153079353712201e-06,
|
926 |
+
"loss": 0.7036,
|
927 |
+
"step": 131
|
928 |
+
},
|
929 |
+
{
|
930 |
+
"epoch": 2.3157894736842106,
|
931 |
+
"grad_norm": 0.5226529983835565,
|
932 |
+
"learning_rate": 6.0963931209395165e-06,
|
933 |
+
"loss": 0.6612,
|
934 |
+
"step": 132
|
935 |
+
},
|
936 |
+
{
|
937 |
+
"epoch": 2.3333333333333335,
|
938 |
+
"grad_norm": 0.6603488308666825,
|
939 |
+
"learning_rate": 6.039558454088796e-06,
|
940 |
+
"loss": 0.7656,
|
941 |
+
"step": 133
|
942 |
+
},
|
943 |
+
{
|
944 |
+
"epoch": 2.3508771929824563,
|
945 |
+
"grad_norm": 0.557865400608557,
|
946 |
+
"learning_rate": 5.982583047664151e-06,
|
947 |
+
"loss": 0.6708,
|
948 |
+
"step": 134
|
949 |
+
},
|
950 |
+
{
|
951 |
+
"epoch": 2.3684210526315788,
|
952 |
+
"grad_norm": 0.45812899843964155,
|
953 |
+
"learning_rate": 5.925474615223573e-06,
|
954 |
+
"loss": 0.7062,
|
955 |
+
"step": 135
|
956 |
+
},
|
957 |
+
{
|
958 |
+
"epoch": 2.3859649122807016,
|
959 |
+
"grad_norm": 0.6174931154694858,
|
960 |
+
"learning_rate": 5.8682408883346535e-06,
|
961 |
+
"loss": 0.6836,
|
962 |
+
"step": 136
|
963 |
+
},
|
964 |
+
{
|
965 |
+
"epoch": 2.4035087719298245,
|
966 |
+
"grad_norm": 0.6633009664798852,
|
967 |
+
"learning_rate": 5.810889615527839e-06,
|
968 |
+
"loss": 0.813,
|
969 |
+
"step": 137
|
970 |
+
},
|
971 |
+
{
|
972 |
+
"epoch": 2.4210526315789473,
|
973 |
+
"grad_norm": 0.7017215850356698,
|
974 |
+
"learning_rate": 5.753428561247416e-06,
|
975 |
+
"loss": 0.7838,
|
976 |
+
"step": 138
|
977 |
+
},
|
978 |
+
{
|
979 |
+
"epoch": 2.43859649122807,
|
980 |
+
"grad_norm": 0.5218400680548609,
|
981 |
+
"learning_rate": 5.695865504800328e-06,
|
982 |
+
"loss": 0.7441,
|
983 |
+
"step": 139
|
984 |
+
},
|
985 |
+
{
|
986 |
+
"epoch": 2.456140350877193,
|
987 |
+
"grad_norm": 0.5532971919778912,
|
988 |
+
"learning_rate": 5.638208239302975e-06,
|
989 |
+
"loss": 0.6975,
|
990 |
+
"step": 140
|
991 |
+
},
|
992 |
+
{
|
993 |
+
"epoch": 2.473684210526316,
|
994 |
+
"grad_norm": 0.5300461531388235,
|
995 |
+
"learning_rate": 5.5804645706261515e-06,
|
996 |
+
"loss": 0.7416,
|
997 |
+
"step": 141
|
998 |
+
},
|
999 |
+
{
|
1000 |
+
"epoch": 2.4912280701754383,
|
1001 |
+
"grad_norm": 0.4889112138846317,
|
1002 |
+
"learning_rate": 5.522642316338268e-06,
|
1003 |
+
"loss": 0.7461,
|
1004 |
+
"step": 142
|
1005 |
+
},
|
1006 |
+
{
|
1007 |
+
"epoch": 2.5087719298245617,
|
1008 |
+
"grad_norm": 0.9300278760417229,
|
1009 |
+
"learning_rate": 5.464749304646963e-06,
|
1010 |
+
"loss": 0.5929,
|
1011 |
+
"step": 143
|
1012 |
+
},
|
1013 |
+
{
|
1014 |
+
"epoch": 2.526315789473684,
|
1015 |
+
"grad_norm": 0.5675375162238812,
|
1016 |
+
"learning_rate": 5.406793373339292e-06,
|
1017 |
+
"loss": 0.6783,
|
1018 |
+
"step": 144
|
1019 |
+
},
|
1020 |
+
{
|
1021 |
+
"epoch": 2.543859649122807,
|
1022 |
+
"grad_norm": 0.48860421723000824,
|
1023 |
+
"learning_rate": 5.348782368720627e-06,
|
1024 |
+
"loss": 0.6913,
|
1025 |
+
"step": 145
|
1026 |
+
},
|
1027 |
+
{
|
1028 |
+
"epoch": 2.56140350877193,
|
1029 |
+
"grad_norm": 0.8042262529119318,
|
1030 |
+
"learning_rate": 5.290724144552379e-06,
|
1031 |
+
"loss": 0.7545,
|
1032 |
+
"step": 146
|
1033 |
+
},
|
1034 |
+
{
|
1035 |
+
"epoch": 2.5789473684210527,
|
1036 |
+
"grad_norm": 0.6159428981497649,
|
1037 |
+
"learning_rate": 5.232626560988735e-06,
|
1038 |
+
"loss": 0.6977,
|
1039 |
+
"step": 147
|
1040 |
+
},
|
1041 |
+
{
|
1042 |
+
"epoch": 2.5964912280701755,
|
1043 |
+
"grad_norm": 0.48056693904137376,
|
1044 |
+
"learning_rate": 5.174497483512506e-06,
|
1045 |
+
"loss": 0.7129,
|
1046 |
+
"step": 148
|
1047 |
+
},
|
1048 |
+
{
|
1049 |
+
"epoch": 2.6140350877192984,
|
1050 |
+
"grad_norm": 0.5105363726314144,
|
1051 |
+
"learning_rate": 5.116344781870282e-06,
|
1052 |
+
"loss": 0.6914,
|
1053 |
+
"step": 149
|
1054 |
+
},
|
1055 |
+
{
|
1056 |
+
"epoch": 2.6315789473684212,
|
1057 |
+
"grad_norm": 0.7599960328923713,
|
1058 |
+
"learning_rate": 5.0581763290069865e-06,
|
1059 |
+
"loss": 0.7797,
|
1060 |
+
"step": 150
|
1061 |
+
},
|
1062 |
+
{
|
1063 |
+
"epoch": 2.6491228070175437,
|
1064 |
+
"grad_norm": 0.5403843680422834,
|
1065 |
+
"learning_rate": 5e-06,
|
1066 |
+
"loss": 0.7456,
|
1067 |
+
"step": 151
|
1068 |
+
},
|
1069 |
+
{
|
1070 |
+
"epoch": 2.6666666666666665,
|
1071 |
+
"grad_norm": 0.5283139298044032,
|
1072 |
+
"learning_rate": 4.941823670993016e-06,
|
1073 |
+
"loss": 0.7563,
|
1074 |
+
"step": 152
|
1075 |
+
},
|
1076 |
+
{
|
1077 |
+
"epoch": 2.6842105263157894,
|
1078 |
+
"grad_norm": 0.4757438822907835,
|
1079 |
+
"learning_rate": 4.883655218129719e-06,
|
1080 |
+
"loss": 0.7414,
|
1081 |
+
"step": 153
|
1082 |
+
},
|
1083 |
+
{
|
1084 |
+
"epoch": 2.7017543859649122,
|
1085 |
+
"grad_norm": 0.4649046708706869,
|
1086 |
+
"learning_rate": 4.825502516487497e-06,
|
1087 |
+
"loss": 0.7404,
|
1088 |
+
"step": 154
|
1089 |
+
},
|
1090 |
+
{
|
1091 |
+
"epoch": 2.719298245614035,
|
1092 |
+
"grad_norm": 0.5592085409232698,
|
1093 |
+
"learning_rate": 4.767373439011267e-06,
|
1094 |
+
"loss": 0.7587,
|
1095 |
+
"step": 155
|
1096 |
+
},
|
1097 |
+
{
|
1098 |
+
"epoch": 2.736842105263158,
|
1099 |
+
"grad_norm": 0.49429843648544647,
|
1100 |
+
"learning_rate": 4.7092758554476215e-06,
|
1101 |
+
"loss": 0.6999,
|
1102 |
+
"step": 156
|
1103 |
+
},
|
1104 |
+
{
|
1105 |
+
"epoch": 2.754385964912281,
|
1106 |
+
"grad_norm": 0.4666906553981525,
|
1107 |
+
"learning_rate": 4.651217631279374e-06,
|
1108 |
+
"loss": 0.7131,
|
1109 |
+
"step": 157
|
1110 |
+
},
|
1111 |
+
{
|
1112 |
+
"epoch": 2.7719298245614032,
|
1113 |
+
"grad_norm": 0.4764920863502334,
|
1114 |
+
"learning_rate": 4.59320662666071e-06,
|
1115 |
+
"loss": 0.6217,
|
1116 |
+
"step": 158
|
1117 |
+
},
|
1118 |
+
{
|
1119 |
+
"epoch": 2.7894736842105265,
|
1120 |
+
"grad_norm": 0.47665196182907754,
|
1121 |
+
"learning_rate": 4.53525069535304e-06,
|
1122 |
+
"loss": 0.682,
|
1123 |
+
"step": 159
|
1124 |
+
},
|
1125 |
+
{
|
1126 |
+
"epoch": 2.807017543859649,
|
1127 |
+
"grad_norm": 0.5051602390399056,
|
1128 |
+
"learning_rate": 4.477357683661734e-06,
|
1129 |
+
"loss": 0.5861,
|
1130 |
+
"step": 160
|
1131 |
+
},
|
1132 |
+
{
|
1133 |
+
"epoch": 2.824561403508772,
|
1134 |
+
"grad_norm": 0.5221299500292211,
|
1135 |
+
"learning_rate": 4.4195354293738484e-06,
|
1136 |
+
"loss": 0.7017,
|
1137 |
+
"step": 161
|
1138 |
+
},
|
1139 |
+
{
|
1140 |
+
"epoch": 2.8421052631578947,
|
1141 |
+
"grad_norm": 0.5350502642098378,
|
1142 |
+
"learning_rate": 4.361791760697027e-06,
|
1143 |
+
"loss": 0.7304,
|
1144 |
+
"step": 162
|
1145 |
+
},
|
1146 |
+
{
|
1147 |
+
"epoch": 2.8596491228070176,
|
1148 |
+
"grad_norm": 0.4892026194771734,
|
1149 |
+
"learning_rate": 4.304134495199675e-06,
|
1150 |
+
"loss": 0.7408,
|
1151 |
+
"step": 163
|
1152 |
+
},
|
1153 |
+
{
|
1154 |
+
"epoch": 2.8771929824561404,
|
1155 |
+
"grad_norm": 0.44814147207516225,
|
1156 |
+
"learning_rate": 4.246571438752585e-06,
|
1157 |
+
"loss": 0.7064,
|
1158 |
+
"step": 164
|
1159 |
+
},
|
1160 |
+
{
|
1161 |
+
"epoch": 2.8947368421052633,
|
1162 |
+
"grad_norm": 0.5711782493148895,
|
1163 |
+
"learning_rate": 4.189110384472164e-06,
|
1164 |
+
"loss": 0.7778,
|
1165 |
+
"step": 165
|
1166 |
+
},
|
1167 |
+
{
|
1168 |
+
"epoch": 2.912280701754386,
|
1169 |
+
"grad_norm": 0.4161252035605757,
|
1170 |
+
"learning_rate": 4.131759111665349e-06,
|
1171 |
+
"loss": 0.7146,
|
1172 |
+
"step": 166
|
1173 |
+
},
|
1174 |
+
{
|
1175 |
+
"epoch": 2.9298245614035086,
|
1176 |
+
"grad_norm": 0.5159557005074171,
|
1177 |
+
"learning_rate": 4.074525384776428e-06,
|
1178 |
+
"loss": 0.6429,
|
1179 |
+
"step": 167
|
1180 |
+
},
|
1181 |
+
{
|
1182 |
+
"epoch": 2.9473684210526314,
|
1183 |
+
"grad_norm": 0.4831174686326969,
|
1184 |
+
"learning_rate": 4.017416952335849e-06,
|
1185 |
+
"loss": 0.6891,
|
1186 |
+
"step": 168
|
1187 |
+
},
|
1188 |
+
{
|
1189 |
+
"epoch": 2.9649122807017543,
|
1190 |
+
"grad_norm": 0.4326754209969522,
|
1191 |
+
"learning_rate": 3.960441545911205e-06,
|
1192 |
+
"loss": 0.708,
|
1193 |
+
"step": 169
|
1194 |
+
},
|
1195 |
+
{
|
1196 |
+
"epoch": 2.982456140350877,
|
1197 |
+
"grad_norm": 0.4561948514895945,
|
1198 |
+
"learning_rate": 3.903606879060483e-06,
|
1199 |
+
"loss": 0.7233,
|
1200 |
+
"step": 170
|
1201 |
+
},
|
1202 |
+
{
|
1203 |
+
"epoch": 3.0,
|
1204 |
+
"grad_norm": 0.5487062441627052,
|
1205 |
+
"learning_rate": 3.8469206462878e-06,
|
1206 |
+
"loss": 0.5455,
|
1207 |
+
"step": 171
|
1208 |
+
},
|
1209 |
+
{
|
1210 |
+
"epoch": 3.017543859649123,
|
1211 |
+
"grad_norm": 0.7490225933534763,
|
1212 |
+
"learning_rate": 3.790390522001662e-06,
|
1213 |
+
"loss": 0.5827,
|
1214 |
+
"step": 172
|
1215 |
+
},
|
1216 |
+
{
|
1217 |
+
"epoch": 3.0350877192982457,
|
1218 |
+
"grad_norm": 0.44497647466561857,
|
1219 |
+
"learning_rate": 3.7340241594759917e-06,
|
1220 |
+
"loss": 0.6996,
|
1221 |
+
"step": 173
|
1222 |
+
},
|
1223 |
+
{
|
1224 |
+
"epoch": 3.0526315789473686,
|
1225 |
+
"grad_norm": 0.5857538987132415,
|
1226 |
+
"learning_rate": 3.6778291898139907e-06,
|
1227 |
+
"loss": 0.7281,
|
1228 |
+
"step": 174
|
1229 |
+
},
|
1230 |
+
{
|
1231 |
+
"epoch": 3.0701754385964914,
|
1232 |
+
"grad_norm": 0.6112073048306884,
|
1233 |
+
"learning_rate": 3.6218132209150047e-06,
|
1234 |
+
"loss": 0.7177,
|
1235 |
+
"step": 175
|
1236 |
+
},
|
1237 |
+
{
|
1238 |
+
"epoch": 3.087719298245614,
|
1239 |
+
"grad_norm": 0.5814034947816205,
|
1240 |
+
"learning_rate": 3.5659838364445505e-06,
|
1241 |
+
"loss": 0.6406,
|
1242 |
+
"step": 176
|
1243 |
+
},
|
1244 |
+
{
|
1245 |
+
"epoch": 3.1052631578947367,
|
1246 |
+
"grad_norm": 0.7563856057732478,
|
1247 |
+
"learning_rate": 3.51034859480759e-06,
|
1248 |
+
"loss": 0.7529,
|
1249 |
+
"step": 177
|
1250 |
+
},
|
1251 |
+
{
|
1252 |
+
"epoch": 3.1228070175438596,
|
1253 |
+
"grad_norm": 0.6639137347154231,
|
1254 |
+
"learning_rate": 3.4549150281252635e-06,
|
1255 |
+
"loss": 0.7206,
|
1256 |
+
"step": 178
|
1257 |
+
},
|
1258 |
+
{
|
1259 |
+
"epoch": 3.1403508771929824,
|
1260 |
+
"grad_norm": 0.4826176774807268,
|
1261 |
+
"learning_rate": 3.399690641215142e-06,
|
1262 |
+
"loss": 0.6114,
|
1263 |
+
"step": 179
|
1264 |
+
},
|
1265 |
+
{
|
1266 |
+
"epoch": 3.1578947368421053,
|
1267 |
+
"grad_norm": 0.5420392340089536,
|
1268 |
+
"learning_rate": 3.3446829105752103e-06,
|
1269 |
+
"loss": 0.6233,
|
1270 |
+
"step": 180
|
1271 |
+
},
|
1272 |
+
{
|
1273 |
+
"epoch": 3.175438596491228,
|
1274 |
+
"grad_norm": 0.4568079326628623,
|
1275 |
+
"learning_rate": 3.289899283371657e-06,
|
1276 |
+
"loss": 0.6587,
|
1277 |
+
"step": 181
|
1278 |
+
},
|
1279 |
+
{
|
1280 |
+
"epoch": 3.192982456140351,
|
1281 |
+
"grad_norm": 0.7625415796991232,
|
1282 |
+
"learning_rate": 3.2353471764306567e-06,
|
1283 |
+
"loss": 0.7964,
|
1284 |
+
"step": 182
|
1285 |
+
},
|
1286 |
+
{
|
1287 |
+
"epoch": 3.2105263157894735,
|
1288 |
+
"grad_norm": 0.5844341400388982,
|
1289 |
+
"learning_rate": 3.1810339752342446e-06,
|
1290 |
+
"loss": 0.7036,
|
1291 |
+
"step": 183
|
1292 |
+
},
|
1293 |
+
{
|
1294 |
+
"epoch": 3.2280701754385963,
|
1295 |
+
"grad_norm": 0.521230563734182,
|
1296 |
+
"learning_rate": 3.12696703292044e-06,
|
1297 |
+
"loss": 0.6464,
|
1298 |
+
"step": 184
|
1299 |
+
},
|
1300 |
+
{
|
1301 |
+
"epoch": 3.245614035087719,
|
1302 |
+
"grad_norm": 0.4238718196830614,
|
1303 |
+
"learning_rate": 3.0731536692877596e-06,
|
1304 |
+
"loss": 0.6318,
|
1305 |
+
"step": 185
|
1306 |
+
},
|
1307 |
+
{
|
1308 |
+
"epoch": 3.263157894736842,
|
1309 |
+
"grad_norm": 0.6299494548697394,
|
1310 |
+
"learning_rate": 3.019601169804216e-06,
|
1311 |
+
"loss": 0.5587,
|
1312 |
+
"step": 186
|
1313 |
+
},
|
1314 |
+
{
|
1315 |
+
"epoch": 3.280701754385965,
|
1316 |
+
"grad_norm": 0.6353313899198718,
|
1317 |
+
"learning_rate": 2.966316784621e-06,
|
1318 |
+
"loss": 0.6487,
|
1319 |
+
"step": 187
|
1320 |
+
},
|
1321 |
+
{
|
1322 |
+
"epoch": 3.2982456140350878,
|
1323 |
+
"grad_norm": 0.5028615630609446,
|
1324 |
+
"learning_rate": 2.9133077275909112e-06,
|
1325 |
+
"loss": 0.7141,
|
1326 |
+
"step": 188
|
1327 |
+
},
|
1328 |
+
{
|
1329 |
+
"epoch": 3.3157894736842106,
|
1330 |
+
"grad_norm": 0.8022511847139254,
|
1331 |
+
"learning_rate": 2.86058117529173e-06,
|
1332 |
+
"loss": 0.6222,
|
1333 |
+
"step": 189
|
1334 |
+
},
|
1335 |
+
{
|
1336 |
+
"epoch": 3.3333333333333335,
|
1337 |
+
"grad_norm": 0.4940462249079852,
|
1338 |
+
"learning_rate": 2.8081442660546126e-06,
|
1339 |
+
"loss": 0.6395,
|
1340 |
+
"step": 190
|
1341 |
+
},
|
1342 |
+
{
|
1343 |
+
"epoch": 3.3508771929824563,
|
1344 |
+
"grad_norm": 0.5103743275328774,
|
1345 |
+
"learning_rate": 2.7560040989976894e-06,
|
1346 |
+
"loss": 0.6651,
|
1347 |
+
"step": 191
|
1348 |
+
},
|
1349 |
+
{
|
1350 |
+
"epoch": 3.3684210526315788,
|
1351 |
+
"grad_norm": 0.42462365504941096,
|
1352 |
+
"learning_rate": 2.7041677330649408e-06,
|
1353 |
+
"loss": 0.5694,
|
1354 |
+
"step": 192
|
1355 |
+
},
|
1356 |
+
{
|
1357 |
+
"epoch": 3.3859649122807016,
|
1358 |
+
"grad_norm": 0.46073929876061015,
|
1359 |
+
"learning_rate": 2.6526421860705474e-06,
|
1360 |
+
"loss": 0.5869,
|
1361 |
+
"step": 193
|
1362 |
+
},
|
1363 |
+
{
|
1364 |
+
"epoch": 3.4035087719298245,
|
1365 |
+
"grad_norm": 0.5768914012401148,
|
1366 |
+
"learning_rate": 2.601434433748771e-06,
|
1367 |
+
"loss": 0.6139,
|
1368 |
+
"step": 194
|
1369 |
+
},
|
1370 |
+
{
|
1371 |
+
"epoch": 3.4210526315789473,
|
1372 |
+
"grad_norm": 0.6901511256700266,
|
1373 |
+
"learning_rate": 2.550551408809566e-06,
|
1374 |
+
"loss": 0.5507,
|
1375 |
+
"step": 195
|
1376 |
+
},
|
1377 |
+
{
|
1378 |
+
"epoch": 3.43859649122807,
|
1379 |
+
"grad_norm": 0.536661518552196,
|
1380 |
+
"learning_rate": 2.5000000000000015e-06,
|
1381 |
+
"loss": 0.6678,
|
1382 |
+
"step": 196
|
1383 |
+
},
|
1384 |
+
{
|
1385 |
+
"epoch": 3.456140350877193,
|
1386 |
+
"grad_norm": 0.6253252899607207,
|
1387 |
+
"learning_rate": 2.4497870511716237e-06,
|
1388 |
+
"loss": 0.4905,
|
1389 |
+
"step": 197
|
1390 |
+
},
|
1391 |
+
{
|
1392 |
+
"epoch": 3.473684210526316,
|
1393 |
+
"grad_norm": 0.5220620720879305,
|
1394 |
+
"learning_rate": 2.3999193603539234e-06,
|
1395 |
+
"loss": 0.6132,
|
1396 |
+
"step": 198
|
1397 |
+
},
|
1398 |
+
{
|
1399 |
+
"epoch": 3.4912280701754383,
|
1400 |
+
"grad_norm": 0.48419112630764066,
|
1401 |
+
"learning_rate": 2.3504036788339763e-06,
|
1402 |
+
"loss": 0.6503,
|
1403 |
+
"step": 199
|
1404 |
+
},
|
1405 |
+
{
|
1406 |
+
"epoch": 3.5087719298245617,
|
1407 |
+
"grad_norm": 0.4196170231527922,
|
1408 |
+
"learning_rate": 2.3012467102424373e-06,
|
1409 |
+
"loss": 0.604,
|
1410 |
+
"step": 200
|
1411 |
+
},
|
1412 |
+
{
|
1413 |
+
"epoch": 3.526315789473684,
|
1414 |
+
"grad_norm": 0.47707756956491976,
|
1415 |
+
"learning_rate": 2.2524551096459703e-06,
|
1416 |
+
"loss": 0.6639,
|
1417 |
+
"step": 201
|
1418 |
+
},
|
1419 |
+
{
|
1420 |
+
"epoch": 3.543859649122807,
|
1421 |
+
"grad_norm": 0.45698520194225517,
|
1422 |
+
"learning_rate": 2.204035482646267e-06,
|
1423 |
+
"loss": 0.5353,
|
1424 |
+
"step": 202
|
1425 |
+
},
|
1426 |
+
{
|
1427 |
+
"epoch": 3.56140350877193,
|
1428 |
+
"grad_norm": 0.4659983194824815,
|
1429 |
+
"learning_rate": 2.155994384485742e-06,
|
1430 |
+
"loss": 0.7457,
|
1431 |
+
"step": 203
|
1432 |
+
},
|
1433 |
+
{
|
1434 |
+
"epoch": 3.5789473684210527,
|
1435 |
+
"grad_norm": 0.5503579954840856,
|
1436 |
+
"learning_rate": 2.1083383191600676e-06,
|
1437 |
+
"loss": 0.6049,
|
1438 |
+
"step": 204
|
1439 |
+
},
|
1440 |
+
{
|
1441 |
+
"epoch": 3.5964912280701755,
|
1442 |
+
"grad_norm": 0.5530544671573033,
|
1443 |
+
"learning_rate": 2.061073738537635e-06,
|
1444 |
+
"loss": 0.6299,
|
1445 |
+
"step": 205
|
1446 |
+
},
|
1447 |
+
{
|
1448 |
+
"epoch": 3.6140350877192984,
|
1449 |
+
"grad_norm": 0.44375239245186526,
|
1450 |
+
"learning_rate": 2.0142070414860704e-06,
|
1451 |
+
"loss": 0.5419,
|
1452 |
+
"step": 206
|
1453 |
+
},
|
1454 |
+
{
|
1455 |
+
"epoch": 3.6315789473684212,
|
1456 |
+
"grad_norm": 0.5739419491104609,
|
1457 |
+
"learning_rate": 1.9677445730059348e-06,
|
1458 |
+
"loss": 0.5619,
|
1459 |
+
"step": 207
|
1460 |
+
},
|
1461 |
+
{
|
1462 |
+
"epoch": 3.6491228070175437,
|
1463 |
+
"grad_norm": 0.5078515782999371,
|
1464 |
+
"learning_rate": 1.9216926233717087e-06,
|
1465 |
+
"loss": 0.5915,
|
1466 |
+
"step": 208
|
1467 |
+
},
|
1468 |
+
{
|
1469 |
+
"epoch": 3.6666666666666665,
|
1470 |
+
"grad_norm": 0.5298505895421687,
|
1471 |
+
"learning_rate": 1.8760574272802002e-06,
|
1472 |
+
"loss": 0.6672,
|
1473 |
+
"step": 209
|
1474 |
+
},
|
1475 |
+
{
|
1476 |
+
"epoch": 3.6842105263157894,
|
1477 |
+
"grad_norm": 0.4863055522030361,
|
1478 |
+
"learning_rate": 1.8308451630064484e-06,
|
1479 |
+
"loss": 0.5836,
|
1480 |
+
"step": 210
|
1481 |
+
},
|
1482 |
+
{
|
1483 |
+
"epoch": 3.7017543859649122,
|
1484 |
+
"grad_norm": 0.4820057101613254,
|
1485 |
+
"learning_rate": 1.7860619515673034e-06,
|
1486 |
+
"loss": 0.6679,
|
1487 |
+
"step": 211
|
1488 |
+
},
|
1489 |
+
{
|
1490 |
+
"epoch": 3.719298245614035,
|
1491 |
+
"grad_norm": 0.4974206274184026,
|
1492 |
+
"learning_rate": 1.7417138558927244e-06,
|
1493 |
+
"loss": 0.6436,
|
1494 |
+
"step": 212
|
1495 |
+
},
|
1496 |
+
{
|
1497 |
+
"epoch": 3.736842105263158,
|
1498 |
+
"grad_norm": 0.512515881410681,
|
1499 |
+
"learning_rate": 1.6978068800049624e-06,
|
1500 |
+
"loss": 0.7007,
|
1501 |
+
"step": 213
|
1502 |
+
},
|
1503 |
+
{
|
1504 |
+
"epoch": 3.754385964912281,
|
1505 |
+
"grad_norm": 0.4957119738463247,
|
1506 |
+
"learning_rate": 1.6543469682057105e-06,
|
1507 |
+
"loss": 0.7088,
|
1508 |
+
"step": 214
|
1509 |
+
},
|
1510 |
+
{
|
1511 |
+
"epoch": 3.7719298245614032,
|
1512 |
+
"grad_norm": 0.44653983709178674,
|
1513 |
+
"learning_rate": 1.611340004271339e-06,
|
1514 |
+
"loss": 0.743,
|
1515 |
+
"step": 215
|
1516 |
+
},
|
1517 |
+
{
|
1518 |
+
"epoch": 3.7894736842105265,
|
1519 |
+
"grad_norm": 0.5008066790687598,
|
1520 |
+
"learning_rate": 1.5687918106563326e-06,
|
1521 |
+
"loss": 0.6507,
|
1522 |
+
"step": 216
|
1523 |
+
},
|
1524 |
+
{
|
1525 |
+
"epoch": 3.807017543859649,
|
1526 |
+
"grad_norm": 0.4892182274778227,
|
1527 |
+
"learning_rate": 1.5267081477050132e-06,
|
1528 |
+
"loss": 0.6839,
|
1529 |
+
"step": 217
|
1530 |
+
},
|
1531 |
+
{
|
1532 |
+
"epoch": 3.824561403508772,
|
1533 |
+
"grad_norm": 0.48865392490573634,
|
1534 |
+
"learning_rate": 1.4850947128716914e-06,
|
1535 |
+
"loss": 0.7049,
|
1536 |
+
"step": 218
|
1537 |
+
},
|
1538 |
+
{
|
1539 |
+
"epoch": 3.8421052631578947,
|
1540 |
+
"grad_norm": 0.48547105963711196,
|
1541 |
+
"learning_rate": 1.4439571399493146e-06,
|
1542 |
+
"loss": 0.6675,
|
1543 |
+
"step": 219
|
1544 |
+
},
|
1545 |
+
{
|
1546 |
+
"epoch": 3.8596491228070176,
|
1547 |
+
"grad_norm": 0.5262312865201039,
|
1548 |
+
"learning_rate": 1.4033009983067454e-06,
|
1549 |
+
"loss": 0.5713,
|
1550 |
+
"step": 220
|
1551 |
+
},
|
1552 |
+
{
|
1553 |
+
"epoch": 3.8771929824561404,
|
1554 |
+
"grad_norm": 0.4773548880334042,
|
1555 |
+
"learning_rate": 1.3631317921347564e-06,
|
1556 |
+
"loss": 0.6657,
|
1557 |
+
"step": 221
|
1558 |
+
},
|
1559 |
+
{
|
1560 |
+
"epoch": 3.8947368421052633,
|
1561 |
+
"grad_norm": 0.5029287487968093,
|
1562 |
+
"learning_rate": 1.3234549597008572e-06,
|
1563 |
+
"loss": 0.6461,
|
1564 |
+
"step": 222
|
1565 |
+
},
|
1566 |
+
{
|
1567 |
+
"epoch": 3.912280701754386,
|
1568 |
+
"grad_norm": 0.41704059643249763,
|
1569 |
+
"learning_rate": 1.2842758726130283e-06,
|
1570 |
+
"loss": 0.5772,
|
1571 |
+
"step": 223
|
1572 |
+
},
|
1573 |
+
{
|
1574 |
+
"epoch": 3.9298245614035086,
|
1575 |
+
"grad_norm": 0.4861201391088637,
|
1576 |
+
"learning_rate": 1.2455998350925042e-06,
|
1577 |
+
"loss": 0.5911,
|
1578 |
+
"step": 224
|
1579 |
+
},
|
1580 |
+
{
|
1581 |
+
"epoch": 3.9473684210526314,
|
1582 |
+
"grad_norm": 0.5696096357478914,
|
1583 |
+
"learning_rate": 1.2074320832556558e-06,
|
1584 |
+
"loss": 0.7097,
|
1585 |
+
"step": 225
|
1586 |
+
},
|
1587 |
+
{
|
1588 |
+
"epoch": 3.9649122807017543,
|
1589 |
+
"grad_norm": 0.47797887333704275,
|
1590 |
+
"learning_rate": 1.1697777844051105e-06,
|
1591 |
+
"loss": 0.6667,
|
1592 |
+
"step": 226
|
1593 |
+
},
|
1594 |
+
{
|
1595 |
+
"epoch": 3.982456140350877,
|
1596 |
+
"grad_norm": 0.43111294734231914,
|
1597 |
+
"learning_rate": 1.132642036330181e-06,
|
1598 |
+
"loss": 0.689,
|
1599 |
+
"step": 227
|
1600 |
+
},
|
1601 |
+
{
|
1602 |
+
"epoch": 4.0,
|
1603 |
+
"grad_norm": 0.5655747134876244,
|
1604 |
+
"learning_rate": 1.096029866616704e-06,
|
1605 |
+
"loss": 0.5972,
|
1606 |
+
"step": 228
|
1607 |
+
}
|
1608 |
+
],
|
1609 |
+
"logging_steps": 1,
|
1610 |
+
"max_steps": 285,
|
1611 |
+
"num_input_tokens_seen": 0,
|
1612 |
+
"num_train_epochs": 5,
|
1613 |
+
"save_steps": 500,
|
1614 |
+
"stateful_callbacks": {
|
1615 |
+
"TrainerControl": {
|
1616 |
+
"args": {
|
1617 |
+
"should_epoch_stop": false,
|
1618 |
+
"should_evaluate": false,
|
1619 |
+
"should_log": false,
|
1620 |
+
"should_save": true,
|
1621 |
+
"should_training_stop": false
|
1622 |
+
},
|
1623 |
+
"attributes": {}
|
1624 |
+
}
|
1625 |
+
},
|
1626 |
+
"total_flos": 52405071052800.0,
|
1627 |
+
"train_batch_size": 2,
|
1628 |
+
"trial_name": null,
|
1629 |
+
"trial_params": null
|
1630 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e6270a7737d26aa3d033366f072b4a2aadf6318801b293e0f33e4e583b74079
|
3 |
+
size 8081
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|