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": 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:f4d2325b0404ae55b8f0c1375b344fd75e8ab47d807fc553a3595ea011e3800e
|
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:d4009703c415c5a6c27cdcea2eb2e9d957b3cbdc0089ac7c2794df53850b865e
|
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:13296a42b8db68d7686a18b97d93f02bbbd3fb9a6c49fe4d0cab5f5e73712a12
|
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:a3c3f6f12239e3097a4867e77a2855ecd423549c698abefc3c4053443898d9d4
|
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:0d572542f848d5f374cfca898f133940fd5028ba81570e28d6cdc35c8de825f9
|
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:b5cf916b1d2c2efbf6c488e8bc3b03dcbf990219bd4b2985a0c41bc103009f28
|
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:89d3211e74b95ad952bd496ba538d0e92f51e301f6ce8de60cfbee3135c8fc73
|
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:989c7ed0e003f1af0df4a03ccea1b327752618808bb2d173f89165ead59093d3
|
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:8e2ef22a062e1f1fb3c12a2d9dbbc5c29bf70ddfb80b60af75bc935e10f98e20
|
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:023af18188aa6de03697f9edb774bf93da31dac135abb1a59fed18c7dabd1bfc
|
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:78c9ff833fcd7e8460995a2c3d44edb64e16f5484def59bab3cbbdac880c775d
|
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:f463fca977f5a2dddfad8b775e38459518c349cc699c189f7241d70c405d738d
|
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:d309a299bc31df722c86247ef0e8d7daac26b820f00eb56b4b93e1bf4697dc64
|
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": 2.1660402021693237,
|
15 |
+
"learning_rate": 0.0,
|
16 |
+
"loss": 0.8483,
|
17 |
+
"step": 1
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.03508771929824561,
|
21 |
+
"grad_norm": 2.066760278075337,
|
22 |
+
"learning_rate": 6.666666666666667e-07,
|
23 |
+
"loss": 0.8763,
|
24 |
+
"step": 2
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.05263157894736842,
|
28 |
+
"grad_norm": 2.336128090338058,
|
29 |
+
"learning_rate": 1.3333333333333334e-06,
|
30 |
+
"loss": 1.0207,
|
31 |
+
"step": 3
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.07017543859649122,
|
35 |
+
"grad_norm": 2.3414067030265864,
|
36 |
+
"learning_rate": 2.0000000000000003e-06,
|
37 |
+
"loss": 1.0621,
|
38 |
+
"step": 4
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.08771929824561403,
|
42 |
+
"grad_norm": 1.8795815283512405,
|
43 |
+
"learning_rate": 2.666666666666667e-06,
|
44 |
+
"loss": 0.8563,
|
45 |
+
"step": 5
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.10526315789473684,
|
49 |
+
"grad_norm": 2.0304843539502357,
|
50 |
+
"learning_rate": 3.3333333333333333e-06,
|
51 |
+
"loss": 1.008,
|
52 |
+
"step": 6
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.12280701754385964,
|
56 |
+
"grad_norm": 1.7342900365375629,
|
57 |
+
"learning_rate": 4.000000000000001e-06,
|
58 |
+
"loss": 0.9974,
|
59 |
+
"step": 7
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.14035087719298245,
|
63 |
+
"grad_norm": 1.7130893901160444,
|
64 |
+
"learning_rate": 4.666666666666667e-06,
|
65 |
+
"loss": 0.9462,
|
66 |
+
"step": 8
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.15789473684210525,
|
70 |
+
"grad_norm": 1.4339421646705366,
|
71 |
+
"learning_rate": 5.333333333333334e-06,
|
72 |
+
"loss": 0.9611,
|
73 |
+
"step": 9
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.17543859649122806,
|
77 |
+
"grad_norm": 1.250245872035883,
|
78 |
+
"learning_rate": 6e-06,
|
79 |
+
"loss": 0.9861,
|
80 |
+
"step": 10
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.19298245614035087,
|
84 |
+
"grad_norm": 1.3695896453736731,
|
85 |
+
"learning_rate": 6.666666666666667e-06,
|
86 |
+
"loss": 1.0293,
|
87 |
+
"step": 11
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.21052631578947367,
|
91 |
+
"grad_norm": 1.3836439558544265,
|
92 |
+
"learning_rate": 7.333333333333333e-06,
|
93 |
+
"loss": 0.8978,
|
94 |
+
"step": 12
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.22807017543859648,
|
98 |
+
"grad_norm": 1.4917947699421266,
|
99 |
+
"learning_rate": 8.000000000000001e-06,
|
100 |
+
"loss": 0.9339,
|
101 |
+
"step": 13
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.24561403508771928,
|
105 |
+
"grad_norm": 1.4339515433488395,
|
106 |
+
"learning_rate": 8.666666666666668e-06,
|
107 |
+
"loss": 0.9121,
|
108 |
+
"step": 14
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.2631578947368421,
|
112 |
+
"grad_norm": 1.2541506853697504,
|
113 |
+
"learning_rate": 9.333333333333334e-06,
|
114 |
+
"loss": 0.9702,
|
115 |
+
"step": 15
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.2807017543859649,
|
119 |
+
"grad_norm": 1.3275538971055934,
|
120 |
+
"learning_rate": 1e-05,
|
121 |
+
"loss": 0.9215,
|
122 |
+
"step": 16
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.2982456140350877,
|
126 |
+
"grad_norm": 1.3917244346005202,
|
127 |
+
"learning_rate": 9.999661540018812e-06,
|
128 |
+
"loss": 1.0186,
|
129 |
+
"step": 17
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.3157894736842105,
|
133 |
+
"grad_norm": 1.361545760509589,
|
134 |
+
"learning_rate": 9.99864620589731e-06,
|
135 |
+
"loss": 0.902,
|
136 |
+
"step": 18
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.3333333333333333,
|
140 |
+
"grad_norm": 1.1217959407592388,
|
141 |
+
"learning_rate": 9.99695413509548e-06,
|
142 |
+
"loss": 0.9221,
|
143 |
+
"step": 19
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.3508771929824561,
|
147 |
+
"grad_norm": 1.014157243869696,
|
148 |
+
"learning_rate": 9.994585556692624e-06,
|
149 |
+
"loss": 0.9581,
|
150 |
+
"step": 20
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.3684210526315789,
|
154 |
+
"grad_norm": 0.8686227582358618,
|
155 |
+
"learning_rate": 9.991540791356342e-06,
|
156 |
+
"loss": 0.8953,
|
157 |
+
"step": 21
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.38596491228070173,
|
161 |
+
"grad_norm": 0.7872806059961304,
|
162 |
+
"learning_rate": 9.987820251299121e-06,
|
163 |
+
"loss": 0.7629,
|
164 |
+
"step": 22
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 0.40350877192982454,
|
168 |
+
"grad_norm": 0.9119427318951265,
|
169 |
+
"learning_rate": 9.98342444022253e-06,
|
170 |
+
"loss": 0.8971,
|
171 |
+
"step": 23
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.42105263157894735,
|
175 |
+
"grad_norm": 0.7480898242075966,
|
176 |
+
"learning_rate": 9.978353953249023e-06,
|
177 |
+
"loss": 0.7949,
|
178 |
+
"step": 24
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 0.43859649122807015,
|
182 |
+
"grad_norm": 0.8256867027063682,
|
183 |
+
"learning_rate": 9.972609476841368e-06,
|
184 |
+
"loss": 0.9236,
|
185 |
+
"step": 25
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.45614035087719296,
|
189 |
+
"grad_norm": 0.9297755915177187,
|
190 |
+
"learning_rate": 9.966191788709716e-06,
|
191 |
+
"loss": 0.8878,
|
192 |
+
"step": 26
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 0.47368421052631576,
|
196 |
+
"grad_norm": 0.8391196889638465,
|
197 |
+
"learning_rate": 9.959101757706308e-06,
|
198 |
+
"loss": 0.8082,
|
199 |
+
"step": 27
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"epoch": 0.49122807017543857,
|
203 |
+
"grad_norm": 0.7189700520044675,
|
204 |
+
"learning_rate": 9.951340343707852e-06,
|
205 |
+
"loss": 0.8765,
|
206 |
+
"step": 28
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 0.5087719298245614,
|
210 |
+
"grad_norm": 0.5846628679801547,
|
211 |
+
"learning_rate": 9.942908597485558e-06,
|
212 |
+
"loss": 0.8978,
|
213 |
+
"step": 29
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.5263157894736842,
|
217 |
+
"grad_norm": 0.6168160394185087,
|
218 |
+
"learning_rate": 9.933807660562898e-06,
|
219 |
+
"loss": 0.7833,
|
220 |
+
"step": 30
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 0.543859649122807,
|
224 |
+
"grad_norm": 0.5362022880933746,
|
225 |
+
"learning_rate": 9.924038765061042e-06,
|
226 |
+
"loss": 0.8397,
|
227 |
+
"step": 31
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 0.5614035087719298,
|
231 |
+
"grad_norm": 0.555268220129423,
|
232 |
+
"learning_rate": 9.913603233532067e-06,
|
233 |
+
"loss": 0.7705,
|
234 |
+
"step": 32
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.5789473684210527,
|
238 |
+
"grad_norm": 3.4423211486243988,
|
239 |
+
"learning_rate": 9.902502478779897e-06,
|
240 |
+
"loss": 0.8688,
|
241 |
+
"step": 33
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.5964912280701754,
|
245 |
+
"grad_norm": 0.7279458596154308,
|
246 |
+
"learning_rate": 9.890738003669029e-06,
|
247 |
+
"loss": 0.9688,
|
248 |
+
"step": 34
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 0.6140350877192983,
|
252 |
+
"grad_norm": 0.6799464505722792,
|
253 |
+
"learning_rate": 9.878311400921072e-06,
|
254 |
+
"loss": 0.8129,
|
255 |
+
"step": 35
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 0.631578947368421,
|
259 |
+
"grad_norm": 0.6444622306171982,
|
260 |
+
"learning_rate": 9.86522435289912e-06,
|
261 |
+
"loss": 0.8282,
|
262 |
+
"step": 36
|
263 |
+
},
|
264 |
+
{
|
265 |
+
"epoch": 0.6491228070175439,
|
266 |
+
"grad_norm": 0.5798791871759987,
|
267 |
+
"learning_rate": 9.851478631379982e-06,
|
268 |
+
"loss": 0.8631,
|
269 |
+
"step": 37
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"epoch": 0.6666666666666666,
|
273 |
+
"grad_norm": 0.5543709338798263,
|
274 |
+
"learning_rate": 9.83707609731432e-06,
|
275 |
+
"loss": 0.8756,
|
276 |
+
"step": 38
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 0.6842105263157895,
|
280 |
+
"grad_norm": 0.5889746910989742,
|
281 |
+
"learning_rate": 9.822018700574696e-06,
|
282 |
+
"loss": 0.8984,
|
283 |
+
"step": 39
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"epoch": 0.7017543859649122,
|
287 |
+
"grad_norm": 0.4753624542604962,
|
288 |
+
"learning_rate": 9.806308479691595e-06,
|
289 |
+
"loss": 0.8641,
|
290 |
+
"step": 40
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 0.7192982456140351,
|
294 |
+
"grad_norm": 0.5751109704231023,
|
295 |
+
"learning_rate": 9.789947561577445e-06,
|
296 |
+
"loss": 0.8687,
|
297 |
+
"step": 41
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.7368421052631579,
|
301 |
+
"grad_norm": 0.5583826594544032,
|
302 |
+
"learning_rate": 9.77293816123866e-06,
|
303 |
+
"loss": 0.8037,
|
304 |
+
"step": 42
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 0.7543859649122807,
|
308 |
+
"grad_norm": 0.5397303962731949,
|
309 |
+
"learning_rate": 9.755282581475769e-06,
|
310 |
+
"loss": 0.8364,
|
311 |
+
"step": 43
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"epoch": 0.7719298245614035,
|
315 |
+
"grad_norm": 0.526733335023532,
|
316 |
+
"learning_rate": 9.736983212571646e-06,
|
317 |
+
"loss": 0.7532,
|
318 |
+
"step": 44
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"epoch": 0.7894736842105263,
|
322 |
+
"grad_norm": 0.505071250741911,
|
323 |
+
"learning_rate": 9.718042531967918e-06,
|
324 |
+
"loss": 0.8691,
|
325 |
+
"step": 45
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"epoch": 0.8070175438596491,
|
329 |
+
"grad_norm": 0.543790864733672,
|
330 |
+
"learning_rate": 9.698463103929542e-06,
|
331 |
+
"loss": 0.8461,
|
332 |
+
"step": 46
|
333 |
+
},
|
334 |
+
{
|
335 |
+
"epoch": 0.8245614035087719,
|
336 |
+
"grad_norm": 1.2888799576021894,
|
337 |
+
"learning_rate": 9.678247579197658e-06,
|
338 |
+
"loss": 0.8505,
|
339 |
+
"step": 47
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.8421052631578947,
|
343 |
+
"grad_norm": 0.43256000451405635,
|
344 |
+
"learning_rate": 9.657398694630713e-06,
|
345 |
+
"loss": 0.8345,
|
346 |
+
"step": 48
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 0.8596491228070176,
|
350 |
+
"grad_norm": 0.5019354212033829,
|
351 |
+
"learning_rate": 9.635919272833938e-06,
|
352 |
+
"loss": 0.9263,
|
353 |
+
"step": 49
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 0.8771929824561403,
|
357 |
+
"grad_norm": 0.4681295329066555,
|
358 |
+
"learning_rate": 9.613812221777212e-06,
|
359 |
+
"loss": 0.6669,
|
360 |
+
"step": 50
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"epoch": 0.8947368421052632,
|
364 |
+
"grad_norm": 0.4877429316552433,
|
365 |
+
"learning_rate": 9.591080534401371e-06,
|
366 |
+
"loss": 0.8957,
|
367 |
+
"step": 51
|
368 |
+
},
|
369 |
+
{
|
370 |
+
"epoch": 0.9122807017543859,
|
371 |
+
"grad_norm": 0.4930148726421091,
|
372 |
+
"learning_rate": 9.567727288213005e-06,
|
373 |
+
"loss": 0.8642,
|
374 |
+
"step": 52
|
375 |
+
},
|
376 |
+
{
|
377 |
+
"epoch": 0.9298245614035088,
|
378 |
+
"grad_norm": 0.45304651127445467,
|
379 |
+
"learning_rate": 9.543755644867823e-06,
|
380 |
+
"loss": 0.816,
|
381 |
+
"step": 53
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 0.9473684210526315,
|
385 |
+
"grad_norm": 0.49190524120268453,
|
386 |
+
"learning_rate": 9.519168849742603e-06,
|
387 |
+
"loss": 0.7711,
|
388 |
+
"step": 54
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"epoch": 0.9649122807017544,
|
392 |
+
"grad_norm": 0.5036422964531686,
|
393 |
+
"learning_rate": 9.493970231495836e-06,
|
394 |
+
"loss": 0.8103,
|
395 |
+
"step": 55
|
396 |
+
},
|
397 |
+
{
|
398 |
+
"epoch": 0.9824561403508771,
|
399 |
+
"grad_norm": 0.47457915853612875,
|
400 |
+
"learning_rate": 9.468163201617063e-06,
|
401 |
+
"loss": 0.8217,
|
402 |
+
"step": 56
|
403 |
+
},
|
404 |
+
{
|
405 |
+
"epoch": 1.0,
|
406 |
+
"grad_norm": 0.542410510587192,
|
407 |
+
"learning_rate": 9.441751253965022e-06,
|
408 |
+
"loss": 0.7332,
|
409 |
+
"step": 57
|
410 |
+
},
|
411 |
+
{
|
412 |
+
"epoch": 1.0175438596491229,
|
413 |
+
"grad_norm": 0.5669063634388459,
|
414 |
+
"learning_rate": 9.414737964294636e-06,
|
415 |
+
"loss": 0.8413,
|
416 |
+
"step": 58
|
417 |
+
},
|
418 |
+
{
|
419 |
+
"epoch": 1.0350877192982457,
|
420 |
+
"grad_norm": 0.5139063790936388,
|
421 |
+
"learning_rate": 9.38712698977291e-06,
|
422 |
+
"loss": 0.73,
|
423 |
+
"step": 59
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"epoch": 1.0526315789473684,
|
427 |
+
"grad_norm": 0.5257839792559575,
|
428 |
+
"learning_rate": 9.358922068483813e-06,
|
429 |
+
"loss": 0.8163,
|
430 |
+
"step": 60
|
431 |
+
},
|
432 |
+
{
|
433 |
+
"epoch": 1.0701754385964912,
|
434 |
+
"grad_norm": 0.4995493978469428,
|
435 |
+
"learning_rate": 9.330127018922195e-06,
|
436 |
+
"loss": 0.6913,
|
437 |
+
"step": 61
|
438 |
+
},
|
439 |
+
{
|
440 |
+
"epoch": 1.087719298245614,
|
441 |
+
"grad_norm": 0.4997592964667348,
|
442 |
+
"learning_rate": 9.30074573947683e-06,
|
443 |
+
"loss": 0.7771,
|
444 |
+
"step": 62
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"epoch": 1.1052631578947367,
|
448 |
+
"grad_norm": 0.609895138625011,
|
449 |
+
"learning_rate": 9.27078220790263e-06,
|
450 |
+
"loss": 0.8055,
|
451 |
+
"step": 63
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"epoch": 1.1228070175438596,
|
455 |
+
"grad_norm": 0.5725193602176493,
|
456 |
+
"learning_rate": 9.24024048078213e-06,
|
457 |
+
"loss": 0.7941,
|
458 |
+
"step": 64
|
459 |
+
},
|
460 |
+
{
|
461 |
+
"epoch": 1.1403508771929824,
|
462 |
+
"grad_norm": 0.4577922503628831,
|
463 |
+
"learning_rate": 9.209124692976287e-06,
|
464 |
+
"loss": 0.7205,
|
465 |
+
"step": 65
|
466 |
+
},
|
467 |
+
{
|
468 |
+
"epoch": 1.1578947368421053,
|
469 |
+
"grad_norm": 0.5180354968954766,
|
470 |
+
"learning_rate": 9.177439057064684e-06,
|
471 |
+
"loss": 0.7195,
|
472 |
+
"step": 66
|
473 |
+
},
|
474 |
+
{
|
475 |
+
"epoch": 1.1754385964912282,
|
476 |
+
"grad_norm": 0.5546103097757371,
|
477 |
+
"learning_rate": 9.145187862775208e-06,
|
478 |
+
"loss": 0.7167,
|
479 |
+
"step": 67
|
480 |
+
},
|
481 |
+
{
|
482 |
+
"epoch": 1.1929824561403508,
|
483 |
+
"grad_norm": 0.5110846501385273,
|
484 |
+
"learning_rate": 9.112375476403313e-06,
|
485 |
+
"loss": 0.7667,
|
486 |
+
"step": 68
|
487 |
+
},
|
488 |
+
{
|
489 |
+
"epoch": 1.2105263157894737,
|
490 |
+
"grad_norm": 0.5600079369794507,
|
491 |
+
"learning_rate": 9.079006340220862e-06,
|
492 |
+
"loss": 0.8244,
|
493 |
+
"step": 69
|
494 |
+
},
|
495 |
+
{
|
496 |
+
"epoch": 1.2280701754385965,
|
497 |
+
"grad_norm": 0.485898327690189,
|
498 |
+
"learning_rate": 9.045084971874738e-06,
|
499 |
+
"loss": 0.7602,
|
500 |
+
"step": 70
|
501 |
+
},
|
502 |
+
{
|
503 |
+
"epoch": 1.2456140350877192,
|
504 |
+
"grad_norm": 0.4730650001066968,
|
505 |
+
"learning_rate": 9.01061596377522e-06,
|
506 |
+
"loss": 0.8109,
|
507 |
+
"step": 71
|
508 |
+
},
|
509 |
+
{
|
510 |
+
"epoch": 1.263157894736842,
|
511 |
+
"grad_norm": 0.5740085400544082,
|
512 |
+
"learning_rate": 8.97560398247424e-06,
|
513 |
+
"loss": 0.7747,
|
514 |
+
"step": 72
|
515 |
+
},
|
516 |
+
{
|
517 |
+
"epoch": 1.280701754385965,
|
518 |
+
"grad_norm": 0.5081779390222444,
|
519 |
+
"learning_rate": 8.94005376803361e-06,
|
520 |
+
"loss": 0.776,
|
521 |
+
"step": 73
|
522 |
+
},
|
523 |
+
{
|
524 |
+
"epoch": 1.2982456140350878,
|
525 |
+
"grad_norm": 0.45617579227052085,
|
526 |
+
"learning_rate": 8.903970133383297e-06,
|
527 |
+
"loss": 0.6957,
|
528 |
+
"step": 74
|
529 |
+
},
|
530 |
+
{
|
531 |
+
"epoch": 1.3157894736842106,
|
532 |
+
"grad_norm": 0.4748587212385723,
|
533 |
+
"learning_rate": 8.867357963669821e-06,
|
534 |
+
"loss": 0.8237,
|
535 |
+
"step": 75
|
536 |
+
},
|
537 |
+
{
|
538 |
+
"epoch": 1.3333333333333333,
|
539 |
+
"grad_norm": 0.4264863459857496,
|
540 |
+
"learning_rate": 8.83022221559489e-06,
|
541 |
+
"loss": 0.7191,
|
542 |
+
"step": 76
|
543 |
+
},
|
544 |
+
{
|
545 |
+
"epoch": 1.3508771929824561,
|
546 |
+
"grad_norm": 0.4828407300056768,
|
547 |
+
"learning_rate": 8.792567916744346e-06,
|
548 |
+
"loss": 0.6896,
|
549 |
+
"step": 77
|
550 |
+
},
|
551 |
+
{
|
552 |
+
"epoch": 1.368421052631579,
|
553 |
+
"grad_norm": 0.5823481428367913,
|
554 |
+
"learning_rate": 8.754400164907496e-06,
|
555 |
+
"loss": 0.8076,
|
556 |
+
"step": 78
|
557 |
+
},
|
558 |
+
{
|
559 |
+
"epoch": 1.3859649122807016,
|
560 |
+
"grad_norm": 0.543985499862031,
|
561 |
+
"learning_rate": 8.715724127386971e-06,
|
562 |
+
"loss": 0.7921,
|
563 |
+
"step": 79
|
564 |
+
},
|
565 |
+
{
|
566 |
+
"epoch": 1.4035087719298245,
|
567 |
+
"grad_norm": 0.470464475738681,
|
568 |
+
"learning_rate": 8.676545040299145e-06,
|
569 |
+
"loss": 0.7418,
|
570 |
+
"step": 80
|
571 |
+
},
|
572 |
+
{
|
573 |
+
"epoch": 1.4210526315789473,
|
574 |
+
"grad_norm": 0.5833913891874376,
|
575 |
+
"learning_rate": 8.636868207865244e-06,
|
576 |
+
"loss": 0.7657,
|
577 |
+
"step": 81
|
578 |
+
},
|
579 |
+
{
|
580 |
+
"epoch": 1.4385964912280702,
|
581 |
+
"grad_norm": 0.5007872118568844,
|
582 |
+
"learning_rate": 8.596699001693257e-06,
|
583 |
+
"loss": 0.7516,
|
584 |
+
"step": 82
|
585 |
+
},
|
586 |
+
{
|
587 |
+
"epoch": 1.456140350877193,
|
588 |
+
"grad_norm": 0.4812479534876582,
|
589 |
+
"learning_rate": 8.556042860050686e-06,
|
590 |
+
"loss": 0.6863,
|
591 |
+
"step": 83
|
592 |
+
},
|
593 |
+
{
|
594 |
+
"epoch": 1.4736842105263157,
|
595 |
+
"grad_norm": 0.4557048077866418,
|
596 |
+
"learning_rate": 8.51490528712831e-06,
|
597 |
+
"loss": 0.6181,
|
598 |
+
"step": 84
|
599 |
+
},
|
600 |
+
{
|
601 |
+
"epoch": 1.4912280701754386,
|
602 |
+
"grad_norm": 0.4737386987709376,
|
603 |
+
"learning_rate": 8.473291852294986e-06,
|
604 |
+
"loss": 0.7704,
|
605 |
+
"step": 85
|
606 |
+
},
|
607 |
+
{
|
608 |
+
"epoch": 1.5087719298245614,
|
609 |
+
"grad_norm": 0.5232119821777624,
|
610 |
+
"learning_rate": 8.43120818934367e-06,
|
611 |
+
"loss": 0.7651,
|
612 |
+
"step": 86
|
613 |
+
},
|
614 |
+
{
|
615 |
+
"epoch": 1.526315789473684,
|
616 |
+
"grad_norm": 0.46057752266184454,
|
617 |
+
"learning_rate": 8.388659995728662e-06,
|
618 |
+
"loss": 0.884,
|
619 |
+
"step": 87
|
620 |
+
},
|
621 |
+
{
|
622 |
+
"epoch": 1.543859649122807,
|
623 |
+
"grad_norm": 0.44290438508250374,
|
624 |
+
"learning_rate": 8.345653031794292e-06,
|
625 |
+
"loss": 0.7692,
|
626 |
+
"step": 88
|
627 |
+
},
|
628 |
+
{
|
629 |
+
"epoch": 1.5614035087719298,
|
630 |
+
"grad_norm": 0.4338999688228569,
|
631 |
+
"learning_rate": 8.302193119995038e-06,
|
632 |
+
"loss": 0.8082,
|
633 |
+
"step": 89
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"epoch": 1.5789473684210527,
|
637 |
+
"grad_norm": 0.45036462410127814,
|
638 |
+
"learning_rate": 8.258286144107277e-06,
|
639 |
+
"loss": 0.7116,
|
640 |
+
"step": 90
|
641 |
+
},
|
642 |
+
{
|
643 |
+
"epoch": 1.5964912280701755,
|
644 |
+
"grad_norm": 0.5010305972777187,
|
645 |
+
"learning_rate": 8.213938048432697e-06,
|
646 |
+
"loss": 0.7455,
|
647 |
+
"step": 91
|
648 |
+
},
|
649 |
+
{
|
650 |
+
"epoch": 1.6140350877192984,
|
651 |
+
"grad_norm": 0.4490390837532202,
|
652 |
+
"learning_rate": 8.16915483699355e-06,
|
653 |
+
"loss": 0.7559,
|
654 |
+
"step": 92
|
655 |
+
},
|
656 |
+
{
|
657 |
+
"epoch": 1.631578947368421,
|
658 |
+
"grad_norm": 0.4012083319569404,
|
659 |
+
"learning_rate": 8.123942572719801e-06,
|
660 |
+
"loss": 0.6984,
|
661 |
+
"step": 93
|
662 |
+
},
|
663 |
+
{
|
664 |
+
"epoch": 1.6491228070175439,
|
665 |
+
"grad_norm": 0.40187726090980297,
|
666 |
+
"learning_rate": 8.078307376628292e-06,
|
667 |
+
"loss": 0.7012,
|
668 |
+
"step": 94
|
669 |
+
},
|
670 |
+
{
|
671 |
+
"epoch": 1.6666666666666665,
|
672 |
+
"grad_norm": 0.4955120113441123,
|
673 |
+
"learning_rate": 8.032255426994069e-06,
|
674 |
+
"loss": 0.8023,
|
675 |
+
"step": 95
|
676 |
+
},
|
677 |
+
{
|
678 |
+
"epoch": 1.6842105263157894,
|
679 |
+
"grad_norm": 0.4382099371460066,
|
680 |
+
"learning_rate": 7.985792958513932e-06,
|
681 |
+
"loss": 0.7079,
|
682 |
+
"step": 96
|
683 |
+
},
|
684 |
+
{
|
685 |
+
"epoch": 1.7017543859649122,
|
686 |
+
"grad_norm": 0.5002258411852988,
|
687 |
+
"learning_rate": 7.938926261462366e-06,
|
688 |
+
"loss": 0.8722,
|
689 |
+
"step": 97
|
690 |
+
},
|
691 |
+
{
|
692 |
+
"epoch": 1.719298245614035,
|
693 |
+
"grad_norm": 0.45700036961609564,
|
694 |
+
"learning_rate": 7.891661680839932e-06,
|
695 |
+
"loss": 0.7493,
|
696 |
+
"step": 98
|
697 |
+
},
|
698 |
+
{
|
699 |
+
"epoch": 1.736842105263158,
|
700 |
+
"grad_norm": 0.5874621412536426,
|
701 |
+
"learning_rate": 7.84400561551426e-06,
|
702 |
+
"loss": 0.7848,
|
703 |
+
"step": 99
|
704 |
+
},
|
705 |
+
{
|
706 |
+
"epoch": 1.7543859649122808,
|
707 |
+
"grad_norm": 0.4317640646106818,
|
708 |
+
"learning_rate": 7.795964517353734e-06,
|
709 |
+
"loss": 0.7308,
|
710 |
+
"step": 100
|
711 |
+
},
|
712 |
+
{
|
713 |
+
"epoch": 1.7719298245614035,
|
714 |
+
"grad_norm": 0.5408126651945797,
|
715 |
+
"learning_rate": 7.747544890354031e-06,
|
716 |
+
"loss": 0.7973,
|
717 |
+
"step": 101
|
718 |
+
},
|
719 |
+
{
|
720 |
+
"epoch": 1.7894736842105263,
|
721 |
+
"grad_norm": 0.43108178788348095,
|
722 |
+
"learning_rate": 7.698753289757565e-06,
|
723 |
+
"loss": 0.7964,
|
724 |
+
"step": 102
|
725 |
+
},
|
726 |
+
{
|
727 |
+
"epoch": 1.807017543859649,
|
728 |
+
"grad_norm": 0.5342248380167852,
|
729 |
+
"learning_rate": 7.649596321166024e-06,
|
730 |
+
"loss": 0.8131,
|
731 |
+
"step": 103
|
732 |
+
},
|
733 |
+
{
|
734 |
+
"epoch": 1.8245614035087718,
|
735 |
+
"grad_norm": 0.4432424592735311,
|
736 |
+
"learning_rate": 7.600080639646077e-06,
|
737 |
+
"loss": 0.6702,
|
738 |
+
"step": 104
|
739 |
+
},
|
740 |
+
{
|
741 |
+
"epoch": 1.8421052631578947,
|
742 |
+
"grad_norm": 0.4516614598334642,
|
743 |
+
"learning_rate": 7.550212948828377e-06,
|
744 |
+
"loss": 0.6417,
|
745 |
+
"step": 105
|
746 |
+
},
|
747 |
+
{
|
748 |
+
"epoch": 1.8596491228070176,
|
749 |
+
"grad_norm": 0.6130179819111611,
|
750 |
+
"learning_rate": 7.500000000000001e-06,
|
751 |
+
"loss": 0.8331,
|
752 |
+
"step": 106
|
753 |
+
},
|
754 |
+
{
|
755 |
+
"epoch": 1.8771929824561404,
|
756 |
+
"grad_norm": 0.5257558821927422,
|
757 |
+
"learning_rate": 7.449448591190436e-06,
|
758 |
+
"loss": 0.763,
|
759 |
+
"step": 107
|
760 |
+
},
|
761 |
+
{
|
762 |
+
"epoch": 1.8947368421052633,
|
763 |
+
"grad_norm": 0.46986051203352247,
|
764 |
+
"learning_rate": 7.398565566251232e-06,
|
765 |
+
"loss": 0.7845,
|
766 |
+
"step": 108
|
767 |
+
},
|
768 |
+
{
|
769 |
+
"epoch": 1.912280701754386,
|
770 |
+
"grad_norm": 0.44686310461762097,
|
771 |
+
"learning_rate": 7.347357813929455e-06,
|
772 |
+
"loss": 0.6991,
|
773 |
+
"step": 109
|
774 |
+
},
|
775 |
+
{
|
776 |
+
"epoch": 1.9298245614035088,
|
777 |
+
"grad_norm": 0.5170290400152182,
|
778 |
+
"learning_rate": 7.295832266935059e-06,
|
779 |
+
"loss": 0.8038,
|
780 |
+
"step": 110
|
781 |
+
},
|
782 |
+
{
|
783 |
+
"epoch": 1.9473684210526314,
|
784 |
+
"grad_norm": 0.5261204167045516,
|
785 |
+
"learning_rate": 7.243995901002312e-06,
|
786 |
+
"loss": 0.804,
|
787 |
+
"step": 111
|
788 |
+
},
|
789 |
+
{
|
790 |
+
"epoch": 1.9649122807017543,
|
791 |
+
"grad_norm": 0.5092010260972257,
|
792 |
+
"learning_rate": 7.191855733945388e-06,
|
793 |
+
"loss": 0.7742,
|
794 |
+
"step": 112
|
795 |
+
},
|
796 |
+
{
|
797 |
+
"epoch": 1.9824561403508771,
|
798 |
+
"grad_norm": 0.4980357283687526,
|
799 |
+
"learning_rate": 7.1394188247082715e-06,
|
800 |
+
"loss": 0.848,
|
801 |
+
"step": 113
|
802 |
+
},
|
803 |
+
{
|
804 |
+
"epoch": 2.0,
|
805 |
+
"grad_norm": 0.593649456241614,
|
806 |
+
"learning_rate": 7.08669227240909e-06,
|
807 |
+
"loss": 0.753,
|
808 |
+
"step": 114
|
809 |
+
},
|
810 |
+
{
|
811 |
+
"epoch": 2.017543859649123,
|
812 |
+
"grad_norm": 0.6680821344003489,
|
813 |
+
"learning_rate": 7.033683215379002e-06,
|
814 |
+
"loss": 0.6322,
|
815 |
+
"step": 115
|
816 |
+
},
|
817 |
+
{
|
818 |
+
"epoch": 2.0350877192982457,
|
819 |
+
"grad_norm": 0.47737821757077353,
|
820 |
+
"learning_rate": 6.980398830195785e-06,
|
821 |
+
"loss": 0.6719,
|
822 |
+
"step": 116
|
823 |
+
},
|
824 |
+
{
|
825 |
+
"epoch": 2.0526315789473686,
|
826 |
+
"grad_norm": 0.5898593946674421,
|
827 |
+
"learning_rate": 6.9268463307122425e-06,
|
828 |
+
"loss": 0.848,
|
829 |
+
"step": 117
|
830 |
+
},
|
831 |
+
{
|
832 |
+
"epoch": 2.0701754385964914,
|
833 |
+
"grad_norm": 0.9800544780036837,
|
834 |
+
"learning_rate": 6.873032967079562e-06,
|
835 |
+
"loss": 0.711,
|
836 |
+
"step": 118
|
837 |
+
},
|
838 |
+
{
|
839 |
+
"epoch": 2.087719298245614,
|
840 |
+
"grad_norm": 0.5696743185574907,
|
841 |
+
"learning_rate": 6.818966024765758e-06,
|
842 |
+
"loss": 0.6902,
|
843 |
+
"step": 119
|
844 |
+
},
|
845 |
+
{
|
846 |
+
"epoch": 2.1052631578947367,
|
847 |
+
"grad_norm": 0.5255113989360072,
|
848 |
+
"learning_rate": 6.7646528235693445e-06,
|
849 |
+
"loss": 0.6721,
|
850 |
+
"step": 120
|
851 |
+
},
|
852 |
+
{
|
853 |
+
"epoch": 2.1228070175438596,
|
854 |
+
"grad_norm": 0.6310001045851209,
|
855 |
+
"learning_rate": 6.710100716628345e-06,
|
856 |
+
"loss": 0.6626,
|
857 |
+
"step": 121
|
858 |
+
},
|
859 |
+
{
|
860 |
+
"epoch": 2.1403508771929824,
|
861 |
+
"grad_norm": 0.7341630672380693,
|
862 |
+
"learning_rate": 6.655317089424791e-06,
|
863 |
+
"loss": 0.6225,
|
864 |
+
"step": 122
|
865 |
+
},
|
866 |
+
{
|
867 |
+
"epoch": 2.1578947368421053,
|
868 |
+
"grad_norm": 0.4957450021119023,
|
869 |
+
"learning_rate": 6.600309358784858e-06,
|
870 |
+
"loss": 0.7674,
|
871 |
+
"step": 123
|
872 |
+
},
|
873 |
+
{
|
874 |
+
"epoch": 2.175438596491228,
|
875 |
+
"grad_norm": 0.5643940708429578,
|
876 |
+
"learning_rate": 6.545084971874738e-06,
|
877 |
+
"loss": 0.6719,
|
878 |
+
"step": 124
|
879 |
+
},
|
880 |
+
{
|
881 |
+
"epoch": 2.192982456140351,
|
882 |
+
"grad_norm": 0.790170917856681,
|
883 |
+
"learning_rate": 6.48965140519241e-06,
|
884 |
+
"loss": 0.7664,
|
885 |
+
"step": 125
|
886 |
+
},
|
887 |
+
{
|
888 |
+
"epoch": 2.2105263157894735,
|
889 |
+
"grad_norm": 0.5698899323282437,
|
890 |
+
"learning_rate": 6.434016163555452e-06,
|
891 |
+
"loss": 0.6754,
|
892 |
+
"step": 126
|
893 |
+
},
|
894 |
+
{
|
895 |
+
"epoch": 2.2280701754385963,
|
896 |
+
"grad_norm": 0.590125688694081,
|
897 |
+
"learning_rate": 6.378186779084996e-06,
|
898 |
+
"loss": 0.6214,
|
899 |
+
"step": 127
|
900 |
+
},
|
901 |
+
{
|
902 |
+
"epoch": 2.245614035087719,
|
903 |
+
"grad_norm": 0.5135768379522944,
|
904 |
+
"learning_rate": 6.322170810186013e-06,
|
905 |
+
"loss": 0.6463,
|
906 |
+
"step": 128
|
907 |
+
},
|
908 |
+
{
|
909 |
+
"epoch": 2.263157894736842,
|
910 |
+
"grad_norm": 0.5752270296523769,
|
911 |
+
"learning_rate": 6.26597584052401e-06,
|
912 |
+
"loss": 0.6924,
|
913 |
+
"step": 129
|
914 |
+
},
|
915 |
+
{
|
916 |
+
"epoch": 2.280701754385965,
|
917 |
+
"grad_norm": 0.6836486114054455,
|
918 |
+
"learning_rate": 6.209609477998339e-06,
|
919 |
+
"loss": 0.7045,
|
920 |
+
"step": 130
|
921 |
+
},
|
922 |
+
{
|
923 |
+
"epoch": 2.2982456140350878,
|
924 |
+
"grad_norm": 0.5593380267846941,
|
925 |
+
"learning_rate": 6.153079353712201e-06,
|
926 |
+
"loss": 0.6836,
|
927 |
+
"step": 131
|
928 |
+
},
|
929 |
+
{
|
930 |
+
"epoch": 2.3157894736842106,
|
931 |
+
"grad_norm": 0.4906882073271772,
|
932 |
+
"learning_rate": 6.0963931209395165e-06,
|
933 |
+
"loss": 0.646,
|
934 |
+
"step": 132
|
935 |
+
},
|
936 |
+
{
|
937 |
+
"epoch": 2.3333333333333335,
|
938 |
+
"grad_norm": 0.7826423134186171,
|
939 |
+
"learning_rate": 6.039558454088796e-06,
|
940 |
+
"loss": 0.7445,
|
941 |
+
"step": 133
|
942 |
+
},
|
943 |
+
{
|
944 |
+
"epoch": 2.3508771929824563,
|
945 |
+
"grad_norm": 0.6785590925380028,
|
946 |
+
"learning_rate": 5.982583047664151e-06,
|
947 |
+
"loss": 0.6597,
|
948 |
+
"step": 134
|
949 |
+
},
|
950 |
+
{
|
951 |
+
"epoch": 2.3684210526315788,
|
952 |
+
"grad_norm": 0.465375039314735,
|
953 |
+
"learning_rate": 5.925474615223573e-06,
|
954 |
+
"loss": 0.6717,
|
955 |
+
"step": 135
|
956 |
+
},
|
957 |
+
{
|
958 |
+
"epoch": 2.3859649122807016,
|
959 |
+
"grad_norm": 0.7177144944335283,
|
960 |
+
"learning_rate": 5.8682408883346535e-06,
|
961 |
+
"loss": 0.665,
|
962 |
+
"step": 136
|
963 |
+
},
|
964 |
+
{
|
965 |
+
"epoch": 2.4035087719298245,
|
966 |
+
"grad_norm": 0.5735799303530826,
|
967 |
+
"learning_rate": 5.810889615527839e-06,
|
968 |
+
"loss": 0.7826,
|
969 |
+
"step": 137
|
970 |
+
},
|
971 |
+
{
|
972 |
+
"epoch": 2.4210526315789473,
|
973 |
+
"grad_norm": 0.5286502802421806,
|
974 |
+
"learning_rate": 5.753428561247416e-06,
|
975 |
+
"loss": 0.7587,
|
976 |
+
"step": 138
|
977 |
+
},
|
978 |
+
{
|
979 |
+
"epoch": 2.43859649122807,
|
980 |
+
"grad_norm": 0.5403249749485503,
|
981 |
+
"learning_rate": 5.695865504800328e-06,
|
982 |
+
"loss": 0.7162,
|
983 |
+
"step": 139
|
984 |
+
},
|
985 |
+
{
|
986 |
+
"epoch": 2.456140350877193,
|
987 |
+
"grad_norm": 0.4334762037650122,
|
988 |
+
"learning_rate": 5.638208239302975e-06,
|
989 |
+
"loss": 0.6737,
|
990 |
+
"step": 140
|
991 |
+
},
|
992 |
+
{
|
993 |
+
"epoch": 2.473684210526316,
|
994 |
+
"grad_norm": 0.5935027147735242,
|
995 |
+
"learning_rate": 5.5804645706261515e-06,
|
996 |
+
"loss": 0.7183,
|
997 |
+
"step": 141
|
998 |
+
},
|
999 |
+
{
|
1000 |
+
"epoch": 2.4912280701754383,
|
1001 |
+
"grad_norm": 0.5051267174145002,
|
1002 |
+
"learning_rate": 5.522642316338268e-06,
|
1003 |
+
"loss": 0.721,
|
1004 |
+
"step": 142
|
1005 |
+
},
|
1006 |
+
{
|
1007 |
+
"epoch": 2.5087719298245617,
|
1008 |
+
"grad_norm": 0.4950014803911829,
|
1009 |
+
"learning_rate": 5.464749304646963e-06,
|
1010 |
+
"loss": 0.5692,
|
1011 |
+
"step": 143
|
1012 |
+
},
|
1013 |
+
{
|
1014 |
+
"epoch": 2.526315789473684,
|
1015 |
+
"grad_norm": 0.4713012868997546,
|
1016 |
+
"learning_rate": 5.406793373339292e-06,
|
1017 |
+
"loss": 0.6579,
|
1018 |
+
"step": 144
|
1019 |
+
},
|
1020 |
+
{
|
1021 |
+
"epoch": 2.543859649122807,
|
1022 |
+
"grad_norm": 0.4295753154632374,
|
1023 |
+
"learning_rate": 5.348782368720627e-06,
|
1024 |
+
"loss": 0.6764,
|
1025 |
+
"step": 145
|
1026 |
+
},
|
1027 |
+
{
|
1028 |
+
"epoch": 2.56140350877193,
|
1029 |
+
"grad_norm": 0.6088407511386773,
|
1030 |
+
"learning_rate": 5.290724144552379e-06,
|
1031 |
+
"loss": 0.7354,
|
1032 |
+
"step": 146
|
1033 |
+
},
|
1034 |
+
{
|
1035 |
+
"epoch": 2.5789473684210527,
|
1036 |
+
"grad_norm": 0.44984667778112336,
|
1037 |
+
"learning_rate": 5.232626560988735e-06,
|
1038 |
+
"loss": 0.6749,
|
1039 |
+
"step": 147
|
1040 |
+
},
|
1041 |
+
{
|
1042 |
+
"epoch": 2.5964912280701755,
|
1043 |
+
"grad_norm": 0.44568603289791675,
|
1044 |
+
"learning_rate": 5.174497483512506e-06,
|
1045 |
+
"loss": 0.693,
|
1046 |
+
"step": 148
|
1047 |
+
},
|
1048 |
+
{
|
1049 |
+
"epoch": 2.6140350877192984,
|
1050 |
+
"grad_norm": 0.5086878738536396,
|
1051 |
+
"learning_rate": 5.116344781870282e-06,
|
1052 |
+
"loss": 0.6651,
|
1053 |
+
"step": 149
|
1054 |
+
},
|
1055 |
+
{
|
1056 |
+
"epoch": 2.6315789473684212,
|
1057 |
+
"grad_norm": 1.5360743816680642,
|
1058 |
+
"learning_rate": 5.0581763290069865e-06,
|
1059 |
+
"loss": 0.7561,
|
1060 |
+
"step": 150
|
1061 |
+
},
|
1062 |
+
{
|
1063 |
+
"epoch": 2.6491228070175437,
|
1064 |
+
"grad_norm": 0.44075260614863965,
|
1065 |
+
"learning_rate": 5e-06,
|
1066 |
+
"loss": 0.7387,
|
1067 |
+
"step": 151
|
1068 |
+
},
|
1069 |
+
{
|
1070 |
+
"epoch": 2.6666666666666665,
|
1071 |
+
"grad_norm": 0.5018289937382203,
|
1072 |
+
"learning_rate": 4.941823670993016e-06,
|
1073 |
+
"loss": 0.7315,
|
1074 |
+
"step": 152
|
1075 |
+
},
|
1076 |
+
{
|
1077 |
+
"epoch": 2.6842105263157894,
|
1078 |
+
"grad_norm": 0.6753971097001877,
|
1079 |
+
"learning_rate": 4.883655218129719e-06,
|
1080 |
+
"loss": 0.7251,
|
1081 |
+
"step": 153
|
1082 |
+
},
|
1083 |
+
{
|
1084 |
+
"epoch": 2.7017543859649122,
|
1085 |
+
"grad_norm": 0.512372179333182,
|
1086 |
+
"learning_rate": 4.825502516487497e-06,
|
1087 |
+
"loss": 0.7221,
|
1088 |
+
"step": 154
|
1089 |
+
},
|
1090 |
+
{
|
1091 |
+
"epoch": 2.719298245614035,
|
1092 |
+
"grad_norm": 0.46972995173073046,
|
1093 |
+
"learning_rate": 4.767373439011267e-06,
|
1094 |
+
"loss": 0.7343,
|
1095 |
+
"step": 155
|
1096 |
+
},
|
1097 |
+
{
|
1098 |
+
"epoch": 2.736842105263158,
|
1099 |
+
"grad_norm": 0.4190343839351779,
|
1100 |
+
"learning_rate": 4.7092758554476215e-06,
|
1101 |
+
"loss": 0.6753,
|
1102 |
+
"step": 156
|
1103 |
+
},
|
1104 |
+
{
|
1105 |
+
"epoch": 2.754385964912281,
|
1106 |
+
"grad_norm": 0.4513624502323654,
|
1107 |
+
"learning_rate": 4.651217631279374e-06,
|
1108 |
+
"loss": 0.6913,
|
1109 |
+
"step": 157
|
1110 |
+
},
|
1111 |
+
{
|
1112 |
+
"epoch": 2.7719298245614032,
|
1113 |
+
"grad_norm": 0.46487454000935413,
|
1114 |
+
"learning_rate": 4.59320662666071e-06,
|
1115 |
+
"loss": 0.6029,
|
1116 |
+
"step": 158
|
1117 |
+
},
|
1118 |
+
{
|
1119 |
+
"epoch": 2.7894736842105265,
|
1120 |
+
"grad_norm": 0.43915967996747707,
|
1121 |
+
"learning_rate": 4.53525069535304e-06,
|
1122 |
+
"loss": 0.6683,
|
1123 |
+
"step": 159
|
1124 |
+
},
|
1125 |
+
{
|
1126 |
+
"epoch": 2.807017543859649,
|
1127 |
+
"grad_norm": 0.4771514997767183,
|
1128 |
+
"learning_rate": 4.477357683661734e-06,
|
1129 |
+
"loss": 0.5754,
|
1130 |
+
"step": 160
|
1131 |
+
},
|
1132 |
+
{
|
1133 |
+
"epoch": 2.824561403508772,
|
1134 |
+
"grad_norm": 0.49051416963609645,
|
1135 |
+
"learning_rate": 4.4195354293738484e-06,
|
1136 |
+
"loss": 0.6733,
|
1137 |
+
"step": 161
|
1138 |
+
},
|
1139 |
+
{
|
1140 |
+
"epoch": 2.8421052631578947,
|
1141 |
+
"grad_norm": 0.5533541947029572,
|
1142 |
+
"learning_rate": 4.361791760697027e-06,
|
1143 |
+
"loss": 0.7034,
|
1144 |
+
"step": 162
|
1145 |
+
},
|
1146 |
+
{
|
1147 |
+
"epoch": 2.8596491228070176,
|
1148 |
+
"grad_norm": 0.49994436627541317,
|
1149 |
+
"learning_rate": 4.304134495199675e-06,
|
1150 |
+
"loss": 0.7157,
|
1151 |
+
"step": 163
|
1152 |
+
},
|
1153 |
+
{
|
1154 |
+
"epoch": 2.8771929824561404,
|
1155 |
+
"grad_norm": 0.4397854458939821,
|
1156 |
+
"learning_rate": 4.246571438752585e-06,
|
1157 |
+
"loss": 0.6887,
|
1158 |
+
"step": 164
|
1159 |
+
},
|
1160 |
+
{
|
1161 |
+
"epoch": 2.8947368421052633,
|
1162 |
+
"grad_norm": 0.47809507434717013,
|
1163 |
+
"learning_rate": 4.189110384472164e-06,
|
1164 |
+
"loss": 0.7504,
|
1165 |
+
"step": 165
|
1166 |
+
},
|
1167 |
+
{
|
1168 |
+
"epoch": 2.912280701754386,
|
1169 |
+
"grad_norm": 0.39910241714687517,
|
1170 |
+
"learning_rate": 4.131759111665349e-06,
|
1171 |
+
"loss": 0.6851,
|
1172 |
+
"step": 166
|
1173 |
+
},
|
1174 |
+
{
|
1175 |
+
"epoch": 2.9298245614035086,
|
1176 |
+
"grad_norm": 0.5335107368208035,
|
1177 |
+
"learning_rate": 4.074525384776428e-06,
|
1178 |
+
"loss": 0.6261,
|
1179 |
+
"step": 167
|
1180 |
+
},
|
1181 |
+
{
|
1182 |
+
"epoch": 2.9473684210526314,
|
1183 |
+
"grad_norm": 0.46564637369296086,
|
1184 |
+
"learning_rate": 4.017416952335849e-06,
|
1185 |
+
"loss": 0.6681,
|
1186 |
+
"step": 168
|
1187 |
+
},
|
1188 |
+
{
|
1189 |
+
"epoch": 2.9649122807017543,
|
1190 |
+
"grad_norm": 0.4377732908902593,
|
1191 |
+
"learning_rate": 3.960441545911205e-06,
|
1192 |
+
"loss": 0.6928,
|
1193 |
+
"step": 169
|
1194 |
+
},
|
1195 |
+
{
|
1196 |
+
"epoch": 2.982456140350877,
|
1197 |
+
"grad_norm": 0.46202011890866834,
|
1198 |
+
"learning_rate": 3.903606879060483e-06,
|
1199 |
+
"loss": 0.7066,
|
1200 |
+
"step": 170
|
1201 |
+
},
|
1202 |
+
{
|
1203 |
+
"epoch": 3.0,
|
1204 |
+
"grad_norm": 0.5150974337868895,
|
1205 |
+
"learning_rate": 3.8469206462878e-06,
|
1206 |
+
"loss": 0.5344,
|
1207 |
+
"step": 171
|
1208 |
+
},
|
1209 |
+
{
|
1210 |
+
"epoch": 3.017543859649123,
|
1211 |
+
"grad_norm": 0.8387697125510133,
|
1212 |
+
"learning_rate": 3.790390522001662e-06,
|
1213 |
+
"loss": 0.5573,
|
1214 |
+
"step": 172
|
1215 |
+
},
|
1216 |
+
{
|
1217 |
+
"epoch": 3.0350877192982457,
|
1218 |
+
"grad_norm": 0.48498662697593053,
|
1219 |
+
"learning_rate": 3.7340241594759917e-06,
|
1220 |
+
"loss": 0.6791,
|
1221 |
+
"step": 173
|
1222 |
+
},
|
1223 |
+
{
|
1224 |
+
"epoch": 3.0526315789473686,
|
1225 |
+
"grad_norm": 0.7156827789386713,
|
1226 |
+
"learning_rate": 3.6778291898139907e-06,
|
1227 |
+
"loss": 0.708,
|
1228 |
+
"step": 174
|
1229 |
+
},
|
1230 |
+
{
|
1231 |
+
"epoch": 3.0701754385964914,
|
1232 |
+
"grad_norm": 0.6772167563154711,
|
1233 |
+
"learning_rate": 3.6218132209150047e-06,
|
1234 |
+
"loss": 0.6928,
|
1235 |
+
"step": 175
|
1236 |
+
},
|
1237 |
+
{
|
1238 |
+
"epoch": 3.087719298245614,
|
1239 |
+
"grad_norm": 0.7815727834542585,
|
1240 |
+
"learning_rate": 3.5659838364445505e-06,
|
1241 |
+
"loss": 0.6183,
|
1242 |
+
"step": 176
|
1243 |
+
},
|
1244 |
+
{
|
1245 |
+
"epoch": 3.1052631578947367,
|
1246 |
+
"grad_norm": 0.6069404616797929,
|
1247 |
+
"learning_rate": 3.51034859480759e-06,
|
1248 |
+
"loss": 0.7278,
|
1249 |
+
"step": 177
|
1250 |
+
},
|
1251 |
+
{
|
1252 |
+
"epoch": 3.1228070175438596,
|
1253 |
+
"grad_norm": 0.5545541428468601,
|
1254 |
+
"learning_rate": 3.4549150281252635e-06,
|
1255 |
+
"loss": 0.6928,
|
1256 |
+
"step": 178
|
1257 |
+
},
|
1258 |
+
{
|
1259 |
+
"epoch": 3.1403508771929824,
|
1260 |
+
"grad_norm": 0.5520744872532563,
|
1261 |
+
"learning_rate": 3.399690641215142e-06,
|
1262 |
+
"loss": 0.596,
|
1263 |
+
"step": 179
|
1264 |
+
},
|
1265 |
+
{
|
1266 |
+
"epoch": 3.1578947368421053,
|
1267 |
+
"grad_norm": 0.7628842324504479,
|
1268 |
+
"learning_rate": 3.3446829105752103e-06,
|
1269 |
+
"loss": 0.5981,
|
1270 |
+
"step": 180
|
1271 |
+
},
|
1272 |
+
{
|
1273 |
+
"epoch": 3.175438596491228,
|
1274 |
+
"grad_norm": 0.5211775941808514,
|
1275 |
+
"learning_rate": 3.289899283371657e-06,
|
1276 |
+
"loss": 0.6393,
|
1277 |
+
"step": 181
|
1278 |
+
},
|
1279 |
+
{
|
1280 |
+
"epoch": 3.192982456140351,
|
1281 |
+
"grad_norm": 0.48995495142896,
|
1282 |
+
"learning_rate": 3.2353471764306567e-06,
|
1283 |
+
"loss": 0.7737,
|
1284 |
+
"step": 182
|
1285 |
+
},
|
1286 |
+
{
|
1287 |
+
"epoch": 3.2105263157894735,
|
1288 |
+
"grad_norm": 0.5638908248411786,
|
1289 |
+
"learning_rate": 3.1810339752342446e-06,
|
1290 |
+
"loss": 0.685,
|
1291 |
+
"step": 183
|
1292 |
+
},
|
1293 |
+
{
|
1294 |
+
"epoch": 3.2280701754385963,
|
1295 |
+
"grad_norm": 0.7903413235219549,
|
1296 |
+
"learning_rate": 3.12696703292044e-06,
|
1297 |
+
"loss": 0.6232,
|
1298 |
+
"step": 184
|
1299 |
+
},
|
1300 |
+
{
|
1301 |
+
"epoch": 3.245614035087719,
|
1302 |
+
"grad_norm": 0.4770124134849873,
|
1303 |
+
"learning_rate": 3.0731536692877596e-06,
|
1304 |
+
"loss": 0.6105,
|
1305 |
+
"step": 185
|
1306 |
+
},
|
1307 |
+
{
|
1308 |
+
"epoch": 3.263157894736842,
|
1309 |
+
"grad_norm": 0.4522190380030322,
|
1310 |
+
"learning_rate": 3.019601169804216e-06,
|
1311 |
+
"loss": 0.5449,
|
1312 |
+
"step": 186
|
1313 |
+
},
|
1314 |
+
{
|
1315 |
+
"epoch": 3.280701754385965,
|
1316 |
+
"grad_norm": 0.47554535118489655,
|
1317 |
+
"learning_rate": 2.966316784621e-06,
|
1318 |
+
"loss": 0.6389,
|
1319 |
+
"step": 187
|
1320 |
+
},
|
1321 |
+
{
|
1322 |
+
"epoch": 3.2982456140350878,
|
1323 |
+
"grad_norm": 0.48723802157353846,
|
1324 |
+
"learning_rate": 2.9133077275909112e-06,
|
1325 |
+
"loss": 0.6922,
|
1326 |
+
"step": 188
|
1327 |
+
},
|
1328 |
+
{
|
1329 |
+
"epoch": 3.3157894736842106,
|
1330 |
+
"grad_norm": 0.6087930082371377,
|
1331 |
+
"learning_rate": 2.86058117529173e-06,
|
1332 |
+
"loss": 0.607,
|
1333 |
+
"step": 189
|
1334 |
+
},
|
1335 |
+
{
|
1336 |
+
"epoch": 3.3333333333333335,
|
1337 |
+
"grad_norm": 0.5216776908363867,
|
1338 |
+
"learning_rate": 2.8081442660546126e-06,
|
1339 |
+
"loss": 0.6155,
|
1340 |
+
"step": 190
|
1341 |
+
},
|
1342 |
+
{
|
1343 |
+
"epoch": 3.3508771929824563,
|
1344 |
+
"grad_norm": 0.5200850074463185,
|
1345 |
+
"learning_rate": 2.7560040989976894e-06,
|
1346 |
+
"loss": 0.6461,
|
1347 |
+
"step": 191
|
1348 |
+
},
|
1349 |
+
{
|
1350 |
+
"epoch": 3.3684210526315788,
|
1351 |
+
"grad_norm": 0.4610651901621547,
|
1352 |
+
"learning_rate": 2.7041677330649408e-06,
|
1353 |
+
"loss": 0.5462,
|
1354 |
+
"step": 192
|
1355 |
+
},
|
1356 |
+
{
|
1357 |
+
"epoch": 3.3859649122807016,
|
1358 |
+
"grad_norm": 0.40157642158758705,
|
1359 |
+
"learning_rate": 2.6526421860705474e-06,
|
1360 |
+
"loss": 0.5644,
|
1361 |
+
"step": 193
|
1362 |
+
},
|
1363 |
+
{
|
1364 |
+
"epoch": 3.4035087719298245,
|
1365 |
+
"grad_norm": 0.4762540380342894,
|
1366 |
+
"learning_rate": 2.601434433748771e-06,
|
1367 |
+
"loss": 0.5981,
|
1368 |
+
"step": 194
|
1369 |
+
},
|
1370 |
+
{
|
1371 |
+
"epoch": 3.4210526315789473,
|
1372 |
+
"grad_norm": 0.8962420963971451,
|
1373 |
+
"learning_rate": 2.550551408809566e-06,
|
1374 |
+
"loss": 0.5239,
|
1375 |
+
"step": 195
|
1376 |
+
},
|
1377 |
+
{
|
1378 |
+
"epoch": 3.43859649122807,
|
1379 |
+
"grad_norm": 0.4699770415730479,
|
1380 |
+
"learning_rate": 2.5000000000000015e-06,
|
1381 |
+
"loss": 0.6502,
|
1382 |
+
"step": 196
|
1383 |
+
},
|
1384 |
+
{
|
1385 |
+
"epoch": 3.456140350877193,
|
1386 |
+
"grad_norm": 0.6775729804455639,
|
1387 |
+
"learning_rate": 2.4497870511716237e-06,
|
1388 |
+
"loss": 0.4795,
|
1389 |
+
"step": 197
|
1390 |
+
},
|
1391 |
+
{
|
1392 |
+
"epoch": 3.473684210526316,
|
1393 |
+
"grad_norm": 0.4664299837506905,
|
1394 |
+
"learning_rate": 2.3999193603539234e-06,
|
1395 |
+
"loss": 0.5949,
|
1396 |
+
"step": 198
|
1397 |
+
},
|
1398 |
+
{
|
1399 |
+
"epoch": 3.4912280701754383,
|
1400 |
+
"grad_norm": 0.4683189077817546,
|
1401 |
+
"learning_rate": 2.3504036788339763e-06,
|
1402 |
+
"loss": 0.6331,
|
1403 |
+
"step": 199
|
1404 |
+
},
|
1405 |
+
{
|
1406 |
+
"epoch": 3.5087719298245617,
|
1407 |
+
"grad_norm": 0.455012947898177,
|
1408 |
+
"learning_rate": 2.3012467102424373e-06,
|
1409 |
+
"loss": 0.5819,
|
1410 |
+
"step": 200
|
1411 |
+
},
|
1412 |
+
{
|
1413 |
+
"epoch": 3.526315789473684,
|
1414 |
+
"grad_norm": 0.5411207640806618,
|
1415 |
+
"learning_rate": 2.2524551096459703e-06,
|
1416 |
+
"loss": 0.6417,
|
1417 |
+
"step": 201
|
1418 |
+
},
|
1419 |
+
{
|
1420 |
+
"epoch": 3.543859649122807,
|
1421 |
+
"grad_norm": 0.5748637247425,
|
1422 |
+
"learning_rate": 2.204035482646267e-06,
|
1423 |
+
"loss": 0.5131,
|
1424 |
+
"step": 202
|
1425 |
+
},
|
1426 |
+
{
|
1427 |
+
"epoch": 3.56140350877193,
|
1428 |
+
"grad_norm": 0.44508751154711507,
|
1429 |
+
"learning_rate": 2.155994384485742e-06,
|
1430 |
+
"loss": 0.7128,
|
1431 |
+
"step": 203
|
1432 |
+
},
|
1433 |
+
{
|
1434 |
+
"epoch": 3.5789473684210527,
|
1435 |
+
"grad_norm": 0.5471196085215465,
|
1436 |
+
"learning_rate": 2.1083383191600676e-06,
|
1437 |
+
"loss": 0.5798,
|
1438 |
+
"step": 204
|
1439 |
+
},
|
1440 |
+
{
|
1441 |
+
"epoch": 3.5964912280701755,
|
1442 |
+
"grad_norm": 0.5709780522197079,
|
1443 |
+
"learning_rate": 2.061073738537635e-06,
|
1444 |
+
"loss": 0.5938,
|
1445 |
+
"step": 205
|
1446 |
+
},
|
1447 |
+
{
|
1448 |
+
"epoch": 3.6140350877192984,
|
1449 |
+
"grad_norm": 0.5169192987172408,
|
1450 |
+
"learning_rate": 2.0142070414860704e-06,
|
1451 |
+
"loss": 0.5251,
|
1452 |
+
"step": 206
|
1453 |
+
},
|
1454 |
+
{
|
1455 |
+
"epoch": 3.6315789473684212,
|
1456 |
+
"grad_norm": 0.731366983720658,
|
1457 |
+
"learning_rate": 1.9677445730059348e-06,
|
1458 |
+
"loss": 0.5401,
|
1459 |
+
"step": 207
|
1460 |
+
},
|
1461 |
+
{
|
1462 |
+
"epoch": 3.6491228070175437,
|
1463 |
+
"grad_norm": 0.6268094134763738,
|
1464 |
+
"learning_rate": 1.9216926233717087e-06,
|
1465 |
+
"loss": 0.5729,
|
1466 |
+
"step": 208
|
1467 |
+
},
|
1468 |
+
{
|
1469 |
+
"epoch": 3.6666666666666665,
|
1470 |
+
"grad_norm": 0.5062693136480574,
|
1471 |
+
"learning_rate": 1.8760574272802002e-06,
|
1472 |
+
"loss": 0.6337,
|
1473 |
+
"step": 209
|
1474 |
+
},
|
1475 |
+
{
|
1476 |
+
"epoch": 3.6842105263157894,
|
1477 |
+
"grad_norm": 0.4842291341957393,
|
1478 |
+
"learning_rate": 1.8308451630064484e-06,
|
1479 |
+
"loss": 0.5668,
|
1480 |
+
"step": 210
|
1481 |
+
},
|
1482 |
+
{
|
1483 |
+
"epoch": 3.7017543859649122,
|
1484 |
+
"grad_norm": 0.5328377038178864,
|
1485 |
+
"learning_rate": 1.7860619515673034e-06,
|
1486 |
+
"loss": 0.6513,
|
1487 |
+
"step": 211
|
1488 |
+
},
|
1489 |
+
{
|
1490 |
+
"epoch": 3.719298245614035,
|
1491 |
+
"grad_norm": 0.5355496345065546,
|
1492 |
+
"learning_rate": 1.7417138558927244e-06,
|
1493 |
+
"loss": 0.6226,
|
1494 |
+
"step": 212
|
1495 |
+
},
|
1496 |
+
{
|
1497 |
+
"epoch": 3.736842105263158,
|
1498 |
+
"grad_norm": 0.45704011601378447,
|
1499 |
+
"learning_rate": 1.6978068800049624e-06,
|
1500 |
+
"loss": 0.6777,
|
1501 |
+
"step": 213
|
1502 |
+
},
|
1503 |
+
{
|
1504 |
+
"epoch": 3.754385964912281,
|
1505 |
+
"grad_norm": 0.44210078265241176,
|
1506 |
+
"learning_rate": 1.6543469682057105e-06,
|
1507 |
+
"loss": 0.6827,
|
1508 |
+
"step": 214
|
1509 |
+
},
|
1510 |
+
{
|
1511 |
+
"epoch": 3.7719298245614032,
|
1512 |
+
"grad_norm": 0.45433914058704983,
|
1513 |
+
"learning_rate": 1.611340004271339e-06,
|
1514 |
+
"loss": 0.7184,
|
1515 |
+
"step": 215
|
1516 |
+
},
|
1517 |
+
{
|
1518 |
+
"epoch": 3.7894736842105265,
|
1519 |
+
"grad_norm": 0.4909566653829169,
|
1520 |
+
"learning_rate": 1.5687918106563326e-06,
|
1521 |
+
"loss": 0.6198,
|
1522 |
+
"step": 216
|
1523 |
+
},
|
1524 |
+
{
|
1525 |
+
"epoch": 3.807017543859649,
|
1526 |
+
"grad_norm": 0.49694357245411236,
|
1527 |
+
"learning_rate": 1.5267081477050132e-06,
|
1528 |
+
"loss": 0.6638,
|
1529 |
+
"step": 217
|
1530 |
+
},
|
1531 |
+
{
|
1532 |
+
"epoch": 3.824561403508772,
|
1533 |
+
"grad_norm": 0.4902393217229584,
|
1534 |
+
"learning_rate": 1.4850947128716914e-06,
|
1535 |
+
"loss": 0.6818,
|
1536 |
+
"step": 218
|
1537 |
+
},
|
1538 |
+
{
|
1539 |
+
"epoch": 3.8421052631578947,
|
1540 |
+
"grad_norm": 0.49626411004393584,
|
1541 |
+
"learning_rate": 1.4439571399493146e-06,
|
1542 |
+
"loss": 0.6449,
|
1543 |
+
"step": 219
|
1544 |
+
},
|
1545 |
+
{
|
1546 |
+
"epoch": 3.8596491228070176,
|
1547 |
+
"grad_norm": 0.45655426220241163,
|
1548 |
+
"learning_rate": 1.4033009983067454e-06,
|
1549 |
+
"loss": 0.5492,
|
1550 |
+
"step": 220
|
1551 |
+
},
|
1552 |
+
{
|
1553 |
+
"epoch": 3.8771929824561404,
|
1554 |
+
"grad_norm": 0.4399760432036042,
|
1555 |
+
"learning_rate": 1.3631317921347564e-06,
|
1556 |
+
"loss": 0.6375,
|
1557 |
+
"step": 221
|
1558 |
+
},
|
1559 |
+
{
|
1560 |
+
"epoch": 3.8947368421052633,
|
1561 |
+
"grad_norm": 0.5439997575999478,
|
1562 |
+
"learning_rate": 1.3234549597008572e-06,
|
1563 |
+
"loss": 0.6291,
|
1564 |
+
"step": 222
|
1565 |
+
},
|
1566 |
+
{
|
1567 |
+
"epoch": 3.912280701754386,
|
1568 |
+
"grad_norm": 0.41449228900459967,
|
1569 |
+
"learning_rate": 1.2842758726130283e-06,
|
1570 |
+
"loss": 0.5616,
|
1571 |
+
"step": 223
|
1572 |
+
},
|
1573 |
+
{
|
1574 |
+
"epoch": 3.9298245614035086,
|
1575 |
+
"grad_norm": 0.5927173476590777,
|
1576 |
+
"learning_rate": 1.2455998350925042e-06,
|
1577 |
+
"loss": 0.5756,
|
1578 |
+
"step": 224
|
1579 |
+
},
|
1580 |
+
{
|
1581 |
+
"epoch": 3.9473684210526314,
|
1582 |
+
"grad_norm": 0.5309053645487309,
|
1583 |
+
"learning_rate": 1.2074320832556558e-06,
|
1584 |
+
"loss": 0.6774,
|
1585 |
+
"step": 225
|
1586 |
+
},
|
1587 |
+
{
|
1588 |
+
"epoch": 3.9649122807017543,
|
1589 |
+
"grad_norm": 0.6803116781756926,
|
1590 |
+
"learning_rate": 1.1697777844051105e-06,
|
1591 |
+
"loss": 0.65,
|
1592 |
+
"step": 226
|
1593 |
+
},
|
1594 |
+
{
|
1595 |
+
"epoch": 3.982456140350877,
|
1596 |
+
"grad_norm": 0.5497151811664531,
|
1597 |
+
"learning_rate": 1.132642036330181e-06,
|
1598 |
+
"loss": 0.673,
|
1599 |
+
"step": 227
|
1600 |
+
},
|
1601 |
+
{
|
1602 |
+
"epoch": 4.0,
|
1603 |
+
"grad_norm": 0.521937596996345,
|
1604 |
+
"learning_rate": 1.096029866616704e-06,
|
1605 |
+
"loss": 0.5678,
|
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:297d9b63058dba7a150b243742f94a93914859f46dfa5e504fc6f028978c0739
|
3 |
+
size 8145
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|