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 +2029 -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:b1efd4f290b5b91fb72d5873f1d77cbc69dd43a993222c7f1513ad3ab01cd7a5
|
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:fa6e3fa7cb9fc03746884f4d3550fcdcbf05072fcb5849ff85bd0009eb0e848b
|
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:ec5b50d55a63e7c71c8887c74ca9cdab69819f0d8e290b28593a0825e9029387
|
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:c4c7e6e73e3e31a649e7e173ca0037c25b1588244fb94b4e70122c2e18bcf9f6
|
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:de06482521655933971f5fe2555422707b1e2b74939e3fdd993fa9fc5006a1eb
|
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:16fa817f4831a0ae36acf2c85517ce81e1bcce8020f1f9b445e083ca7885c7ba
|
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:212a304bd61d6501344c6cd0afccd0aafbfd1a1c6b2e6773a74be10da9e768cc
|
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:0a91d882fae6048cb06565cbbea1ac43dfb16315d2b5404ef154a5b4b5311cd1
|
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:2b902f94ba942aa1111d699b11dcf7dac39967a41040d2c9a29a38285758d45c
|
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:cf4666206817216eaadee888739f3ed88959646959caf10456390706335a0477
|
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:c0f0df16eff1010f540ef20b0ee1b55f14ebdc5d287f71c6b10bc2cd8913f734
|
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:fb1ed9e32cfb3919e4daf7a7bfefd3029ae0d8f89d9d5b0289762c6973a8dc04
|
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:42882d983f94c89459124b010ccb895cb3e304d33e6d7be098121d0fa3a69fe1
|
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,2029 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": null,
|
3 |
+
"best_metric": null,
|
4 |
+
"best_model_checkpoint": null,
|
5 |
+
"epoch": 5.0,
|
6 |
+
"eval_steps": 500,
|
7 |
+
"global_step": 285,
|
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.256555232517452,
|
15 |
+
"learning_rate": 0.0,
|
16 |
+
"loss": 0.8483,
|
17 |
+
"step": 1
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.03508771929824561,
|
21 |
+
"grad_norm": 2.205270245564155,
|
22 |
+
"learning_rate": 6.666666666666667e-07,
|
23 |
+
"loss": 0.8765,
|
24 |
+
"step": 2
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.05263157894736842,
|
28 |
+
"grad_norm": 2.361805594728836,
|
29 |
+
"learning_rate": 1.3333333333333334e-06,
|
30 |
+
"loss": 1.0209,
|
31 |
+
"step": 3
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.07017543859649122,
|
35 |
+
"grad_norm": 2.481606951567156,
|
36 |
+
"learning_rate": 2.0000000000000003e-06,
|
37 |
+
"loss": 1.062,
|
38 |
+
"step": 4
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.08771929824561403,
|
42 |
+
"grad_norm": 1.923229005445868,
|
43 |
+
"learning_rate": 2.666666666666667e-06,
|
44 |
+
"loss": 0.8564,
|
45 |
+
"step": 5
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.10526315789473684,
|
49 |
+
"grad_norm": 2.1103374249725833,
|
50 |
+
"learning_rate": 3.3333333333333333e-06,
|
51 |
+
"loss": 1.0082,
|
52 |
+
"step": 6
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.12280701754385964,
|
56 |
+
"grad_norm": 1.9672661474560547,
|
57 |
+
"learning_rate": 4.000000000000001e-06,
|
58 |
+
"loss": 0.9978,
|
59 |
+
"step": 7
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.14035087719298245,
|
63 |
+
"grad_norm": 1.810080319596374,
|
64 |
+
"learning_rate": 4.666666666666667e-06,
|
65 |
+
"loss": 0.9468,
|
66 |
+
"step": 8
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.15789473684210525,
|
70 |
+
"grad_norm": 2.2501314657852776,
|
71 |
+
"learning_rate": 5.333333333333334e-06,
|
72 |
+
"loss": 0.9614,
|
73 |
+
"step": 9
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.17543859649122806,
|
77 |
+
"grad_norm": 1.3827469830753207,
|
78 |
+
"learning_rate": 6e-06,
|
79 |
+
"loss": 0.9873,
|
80 |
+
"step": 10
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.19298245614035087,
|
84 |
+
"grad_norm": 1.5862884873258083,
|
85 |
+
"learning_rate": 6.666666666666667e-06,
|
86 |
+
"loss": 1.0305,
|
87 |
+
"step": 11
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.21052631578947367,
|
91 |
+
"grad_norm": 1.57454716689858,
|
92 |
+
"learning_rate": 7.333333333333333e-06,
|
93 |
+
"loss": 0.9006,
|
94 |
+
"step": 12
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.22807017543859648,
|
98 |
+
"grad_norm": 1.5638780668313408,
|
99 |
+
"learning_rate": 8.000000000000001e-06,
|
100 |
+
"loss": 0.936,
|
101 |
+
"step": 13
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.24561403508771928,
|
105 |
+
"grad_norm": 1.5588053318143216,
|
106 |
+
"learning_rate": 8.666666666666668e-06,
|
107 |
+
"loss": 0.9131,
|
108 |
+
"step": 14
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.2631578947368421,
|
112 |
+
"grad_norm": 1.2968184983553472,
|
113 |
+
"learning_rate": 9.333333333333334e-06,
|
114 |
+
"loss": 0.9716,
|
115 |
+
"step": 15
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.2807017543859649,
|
119 |
+
"grad_norm": 1.3213006637878912,
|
120 |
+
"learning_rate": 1e-05,
|
121 |
+
"loss": 0.922,
|
122 |
+
"step": 16
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.2982456140350877,
|
126 |
+
"grad_norm": 1.4807190056139585,
|
127 |
+
"learning_rate": 9.999661540018812e-06,
|
128 |
+
"loss": 1.0189,
|
129 |
+
"step": 17
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.3157894736842105,
|
133 |
+
"grad_norm": 1.7897441321489662,
|
134 |
+
"learning_rate": 9.99864620589731e-06,
|
135 |
+
"loss": 0.903,
|
136 |
+
"step": 18
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.3333333333333333,
|
140 |
+
"grad_norm": 1.1554720466501127,
|
141 |
+
"learning_rate": 9.99695413509548e-06,
|
142 |
+
"loss": 0.9231,
|
143 |
+
"step": 19
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.3508771929824561,
|
147 |
+
"grad_norm": 1.0430048166465928,
|
148 |
+
"learning_rate": 9.994585556692624e-06,
|
149 |
+
"loss": 0.9584,
|
150 |
+
"step": 20
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.3684210526315789,
|
154 |
+
"grad_norm": 0.8734173643171832,
|
155 |
+
"learning_rate": 9.991540791356342e-06,
|
156 |
+
"loss": 0.8954,
|
157 |
+
"step": 21
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.38596491228070173,
|
161 |
+
"grad_norm": 0.8505715098348454,
|
162 |
+
"learning_rate": 9.987820251299121e-06,
|
163 |
+
"loss": 0.7634,
|
164 |
+
"step": 22
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 0.40350877192982454,
|
168 |
+
"grad_norm": 0.932431362896424,
|
169 |
+
"learning_rate": 9.98342444022253e-06,
|
170 |
+
"loss": 0.8972,
|
171 |
+
"step": 23
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.42105263157894735,
|
175 |
+
"grad_norm": 0.994313791348145,
|
176 |
+
"learning_rate": 9.978353953249023e-06,
|
177 |
+
"loss": 0.7951,
|
178 |
+
"step": 24
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 0.43859649122807015,
|
182 |
+
"grad_norm": 0.8497211408850255,
|
183 |
+
"learning_rate": 9.972609476841368e-06,
|
184 |
+
"loss": 0.9234,
|
185 |
+
"step": 25
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.45614035087719296,
|
189 |
+
"grad_norm": 0.9190618422149534,
|
190 |
+
"learning_rate": 9.966191788709716e-06,
|
191 |
+
"loss": 0.8877,
|
192 |
+
"step": 26
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 0.47368421052631576,
|
196 |
+
"grad_norm": 0.8415994406297493,
|
197 |
+
"learning_rate": 9.959101757706308e-06,
|
198 |
+
"loss": 0.8086,
|
199 |
+
"step": 27
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"epoch": 0.49122807017543857,
|
203 |
+
"grad_norm": 0.742782382735312,
|
204 |
+
"learning_rate": 9.951340343707852e-06,
|
205 |
+
"loss": 0.8769,
|
206 |
+
"step": 28
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 0.5087719298245614,
|
210 |
+
"grad_norm": 0.6160964124153906,
|
211 |
+
"learning_rate": 9.942908597485558e-06,
|
212 |
+
"loss": 0.8978,
|
213 |
+
"step": 29
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.5263157894736842,
|
217 |
+
"grad_norm": 0.5976609614605858,
|
218 |
+
"learning_rate": 9.933807660562898e-06,
|
219 |
+
"loss": 0.7837,
|
220 |
+
"step": 30
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 0.543859649122807,
|
224 |
+
"grad_norm": 0.5560568208246192,
|
225 |
+
"learning_rate": 9.924038765061042e-06,
|
226 |
+
"loss": 0.8396,
|
227 |
+
"step": 31
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 0.5614035087719298,
|
231 |
+
"grad_norm": 0.5836679513268156,
|
232 |
+
"learning_rate": 9.913603233532067e-06,
|
233 |
+
"loss": 0.7701,
|
234 |
+
"step": 32
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.5789473684210527,
|
238 |
+
"grad_norm": 0.7645333976719451,
|
239 |
+
"learning_rate": 9.902502478779897e-06,
|
240 |
+
"loss": 0.8688,
|
241 |
+
"step": 33
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.5964912280701754,
|
245 |
+
"grad_norm": 0.7612685741039715,
|
246 |
+
"learning_rate": 9.890738003669029e-06,
|
247 |
+
"loss": 0.9675,
|
248 |
+
"step": 34
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 0.6140350877192983,
|
252 |
+
"grad_norm": 0.6672122472693547,
|
253 |
+
"learning_rate": 9.878311400921072e-06,
|
254 |
+
"loss": 0.8122,
|
255 |
+
"step": 35
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 0.631578947368421,
|
259 |
+
"grad_norm": 0.6198318849807769,
|
260 |
+
"learning_rate": 9.86522435289912e-06,
|
261 |
+
"loss": 0.8276,
|
262 |
+
"step": 36
|
263 |
+
},
|
264 |
+
{
|
265 |
+
"epoch": 0.6491228070175439,
|
266 |
+
"grad_norm": 0.5915273774198798,
|
267 |
+
"learning_rate": 9.851478631379982e-06,
|
268 |
+
"loss": 0.862,
|
269 |
+
"step": 37
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"epoch": 0.6666666666666666,
|
273 |
+
"grad_norm": 0.7597701986857002,
|
274 |
+
"learning_rate": 9.83707609731432e-06,
|
275 |
+
"loss": 0.8755,
|
276 |
+
"step": 38
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 0.6842105263157895,
|
280 |
+
"grad_norm": 0.6165755211119401,
|
281 |
+
"learning_rate": 9.822018700574696e-06,
|
282 |
+
"loss": 0.898,
|
283 |
+
"step": 39
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"epoch": 0.7017543859649122,
|
287 |
+
"grad_norm": 0.546722974197266,
|
288 |
+
"learning_rate": 9.806308479691595e-06,
|
289 |
+
"loss": 0.8637,
|
290 |
+
"step": 40
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 0.7192982456140351,
|
294 |
+
"grad_norm": 0.5624327518167074,
|
295 |
+
"learning_rate": 9.789947561577445e-06,
|
296 |
+
"loss": 0.8685,
|
297 |
+
"step": 41
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.7368421052631579,
|
301 |
+
"grad_norm": 0.5747062370239466,
|
302 |
+
"learning_rate": 9.77293816123866e-06,
|
303 |
+
"loss": 0.8039,
|
304 |
+
"step": 42
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 0.7543859649122807,
|
308 |
+
"grad_norm": 0.5540954371595526,
|
309 |
+
"learning_rate": 9.755282581475769e-06,
|
310 |
+
"loss": 0.8365,
|
311 |
+
"step": 43
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"epoch": 0.7719298245614035,
|
315 |
+
"grad_norm": 0.5678372679311994,
|
316 |
+
"learning_rate": 9.736983212571646e-06,
|
317 |
+
"loss": 0.7528,
|
318 |
+
"step": 44
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"epoch": 0.7894736842105263,
|
322 |
+
"grad_norm": 0.5498130339645014,
|
323 |
+
"learning_rate": 9.718042531967918e-06,
|
324 |
+
"loss": 0.8692,
|
325 |
+
"step": 45
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"epoch": 0.8070175438596491,
|
329 |
+
"grad_norm": 0.723915088763488,
|
330 |
+
"learning_rate": 9.698463103929542e-06,
|
331 |
+
"loss": 0.8465,
|
332 |
+
"step": 46
|
333 |
+
},
|
334 |
+
{
|
335 |
+
"epoch": 0.8245614035087719,
|
336 |
+
"grad_norm": 0.5693533968278255,
|
337 |
+
"learning_rate": 9.678247579197658e-06,
|
338 |
+
"loss": 0.8505,
|
339 |
+
"step": 47
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.8421052631578947,
|
343 |
+
"grad_norm": 0.444847109914399,
|
344 |
+
"learning_rate": 9.657398694630713e-06,
|
345 |
+
"loss": 0.8346,
|
346 |
+
"step": 48
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 0.8596491228070176,
|
350 |
+
"grad_norm": 0.5481527250136425,
|
351 |
+
"learning_rate": 9.635919272833938e-06,
|
352 |
+
"loss": 0.9264,
|
353 |
+
"step": 49
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 0.8771929824561403,
|
357 |
+
"grad_norm": 0.4850156760944371,
|
358 |
+
"learning_rate": 9.613812221777212e-06,
|
359 |
+
"loss": 0.6667,
|
360 |
+
"step": 50
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"epoch": 0.8947368421052632,
|
364 |
+
"grad_norm": 0.5196718609108957,
|
365 |
+
"learning_rate": 9.591080534401371e-06,
|
366 |
+
"loss": 0.8957,
|
367 |
+
"step": 51
|
368 |
+
},
|
369 |
+
{
|
370 |
+
"epoch": 0.9122807017543859,
|
371 |
+
"grad_norm": 0.5280436158388971,
|
372 |
+
"learning_rate": 9.567727288213005e-06,
|
373 |
+
"loss": 0.8639,
|
374 |
+
"step": 52
|
375 |
+
},
|
376 |
+
{
|
377 |
+
"epoch": 0.9298245614035088,
|
378 |
+
"grad_norm": 0.5997684565130753,
|
379 |
+
"learning_rate": 9.543755644867823e-06,
|
380 |
+
"loss": 0.8164,
|
381 |
+
"step": 53
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 0.9473684210526315,
|
385 |
+
"grad_norm": 0.5103541862955409,
|
386 |
+
"learning_rate": 9.519168849742603e-06,
|
387 |
+
"loss": 0.7713,
|
388 |
+
"step": 54
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"epoch": 0.9649122807017544,
|
392 |
+
"grad_norm": 0.5148641741360179,
|
393 |
+
"learning_rate": 9.493970231495836e-06,
|
394 |
+
"loss": 0.8101,
|
395 |
+
"step": 55
|
396 |
+
},
|
397 |
+
{
|
398 |
+
"epoch": 0.9824561403508771,
|
399 |
+
"grad_norm": 0.46692510221358374,
|
400 |
+
"learning_rate": 9.468163201617063e-06,
|
401 |
+
"loss": 0.8216,
|
402 |
+
"step": 56
|
403 |
+
},
|
404 |
+
{
|
405 |
+
"epoch": 1.0,
|
406 |
+
"grad_norm": 0.666709235115788,
|
407 |
+
"learning_rate": 9.441751253965022e-06,
|
408 |
+
"loss": 0.7334,
|
409 |
+
"step": 57
|
410 |
+
},
|
411 |
+
{
|
412 |
+
"epoch": 1.0175438596491229,
|
413 |
+
"grad_norm": 0.5936450769507504,
|
414 |
+
"learning_rate": 9.414737964294636e-06,
|
415 |
+
"loss": 0.8429,
|
416 |
+
"step": 58
|
417 |
+
},
|
418 |
+
{
|
419 |
+
"epoch": 1.0350877192982457,
|
420 |
+
"grad_norm": 0.5402515184573428,
|
421 |
+
"learning_rate": 9.38712698977291e-06,
|
422 |
+
"loss": 0.7318,
|
423 |
+
"step": 59
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"epoch": 1.0526315789473684,
|
427 |
+
"grad_norm": 0.9071602417358279,
|
428 |
+
"learning_rate": 9.358922068483813e-06,
|
429 |
+
"loss": 0.8178,
|
430 |
+
"step": 60
|
431 |
+
},
|
432 |
+
{
|
433 |
+
"epoch": 1.0701754385964912,
|
434 |
+
"grad_norm": 0.5181420637496472,
|
435 |
+
"learning_rate": 9.330127018922195e-06,
|
436 |
+
"loss": 0.6926,
|
437 |
+
"step": 61
|
438 |
+
},
|
439 |
+
{
|
440 |
+
"epoch": 1.087719298245614,
|
441 |
+
"grad_norm": 0.516304628920244,
|
442 |
+
"learning_rate": 9.30074573947683e-06,
|
443 |
+
"loss": 0.7764,
|
444 |
+
"step": 62
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"epoch": 1.1052631578947367,
|
448 |
+
"grad_norm": 0.6092031389895063,
|
449 |
+
"learning_rate": 9.27078220790263e-06,
|
450 |
+
"loss": 0.804,
|
451 |
+
"step": 63
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"epoch": 1.1228070175438596,
|
455 |
+
"grad_norm": 0.5739882837391556,
|
456 |
+
"learning_rate": 9.24024048078213e-06,
|
457 |
+
"loss": 0.7961,
|
458 |
+
"step": 64
|
459 |
+
},
|
460 |
+
{
|
461 |
+
"epoch": 1.1403508771929824,
|
462 |
+
"grad_norm": 0.4850959044650596,
|
463 |
+
"learning_rate": 9.209124692976287e-06,
|
464 |
+
"loss": 0.719,
|
465 |
+
"step": 65
|
466 |
+
},
|
467 |
+
{
|
468 |
+
"epoch": 1.1578947368421053,
|
469 |
+
"grad_norm": 0.5269909739571422,
|
470 |
+
"learning_rate": 9.177439057064684e-06,
|
471 |
+
"loss": 0.7205,
|
472 |
+
"step": 66
|
473 |
+
},
|
474 |
+
{
|
475 |
+
"epoch": 1.1754385964912282,
|
476 |
+
"grad_norm": 0.5314922201966987,
|
477 |
+
"learning_rate": 9.145187862775208e-06,
|
478 |
+
"loss": 0.7181,
|
479 |
+
"step": 67
|
480 |
+
},
|
481 |
+
{
|
482 |
+
"epoch": 1.1929824561403508,
|
483 |
+
"grad_norm": 0.4899793932301242,
|
484 |
+
"learning_rate": 9.112375476403313e-06,
|
485 |
+
"loss": 0.7646,
|
486 |
+
"step": 68
|
487 |
+
},
|
488 |
+
{
|
489 |
+
"epoch": 1.2105263157894737,
|
490 |
+
"grad_norm": 0.5480170596915535,
|
491 |
+
"learning_rate": 9.079006340220862e-06,
|
492 |
+
"loss": 0.8132,
|
493 |
+
"step": 69
|
494 |
+
},
|
495 |
+
{
|
496 |
+
"epoch": 1.2280701754385965,
|
497 |
+
"grad_norm": 0.5344703713427396,
|
498 |
+
"learning_rate": 9.045084971874738e-06,
|
499 |
+
"loss": 0.7621,
|
500 |
+
"step": 70
|
501 |
+
},
|
502 |
+
{
|
503 |
+
"epoch": 1.2456140350877192,
|
504 |
+
"grad_norm": 0.5142366314984944,
|
505 |
+
"learning_rate": 9.01061596377522e-06,
|
506 |
+
"loss": 0.8121,
|
507 |
+
"step": 71
|
508 |
+
},
|
509 |
+
{
|
510 |
+
"epoch": 1.263157894736842,
|
511 |
+
"grad_norm": 0.5877062225708843,
|
512 |
+
"learning_rate": 8.97560398247424e-06,
|
513 |
+
"loss": 0.7764,
|
514 |
+
"step": 72
|
515 |
+
},
|
516 |
+
{
|
517 |
+
"epoch": 1.280701754385965,
|
518 |
+
"grad_norm": 0.5275593499501555,
|
519 |
+
"learning_rate": 8.94005376803361e-06,
|
520 |
+
"loss": 0.7774,
|
521 |
+
"step": 73
|
522 |
+
},
|
523 |
+
{
|
524 |
+
"epoch": 1.2982456140350878,
|
525 |
+
"grad_norm": 0.49685789720182055,
|
526 |
+
"learning_rate": 8.903970133383297e-06,
|
527 |
+
"loss": 0.6981,
|
528 |
+
"step": 74
|
529 |
+
},
|
530 |
+
{
|
531 |
+
"epoch": 1.3157894736842106,
|
532 |
+
"grad_norm": 0.475321792037016,
|
533 |
+
"learning_rate": 8.867357963669821e-06,
|
534 |
+
"loss": 0.8256,
|
535 |
+
"step": 75
|
536 |
+
},
|
537 |
+
{
|
538 |
+
"epoch": 1.3333333333333333,
|
539 |
+
"grad_norm": 0.4843848014144311,
|
540 |
+
"learning_rate": 8.83022221559489e-06,
|
541 |
+
"loss": 0.7196,
|
542 |
+
"step": 76
|
543 |
+
},
|
544 |
+
{
|
545 |
+
"epoch": 1.3508771929824561,
|
546 |
+
"grad_norm": 1.496794429410156,
|
547 |
+
"learning_rate": 8.792567916744346e-06,
|
548 |
+
"loss": 0.6912,
|
549 |
+
"step": 77
|
550 |
+
},
|
551 |
+
{
|
552 |
+
"epoch": 1.368421052631579,
|
553 |
+
"grad_norm": 0.6153325721376482,
|
554 |
+
"learning_rate": 8.754400164907496e-06,
|
555 |
+
"loss": 0.811,
|
556 |
+
"step": 78
|
557 |
+
},
|
558 |
+
{
|
559 |
+
"epoch": 1.3859649122807016,
|
560 |
+
"grad_norm": 0.6721942051923293,
|
561 |
+
"learning_rate": 8.715724127386971e-06,
|
562 |
+
"loss": 0.7933,
|
563 |
+
"step": 79
|
564 |
+
},
|
565 |
+
{
|
566 |
+
"epoch": 1.4035087719298245,
|
567 |
+
"grad_norm": 0.5030720500009336,
|
568 |
+
"learning_rate": 8.676545040299145e-06,
|
569 |
+
"loss": 0.743,
|
570 |
+
"step": 80
|
571 |
+
},
|
572 |
+
{
|
573 |
+
"epoch": 1.4210526315789473,
|
574 |
+
"grad_norm": 0.5538931248913758,
|
575 |
+
"learning_rate": 8.636868207865244e-06,
|
576 |
+
"loss": 0.767,
|
577 |
+
"step": 81
|
578 |
+
},
|
579 |
+
{
|
580 |
+
"epoch": 1.4385964912280702,
|
581 |
+
"grad_norm": 0.5337323807177417,
|
582 |
+
"learning_rate": 8.596699001693257e-06,
|
583 |
+
"loss": 0.7524,
|
584 |
+
"step": 82
|
585 |
+
},
|
586 |
+
{
|
587 |
+
"epoch": 1.456140350877193,
|
588 |
+
"grad_norm": 0.5308647219753817,
|
589 |
+
"learning_rate": 8.556042860050686e-06,
|
590 |
+
"loss": 0.6872,
|
591 |
+
"step": 83
|
592 |
+
},
|
593 |
+
{
|
594 |
+
"epoch": 1.4736842105263157,
|
595 |
+
"grad_norm": 0.47526293846704515,
|
596 |
+
"learning_rate": 8.51490528712831e-06,
|
597 |
+
"loss": 0.6151,
|
598 |
+
"step": 84
|
599 |
+
},
|
600 |
+
{
|
601 |
+
"epoch": 1.4912280701754386,
|
602 |
+
"grad_norm": 0.5167817753474783,
|
603 |
+
"learning_rate": 8.473291852294986e-06,
|
604 |
+
"loss": 0.7717,
|
605 |
+
"step": 85
|
606 |
+
},
|
607 |
+
{
|
608 |
+
"epoch": 1.5087719298245614,
|
609 |
+
"grad_norm": 0.581779409307219,
|
610 |
+
"learning_rate": 8.43120818934367e-06,
|
611 |
+
"loss": 0.7539,
|
612 |
+
"step": 86
|
613 |
+
},
|
614 |
+
{
|
615 |
+
"epoch": 1.526315789473684,
|
616 |
+
"grad_norm": 0.46750024633090104,
|
617 |
+
"learning_rate": 8.388659995728662e-06,
|
618 |
+
"loss": 0.8867,
|
619 |
+
"step": 87
|
620 |
+
},
|
621 |
+
{
|
622 |
+
"epoch": 1.543859649122807,
|
623 |
+
"grad_norm": 0.7775428447931367,
|
624 |
+
"learning_rate": 8.345653031794292e-06,
|
625 |
+
"loss": 0.7715,
|
626 |
+
"step": 88
|
627 |
+
},
|
628 |
+
{
|
629 |
+
"epoch": 1.5614035087719298,
|
630 |
+
"grad_norm": 0.45420868791461705,
|
631 |
+
"learning_rate": 8.302193119995038e-06,
|
632 |
+
"loss": 0.8097,
|
633 |
+
"step": 89
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"epoch": 1.5789473684210527,
|
637 |
+
"grad_norm": 0.5734514921428913,
|
638 |
+
"learning_rate": 8.258286144107277e-06,
|
639 |
+
"loss": 0.7128,
|
640 |
+
"step": 90
|
641 |
+
},
|
642 |
+
{
|
643 |
+
"epoch": 1.5964912280701755,
|
644 |
+
"grad_norm": 0.5283496931762547,
|
645 |
+
"learning_rate": 8.213938048432697e-06,
|
646 |
+
"loss": 0.7471,
|
647 |
+
"step": 91
|
648 |
+
},
|
649 |
+
{
|
650 |
+
"epoch": 1.6140350877192984,
|
651 |
+
"grad_norm": 0.9000918883180169,
|
652 |
+
"learning_rate": 8.16915483699355e-06,
|
653 |
+
"loss": 0.7585,
|
654 |
+
"step": 92
|
655 |
+
},
|
656 |
+
{
|
657 |
+
"epoch": 1.631578947368421,
|
658 |
+
"grad_norm": 0.42473651420290276,
|
659 |
+
"learning_rate": 8.123942572719801e-06,
|
660 |
+
"loss": 0.6968,
|
661 |
+
"step": 93
|
662 |
+
},
|
663 |
+
{
|
664 |
+
"epoch": 1.6491228070175439,
|
665 |
+
"grad_norm": 0.4566134251259284,
|
666 |
+
"learning_rate": 8.078307376628292e-06,
|
667 |
+
"loss": 0.703,
|
668 |
+
"step": 94
|
669 |
+
},
|
670 |
+
{
|
671 |
+
"epoch": 1.6666666666666665,
|
672 |
+
"grad_norm": 0.5418186278604009,
|
673 |
+
"learning_rate": 8.032255426994069e-06,
|
674 |
+
"loss": 0.8007,
|
675 |
+
"step": 95
|
676 |
+
},
|
677 |
+
{
|
678 |
+
"epoch": 1.6842105263157894,
|
679 |
+
"grad_norm": 0.5733519308896541,
|
680 |
+
"learning_rate": 7.985792958513932e-06,
|
681 |
+
"loss": 0.7076,
|
682 |
+
"step": 96
|
683 |
+
},
|
684 |
+
{
|
685 |
+
"epoch": 1.7017543859649122,
|
686 |
+
"grad_norm": 0.5094945171963646,
|
687 |
+
"learning_rate": 7.938926261462366e-06,
|
688 |
+
"loss": 0.8732,
|
689 |
+
"step": 97
|
690 |
+
},
|
691 |
+
{
|
692 |
+
"epoch": 1.719298245614035,
|
693 |
+
"grad_norm": 0.4620218725432511,
|
694 |
+
"learning_rate": 7.891661680839932e-06,
|
695 |
+
"loss": 0.7513,
|
696 |
+
"step": 98
|
697 |
+
},
|
698 |
+
{
|
699 |
+
"epoch": 1.736842105263158,
|
700 |
+
"grad_norm": 1.7222136001410835,
|
701 |
+
"learning_rate": 7.84400561551426e-06,
|
702 |
+
"loss": 0.7866,
|
703 |
+
"step": 99
|
704 |
+
},
|
705 |
+
{
|
706 |
+
"epoch": 1.7543859649122808,
|
707 |
+
"grad_norm": 0.485528858744073,
|
708 |
+
"learning_rate": 7.795964517353734e-06,
|
709 |
+
"loss": 0.7314,
|
710 |
+
"step": 100
|
711 |
+
},
|
712 |
+
{
|
713 |
+
"epoch": 1.7719298245614035,
|
714 |
+
"grad_norm": 0.5534357225495664,
|
715 |
+
"learning_rate": 7.747544890354031e-06,
|
716 |
+
"loss": 0.8004,
|
717 |
+
"step": 101
|
718 |
+
},
|
719 |
+
{
|
720 |
+
"epoch": 1.7894736842105263,
|
721 |
+
"grad_norm": 0.4372744352751169,
|
722 |
+
"learning_rate": 7.698753289757565e-06,
|
723 |
+
"loss": 0.7979,
|
724 |
+
"step": 102
|
725 |
+
},
|
726 |
+
{
|
727 |
+
"epoch": 1.807017543859649,
|
728 |
+
"grad_norm": 0.5308017997290465,
|
729 |
+
"learning_rate": 7.649596321166024e-06,
|
730 |
+
"loss": 0.8179,
|
731 |
+
"step": 103
|
732 |
+
},
|
733 |
+
{
|
734 |
+
"epoch": 1.8245614035087718,
|
735 |
+
"grad_norm": 0.4838905935160564,
|
736 |
+
"learning_rate": 7.600080639646077e-06,
|
737 |
+
"loss": 0.6699,
|
738 |
+
"step": 104
|
739 |
+
},
|
740 |
+
{
|
741 |
+
"epoch": 1.8421052631578947,
|
742 |
+
"grad_norm": 0.4911437146733649,
|
743 |
+
"learning_rate": 7.550212948828377e-06,
|
744 |
+
"loss": 0.6439,
|
745 |
+
"step": 105
|
746 |
+
},
|
747 |
+
{
|
748 |
+
"epoch": 1.8596491228070176,
|
749 |
+
"grad_norm": 0.6771983179775685,
|
750 |
+
"learning_rate": 7.500000000000001e-06,
|
751 |
+
"loss": 0.8343,
|
752 |
+
"step": 106
|
753 |
+
},
|
754 |
+
{
|
755 |
+
"epoch": 1.8771929824561404,
|
756 |
+
"grad_norm": 0.5801932125189808,
|
757 |
+
"learning_rate": 7.449448591190436e-06,
|
758 |
+
"loss": 0.7647,
|
759 |
+
"step": 107
|
760 |
+
},
|
761 |
+
{
|
762 |
+
"epoch": 1.8947368421052633,
|
763 |
+
"grad_norm": 0.4957701647602047,
|
764 |
+
"learning_rate": 7.398565566251232e-06,
|
765 |
+
"loss": 0.786,
|
766 |
+
"step": 108
|
767 |
+
},
|
768 |
+
{
|
769 |
+
"epoch": 1.912280701754386,
|
770 |
+
"grad_norm": 0.5454933024553883,
|
771 |
+
"learning_rate": 7.347357813929455e-06,
|
772 |
+
"loss": 0.7003,
|
773 |
+
"step": 109
|
774 |
+
},
|
775 |
+
{
|
776 |
+
"epoch": 1.9298245614035088,
|
777 |
+
"grad_norm": 0.5365025981976435,
|
778 |
+
"learning_rate": 7.295832266935059e-06,
|
779 |
+
"loss": 0.8062,
|
780 |
+
"step": 110
|
781 |
+
},
|
782 |
+
{
|
783 |
+
"epoch": 1.9473684210526314,
|
784 |
+
"grad_norm": 0.4783223450378368,
|
785 |
+
"learning_rate": 7.243995901002312e-06,
|
786 |
+
"loss": 0.8047,
|
787 |
+
"step": 111
|
788 |
+
},
|
789 |
+
{
|
790 |
+
"epoch": 1.9649122807017543,
|
791 |
+
"grad_norm": 0.5409575330711582,
|
792 |
+
"learning_rate": 7.191855733945388e-06,
|
793 |
+
"loss": 0.7754,
|
794 |
+
"step": 112
|
795 |
+
},
|
796 |
+
{
|
797 |
+
"epoch": 1.9824561403508771,
|
798 |
+
"grad_norm": 0.5248042146794984,
|
799 |
+
"learning_rate": 7.1394188247082715e-06,
|
800 |
+
"loss": 0.8502,
|
801 |
+
"step": 113
|
802 |
+
},
|
803 |
+
{
|
804 |
+
"epoch": 2.0,
|
805 |
+
"grad_norm": 0.6120193413387582,
|
806 |
+
"learning_rate": 7.08669227240909e-06,
|
807 |
+
"loss": 0.7556,
|
808 |
+
"step": 114
|
809 |
+
},
|
810 |
+
{
|
811 |
+
"epoch": 2.017543859649123,
|
812 |
+
"grad_norm": 0.7361501613223079,
|
813 |
+
"learning_rate": 7.033683215379002e-06,
|
814 |
+
"loss": 0.6339,
|
815 |
+
"step": 115
|
816 |
+
},
|
817 |
+
{
|
818 |
+
"epoch": 2.0350877192982457,
|
819 |
+
"grad_norm": 0.48612283438006465,
|
820 |
+
"learning_rate": 6.980398830195785e-06,
|
821 |
+
"loss": 0.6751,
|
822 |
+
"step": 116
|
823 |
+
},
|
824 |
+
{
|
825 |
+
"epoch": 2.0526315789473686,
|
826 |
+
"grad_norm": 0.5765386286901503,
|
827 |
+
"learning_rate": 6.9268463307122425e-06,
|
828 |
+
"loss": 0.8533,
|
829 |
+
"step": 117
|
830 |
+
},
|
831 |
+
{
|
832 |
+
"epoch": 2.0701754385964914,
|
833 |
+
"grad_norm": 0.9475302064536593,
|
834 |
+
"learning_rate": 6.873032967079562e-06,
|
835 |
+
"loss": 0.7152,
|
836 |
+
"step": 118
|
837 |
+
},
|
838 |
+
{
|
839 |
+
"epoch": 2.087719298245614,
|
840 |
+
"grad_norm": 0.6816783523524951,
|
841 |
+
"learning_rate": 6.818966024765758e-06,
|
842 |
+
"loss": 0.695,
|
843 |
+
"step": 119
|
844 |
+
},
|
845 |
+
{
|
846 |
+
"epoch": 2.1052631578947367,
|
847 |
+
"grad_norm": 0.5184803763146616,
|
848 |
+
"learning_rate": 6.7646528235693445e-06,
|
849 |
+
"loss": 0.6766,
|
850 |
+
"step": 120
|
851 |
+
},
|
852 |
+
{
|
853 |
+
"epoch": 2.1228070175438596,
|
854 |
+
"grad_norm": 0.6330699863361179,
|
855 |
+
"learning_rate": 6.710100716628345e-06,
|
856 |
+
"loss": 0.6686,
|
857 |
+
"step": 121
|
858 |
+
},
|
859 |
+
{
|
860 |
+
"epoch": 2.1403508771929824,
|
861 |
+
"grad_norm": 0.7947009956832388,
|
862 |
+
"learning_rate": 6.655317089424791e-06,
|
863 |
+
"loss": 0.6232,
|
864 |
+
"step": 122
|
865 |
+
},
|
866 |
+
{
|
867 |
+
"epoch": 2.1578947368421053,
|
868 |
+
"grad_norm": 0.5853439741927821,
|
869 |
+
"learning_rate": 6.600309358784858e-06,
|
870 |
+
"loss": 0.7714,
|
871 |
+
"step": 123
|
872 |
+
},
|
873 |
+
{
|
874 |
+
"epoch": 2.175438596491228,
|
875 |
+
"grad_norm": 0.5106179636862447,
|
876 |
+
"learning_rate": 6.545084971874738e-06,
|
877 |
+
"loss": 0.6707,
|
878 |
+
"step": 124
|
879 |
+
},
|
880 |
+
{
|
881 |
+
"epoch": 2.192982456140351,
|
882 |
+
"grad_norm": 0.7480135311239193,
|
883 |
+
"learning_rate": 6.48965140519241e-06,
|
884 |
+
"loss": 0.7725,
|
885 |
+
"step": 125
|
886 |
+
},
|
887 |
+
{
|
888 |
+
"epoch": 2.2105263157894735,
|
889 |
+
"grad_norm": 0.6928475269900484,
|
890 |
+
"learning_rate": 6.434016163555452e-06,
|
891 |
+
"loss": 0.6781,
|
892 |
+
"step": 126
|
893 |
+
},
|
894 |
+
{
|
895 |
+
"epoch": 2.2280701754385963,
|
896 |
+
"grad_norm": 0.5490952113614971,
|
897 |
+
"learning_rate": 6.378186779084996e-06,
|
898 |
+
"loss": 0.6257,
|
899 |
+
"step": 127
|
900 |
+
},
|
901 |
+
{
|
902 |
+
"epoch": 2.245614035087719,
|
903 |
+
"grad_norm": 0.502579039315677,
|
904 |
+
"learning_rate": 6.322170810186013e-06,
|
905 |
+
"loss": 0.6496,
|
906 |
+
"step": 128
|
907 |
+
},
|
908 |
+
{
|
909 |
+
"epoch": 2.263157894736842,
|
910 |
+
"grad_norm": 0.6003478292628378,
|
911 |
+
"learning_rate": 6.26597584052401e-06,
|
912 |
+
"loss": 0.6962,
|
913 |
+
"step": 129
|
914 |
+
},
|
915 |
+
{
|
916 |
+
"epoch": 2.280701754385965,
|
917 |
+
"grad_norm": 0.6601767127278643,
|
918 |
+
"learning_rate": 6.209609477998339e-06,
|
919 |
+
"loss": 0.708,
|
920 |
+
"step": 130
|
921 |
+
},
|
922 |
+
{
|
923 |
+
"epoch": 2.2982456140350878,
|
924 |
+
"grad_norm": 0.622000203409357,
|
925 |
+
"learning_rate": 6.153079353712201e-06,
|
926 |
+
"loss": 0.6878,
|
927 |
+
"step": 131
|
928 |
+
},
|
929 |
+
{
|
930 |
+
"epoch": 2.3157894736842106,
|
931 |
+
"grad_norm": 0.48240577345877544,
|
932 |
+
"learning_rate": 6.0963931209395165e-06,
|
933 |
+
"loss": 0.6491,
|
934 |
+
"step": 132
|
935 |
+
},
|
936 |
+
{
|
937 |
+
"epoch": 2.3333333333333335,
|
938 |
+
"grad_norm": 0.9911130443752747,
|
939 |
+
"learning_rate": 6.039558454088796e-06,
|
940 |
+
"loss": 0.7466,
|
941 |
+
"step": 133
|
942 |
+
},
|
943 |
+
{
|
944 |
+
"epoch": 2.3508771929824563,
|
945 |
+
"grad_norm": 0.6134313110673182,
|
946 |
+
"learning_rate": 5.982583047664151e-06,
|
947 |
+
"loss": 0.6581,
|
948 |
+
"step": 134
|
949 |
+
},
|
950 |
+
{
|
951 |
+
"epoch": 2.3684210526315788,
|
952 |
+
"grad_norm": 0.5552942229576594,
|
953 |
+
"learning_rate": 5.925474615223573e-06,
|
954 |
+
"loss": 0.6779,
|
955 |
+
"step": 135
|
956 |
+
},
|
957 |
+
{
|
958 |
+
"epoch": 2.3859649122807016,
|
959 |
+
"grad_norm": 0.47921474129820735,
|
960 |
+
"learning_rate": 5.8682408883346535e-06,
|
961 |
+
"loss": 0.6726,
|
962 |
+
"step": 136
|
963 |
+
},
|
964 |
+
{
|
965 |
+
"epoch": 2.4035087719298245,
|
966 |
+
"grad_norm": 0.5975125549416256,
|
967 |
+
"learning_rate": 5.810889615527839e-06,
|
968 |
+
"loss": 0.7775,
|
969 |
+
"step": 137
|
970 |
+
},
|
971 |
+
{
|
972 |
+
"epoch": 2.4210526315789473,
|
973 |
+
"grad_norm": 0.5709618574106423,
|
974 |
+
"learning_rate": 5.753428561247416e-06,
|
975 |
+
"loss": 0.764,
|
976 |
+
"step": 138
|
977 |
+
},
|
978 |
+
{
|
979 |
+
"epoch": 2.43859649122807,
|
980 |
+
"grad_norm": 0.5574328468376977,
|
981 |
+
"learning_rate": 5.695865504800328e-06,
|
982 |
+
"loss": 0.7204,
|
983 |
+
"step": 139
|
984 |
+
},
|
985 |
+
{
|
986 |
+
"epoch": 2.456140350877193,
|
987 |
+
"grad_norm": 0.46286312725472867,
|
988 |
+
"learning_rate": 5.638208239302975e-06,
|
989 |
+
"loss": 0.678,
|
990 |
+
"step": 140
|
991 |
+
},
|
992 |
+
{
|
993 |
+
"epoch": 2.473684210526316,
|
994 |
+
"grad_norm": 0.5615944253216454,
|
995 |
+
"learning_rate": 5.5804645706261515e-06,
|
996 |
+
"loss": 0.7242,
|
997 |
+
"step": 141
|
998 |
+
},
|
999 |
+
{
|
1000 |
+
"epoch": 2.4912280701754383,
|
1001 |
+
"grad_norm": 0.9894641600501489,
|
1002 |
+
"learning_rate": 5.522642316338268e-06,
|
1003 |
+
"loss": 0.729,
|
1004 |
+
"step": 142
|
1005 |
+
},
|
1006 |
+
{
|
1007 |
+
"epoch": 2.5087719298245617,
|
1008 |
+
"grad_norm": 0.5603266778988845,
|
1009 |
+
"learning_rate": 5.464749304646963e-06,
|
1010 |
+
"loss": 0.5743,
|
1011 |
+
"step": 143
|
1012 |
+
},
|
1013 |
+
{
|
1014 |
+
"epoch": 2.526315789473684,
|
1015 |
+
"grad_norm": 0.47275353321816904,
|
1016 |
+
"learning_rate": 5.406793373339292e-06,
|
1017 |
+
"loss": 0.6641,
|
1018 |
+
"step": 144
|
1019 |
+
},
|
1020 |
+
{
|
1021 |
+
"epoch": 2.543859649122807,
|
1022 |
+
"grad_norm": 0.5313523615891593,
|
1023 |
+
"learning_rate": 5.348782368720627e-06,
|
1024 |
+
"loss": 0.6757,
|
1025 |
+
"step": 145
|
1026 |
+
},
|
1027 |
+
{
|
1028 |
+
"epoch": 2.56140350877193,
|
1029 |
+
"grad_norm": 0.6501600310164274,
|
1030 |
+
"learning_rate": 5.290724144552379e-06,
|
1031 |
+
"loss": 0.7383,
|
1032 |
+
"step": 146
|
1033 |
+
},
|
1034 |
+
{
|
1035 |
+
"epoch": 2.5789473684210527,
|
1036 |
+
"grad_norm": 0.46564036792105784,
|
1037 |
+
"learning_rate": 5.232626560988735e-06,
|
1038 |
+
"loss": 0.6764,
|
1039 |
+
"step": 147
|
1040 |
+
},
|
1041 |
+
{
|
1042 |
+
"epoch": 2.5964912280701755,
|
1043 |
+
"grad_norm": 0.4857631471866125,
|
1044 |
+
"learning_rate": 5.174497483512506e-06,
|
1045 |
+
"loss": 0.6983,
|
1046 |
+
"step": 148
|
1047 |
+
},
|
1048 |
+
{
|
1049 |
+
"epoch": 2.6140350877192984,
|
1050 |
+
"grad_norm": 0.5750741038794321,
|
1051 |
+
"learning_rate": 5.116344781870282e-06,
|
1052 |
+
"loss": 0.6706,
|
1053 |
+
"step": 149
|
1054 |
+
},
|
1055 |
+
{
|
1056 |
+
"epoch": 2.6315789473684212,
|
1057 |
+
"grad_norm": 1.6297882197304314,
|
1058 |
+
"learning_rate": 5.0581763290069865e-06,
|
1059 |
+
"loss": 0.7617,
|
1060 |
+
"step": 150
|
1061 |
+
},
|
1062 |
+
{
|
1063 |
+
"epoch": 2.6491228070175437,
|
1064 |
+
"grad_norm": 0.4420256741935745,
|
1065 |
+
"learning_rate": 5e-06,
|
1066 |
+
"loss": 0.7365,
|
1067 |
+
"step": 151
|
1068 |
+
},
|
1069 |
+
{
|
1070 |
+
"epoch": 2.6666666666666665,
|
1071 |
+
"grad_norm": 0.5012952805138378,
|
1072 |
+
"learning_rate": 4.941823670993016e-06,
|
1073 |
+
"loss": 0.7342,
|
1074 |
+
"step": 152
|
1075 |
+
},
|
1076 |
+
{
|
1077 |
+
"epoch": 2.6842105263157894,
|
1078 |
+
"grad_norm": 0.6822847257044459,
|
1079 |
+
"learning_rate": 4.883655218129719e-06,
|
1080 |
+
"loss": 0.7296,
|
1081 |
+
"step": 153
|
1082 |
+
},
|
1083 |
+
{
|
1084 |
+
"epoch": 2.7017543859649122,
|
1085 |
+
"grad_norm": 0.5496663789125772,
|
1086 |
+
"learning_rate": 4.825502516487497e-06,
|
1087 |
+
"loss": 0.725,
|
1088 |
+
"step": 154
|
1089 |
+
},
|
1090 |
+
{
|
1091 |
+
"epoch": 2.719298245614035,
|
1092 |
+
"grad_norm": 0.5454870345489141,
|
1093 |
+
"learning_rate": 4.767373439011267e-06,
|
1094 |
+
"loss": 0.7378,
|
1095 |
+
"step": 155
|
1096 |
+
},
|
1097 |
+
{
|
1098 |
+
"epoch": 2.736842105263158,
|
1099 |
+
"grad_norm": 0.44579908141785257,
|
1100 |
+
"learning_rate": 4.7092758554476215e-06,
|
1101 |
+
"loss": 0.6801,
|
1102 |
+
"step": 156
|
1103 |
+
},
|
1104 |
+
{
|
1105 |
+
"epoch": 2.754385964912281,
|
1106 |
+
"grad_norm": 0.757828243425537,
|
1107 |
+
"learning_rate": 4.651217631279374e-06,
|
1108 |
+
"loss": 0.6939,
|
1109 |
+
"step": 157
|
1110 |
+
},
|
1111 |
+
{
|
1112 |
+
"epoch": 2.7719298245614032,
|
1113 |
+
"grad_norm": 0.48905049348260005,
|
1114 |
+
"learning_rate": 4.59320662666071e-06,
|
1115 |
+
"loss": 0.6066,
|
1116 |
+
"step": 158
|
1117 |
+
},
|
1118 |
+
{
|
1119 |
+
"epoch": 2.7894736842105265,
|
1120 |
+
"grad_norm": 0.4532664219320891,
|
1121 |
+
"learning_rate": 4.53525069535304e-06,
|
1122 |
+
"loss": 0.671,
|
1123 |
+
"step": 159
|
1124 |
+
},
|
1125 |
+
{
|
1126 |
+
"epoch": 2.807017543859649,
|
1127 |
+
"grad_norm": 0.5530789682100729,
|
1128 |
+
"learning_rate": 4.477357683661734e-06,
|
1129 |
+
"loss": 0.5758,
|
1130 |
+
"step": 160
|
1131 |
+
},
|
1132 |
+
{
|
1133 |
+
"epoch": 2.824561403508772,
|
1134 |
+
"grad_norm": 0.5711848277941134,
|
1135 |
+
"learning_rate": 4.4195354293738484e-06,
|
1136 |
+
"loss": 0.6817,
|
1137 |
+
"step": 161
|
1138 |
+
},
|
1139 |
+
{
|
1140 |
+
"epoch": 2.8421052631578947,
|
1141 |
+
"grad_norm": 0.6208551083175806,
|
1142 |
+
"learning_rate": 4.361791760697027e-06,
|
1143 |
+
"loss": 0.7113,
|
1144 |
+
"step": 162
|
1145 |
+
},
|
1146 |
+
{
|
1147 |
+
"epoch": 2.8596491228070176,
|
1148 |
+
"grad_norm": 0.511755626688625,
|
1149 |
+
"learning_rate": 4.304134495199675e-06,
|
1150 |
+
"loss": 0.7203,
|
1151 |
+
"step": 163
|
1152 |
+
},
|
1153 |
+
{
|
1154 |
+
"epoch": 2.8771929824561404,
|
1155 |
+
"grad_norm": 0.46452370179196634,
|
1156 |
+
"learning_rate": 4.246571438752585e-06,
|
1157 |
+
"loss": 0.6899,
|
1158 |
+
"step": 164
|
1159 |
+
},
|
1160 |
+
{
|
1161 |
+
"epoch": 2.8947368421052633,
|
1162 |
+
"grad_norm": 0.5480920925753996,
|
1163 |
+
"learning_rate": 4.189110384472164e-06,
|
1164 |
+
"loss": 0.7566,
|
1165 |
+
"step": 165
|
1166 |
+
},
|
1167 |
+
{
|
1168 |
+
"epoch": 2.912280701754386,
|
1169 |
+
"grad_norm": 0.4190056151730369,
|
1170 |
+
"learning_rate": 4.131759111665349e-06,
|
1171 |
+
"loss": 0.6886,
|
1172 |
+
"step": 166
|
1173 |
+
},
|
1174 |
+
{
|
1175 |
+
"epoch": 2.9298245614035086,
|
1176 |
+
"grad_norm": 0.536995320205688,
|
1177 |
+
"learning_rate": 4.074525384776428e-06,
|
1178 |
+
"loss": 0.6293,
|
1179 |
+
"step": 167
|
1180 |
+
},
|
1181 |
+
{
|
1182 |
+
"epoch": 2.9473684210526314,
|
1183 |
+
"grad_norm": 0.4726163557044103,
|
1184 |
+
"learning_rate": 4.017416952335849e-06,
|
1185 |
+
"loss": 0.671,
|
1186 |
+
"step": 168
|
1187 |
+
},
|
1188 |
+
{
|
1189 |
+
"epoch": 2.9649122807017543,
|
1190 |
+
"grad_norm": 0.44445215399973664,
|
1191 |
+
"learning_rate": 3.960441545911205e-06,
|
1192 |
+
"loss": 0.6999,
|
1193 |
+
"step": 169
|
1194 |
+
},
|
1195 |
+
{
|
1196 |
+
"epoch": 2.982456140350877,
|
1197 |
+
"grad_norm": 0.48733313855001437,
|
1198 |
+
"learning_rate": 3.903606879060483e-06,
|
1199 |
+
"loss": 0.7132,
|
1200 |
+
"step": 170
|
1201 |
+
},
|
1202 |
+
{
|
1203 |
+
"epoch": 3.0,
|
1204 |
+
"grad_norm": 0.5797155302178888,
|
1205 |
+
"learning_rate": 3.8469206462878e-06,
|
1206 |
+
"loss": 0.5377,
|
1207 |
+
"step": 171
|
1208 |
+
},
|
1209 |
+
{
|
1210 |
+
"epoch": 3.017543859649123,
|
1211 |
+
"grad_norm": 0.951443811222221,
|
1212 |
+
"learning_rate": 3.790390522001662e-06,
|
1213 |
+
"loss": 0.567,
|
1214 |
+
"step": 172
|
1215 |
+
},
|
1216 |
+
{
|
1217 |
+
"epoch": 3.0350877192982457,
|
1218 |
+
"grad_norm": 0.45525450271547346,
|
1219 |
+
"learning_rate": 3.7340241594759917e-06,
|
1220 |
+
"loss": 0.6849,
|
1221 |
+
"step": 173
|
1222 |
+
},
|
1223 |
+
{
|
1224 |
+
"epoch": 3.0526315789473686,
|
1225 |
+
"grad_norm": 0.8177901081675041,
|
1226 |
+
"learning_rate": 3.6778291898139907e-06,
|
1227 |
+
"loss": 0.7146,
|
1228 |
+
"step": 174
|
1229 |
+
},
|
1230 |
+
{
|
1231 |
+
"epoch": 3.0701754385964914,
|
1232 |
+
"grad_norm": 0.9928390665504743,
|
1233 |
+
"learning_rate": 3.6218132209150047e-06,
|
1234 |
+
"loss": 0.7018,
|
1235 |
+
"step": 175
|
1236 |
+
},
|
1237 |
+
{
|
1238 |
+
"epoch": 3.087719298245614,
|
1239 |
+
"grad_norm": 0.7228688831907634,
|
1240 |
+
"learning_rate": 3.5659838364445505e-06,
|
1241 |
+
"loss": 0.624,
|
1242 |
+
"step": 176
|
1243 |
+
},
|
1244 |
+
{
|
1245 |
+
"epoch": 3.1052631578947367,
|
1246 |
+
"grad_norm": 0.6174779546831684,
|
1247 |
+
"learning_rate": 3.51034859480759e-06,
|
1248 |
+
"loss": 0.7395,
|
1249 |
+
"step": 177
|
1250 |
+
},
|
1251 |
+
{
|
1252 |
+
"epoch": 3.1228070175438596,
|
1253 |
+
"grad_norm": 0.6226996841281692,
|
1254 |
+
"learning_rate": 3.4549150281252635e-06,
|
1255 |
+
"loss": 0.7003,
|
1256 |
+
"step": 178
|
1257 |
+
},
|
1258 |
+
{
|
1259 |
+
"epoch": 3.1403508771929824,
|
1260 |
+
"grad_norm": 0.5887562473638587,
|
1261 |
+
"learning_rate": 3.399690641215142e-06,
|
1262 |
+
"loss": 0.6011,
|
1263 |
+
"step": 179
|
1264 |
+
},
|
1265 |
+
{
|
1266 |
+
"epoch": 3.1578947368421053,
|
1267 |
+
"grad_norm": 0.728834446750838,
|
1268 |
+
"learning_rate": 3.3446829105752103e-06,
|
1269 |
+
"loss": 0.6046,
|
1270 |
+
"step": 180
|
1271 |
+
},
|
1272 |
+
{
|
1273 |
+
"epoch": 3.175438596491228,
|
1274 |
+
"grad_norm": 0.5275311311641863,
|
1275 |
+
"learning_rate": 3.289899283371657e-06,
|
1276 |
+
"loss": 0.6471,
|
1277 |
+
"step": 181
|
1278 |
+
},
|
1279 |
+
{
|
1280 |
+
"epoch": 3.192982456140351,
|
1281 |
+
"grad_norm": 0.5089171902455958,
|
1282 |
+
"learning_rate": 3.2353471764306567e-06,
|
1283 |
+
"loss": 0.7815,
|
1284 |
+
"step": 182
|
1285 |
+
},
|
1286 |
+
{
|
1287 |
+
"epoch": 3.2105263157894735,
|
1288 |
+
"grad_norm": 0.537647180699857,
|
1289 |
+
"learning_rate": 3.1810339752342446e-06,
|
1290 |
+
"loss": 0.6874,
|
1291 |
+
"step": 183
|
1292 |
+
},
|
1293 |
+
{
|
1294 |
+
"epoch": 3.2280701754385963,
|
1295 |
+
"grad_norm": 0.6647720242563314,
|
1296 |
+
"learning_rate": 3.12696703292044e-06,
|
1297 |
+
"loss": 0.6274,
|
1298 |
+
"step": 184
|
1299 |
+
},
|
1300 |
+
{
|
1301 |
+
"epoch": 3.245614035087719,
|
1302 |
+
"grad_norm": 0.44182806117914913,
|
1303 |
+
"learning_rate": 3.0731536692877596e-06,
|
1304 |
+
"loss": 0.6159,
|
1305 |
+
"step": 185
|
1306 |
+
},
|
1307 |
+
{
|
1308 |
+
"epoch": 3.263157894736842,
|
1309 |
+
"grad_norm": 0.4697771931849346,
|
1310 |
+
"learning_rate": 3.019601169804216e-06,
|
1311 |
+
"loss": 0.5482,
|
1312 |
+
"step": 186
|
1313 |
+
},
|
1314 |
+
{
|
1315 |
+
"epoch": 3.280701754385965,
|
1316 |
+
"grad_norm": 0.5057846695657313,
|
1317 |
+
"learning_rate": 2.966316784621e-06,
|
1318 |
+
"loss": 0.6389,
|
1319 |
+
"step": 187
|
1320 |
+
},
|
1321 |
+
{
|
1322 |
+
"epoch": 3.2982456140350878,
|
1323 |
+
"grad_norm": 0.4981217521813649,
|
1324 |
+
"learning_rate": 2.9133077275909112e-06,
|
1325 |
+
"loss": 0.6984,
|
1326 |
+
"step": 188
|
1327 |
+
},
|
1328 |
+
{
|
1329 |
+
"epoch": 3.3157894736842106,
|
1330 |
+
"grad_norm": 0.6032222024600464,
|
1331 |
+
"learning_rate": 2.86058117529173e-06,
|
1332 |
+
"loss": 0.6099,
|
1333 |
+
"step": 189
|
1334 |
+
},
|
1335 |
+
{
|
1336 |
+
"epoch": 3.3333333333333335,
|
1337 |
+
"grad_norm": 0.5359461718523733,
|
1338 |
+
"learning_rate": 2.8081442660546126e-06,
|
1339 |
+
"loss": 0.6224,
|
1340 |
+
"step": 190
|
1341 |
+
},
|
1342 |
+
{
|
1343 |
+
"epoch": 3.3508771929824563,
|
1344 |
+
"grad_norm": 0.6305910650525369,
|
1345 |
+
"learning_rate": 2.7560040989976894e-06,
|
1346 |
+
"loss": 0.6562,
|
1347 |
+
"step": 191
|
1348 |
+
},
|
1349 |
+
{
|
1350 |
+
"epoch": 3.3684210526315788,
|
1351 |
+
"grad_norm": 0.4770030802073729,
|
1352 |
+
"learning_rate": 2.7041677330649408e-06,
|
1353 |
+
"loss": 0.5513,
|
1354 |
+
"step": 192
|
1355 |
+
},
|
1356 |
+
{
|
1357 |
+
"epoch": 3.3859649122807016,
|
1358 |
+
"grad_norm": 0.4671558368322152,
|
1359 |
+
"learning_rate": 2.6526421860705474e-06,
|
1360 |
+
"loss": 0.5698,
|
1361 |
+
"step": 193
|
1362 |
+
},
|
1363 |
+
{
|
1364 |
+
"epoch": 3.4035087719298245,
|
1365 |
+
"grad_norm": 0.5252716158458746,
|
1366 |
+
"learning_rate": 2.601434433748771e-06,
|
1367 |
+
"loss": 0.6031,
|
1368 |
+
"step": 194
|
1369 |
+
},
|
1370 |
+
{
|
1371 |
+
"epoch": 3.4210526315789473,
|
1372 |
+
"grad_norm": 0.7889622234379826,
|
1373 |
+
"learning_rate": 2.550551408809566e-06,
|
1374 |
+
"loss": 0.5293,
|
1375 |
+
"step": 195
|
1376 |
+
},
|
1377 |
+
{
|
1378 |
+
"epoch": 3.43859649122807,
|
1379 |
+
"grad_norm": 0.5428784098508198,
|
1380 |
+
"learning_rate": 2.5000000000000015e-06,
|
1381 |
+
"loss": 0.6531,
|
1382 |
+
"step": 196
|
1383 |
+
},
|
1384 |
+
{
|
1385 |
+
"epoch": 3.456140350877193,
|
1386 |
+
"grad_norm": 0.651537815082855,
|
1387 |
+
"learning_rate": 2.4497870511716237e-06,
|
1388 |
+
"loss": 0.4875,
|
1389 |
+
"step": 197
|
1390 |
+
},
|
1391 |
+
{
|
1392 |
+
"epoch": 3.473684210526316,
|
1393 |
+
"grad_norm": 0.5015067058140525,
|
1394 |
+
"learning_rate": 2.3999193603539234e-06,
|
1395 |
+
"loss": 0.6016,
|
1396 |
+
"step": 198
|
1397 |
+
},
|
1398 |
+
{
|
1399 |
+
"epoch": 3.4912280701754383,
|
1400 |
+
"grad_norm": 0.7734024188313369,
|
1401 |
+
"learning_rate": 2.3504036788339763e-06,
|
1402 |
+
"loss": 0.6394,
|
1403 |
+
"step": 199
|
1404 |
+
},
|
1405 |
+
{
|
1406 |
+
"epoch": 3.5087719298245617,
|
1407 |
+
"grad_norm": 0.42961016005530156,
|
1408 |
+
"learning_rate": 2.3012467102424373e-06,
|
1409 |
+
"loss": 0.5889,
|
1410 |
+
"step": 200
|
1411 |
+
},
|
1412 |
+
{
|
1413 |
+
"epoch": 3.526315789473684,
|
1414 |
+
"grad_norm": 0.5053174047946184,
|
1415 |
+
"learning_rate": 2.2524551096459703e-06,
|
1416 |
+
"loss": 0.6452,
|
1417 |
+
"step": 201
|
1418 |
+
},
|
1419 |
+
{
|
1420 |
+
"epoch": 3.543859649122807,
|
1421 |
+
"grad_norm": 0.5318977971324598,
|
1422 |
+
"learning_rate": 2.204035482646267e-06,
|
1423 |
+
"loss": 0.5222,
|
1424 |
+
"step": 202
|
1425 |
+
},
|
1426 |
+
{
|
1427 |
+
"epoch": 3.56140350877193,
|
1428 |
+
"grad_norm": 0.44457932305265335,
|
1429 |
+
"learning_rate": 2.155994384485742e-06,
|
1430 |
+
"loss": 0.7199,
|
1431 |
+
"step": 203
|
1432 |
+
},
|
1433 |
+
{
|
1434 |
+
"epoch": 3.5789473684210527,
|
1435 |
+
"grad_norm": 0.582870701262501,
|
1436 |
+
"learning_rate": 2.1083383191600676e-06,
|
1437 |
+
"loss": 0.5879,
|
1438 |
+
"step": 204
|
1439 |
+
},
|
1440 |
+
{
|
1441 |
+
"epoch": 3.5964912280701755,
|
1442 |
+
"grad_norm": 0.6555427165212202,
|
1443 |
+
"learning_rate": 2.061073738537635e-06,
|
1444 |
+
"loss": 0.602,
|
1445 |
+
"step": 205
|
1446 |
+
},
|
1447 |
+
{
|
1448 |
+
"epoch": 3.6140350877192984,
|
1449 |
+
"grad_norm": 0.43931124439831437,
|
1450 |
+
"learning_rate": 2.0142070414860704e-06,
|
1451 |
+
"loss": 0.5298,
|
1452 |
+
"step": 206
|
1453 |
+
},
|
1454 |
+
{
|
1455 |
+
"epoch": 3.6315789473684212,
|
1456 |
+
"grad_norm": 0.7062973948469753,
|
1457 |
+
"learning_rate": 1.9677445730059348e-06,
|
1458 |
+
"loss": 0.547,
|
1459 |
+
"step": 207
|
1460 |
+
},
|
1461 |
+
{
|
1462 |
+
"epoch": 3.6491228070175437,
|
1463 |
+
"grad_norm": 0.5893044725212433,
|
1464 |
+
"learning_rate": 1.9216926233717087e-06,
|
1465 |
+
"loss": 0.5784,
|
1466 |
+
"step": 208
|
1467 |
+
},
|
1468 |
+
{
|
1469 |
+
"epoch": 3.6666666666666665,
|
1470 |
+
"grad_norm": 0.5974603326910514,
|
1471 |
+
"learning_rate": 1.8760574272802002e-06,
|
1472 |
+
"loss": 0.641,
|
1473 |
+
"step": 209
|
1474 |
+
},
|
1475 |
+
{
|
1476 |
+
"epoch": 3.6842105263157894,
|
1477 |
+
"grad_norm": 0.5058416720418838,
|
1478 |
+
"learning_rate": 1.8308451630064484e-06,
|
1479 |
+
"loss": 0.5701,
|
1480 |
+
"step": 210
|
1481 |
+
},
|
1482 |
+
{
|
1483 |
+
"epoch": 3.7017543859649122,
|
1484 |
+
"grad_norm": 0.5650829549605466,
|
1485 |
+
"learning_rate": 1.7860619515673034e-06,
|
1486 |
+
"loss": 0.6571,
|
1487 |
+
"step": 211
|
1488 |
+
},
|
1489 |
+
{
|
1490 |
+
"epoch": 3.719298245614035,
|
1491 |
+
"grad_norm": 0.5469272063794115,
|
1492 |
+
"learning_rate": 1.7417138558927244e-06,
|
1493 |
+
"loss": 0.6276,
|
1494 |
+
"step": 212
|
1495 |
+
},
|
1496 |
+
{
|
1497 |
+
"epoch": 3.736842105263158,
|
1498 |
+
"grad_norm": 0.4826931903471456,
|
1499 |
+
"learning_rate": 1.6978068800049624e-06,
|
1500 |
+
"loss": 0.682,
|
1501 |
+
"step": 213
|
1502 |
+
},
|
1503 |
+
{
|
1504 |
+
"epoch": 3.754385964912281,
|
1505 |
+
"grad_norm": 0.4851146813863607,
|
1506 |
+
"learning_rate": 1.6543469682057105e-06,
|
1507 |
+
"loss": 0.6868,
|
1508 |
+
"step": 214
|
1509 |
+
},
|
1510 |
+
{
|
1511 |
+
"epoch": 3.7719298245614032,
|
1512 |
+
"grad_norm": 0.49586663141817217,
|
1513 |
+
"learning_rate": 1.611340004271339e-06,
|
1514 |
+
"loss": 0.7239,
|
1515 |
+
"step": 215
|
1516 |
+
},
|
1517 |
+
{
|
1518 |
+
"epoch": 3.7894736842105265,
|
1519 |
+
"grad_norm": 0.5015190881089485,
|
1520 |
+
"learning_rate": 1.5687918106563326e-06,
|
1521 |
+
"loss": 0.6226,
|
1522 |
+
"step": 216
|
1523 |
+
},
|
1524 |
+
{
|
1525 |
+
"epoch": 3.807017543859649,
|
1526 |
+
"grad_norm": 0.5062327753778796,
|
1527 |
+
"learning_rate": 1.5267081477050132e-06,
|
1528 |
+
"loss": 0.6694,
|
1529 |
+
"step": 217
|
1530 |
+
},
|
1531 |
+
{
|
1532 |
+
"epoch": 3.824561403508772,
|
1533 |
+
"grad_norm": 0.5008115199773022,
|
1534 |
+
"learning_rate": 1.4850947128716914e-06,
|
1535 |
+
"loss": 0.689,
|
1536 |
+
"step": 218
|
1537 |
+
},
|
1538 |
+
{
|
1539 |
+
"epoch": 3.8421052631578947,
|
1540 |
+
"grad_norm": 0.5553537886745609,
|
1541 |
+
"learning_rate": 1.4439571399493146e-06,
|
1542 |
+
"loss": 0.6508,
|
1543 |
+
"step": 219
|
1544 |
+
},
|
1545 |
+
{
|
1546 |
+
"epoch": 3.8596491228070176,
|
1547 |
+
"grad_norm": 0.4668069189007763,
|
1548 |
+
"learning_rate": 1.4033009983067454e-06,
|
1549 |
+
"loss": 0.5546,
|
1550 |
+
"step": 220
|
1551 |
+
},
|
1552 |
+
{
|
1553 |
+
"epoch": 3.8771929824561404,
|
1554 |
+
"grad_norm": 0.4567357945927226,
|
1555 |
+
"learning_rate": 1.3631317921347564e-06,
|
1556 |
+
"loss": 0.644,
|
1557 |
+
"step": 221
|
1558 |
+
},
|
1559 |
+
{
|
1560 |
+
"epoch": 3.8947368421052633,
|
1561 |
+
"grad_norm": 0.5290790455225494,
|
1562 |
+
"learning_rate": 1.3234549597008572e-06,
|
1563 |
+
"loss": 0.635,
|
1564 |
+
"step": 222
|
1565 |
+
},
|
1566 |
+
{
|
1567 |
+
"epoch": 3.912280701754386,
|
1568 |
+
"grad_norm": 0.4166384021171554,
|
1569 |
+
"learning_rate": 1.2842758726130283e-06,
|
1570 |
+
"loss": 0.5688,
|
1571 |
+
"step": 223
|
1572 |
+
},
|
1573 |
+
{
|
1574 |
+
"epoch": 3.9298245614035086,
|
1575 |
+
"grad_norm": 0.5892522945424487,
|
1576 |
+
"learning_rate": 1.2455998350925042e-06,
|
1577 |
+
"loss": 0.5812,
|
1578 |
+
"step": 224
|
1579 |
+
},
|
1580 |
+
{
|
1581 |
+
"epoch": 3.9473684210526314,
|
1582 |
+
"grad_norm": 0.5598685146911576,
|
1583 |
+
"learning_rate": 1.2074320832556558e-06,
|
1584 |
+
"loss": 0.6853,
|
1585 |
+
"step": 225
|
1586 |
+
},
|
1587 |
+
{
|
1588 |
+
"epoch": 3.9649122807017543,
|
1589 |
+
"grad_norm": 0.7169986788709015,
|
1590 |
+
"learning_rate": 1.1697777844051105e-06,
|
1591 |
+
"loss": 0.6564,
|
1592 |
+
"step": 226
|
1593 |
+
},
|
1594 |
+
{
|
1595 |
+
"epoch": 3.982456140350877,
|
1596 |
+
"grad_norm": 0.5722383429808436,
|
1597 |
+
"learning_rate": 1.132642036330181e-06,
|
1598 |
+
"loss": 0.6786,
|
1599 |
+
"step": 227
|
1600 |
+
},
|
1601 |
+
{
|
1602 |
+
"epoch": 4.0,
|
1603 |
+
"grad_norm": 0.48666587302012654,
|
1604 |
+
"learning_rate": 1.096029866616704e-06,
|
1605 |
+
"loss": 0.5785,
|
1606 |
+
"step": 228
|
1607 |
+
},
|
1608 |
+
{
|
1609 |
+
"epoch": 4.017543859649122,
|
1610 |
+
"grad_norm": 0.7435784129153119,
|
1611 |
+
"learning_rate": 1.0599462319663906e-06,
|
1612 |
+
"loss": 0.6433,
|
1613 |
+
"step": 229
|
1614 |
+
},
|
1615 |
+
{
|
1616 |
+
"epoch": 4.035087719298246,
|
1617 |
+
"grad_norm": 1.0356006627086014,
|
1618 |
+
"learning_rate": 1.0243960175257605e-06,
|
1619 |
+
"loss": 0.5484,
|
1620 |
+
"step": 230
|
1621 |
+
},
|
1622 |
+
{
|
1623 |
+
"epoch": 4.052631578947368,
|
1624 |
+
"grad_norm": 0.7627046458225869,
|
1625 |
+
"learning_rate": 9.893840362247809e-07,
|
1626 |
+
"loss": 0.5862,
|
1627 |
+
"step": 231
|
1628 |
+
},
|
1629 |
+
{
|
1630 |
+
"epoch": 4.0701754385964914,
|
1631 |
+
"grad_norm": 0.6645890987296554,
|
1632 |
+
"learning_rate": 9.549150281252633e-07,
|
1633 |
+
"loss": 0.5672,
|
1634 |
+
"step": 232
|
1635 |
+
},
|
1636 |
+
{
|
1637 |
+
"epoch": 4.087719298245614,
|
1638 |
+
"grad_norm": 0.4548556793537139,
|
1639 |
+
"learning_rate": 9.209936597791407e-07,
|
1640 |
+
"loss": 0.6211,
|
1641 |
+
"step": 233
|
1642 |
+
},
|
1643 |
+
{
|
1644 |
+
"epoch": 4.105263157894737,
|
1645 |
+
"grad_norm": 0.5214713901344799,
|
1646 |
+
"learning_rate": 8.876245235966884e-07,
|
1647 |
+
"loss": 0.6172,
|
1648 |
+
"step": 234
|
1649 |
+
},
|
1650 |
+
{
|
1651 |
+
"epoch": 4.12280701754386,
|
1652 |
+
"grad_norm": 0.43248317251943286,
|
1653 |
+
"learning_rate": 8.54812137224792e-07,
|
1654 |
+
"loss": 0.55,
|
1655 |
+
"step": 235
|
1656 |
+
},
|
1657 |
+
{
|
1658 |
+
"epoch": 4.140350877192983,
|
1659 |
+
"grad_norm": 0.5603353559501666,
|
1660 |
+
"learning_rate": 8.225609429353187e-07,
|
1661 |
+
"loss": 0.6468,
|
1662 |
+
"step": 236
|
1663 |
+
},
|
1664 |
+
{
|
1665 |
+
"epoch": 4.157894736842105,
|
1666 |
+
"grad_norm": 0.7517506161215499,
|
1667 |
+
"learning_rate": 7.908753070237124e-07,
|
1668 |
+
"loss": 0.5081,
|
1669 |
+
"step": 237
|
1670 |
+
},
|
1671 |
+
{
|
1672 |
+
"epoch": 4.175438596491228,
|
1673 |
+
"grad_norm": 0.8092578214552126,
|
1674 |
+
"learning_rate": 7.597595192178702e-07,
|
1675 |
+
"loss": 0.5973,
|
1676 |
+
"step": 238
|
1677 |
+
},
|
1678 |
+
{
|
1679 |
+
"epoch": 4.192982456140351,
|
1680 |
+
"grad_norm": 0.7279009942606227,
|
1681 |
+
"learning_rate": 7.292177920973726e-07,
|
1682 |
+
"loss": 0.5821,
|
1683 |
+
"step": 239
|
1684 |
+
},
|
1685 |
+
{
|
1686 |
+
"epoch": 4.2105263157894735,
|
1687 |
+
"grad_norm": 0.7900698471233691,
|
1688 |
+
"learning_rate": 6.992542605231739e-07,
|
1689 |
+
"loss": 0.5058,
|
1690 |
+
"step": 240
|
1691 |
+
},
|
1692 |
+
{
|
1693 |
+
"epoch": 4.228070175438597,
|
1694 |
+
"grad_norm": 0.7737353628103142,
|
1695 |
+
"learning_rate": 6.698729810778065e-07,
|
1696 |
+
"loss": 0.582,
|
1697 |
+
"step": 241
|
1698 |
+
},
|
1699 |
+
{
|
1700 |
+
"epoch": 4.245614035087719,
|
1701 |
+
"grad_norm": 0.8108843822776718,
|
1702 |
+
"learning_rate": 6.410779315161885e-07,
|
1703 |
+
"loss": 0.6187,
|
1704 |
+
"step": 242
|
1705 |
+
},
|
1706 |
+
{
|
1707 |
+
"epoch": 4.2631578947368425,
|
1708 |
+
"grad_norm": 0.5723814584171666,
|
1709 |
+
"learning_rate": 6.128730102270897e-07,
|
1710 |
+
"loss": 0.5287,
|
1711 |
+
"step": 243
|
1712 |
+
},
|
1713 |
+
{
|
1714 |
+
"epoch": 4.280701754385965,
|
1715 |
+
"grad_norm": 0.5001459342659815,
|
1716 |
+
"learning_rate": 5.852620357053651e-07,
|
1717 |
+
"loss": 0.6459,
|
1718 |
+
"step": 244
|
1719 |
+
},
|
1720 |
+
{
|
1721 |
+
"epoch": 4.298245614035087,
|
1722 |
+
"grad_norm": 0.47155393221062974,
|
1723 |
+
"learning_rate": 5.582487460349806e-07,
|
1724 |
+
"loss": 0.6372,
|
1725 |
+
"step": 245
|
1726 |
+
},
|
1727 |
+
{
|
1728 |
+
"epoch": 4.315789473684211,
|
1729 |
+
"grad_norm": 0.554418769345169,
|
1730 |
+
"learning_rate": 5.318367983829393e-07,
|
1731 |
+
"loss": 0.6895,
|
1732 |
+
"step": 246
|
1733 |
+
},
|
1734 |
+
{
|
1735 |
+
"epoch": 4.333333333333333,
|
1736 |
+
"grad_norm": 0.5335078794513084,
|
1737 |
+
"learning_rate": 5.06029768504166e-07,
|
1738 |
+
"loss": 0.639,
|
1739 |
+
"step": 247
|
1740 |
+
},
|
1741 |
+
{
|
1742 |
+
"epoch": 4.350877192982456,
|
1743 |
+
"grad_norm": 0.5298439982382793,
|
1744 |
+
"learning_rate": 4.808311502573976e-07,
|
1745 |
+
"loss": 0.5899,
|
1746 |
+
"step": 248
|
1747 |
+
},
|
1748 |
+
{
|
1749 |
+
"epoch": 4.368421052631579,
|
1750 |
+
"grad_norm": 0.47198058164725953,
|
1751 |
+
"learning_rate": 4.562443551321788e-07,
|
1752 |
+
"loss": 0.4881,
|
1753 |
+
"step": 249
|
1754 |
+
},
|
1755 |
+
{
|
1756 |
+
"epoch": 4.385964912280702,
|
1757 |
+
"grad_norm": 0.4784036950372624,
|
1758 |
+
"learning_rate": 4.322727117869951e-07,
|
1759 |
+
"loss": 0.6719,
|
1760 |
+
"step": 250
|
1761 |
+
},
|
1762 |
+
{
|
1763 |
+
"epoch": 4.4035087719298245,
|
1764 |
+
"grad_norm": 0.5589165084742584,
|
1765 |
+
"learning_rate": 4.089194655986306e-07,
|
1766 |
+
"loss": 0.6555,
|
1767 |
+
"step": 251
|
1768 |
+
},
|
1769 |
+
{
|
1770 |
+
"epoch": 4.421052631578947,
|
1771 |
+
"grad_norm": 0.4812066133910625,
|
1772 |
+
"learning_rate": 3.8618777822278854e-07,
|
1773 |
+
"loss": 0.5409,
|
1774 |
+
"step": 252
|
1775 |
+
},
|
1776 |
+
{
|
1777 |
+
"epoch": 4.43859649122807,
|
1778 |
+
"grad_norm": 0.4596965504525194,
|
1779 |
+
"learning_rate": 3.6408072716606346e-07,
|
1780 |
+
"loss": 0.5954,
|
1781 |
+
"step": 253
|
1782 |
+
},
|
1783 |
+
{
|
1784 |
+
"epoch": 4.456140350877193,
|
1785 |
+
"grad_norm": 0.4681771152127897,
|
1786 |
+
"learning_rate": 3.426013053692878e-07,
|
1787 |
+
"loss": 0.6311,
|
1788 |
+
"step": 254
|
1789 |
+
},
|
1790 |
+
{
|
1791 |
+
"epoch": 4.473684210526316,
|
1792 |
+
"grad_norm": 0.5199381160834282,
|
1793 |
+
"learning_rate": 3.2175242080234314e-07,
|
1794 |
+
"loss": 0.7112,
|
1795 |
+
"step": 255
|
1796 |
+
},
|
1797 |
+
{
|
1798 |
+
"epoch": 4.491228070175438,
|
1799 |
+
"grad_norm": 0.5029053126087911,
|
1800 |
+
"learning_rate": 3.015368960704584e-07,
|
1801 |
+
"loss": 0.6537,
|
1802 |
+
"step": 256
|
1803 |
+
},
|
1804 |
+
{
|
1805 |
+
"epoch": 4.508771929824562,
|
1806 |
+
"grad_norm": 0.5176529669307418,
|
1807 |
+
"learning_rate": 2.819574680320825e-07,
|
1808 |
+
"loss": 0.6114,
|
1809 |
+
"step": 257
|
1810 |
+
},
|
1811 |
+
{
|
1812 |
+
"epoch": 4.526315789473684,
|
1813 |
+
"grad_norm": 0.4642569050924163,
|
1814 |
+
"learning_rate": 2.63016787428354e-07,
|
1815 |
+
"loss": 0.5526,
|
1816 |
+
"step": 258
|
1817 |
+
},
|
1818 |
+
{
|
1819 |
+
"epoch": 4.543859649122807,
|
1820 |
+
"grad_norm": 0.44052565968207763,
|
1821 |
+
"learning_rate": 2.447174185242324e-07,
|
1822 |
+
"loss": 0.6841,
|
1823 |
+
"step": 259
|
1824 |
+
},
|
1825 |
+
{
|
1826 |
+
"epoch": 4.56140350877193,
|
1827 |
+
"grad_norm": 0.7045609106541972,
|
1828 |
+
"learning_rate": 2.2706183876134047e-07,
|
1829 |
+
"loss": 0.476,
|
1830 |
+
"step": 260
|
1831 |
+
},
|
1832 |
+
{
|
1833 |
+
"epoch": 4.578947368421053,
|
1834 |
+
"grad_norm": 0.4704145373326146,
|
1835 |
+
"learning_rate": 2.1005243842255552e-07,
|
1836 |
+
"loss": 0.5372,
|
1837 |
+
"step": 261
|
1838 |
+
},
|
1839 |
+
{
|
1840 |
+
"epoch": 4.5964912280701755,
|
1841 |
+
"grad_norm": 0.4622901813653495,
|
1842 |
+
"learning_rate": 1.9369152030840553e-07,
|
1843 |
+
"loss": 0.5344,
|
1844 |
+
"step": 262
|
1845 |
+
},
|
1846 |
+
{
|
1847 |
+
"epoch": 4.614035087719298,
|
1848 |
+
"grad_norm": 0.4194593586978816,
|
1849 |
+
"learning_rate": 1.779812994253055e-07,
|
1850 |
+
"loss": 0.4811,
|
1851 |
+
"step": 263
|
1852 |
+
},
|
1853 |
+
{
|
1854 |
+
"epoch": 4.631578947368421,
|
1855 |
+
"grad_norm": 0.7771717715817167,
|
1856 |
+
"learning_rate": 1.6292390268568103e-07,
|
1857 |
+
"loss": 0.5521,
|
1858 |
+
"step": 264
|
1859 |
+
},
|
1860 |
+
{
|
1861 |
+
"epoch": 4.649122807017544,
|
1862 |
+
"grad_norm": 0.4356364649272727,
|
1863 |
+
"learning_rate": 1.4852136862001766e-07,
|
1864 |
+
"loss": 0.6213,
|
1865 |
+
"step": 265
|
1866 |
+
},
|
1867 |
+
{
|
1868 |
+
"epoch": 4.666666666666667,
|
1869 |
+
"grad_norm": 0.5786691196246273,
|
1870 |
+
"learning_rate": 1.3477564710088097e-07,
|
1871 |
+
"loss": 0.5663,
|
1872 |
+
"step": 266
|
1873 |
+
},
|
1874 |
+
{
|
1875 |
+
"epoch": 4.684210526315789,
|
1876 |
+
"grad_norm": 0.5349279026451833,
|
1877 |
+
"learning_rate": 1.2168859907892904e-07,
|
1878 |
+
"loss": 0.5871,
|
1879 |
+
"step": 267
|
1880 |
+
},
|
1881 |
+
{
|
1882 |
+
"epoch": 4.701754385964913,
|
1883 |
+
"grad_norm": 0.5281858345459043,
|
1884 |
+
"learning_rate": 1.0926199633097156e-07,
|
1885 |
+
"loss": 0.4862,
|
1886 |
+
"step": 268
|
1887 |
+
},
|
1888 |
+
{
|
1889 |
+
"epoch": 4.719298245614035,
|
1890 |
+
"grad_norm": 0.5252740732608391,
|
1891 |
+
"learning_rate": 9.749752122010347e-08,
|
1892 |
+
"loss": 0.6213,
|
1893 |
+
"step": 269
|
1894 |
+
},
|
1895 |
+
{
|
1896 |
+
"epoch": 4.7368421052631575,
|
1897 |
+
"grad_norm": 0.46986416996786,
|
1898 |
+
"learning_rate": 8.639676646793382e-08,
|
1899 |
+
"loss": 0.586,
|
1900 |
+
"step": 270
|
1901 |
+
},
|
1902 |
+
{
|
1903 |
+
"epoch": 4.754385964912281,
|
1904 |
+
"grad_norm": 0.4489284779100406,
|
1905 |
+
"learning_rate": 7.59612349389599e-08,
|
1906 |
+
"loss": 0.6004,
|
1907 |
+
"step": 271
|
1908 |
+
},
|
1909 |
+
{
|
1910 |
+
"epoch": 4.771929824561403,
|
1911 |
+
"grad_norm": 0.4336128174067588,
|
1912 |
+
"learning_rate": 6.61923394371039e-08,
|
1913 |
+
"loss": 0.7142,
|
1914 |
+
"step": 272
|
1915 |
+
},
|
1916 |
+
{
|
1917 |
+
"epoch": 4.7894736842105265,
|
1918 |
+
"grad_norm": 0.8819435935998887,
|
1919 |
+
"learning_rate": 5.709140251444201e-08,
|
1920 |
+
"loss": 0.6063,
|
1921 |
+
"step": 273
|
1922 |
+
},
|
1923 |
+
{
|
1924 |
+
"epoch": 4.807017543859649,
|
1925 |
+
"grad_norm": 0.5222963070085169,
|
1926 |
+
"learning_rate": 4.865965629214819e-08,
|
1927 |
+
"loss": 0.5778,
|
1928 |
+
"step": 274
|
1929 |
+
},
|
1930 |
+
{
|
1931 |
+
"epoch": 4.824561403508772,
|
1932 |
+
"grad_norm": 0.44526342094736737,
|
1933 |
+
"learning_rate": 4.0898242293691546e-08,
|
1934 |
+
"loss": 0.5451,
|
1935 |
+
"step": 275
|
1936 |
+
},
|
1937 |
+
{
|
1938 |
+
"epoch": 4.842105263157895,
|
1939 |
+
"grad_norm": 0.4587835893789319,
|
1940 |
+
"learning_rate": 3.3808211290284886e-08,
|
1941 |
+
"loss": 0.5918,
|
1942 |
+
"step": 276
|
1943 |
+
},
|
1944 |
+
{
|
1945 |
+
"epoch": 4.859649122807017,
|
1946 |
+
"grad_norm": 0.5280122551661669,
|
1947 |
+
"learning_rate": 2.7390523158633552e-08,
|
1948 |
+
"loss": 0.6036,
|
1949 |
+
"step": 277
|
1950 |
+
},
|
1951 |
+
{
|
1952 |
+
"epoch": 4.87719298245614,
|
1953 |
+
"grad_norm": 0.40310412351316227,
|
1954 |
+
"learning_rate": 2.1646046750978255e-08,
|
1955 |
+
"loss": 0.6156,
|
1956 |
+
"step": 278
|
1957 |
+
},
|
1958 |
+
{
|
1959 |
+
"epoch": 4.894736842105263,
|
1960 |
+
"grad_norm": 0.4140303452886482,
|
1961 |
+
"learning_rate": 1.657555977746972e-08,
|
1962 |
+
"loss": 0.5783,
|
1963 |
+
"step": 279
|
1964 |
+
},
|
1965 |
+
{
|
1966 |
+
"epoch": 4.912280701754386,
|
1967 |
+
"grad_norm": 0.5264167472323803,
|
1968 |
+
"learning_rate": 1.2179748700879013e-08,
|
1969 |
+
"loss": 0.6176,
|
1970 |
+
"step": 280
|
1971 |
+
},
|
1972 |
+
{
|
1973 |
+
"epoch": 4.9298245614035086,
|
1974 |
+
"grad_norm": 0.5865644351649915,
|
1975 |
+
"learning_rate": 8.459208643659122e-09,
|
1976 |
+
"loss": 0.6039,
|
1977 |
+
"step": 281
|
1978 |
+
},
|
1979 |
+
{
|
1980 |
+
"epoch": 4.947368421052632,
|
1981 |
+
"grad_norm": 0.6854618019142784,
|
1982 |
+
"learning_rate": 5.414443307377171e-09,
|
1983 |
+
"loss": 0.7034,
|
1984 |
+
"step": 282
|
1985 |
+
},
|
1986 |
+
{
|
1987 |
+
"epoch": 4.964912280701754,
|
1988 |
+
"grad_norm": 0.4109875295185457,
|
1989 |
+
"learning_rate": 3.0458649045211897e-09,
|
1990 |
+
"loss": 0.5541,
|
1991 |
+
"step": 283
|
1992 |
+
},
|
1993 |
+
{
|
1994 |
+
"epoch": 4.982456140350877,
|
1995 |
+
"grad_norm": 0.4211169634724555,
|
1996 |
+
"learning_rate": 1.3537941026914302e-09,
|
1997 |
+
"loss": 0.6294,
|
1998 |
+
"step": 284
|
1999 |
+
},
|
2000 |
+
{
|
2001 |
+
"epoch": 5.0,
|
2002 |
+
"grad_norm": 0.4347156685717635,
|
2003 |
+
"learning_rate": 3.384599811889766e-10,
|
2004 |
+
"loss": 0.6349,
|
2005 |
+
"step": 285
|
2006 |
+
}
|
2007 |
+
],
|
2008 |
+
"logging_steps": 1,
|
2009 |
+
"max_steps": 285,
|
2010 |
+
"num_input_tokens_seen": 0,
|
2011 |
+
"num_train_epochs": 5,
|
2012 |
+
"save_steps": 500,
|
2013 |
+
"stateful_callbacks": {
|
2014 |
+
"TrainerControl": {
|
2015 |
+
"args": {
|
2016 |
+
"should_epoch_stop": false,
|
2017 |
+
"should_evaluate": false,
|
2018 |
+
"should_log": false,
|
2019 |
+
"should_save": true,
|
2020 |
+
"should_training_stop": true
|
2021 |
+
},
|
2022 |
+
"attributes": {}
|
2023 |
+
}
|
2024 |
+
},
|
2025 |
+
"total_flos": 65402569555968.0,
|
2026 |
+
"train_batch_size": 2,
|
2027 |
+
"trial_name": null,
|
2028 |
+
"trial_params": null
|
2029 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:500a0c487f3ed048130f19df6cf26d355285f45b7f94f5d1f95a37b6bd9ace10
|
3 |
+
size 8081
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|