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:5010a8e1820e85ec4f7a5912e1ac91cda0237e4ec2ab77e367fe8e12e5e97b3c
|
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:7f28d61786db0a6b409cdbfdbfa0e35253df59b02ade95c93ddefef12601a105
|
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:f3576dcb643916fbca1b2ef6514544b839b96e9fb9de5dc576592097cbb30ef9
|
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:df325414cb5b4faa30c48913ab39b3137286c75c781d64dc07af25ffbee35b11
|
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:53ed8cc755e2f0e0544ed72d7d07ea58367710a272baeb01191f3342c596bf35
|
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:f59837b65c0f007e68533f137fe7fb7cd1556559fb2ec3cf9659de50d04d1546
|
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:58e7cf19ed992517decc66385658655fc57e01c595cc4bd60adcf7858fa8f72a
|
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:c39cc00385be08ddd1e7cd871688d9f6abb7fcc43769102915f24e3f7c3eb2cc
|
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:f1aaf9950f8049d46cbf35540c75d475523ce96195ae04337f686bcde2e3bc4d
|
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:c7321710fa08b9d81171c98124b6cb9e6da2d5fd05bc5d710ed996849b1a0058
|
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:0c7c34a6e4b89038186a59170dd524986c2c0159b1fda7a5bc6f2b25b736acb5
|
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:787a5b76b5b2a9b99dbb82533be5cd9b52928289f0e79e0c824b9d281b6161dc
|
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:cc8b4892169452145928eed53c0d28a4e5210d6a2a709fd2d2cc0733692507d5
|
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.16679561289133,
|
15 |
+
"learning_rate": 0.0,
|
16 |
+
"loss": 0.8483,
|
17 |
+
"step": 1
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.03508771929824561,
|
21 |
+
"grad_norm": 2.0661611701125664,
|
22 |
+
"learning_rate": 6.666666666666667e-07,
|
23 |
+
"loss": 0.8763,
|
24 |
+
"step": 2
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.05263157894736842,
|
28 |
+
"grad_norm": 2.2703699566521167,
|
29 |
+
"learning_rate": 1.3333333333333334e-06,
|
30 |
+
"loss": 1.0209,
|
31 |
+
"step": 3
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.07017543859649122,
|
35 |
+
"grad_norm": 2.3467447169533786,
|
36 |
+
"learning_rate": 2.0000000000000003e-06,
|
37 |
+
"loss": 1.0622,
|
38 |
+
"step": 4
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.08771929824561403,
|
42 |
+
"grad_norm": 1.843987567276686,
|
43 |
+
"learning_rate": 2.666666666666667e-06,
|
44 |
+
"loss": 0.8564,
|
45 |
+
"step": 5
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.10526315789473684,
|
49 |
+
"grad_norm": 2.025183429740274,
|
50 |
+
"learning_rate": 3.3333333333333333e-06,
|
51 |
+
"loss": 1.0078,
|
52 |
+
"step": 6
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.12280701754385964,
|
56 |
+
"grad_norm": 1.715914844595336,
|
57 |
+
"learning_rate": 4.000000000000001e-06,
|
58 |
+
"loss": 0.9971,
|
59 |
+
"step": 7
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.14035087719298245,
|
63 |
+
"grad_norm": 1.7586304736238754,
|
64 |
+
"learning_rate": 4.666666666666667e-06,
|
65 |
+
"loss": 0.9461,
|
66 |
+
"step": 8
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.15789473684210525,
|
70 |
+
"grad_norm": 2.0895766846468975,
|
71 |
+
"learning_rate": 5.333333333333334e-06,
|
72 |
+
"loss": 0.9608,
|
73 |
+
"step": 9
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.17543859649122806,
|
77 |
+
"grad_norm": 1.3266913831957696,
|
78 |
+
"learning_rate": 6e-06,
|
79 |
+
"loss": 0.9865,
|
80 |
+
"step": 10
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.19298245614035087,
|
84 |
+
"grad_norm": 1.3505904361209118,
|
85 |
+
"learning_rate": 6.666666666666667e-06,
|
86 |
+
"loss": 1.0305,
|
87 |
+
"step": 11
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.21052631578947367,
|
91 |
+
"grad_norm": 1.406349569576858,
|
92 |
+
"learning_rate": 7.333333333333333e-06,
|
93 |
+
"loss": 0.8987,
|
94 |
+
"step": 12
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.22807017543859648,
|
98 |
+
"grad_norm": 1.5607966014683508,
|
99 |
+
"learning_rate": 8.000000000000001e-06,
|
100 |
+
"loss": 0.9343,
|
101 |
+
"step": 13
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.24561403508771928,
|
105 |
+
"grad_norm": 1.6420771105271474,
|
106 |
+
"learning_rate": 8.666666666666668e-06,
|
107 |
+
"loss": 0.9125,
|
108 |
+
"step": 14
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.2631578947368421,
|
112 |
+
"grad_norm": 1.2411935656694923,
|
113 |
+
"learning_rate": 9.333333333333334e-06,
|
114 |
+
"loss": 0.9709,
|
115 |
+
"step": 15
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.2807017543859649,
|
119 |
+
"grad_norm": 1.285099856857185,
|
120 |
+
"learning_rate": 1e-05,
|
121 |
+
"loss": 0.9217,
|
122 |
+
"step": 16
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.2982456140350877,
|
126 |
+
"grad_norm": 1.4175055233514002,
|
127 |
+
"learning_rate": 9.999661540018812e-06,
|
128 |
+
"loss": 1.0184,
|
129 |
+
"step": 17
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.3157894736842105,
|
133 |
+
"grad_norm": 1.4530633248486682,
|
134 |
+
"learning_rate": 9.99864620589731e-06,
|
135 |
+
"loss": 0.9018,
|
136 |
+
"step": 18
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.3333333333333333,
|
140 |
+
"grad_norm": 1.0989691782403928,
|
141 |
+
"learning_rate": 9.99695413509548e-06,
|
142 |
+
"loss": 0.9223,
|
143 |
+
"step": 19
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.3508771929824561,
|
147 |
+
"grad_norm": 1.5827873971167827,
|
148 |
+
"learning_rate": 9.994585556692624e-06,
|
149 |
+
"loss": 0.9576,
|
150 |
+
"step": 20
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.3684210526315789,
|
154 |
+
"grad_norm": 0.8592190455694358,
|
155 |
+
"learning_rate": 9.991540791356342e-06,
|
156 |
+
"loss": 0.8955,
|
157 |
+
"step": 21
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.38596491228070173,
|
161 |
+
"grad_norm": 0.8299857961232732,
|
162 |
+
"learning_rate": 9.987820251299121e-06,
|
163 |
+
"loss": 0.764,
|
164 |
+
"step": 22
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 0.40350877192982454,
|
168 |
+
"grad_norm": 0.9171035252108198,
|
169 |
+
"learning_rate": 9.98342444022253e-06,
|
170 |
+
"loss": 0.8973,
|
171 |
+
"step": 23
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.42105263157894735,
|
175 |
+
"grad_norm": 0.740990179490497,
|
176 |
+
"learning_rate": 9.978353953249023e-06,
|
177 |
+
"loss": 0.7952,
|
178 |
+
"step": 24
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 0.43859649122807015,
|
182 |
+
"grad_norm": 0.816867836066284,
|
183 |
+
"learning_rate": 9.972609476841368e-06,
|
184 |
+
"loss": 0.9235,
|
185 |
+
"step": 25
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.45614035087719296,
|
189 |
+
"grad_norm": 0.9174781904591494,
|
190 |
+
"learning_rate": 9.966191788709716e-06,
|
191 |
+
"loss": 0.8875,
|
192 |
+
"step": 26
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 0.47368421052631576,
|
196 |
+
"grad_norm": 0.8146943719573134,
|
197 |
+
"learning_rate": 9.959101757706308e-06,
|
198 |
+
"loss": 0.8082,
|
199 |
+
"step": 27
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"epoch": 0.49122807017543857,
|
203 |
+
"grad_norm": 0.7068924098220349,
|
204 |
+
"learning_rate": 9.951340343707852e-06,
|
205 |
+
"loss": 0.8764,
|
206 |
+
"step": 28
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 0.5087719298245614,
|
210 |
+
"grad_norm": 0.5772155779629496,
|
211 |
+
"learning_rate": 9.942908597485558e-06,
|
212 |
+
"loss": 0.8979,
|
213 |
+
"step": 29
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.5263157894736842,
|
217 |
+
"grad_norm": 0.5957140303254264,
|
218 |
+
"learning_rate": 9.933807660562898e-06,
|
219 |
+
"loss": 0.7838,
|
220 |
+
"step": 30
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 0.543859649122807,
|
224 |
+
"grad_norm": 0.5373347072638098,
|
225 |
+
"learning_rate": 9.924038765061042e-06,
|
226 |
+
"loss": 0.8394,
|
227 |
+
"step": 31
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 0.5614035087719298,
|
231 |
+
"grad_norm": 0.5489672984945708,
|
232 |
+
"learning_rate": 9.913603233532067e-06,
|
233 |
+
"loss": 0.7705,
|
234 |
+
"step": 32
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.5789473684210527,
|
238 |
+
"grad_norm": 0.7080158661684792,
|
239 |
+
"learning_rate": 9.902502478779897e-06,
|
240 |
+
"loss": 0.8684,
|
241 |
+
"step": 33
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.5964912280701754,
|
245 |
+
"grad_norm": 0.6637923153891901,
|
246 |
+
"learning_rate": 9.890738003669029e-06,
|
247 |
+
"loss": 0.9679,
|
248 |
+
"step": 34
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 0.6140350877192983,
|
252 |
+
"grad_norm": 0.614625362769404,
|
253 |
+
"learning_rate": 9.878311400921072e-06,
|
254 |
+
"loss": 0.8121,
|
255 |
+
"step": 35
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 0.631578947368421,
|
259 |
+
"grad_norm": 0.6692936903098997,
|
260 |
+
"learning_rate": 9.86522435289912e-06,
|
261 |
+
"loss": 0.8273,
|
262 |
+
"step": 36
|
263 |
+
},
|
264 |
+
{
|
265 |
+
"epoch": 0.6491228070175439,
|
266 |
+
"grad_norm": 0.5563500120725223,
|
267 |
+
"learning_rate": 9.851478631379982e-06,
|
268 |
+
"loss": 0.8624,
|
269 |
+
"step": 37
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"epoch": 0.6666666666666666,
|
273 |
+
"grad_norm": 0.5291416665431522,
|
274 |
+
"learning_rate": 9.83707609731432e-06,
|
275 |
+
"loss": 0.8753,
|
276 |
+
"step": 38
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 0.6842105263157895,
|
280 |
+
"grad_norm": 0.5476616236709854,
|
281 |
+
"learning_rate": 9.822018700574696e-06,
|
282 |
+
"loss": 0.8981,
|
283 |
+
"step": 39
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"epoch": 0.7017543859649122,
|
287 |
+
"grad_norm": 0.48226927788687945,
|
288 |
+
"learning_rate": 9.806308479691595e-06,
|
289 |
+
"loss": 0.8637,
|
290 |
+
"step": 40
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 0.7192982456140351,
|
294 |
+
"grad_norm": 0.5462565995554229,
|
295 |
+
"learning_rate": 9.789947561577445e-06,
|
296 |
+
"loss": 0.8686,
|
297 |
+
"step": 41
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.7368421052631579,
|
301 |
+
"grad_norm": 0.5505131342762903,
|
302 |
+
"learning_rate": 9.77293816123866e-06,
|
303 |
+
"loss": 0.8037,
|
304 |
+
"step": 42
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 0.7543859649122807,
|
308 |
+
"grad_norm": 0.5184970156439064,
|
309 |
+
"learning_rate": 9.755282581475769e-06,
|
310 |
+
"loss": 0.8363,
|
311 |
+
"step": 43
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"epoch": 0.7719298245614035,
|
315 |
+
"grad_norm": 0.5089766005853604,
|
316 |
+
"learning_rate": 9.736983212571646e-06,
|
317 |
+
"loss": 0.7526,
|
318 |
+
"step": 44
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"epoch": 0.7894736842105263,
|
322 |
+
"grad_norm": 0.48754905624702916,
|
323 |
+
"learning_rate": 9.718042531967918e-06,
|
324 |
+
"loss": 0.8691,
|
325 |
+
"step": 45
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"epoch": 0.8070175438596491,
|
329 |
+
"grad_norm": 0.5413618026254184,
|
330 |
+
"learning_rate": 9.698463103929542e-06,
|
331 |
+
"loss": 0.8463,
|
332 |
+
"step": 46
|
333 |
+
},
|
334 |
+
{
|
335 |
+
"epoch": 0.8245614035087719,
|
336 |
+
"grad_norm": 0.5572304500075312,
|
337 |
+
"learning_rate": 9.678247579197658e-06,
|
338 |
+
"loss": 0.8501,
|
339 |
+
"step": 47
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.8421052631578947,
|
343 |
+
"grad_norm": 0.4244378287340113,
|
344 |
+
"learning_rate": 9.657398694630713e-06,
|
345 |
+
"loss": 0.8341,
|
346 |
+
"step": 48
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 0.8596491228070176,
|
350 |
+
"grad_norm": 0.5105742345404872,
|
351 |
+
"learning_rate": 9.635919272833938e-06,
|
352 |
+
"loss": 0.9266,
|
353 |
+
"step": 49
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 0.8771929824561403,
|
357 |
+
"grad_norm": 0.4564062461733754,
|
358 |
+
"learning_rate": 9.613812221777212e-06,
|
359 |
+
"loss": 0.6665,
|
360 |
+
"step": 50
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"epoch": 0.8947368421052632,
|
364 |
+
"grad_norm": 0.49700992641846237,
|
365 |
+
"learning_rate": 9.591080534401371e-06,
|
366 |
+
"loss": 0.8952,
|
367 |
+
"step": 51
|
368 |
+
},
|
369 |
+
{
|
370 |
+
"epoch": 0.9122807017543859,
|
371 |
+
"grad_norm": 0.5028869634727683,
|
372 |
+
"learning_rate": 9.567727288213005e-06,
|
373 |
+
"loss": 0.8637,
|
374 |
+
"step": 52
|
375 |
+
},
|
376 |
+
{
|
377 |
+
"epoch": 0.9298245614035088,
|
378 |
+
"grad_norm": 0.47195418650900134,
|
379 |
+
"learning_rate": 9.543755644867823e-06,
|
380 |
+
"loss": 0.8156,
|
381 |
+
"step": 53
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 0.9473684210526315,
|
385 |
+
"grad_norm": 0.49745215491197114,
|
386 |
+
"learning_rate": 9.519168849742603e-06,
|
387 |
+
"loss": 0.7709,
|
388 |
+
"step": 54
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"epoch": 0.9649122807017544,
|
392 |
+
"grad_norm": 0.5022824826217431,
|
393 |
+
"learning_rate": 9.493970231495836e-06,
|
394 |
+
"loss": 0.8101,
|
395 |
+
"step": 55
|
396 |
+
},
|
397 |
+
{
|
398 |
+
"epoch": 0.9824561403508771,
|
399 |
+
"grad_norm": 0.47037159516710164,
|
400 |
+
"learning_rate": 9.468163201617063e-06,
|
401 |
+
"loss": 0.8214,
|
402 |
+
"step": 56
|
403 |
+
},
|
404 |
+
{
|
405 |
+
"epoch": 1.0,
|
406 |
+
"grad_norm": 0.5073480413670769,
|
407 |
+
"learning_rate": 9.441751253965022e-06,
|
408 |
+
"loss": 0.7322,
|
409 |
+
"step": 57
|
410 |
+
},
|
411 |
+
{
|
412 |
+
"epoch": 1.0175438596491229,
|
413 |
+
"grad_norm": 0.558679189801696,
|
414 |
+
"learning_rate": 9.414737964294636e-06,
|
415 |
+
"loss": 0.8407,
|
416 |
+
"step": 58
|
417 |
+
},
|
418 |
+
{
|
419 |
+
"epoch": 1.0350877192982457,
|
420 |
+
"grad_norm": 0.5248854391000436,
|
421 |
+
"learning_rate": 9.38712698977291e-06,
|
422 |
+
"loss": 0.7291,
|
423 |
+
"step": 59
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"epoch": 1.0526315789473684,
|
427 |
+
"grad_norm": 0.526466393071228,
|
428 |
+
"learning_rate": 9.358922068483813e-06,
|
429 |
+
"loss": 0.8166,
|
430 |
+
"step": 60
|
431 |
+
},
|
432 |
+
{
|
433 |
+
"epoch": 1.0701754385964912,
|
434 |
+
"grad_norm": 0.5132233085494246,
|
435 |
+
"learning_rate": 9.330127018922195e-06,
|
436 |
+
"loss": 0.6905,
|
437 |
+
"step": 61
|
438 |
+
},
|
439 |
+
{
|
440 |
+
"epoch": 1.087719298245614,
|
441 |
+
"grad_norm": 0.49612442378563076,
|
442 |
+
"learning_rate": 9.30074573947683e-06,
|
443 |
+
"loss": 0.7738,
|
444 |
+
"step": 62
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"epoch": 1.1052631578947367,
|
448 |
+
"grad_norm": 0.6785920047255632,
|
449 |
+
"learning_rate": 9.27078220790263e-06,
|
450 |
+
"loss": 0.8021,
|
451 |
+
"step": 63
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"epoch": 1.1228070175438596,
|
455 |
+
"grad_norm": 0.5531838463016018,
|
456 |
+
"learning_rate": 9.24024048078213e-06,
|
457 |
+
"loss": 0.7934,
|
458 |
+
"step": 64
|
459 |
+
},
|
460 |
+
{
|
461 |
+
"epoch": 1.1403508771929824,
|
462 |
+
"grad_norm": 0.4526261590072452,
|
463 |
+
"learning_rate": 9.209124692976287e-06,
|
464 |
+
"loss": 0.717,
|
465 |
+
"step": 65
|
466 |
+
},
|
467 |
+
{
|
468 |
+
"epoch": 1.1578947368421053,
|
469 |
+
"grad_norm": 0.5292749617520837,
|
470 |
+
"learning_rate": 9.177439057064684e-06,
|
471 |
+
"loss": 0.7182,
|
472 |
+
"step": 66
|
473 |
+
},
|
474 |
+
{
|
475 |
+
"epoch": 1.1754385964912282,
|
476 |
+
"grad_norm": 0.6367696683412207,
|
477 |
+
"learning_rate": 9.145187862775208e-06,
|
478 |
+
"loss": 0.716,
|
479 |
+
"step": 67
|
480 |
+
},
|
481 |
+
{
|
482 |
+
"epoch": 1.1929824561403508,
|
483 |
+
"grad_norm": 0.4945932965291515,
|
484 |
+
"learning_rate": 9.112375476403313e-06,
|
485 |
+
"loss": 0.7615,
|
486 |
+
"step": 68
|
487 |
+
},
|
488 |
+
{
|
489 |
+
"epoch": 1.2105263157894737,
|
490 |
+
"grad_norm": 0.5322300581906048,
|
491 |
+
"learning_rate": 9.079006340220862e-06,
|
492 |
+
"loss": 0.8096,
|
493 |
+
"step": 69
|
494 |
+
},
|
495 |
+
{
|
496 |
+
"epoch": 1.2280701754385965,
|
497 |
+
"grad_norm": 0.5094405988611275,
|
498 |
+
"learning_rate": 9.045084971874738e-06,
|
499 |
+
"loss": 0.7595,
|
500 |
+
"step": 70
|
501 |
+
},
|
502 |
+
{
|
503 |
+
"epoch": 1.2456140350877192,
|
504 |
+
"grad_norm": 0.4734122799419434,
|
505 |
+
"learning_rate": 9.01061596377522e-06,
|
506 |
+
"loss": 0.8098,
|
507 |
+
"step": 71
|
508 |
+
},
|
509 |
+
{
|
510 |
+
"epoch": 1.263157894736842,
|
511 |
+
"grad_norm": 0.5740614471352885,
|
512 |
+
"learning_rate": 8.97560398247424e-06,
|
513 |
+
"loss": 0.773,
|
514 |
+
"step": 72
|
515 |
+
},
|
516 |
+
{
|
517 |
+
"epoch": 1.280701754385965,
|
518 |
+
"grad_norm": 0.5016714162861189,
|
519 |
+
"learning_rate": 8.94005376803361e-06,
|
520 |
+
"loss": 0.7777,
|
521 |
+
"step": 73
|
522 |
+
},
|
523 |
+
{
|
524 |
+
"epoch": 1.2982456140350878,
|
525 |
+
"grad_norm": 0.45812911376162835,
|
526 |
+
"learning_rate": 8.903970133383297e-06,
|
527 |
+
"loss": 0.6953,
|
528 |
+
"step": 74
|
529 |
+
},
|
530 |
+
{
|
531 |
+
"epoch": 1.3157894736842106,
|
532 |
+
"grad_norm": 0.46763716191667287,
|
533 |
+
"learning_rate": 8.867357963669821e-06,
|
534 |
+
"loss": 0.8275,
|
535 |
+
"step": 75
|
536 |
+
},
|
537 |
+
{
|
538 |
+
"epoch": 1.3333333333333333,
|
539 |
+
"grad_norm": 0.43596863128161417,
|
540 |
+
"learning_rate": 8.83022221559489e-06,
|
541 |
+
"loss": 0.7183,
|
542 |
+
"step": 76
|
543 |
+
},
|
544 |
+
{
|
545 |
+
"epoch": 1.3508771929824561,
|
546 |
+
"grad_norm": 0.4945275868037314,
|
547 |
+
"learning_rate": 8.792567916744346e-06,
|
548 |
+
"loss": 0.6897,
|
549 |
+
"step": 77
|
550 |
+
},
|
551 |
+
{
|
552 |
+
"epoch": 1.368421052631579,
|
553 |
+
"grad_norm": 0.5612215033828726,
|
554 |
+
"learning_rate": 8.754400164907496e-06,
|
555 |
+
"loss": 0.8075,
|
556 |
+
"step": 78
|
557 |
+
},
|
558 |
+
{
|
559 |
+
"epoch": 1.3859649122807016,
|
560 |
+
"grad_norm": 0.5483185703803954,
|
561 |
+
"learning_rate": 8.715724127386971e-06,
|
562 |
+
"loss": 0.7905,
|
563 |
+
"step": 79
|
564 |
+
},
|
565 |
+
{
|
566 |
+
"epoch": 1.4035087719298245,
|
567 |
+
"grad_norm": 0.46102392119204544,
|
568 |
+
"learning_rate": 8.676545040299145e-06,
|
569 |
+
"loss": 0.7406,
|
570 |
+
"step": 80
|
571 |
+
},
|
572 |
+
{
|
573 |
+
"epoch": 1.4210526315789473,
|
574 |
+
"grad_norm": 0.46209506924815424,
|
575 |
+
"learning_rate": 8.636868207865244e-06,
|
576 |
+
"loss": 0.7648,
|
577 |
+
"step": 81
|
578 |
+
},
|
579 |
+
{
|
580 |
+
"epoch": 1.4385964912280702,
|
581 |
+
"grad_norm": 0.4802676336967102,
|
582 |
+
"learning_rate": 8.596699001693257e-06,
|
583 |
+
"loss": 0.7503,
|
584 |
+
"step": 82
|
585 |
+
},
|
586 |
+
{
|
587 |
+
"epoch": 1.456140350877193,
|
588 |
+
"grad_norm": 0.4962673086311627,
|
589 |
+
"learning_rate": 8.556042860050686e-06,
|
590 |
+
"loss": 0.6859,
|
591 |
+
"step": 83
|
592 |
+
},
|
593 |
+
{
|
594 |
+
"epoch": 1.4736842105263157,
|
595 |
+
"grad_norm": 0.4513099203379895,
|
596 |
+
"learning_rate": 8.51490528712831e-06,
|
597 |
+
"loss": 0.6124,
|
598 |
+
"step": 84
|
599 |
+
},
|
600 |
+
{
|
601 |
+
"epoch": 1.4912280701754386,
|
602 |
+
"grad_norm": 0.5096059517945377,
|
603 |
+
"learning_rate": 8.473291852294986e-06,
|
604 |
+
"loss": 0.7689,
|
605 |
+
"step": 85
|
606 |
+
},
|
607 |
+
{
|
608 |
+
"epoch": 1.5087719298245614,
|
609 |
+
"grad_norm": 0.4939119212097664,
|
610 |
+
"learning_rate": 8.43120818934367e-06,
|
611 |
+
"loss": 0.752,
|
612 |
+
"step": 86
|
613 |
+
},
|
614 |
+
{
|
615 |
+
"epoch": 1.526315789473684,
|
616 |
+
"grad_norm": 0.5068556336691591,
|
617 |
+
"learning_rate": 8.388659995728662e-06,
|
618 |
+
"loss": 0.8851,
|
619 |
+
"step": 87
|
620 |
+
},
|
621 |
+
{
|
622 |
+
"epoch": 1.543859649122807,
|
623 |
+
"grad_norm": 0.7173504244274543,
|
624 |
+
"learning_rate": 8.345653031794292e-06,
|
625 |
+
"loss": 0.7702,
|
626 |
+
"step": 88
|
627 |
+
},
|
628 |
+
{
|
629 |
+
"epoch": 1.5614035087719298,
|
630 |
+
"grad_norm": 0.4461296063334958,
|
631 |
+
"learning_rate": 8.302193119995038e-06,
|
632 |
+
"loss": 0.8074,
|
633 |
+
"step": 89
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"epoch": 1.5789473684210527,
|
637 |
+
"grad_norm": 0.4656230678628809,
|
638 |
+
"learning_rate": 8.258286144107277e-06,
|
639 |
+
"loss": 0.709,
|
640 |
+
"step": 90
|
641 |
+
},
|
642 |
+
{
|
643 |
+
"epoch": 1.5964912280701755,
|
644 |
+
"grad_norm": 0.505174912402358,
|
645 |
+
"learning_rate": 8.213938048432697e-06,
|
646 |
+
"loss": 0.7449,
|
647 |
+
"step": 91
|
648 |
+
},
|
649 |
+
{
|
650 |
+
"epoch": 1.6140350877192984,
|
651 |
+
"grad_norm": 0.44734144858468905,
|
652 |
+
"learning_rate": 8.16915483699355e-06,
|
653 |
+
"loss": 0.7561,
|
654 |
+
"step": 92
|
655 |
+
},
|
656 |
+
{
|
657 |
+
"epoch": 1.631578947368421,
|
658 |
+
"grad_norm": 0.4043431187007708,
|
659 |
+
"learning_rate": 8.123942572719801e-06,
|
660 |
+
"loss": 0.6941,
|
661 |
+
"step": 93
|
662 |
+
},
|
663 |
+
{
|
664 |
+
"epoch": 1.6491228070175439,
|
665 |
+
"grad_norm": 0.4114852464980933,
|
666 |
+
"learning_rate": 8.078307376628292e-06,
|
667 |
+
"loss": 0.7015,
|
668 |
+
"step": 94
|
669 |
+
},
|
670 |
+
{
|
671 |
+
"epoch": 1.6666666666666665,
|
672 |
+
"grad_norm": 0.5151338846051445,
|
673 |
+
"learning_rate": 8.032255426994069e-06,
|
674 |
+
"loss": 0.7998,
|
675 |
+
"step": 95
|
676 |
+
},
|
677 |
+
{
|
678 |
+
"epoch": 1.6842105263157894,
|
679 |
+
"grad_norm": 0.44205634304224184,
|
680 |
+
"learning_rate": 7.985792958513932e-06,
|
681 |
+
"loss": 0.7046,
|
682 |
+
"step": 96
|
683 |
+
},
|
684 |
+
{
|
685 |
+
"epoch": 1.7017543859649122,
|
686 |
+
"grad_norm": 0.4632079866563968,
|
687 |
+
"learning_rate": 7.938926261462366e-06,
|
688 |
+
"loss": 0.8707,
|
689 |
+
"step": 97
|
690 |
+
},
|
691 |
+
{
|
692 |
+
"epoch": 1.719298245614035,
|
693 |
+
"grad_norm": 0.44637907441962105,
|
694 |
+
"learning_rate": 7.891661680839932e-06,
|
695 |
+
"loss": 0.7484,
|
696 |
+
"step": 98
|
697 |
+
},
|
698 |
+
{
|
699 |
+
"epoch": 1.736842105263158,
|
700 |
+
"grad_norm": 0.4685858659647265,
|
701 |
+
"learning_rate": 7.84400561551426e-06,
|
702 |
+
"loss": 0.7848,
|
703 |
+
"step": 99
|
704 |
+
},
|
705 |
+
{
|
706 |
+
"epoch": 1.7543859649122808,
|
707 |
+
"grad_norm": 0.4568222027797856,
|
708 |
+
"learning_rate": 7.795964517353734e-06,
|
709 |
+
"loss": 0.7284,
|
710 |
+
"step": 100
|
711 |
+
},
|
712 |
+
{
|
713 |
+
"epoch": 1.7719298245614035,
|
714 |
+
"grad_norm": 0.5476306461412136,
|
715 |
+
"learning_rate": 7.747544890354031e-06,
|
716 |
+
"loss": 0.8004,
|
717 |
+
"step": 101
|
718 |
+
},
|
719 |
+
{
|
720 |
+
"epoch": 1.7894736842105263,
|
721 |
+
"grad_norm": 0.42492487518146715,
|
722 |
+
"learning_rate": 7.698753289757565e-06,
|
723 |
+
"loss": 0.7961,
|
724 |
+
"step": 102
|
725 |
+
},
|
726 |
+
{
|
727 |
+
"epoch": 1.807017543859649,
|
728 |
+
"grad_norm": 0.545769480072505,
|
729 |
+
"learning_rate": 7.649596321166024e-06,
|
730 |
+
"loss": 0.8133,
|
731 |
+
"step": 103
|
732 |
+
},
|
733 |
+
{
|
734 |
+
"epoch": 1.8245614035087718,
|
735 |
+
"grad_norm": 0.451892173394677,
|
736 |
+
"learning_rate": 7.600080639646077e-06,
|
737 |
+
"loss": 0.6685,
|
738 |
+
"step": 104
|
739 |
+
},
|
740 |
+
{
|
741 |
+
"epoch": 1.8421052631578947,
|
742 |
+
"grad_norm": 0.4574149168680395,
|
743 |
+
"learning_rate": 7.550212948828377e-06,
|
744 |
+
"loss": 0.6425,
|
745 |
+
"step": 105
|
746 |
+
},
|
747 |
+
{
|
748 |
+
"epoch": 1.8596491228070176,
|
749 |
+
"grad_norm": 0.6386131675227494,
|
750 |
+
"learning_rate": 7.500000000000001e-06,
|
751 |
+
"loss": 0.8332,
|
752 |
+
"step": 106
|
753 |
+
},
|
754 |
+
{
|
755 |
+
"epoch": 1.8771929824561404,
|
756 |
+
"grad_norm": 0.52554380144195,
|
757 |
+
"learning_rate": 7.449448591190436e-06,
|
758 |
+
"loss": 0.7636,
|
759 |
+
"step": 107
|
760 |
+
},
|
761 |
+
{
|
762 |
+
"epoch": 1.8947368421052633,
|
763 |
+
"grad_norm": 0.4784856775642456,
|
764 |
+
"learning_rate": 7.398565566251232e-06,
|
765 |
+
"loss": 0.7843,
|
766 |
+
"step": 108
|
767 |
+
},
|
768 |
+
{
|
769 |
+
"epoch": 1.912280701754386,
|
770 |
+
"grad_norm": 0.4484950014881073,
|
771 |
+
"learning_rate": 7.347357813929455e-06,
|
772 |
+
"loss": 0.6982,
|
773 |
+
"step": 109
|
774 |
+
},
|
775 |
+
{
|
776 |
+
"epoch": 1.9298245614035088,
|
777 |
+
"grad_norm": 0.5118269573463115,
|
778 |
+
"learning_rate": 7.295832266935059e-06,
|
779 |
+
"loss": 0.8068,
|
780 |
+
"step": 110
|
781 |
+
},
|
782 |
+
{
|
783 |
+
"epoch": 1.9473684210526314,
|
784 |
+
"grad_norm": 0.4450031299580753,
|
785 |
+
"learning_rate": 7.243995901002312e-06,
|
786 |
+
"loss": 0.8023,
|
787 |
+
"step": 111
|
788 |
+
},
|
789 |
+
{
|
790 |
+
"epoch": 1.9649122807017543,
|
791 |
+
"grad_norm": 0.5068416928084,
|
792 |
+
"learning_rate": 7.191855733945388e-06,
|
793 |
+
"loss": 0.772,
|
794 |
+
"step": 112
|
795 |
+
},
|
796 |
+
{
|
797 |
+
"epoch": 1.9824561403508771,
|
798 |
+
"grad_norm": 0.4892383894676538,
|
799 |
+
"learning_rate": 7.1394188247082715e-06,
|
800 |
+
"loss": 0.8481,
|
801 |
+
"step": 113
|
802 |
+
},
|
803 |
+
{
|
804 |
+
"epoch": 2.0,
|
805 |
+
"grad_norm": 0.6085246217123668,
|
806 |
+
"learning_rate": 7.08669227240909e-06,
|
807 |
+
"loss": 0.7516,
|
808 |
+
"step": 114
|
809 |
+
},
|
810 |
+
{
|
811 |
+
"epoch": 2.017543859649123,
|
812 |
+
"grad_norm": 0.6772580738450293,
|
813 |
+
"learning_rate": 7.033683215379002e-06,
|
814 |
+
"loss": 0.6293,
|
815 |
+
"step": 115
|
816 |
+
},
|
817 |
+
{
|
818 |
+
"epoch": 2.0350877192982457,
|
819 |
+
"grad_norm": 0.450882413053603,
|
820 |
+
"learning_rate": 6.980398830195785e-06,
|
821 |
+
"loss": 0.6693,
|
822 |
+
"step": 116
|
823 |
+
},
|
824 |
+
{
|
825 |
+
"epoch": 2.0526315789473686,
|
826 |
+
"grad_norm": 0.5904252312622317,
|
827 |
+
"learning_rate": 6.9268463307122425e-06,
|
828 |
+
"loss": 0.8456,
|
829 |
+
"step": 117
|
830 |
+
},
|
831 |
+
{
|
832 |
+
"epoch": 2.0701754385964914,
|
833 |
+
"grad_norm": 1.1536488969024838,
|
834 |
+
"learning_rate": 6.873032967079562e-06,
|
835 |
+
"loss": 0.711,
|
836 |
+
"step": 118
|
837 |
+
},
|
838 |
+
{
|
839 |
+
"epoch": 2.087719298245614,
|
840 |
+
"grad_norm": 0.6026710867167002,
|
841 |
+
"learning_rate": 6.818966024765758e-06,
|
842 |
+
"loss": 0.69,
|
843 |
+
"step": 119
|
844 |
+
},
|
845 |
+
{
|
846 |
+
"epoch": 2.1052631578947367,
|
847 |
+
"grad_norm": 0.5519349206113559,
|
848 |
+
"learning_rate": 6.7646528235693445e-06,
|
849 |
+
"loss": 0.6711,
|
850 |
+
"step": 120
|
851 |
+
},
|
852 |
+
{
|
853 |
+
"epoch": 2.1228070175438596,
|
854 |
+
"grad_norm": 0.7092889454443306,
|
855 |
+
"learning_rate": 6.710100716628345e-06,
|
856 |
+
"loss": 0.6621,
|
857 |
+
"step": 121
|
858 |
+
},
|
859 |
+
{
|
860 |
+
"epoch": 2.1403508771929824,
|
861 |
+
"grad_norm": 0.7562555187908985,
|
862 |
+
"learning_rate": 6.655317089424791e-06,
|
863 |
+
"loss": 0.6179,
|
864 |
+
"step": 122
|
865 |
+
},
|
866 |
+
{
|
867 |
+
"epoch": 2.1578947368421053,
|
868 |
+
"grad_norm": 0.5185446425019185,
|
869 |
+
"learning_rate": 6.600309358784858e-06,
|
870 |
+
"loss": 0.7665,
|
871 |
+
"step": 123
|
872 |
+
},
|
873 |
+
{
|
874 |
+
"epoch": 2.175438596491228,
|
875 |
+
"grad_norm": 0.6715654786999794,
|
876 |
+
"learning_rate": 6.545084971874738e-06,
|
877 |
+
"loss": 0.6678,
|
878 |
+
"step": 124
|
879 |
+
},
|
880 |
+
{
|
881 |
+
"epoch": 2.192982456140351,
|
882 |
+
"grad_norm": 0.8688326949247829,
|
883 |
+
"learning_rate": 6.48965140519241e-06,
|
884 |
+
"loss": 0.7695,
|
885 |
+
"step": 125
|
886 |
+
},
|
887 |
+
{
|
888 |
+
"epoch": 2.2105263157894735,
|
889 |
+
"grad_norm": 0.5932308012835962,
|
890 |
+
"learning_rate": 6.434016163555452e-06,
|
891 |
+
"loss": 0.673,
|
892 |
+
"step": 126
|
893 |
+
},
|
894 |
+
{
|
895 |
+
"epoch": 2.2280701754385963,
|
896 |
+
"grad_norm": 0.5969608442734933,
|
897 |
+
"learning_rate": 6.378186779084996e-06,
|
898 |
+
"loss": 0.6205,
|
899 |
+
"step": 127
|
900 |
+
},
|
901 |
+
{
|
902 |
+
"epoch": 2.245614035087719,
|
903 |
+
"grad_norm": 0.5467650711645329,
|
904 |
+
"learning_rate": 6.322170810186013e-06,
|
905 |
+
"loss": 0.6458,
|
906 |
+
"step": 128
|
907 |
+
},
|
908 |
+
{
|
909 |
+
"epoch": 2.263157894736842,
|
910 |
+
"grad_norm": 0.5975174551567328,
|
911 |
+
"learning_rate": 6.26597584052401e-06,
|
912 |
+
"loss": 0.6918,
|
913 |
+
"step": 129
|
914 |
+
},
|
915 |
+
{
|
916 |
+
"epoch": 2.280701754385965,
|
917 |
+
"grad_norm": 0.5653314043661133,
|
918 |
+
"learning_rate": 6.209609477998339e-06,
|
919 |
+
"loss": 0.7028,
|
920 |
+
"step": 130
|
921 |
+
},
|
922 |
+
{
|
923 |
+
"epoch": 2.2982456140350878,
|
924 |
+
"grad_norm": 0.4960077976946443,
|
925 |
+
"learning_rate": 6.153079353712201e-06,
|
926 |
+
"loss": 0.6824,
|
927 |
+
"step": 131
|
928 |
+
},
|
929 |
+
{
|
930 |
+
"epoch": 2.3157894736842106,
|
931 |
+
"grad_norm": 0.4983550517376789,
|
932 |
+
"learning_rate": 6.0963931209395165e-06,
|
933 |
+
"loss": 0.6458,
|
934 |
+
"step": 132
|
935 |
+
},
|
936 |
+
{
|
937 |
+
"epoch": 2.3333333333333335,
|
938 |
+
"grad_norm": 0.7749550480666753,
|
939 |
+
"learning_rate": 6.039558454088796e-06,
|
940 |
+
"loss": 0.7408,
|
941 |
+
"step": 133
|
942 |
+
},
|
943 |
+
{
|
944 |
+
"epoch": 2.3508771929824563,
|
945 |
+
"grad_norm": 0.5931221599787317,
|
946 |
+
"learning_rate": 5.982583047664151e-06,
|
947 |
+
"loss": 0.6533,
|
948 |
+
"step": 134
|
949 |
+
},
|
950 |
+
{
|
951 |
+
"epoch": 2.3684210526315788,
|
952 |
+
"grad_norm": 0.5024240270484248,
|
953 |
+
"learning_rate": 5.925474615223573e-06,
|
954 |
+
"loss": 0.6721,
|
955 |
+
"step": 135
|
956 |
+
},
|
957 |
+
{
|
958 |
+
"epoch": 2.3859649122807016,
|
959 |
+
"grad_norm": 0.47570042970709975,
|
960 |
+
"learning_rate": 5.8682408883346535e-06,
|
961 |
+
"loss": 0.6642,
|
962 |
+
"step": 136
|
963 |
+
},
|
964 |
+
{
|
965 |
+
"epoch": 2.4035087719298245,
|
966 |
+
"grad_norm": 0.5947487689879833,
|
967 |
+
"learning_rate": 5.810889615527839e-06,
|
968 |
+
"loss": 0.7744,
|
969 |
+
"step": 137
|
970 |
+
},
|
971 |
+
{
|
972 |
+
"epoch": 2.4210526315789473,
|
973 |
+
"grad_norm": 0.5346541161405614,
|
974 |
+
"learning_rate": 5.753428561247416e-06,
|
975 |
+
"loss": 0.7585,
|
976 |
+
"step": 138
|
977 |
+
},
|
978 |
+
{
|
979 |
+
"epoch": 2.43859649122807,
|
980 |
+
"grad_norm": 0.5180671185567975,
|
981 |
+
"learning_rate": 5.695865504800328e-06,
|
982 |
+
"loss": 0.7204,
|
983 |
+
"step": 139
|
984 |
+
},
|
985 |
+
{
|
986 |
+
"epoch": 2.456140350877193,
|
987 |
+
"grad_norm": 0.43182983522466606,
|
988 |
+
"learning_rate": 5.638208239302975e-06,
|
989 |
+
"loss": 0.6737,
|
990 |
+
"step": 140
|
991 |
+
},
|
992 |
+
{
|
993 |
+
"epoch": 2.473684210526316,
|
994 |
+
"grad_norm": 0.5484865360730465,
|
995 |
+
"learning_rate": 5.5804645706261515e-06,
|
996 |
+
"loss": 0.7157,
|
997 |
+
"step": 141
|
998 |
+
},
|
999 |
+
{
|
1000 |
+
"epoch": 2.4912280701754383,
|
1001 |
+
"grad_norm": 0.5199783786417116,
|
1002 |
+
"learning_rate": 5.522642316338268e-06,
|
1003 |
+
"loss": 0.7212,
|
1004 |
+
"step": 142
|
1005 |
+
},
|
1006 |
+
{
|
1007 |
+
"epoch": 2.5087719298245617,
|
1008 |
+
"grad_norm": 0.5007118536470155,
|
1009 |
+
"learning_rate": 5.464749304646963e-06,
|
1010 |
+
"loss": 0.5684,
|
1011 |
+
"step": 143
|
1012 |
+
},
|
1013 |
+
{
|
1014 |
+
"epoch": 2.526315789473684,
|
1015 |
+
"grad_norm": 0.46333226257806054,
|
1016 |
+
"learning_rate": 5.406793373339292e-06,
|
1017 |
+
"loss": 0.6569,
|
1018 |
+
"step": 144
|
1019 |
+
},
|
1020 |
+
{
|
1021 |
+
"epoch": 2.543859649122807,
|
1022 |
+
"grad_norm": 0.421788277957023,
|
1023 |
+
"learning_rate": 5.348782368720627e-06,
|
1024 |
+
"loss": 0.671,
|
1025 |
+
"step": 145
|
1026 |
+
},
|
1027 |
+
{
|
1028 |
+
"epoch": 2.56140350877193,
|
1029 |
+
"grad_norm": 0.6035891274019219,
|
1030 |
+
"learning_rate": 5.290724144552379e-06,
|
1031 |
+
"loss": 0.7342,
|
1032 |
+
"step": 146
|
1033 |
+
},
|
1034 |
+
{
|
1035 |
+
"epoch": 2.5789473684210527,
|
1036 |
+
"grad_norm": 0.5026577286411762,
|
1037 |
+
"learning_rate": 5.232626560988735e-06,
|
1038 |
+
"loss": 0.6719,
|
1039 |
+
"step": 147
|
1040 |
+
},
|
1041 |
+
{
|
1042 |
+
"epoch": 2.5964912280701755,
|
1043 |
+
"grad_norm": 0.4919422409949355,
|
1044 |
+
"learning_rate": 5.174497483512506e-06,
|
1045 |
+
"loss": 0.6919,
|
1046 |
+
"step": 148
|
1047 |
+
},
|
1048 |
+
{
|
1049 |
+
"epoch": 2.6140350877192984,
|
1050 |
+
"grad_norm": 0.5254028230139784,
|
1051 |
+
"learning_rate": 5.116344781870282e-06,
|
1052 |
+
"loss": 0.667,
|
1053 |
+
"step": 149
|
1054 |
+
},
|
1055 |
+
{
|
1056 |
+
"epoch": 2.6315789473684212,
|
1057 |
+
"grad_norm": 1.553583156537818,
|
1058 |
+
"learning_rate": 5.0581763290069865e-06,
|
1059 |
+
"loss": 0.7562,
|
1060 |
+
"step": 150
|
1061 |
+
},
|
1062 |
+
{
|
1063 |
+
"epoch": 2.6491228070175437,
|
1064 |
+
"grad_norm": 1.2338257655099236,
|
1065 |
+
"learning_rate": 5e-06,
|
1066 |
+
"loss": 0.7293,
|
1067 |
+
"step": 151
|
1068 |
+
},
|
1069 |
+
{
|
1070 |
+
"epoch": 2.6666666666666665,
|
1071 |
+
"grad_norm": 0.49675373409102974,
|
1072 |
+
"learning_rate": 4.941823670993016e-06,
|
1073 |
+
"loss": 0.7299,
|
1074 |
+
"step": 152
|
1075 |
+
},
|
1076 |
+
{
|
1077 |
+
"epoch": 2.6842105263157894,
|
1078 |
+
"grad_norm": 0.6695686964076406,
|
1079 |
+
"learning_rate": 4.883655218129719e-06,
|
1080 |
+
"loss": 0.7256,
|
1081 |
+
"step": 153
|
1082 |
+
},
|
1083 |
+
{
|
1084 |
+
"epoch": 2.7017543859649122,
|
1085 |
+
"grad_norm": 0.5325751205321517,
|
1086 |
+
"learning_rate": 4.825502516487497e-06,
|
1087 |
+
"loss": 0.7213,
|
1088 |
+
"step": 154
|
1089 |
+
},
|
1090 |
+
{
|
1091 |
+
"epoch": 2.719298245614035,
|
1092 |
+
"grad_norm": 0.48003824273117945,
|
1093 |
+
"learning_rate": 4.767373439011267e-06,
|
1094 |
+
"loss": 0.7345,
|
1095 |
+
"step": 155
|
1096 |
+
},
|
1097 |
+
{
|
1098 |
+
"epoch": 2.736842105263158,
|
1099 |
+
"grad_norm": 0.42462804611415217,
|
1100 |
+
"learning_rate": 4.7092758554476215e-06,
|
1101 |
+
"loss": 0.6735,
|
1102 |
+
"step": 156
|
1103 |
+
},
|
1104 |
+
{
|
1105 |
+
"epoch": 2.754385964912281,
|
1106 |
+
"grad_norm": 0.43618923437191776,
|
1107 |
+
"learning_rate": 4.651217631279374e-06,
|
1108 |
+
"loss": 0.6899,
|
1109 |
+
"step": 157
|
1110 |
+
},
|
1111 |
+
{
|
1112 |
+
"epoch": 2.7719298245614032,
|
1113 |
+
"grad_norm": 0.45538207304086625,
|
1114 |
+
"learning_rate": 4.59320662666071e-06,
|
1115 |
+
"loss": 0.6031,
|
1116 |
+
"step": 158
|
1117 |
+
},
|
1118 |
+
{
|
1119 |
+
"epoch": 2.7894736842105265,
|
1120 |
+
"grad_norm": 0.4370465622626561,
|
1121 |
+
"learning_rate": 4.53525069535304e-06,
|
1122 |
+
"loss": 0.6665,
|
1123 |
+
"step": 159
|
1124 |
+
},
|
1125 |
+
{
|
1126 |
+
"epoch": 2.807017543859649,
|
1127 |
+
"grad_norm": 0.4923278629527568,
|
1128 |
+
"learning_rate": 4.477357683661734e-06,
|
1129 |
+
"loss": 0.5707,
|
1130 |
+
"step": 160
|
1131 |
+
},
|
1132 |
+
{
|
1133 |
+
"epoch": 2.824561403508772,
|
1134 |
+
"grad_norm": 0.4969701434753241,
|
1135 |
+
"learning_rate": 4.4195354293738484e-06,
|
1136 |
+
"loss": 0.679,
|
1137 |
+
"step": 161
|
1138 |
+
},
|
1139 |
+
{
|
1140 |
+
"epoch": 2.8421052631578947,
|
1141 |
+
"grad_norm": 0.5546933259848088,
|
1142 |
+
"learning_rate": 4.361791760697027e-06,
|
1143 |
+
"loss": 0.7043,
|
1144 |
+
"step": 162
|
1145 |
+
},
|
1146 |
+
{
|
1147 |
+
"epoch": 2.8596491228070176,
|
1148 |
+
"grad_norm": 0.48264831967683647,
|
1149 |
+
"learning_rate": 4.304134495199675e-06,
|
1150 |
+
"loss": 0.7143,
|
1151 |
+
"step": 163
|
1152 |
+
},
|
1153 |
+
{
|
1154 |
+
"epoch": 2.8771929824561404,
|
1155 |
+
"grad_norm": 0.4110210125093407,
|
1156 |
+
"learning_rate": 4.246571438752585e-06,
|
1157 |
+
"loss": 0.686,
|
1158 |
+
"step": 164
|
1159 |
+
},
|
1160 |
+
{
|
1161 |
+
"epoch": 2.8947368421052633,
|
1162 |
+
"grad_norm": 0.49525919522727535,
|
1163 |
+
"learning_rate": 4.189110384472164e-06,
|
1164 |
+
"loss": 0.7517,
|
1165 |
+
"step": 165
|
1166 |
+
},
|
1167 |
+
{
|
1168 |
+
"epoch": 2.912280701754386,
|
1169 |
+
"grad_norm": 0.4131613566268219,
|
1170 |
+
"learning_rate": 4.131759111665349e-06,
|
1171 |
+
"loss": 0.6856,
|
1172 |
+
"step": 166
|
1173 |
+
},
|
1174 |
+
{
|
1175 |
+
"epoch": 2.9298245614035086,
|
1176 |
+
"grad_norm": 0.5175270937490849,
|
1177 |
+
"learning_rate": 4.074525384776428e-06,
|
1178 |
+
"loss": 0.6252,
|
1179 |
+
"step": 167
|
1180 |
+
},
|
1181 |
+
{
|
1182 |
+
"epoch": 2.9473684210526314,
|
1183 |
+
"grad_norm": 0.45596345968043617,
|
1184 |
+
"learning_rate": 4.017416952335849e-06,
|
1185 |
+
"loss": 0.6667,
|
1186 |
+
"step": 168
|
1187 |
+
},
|
1188 |
+
{
|
1189 |
+
"epoch": 2.9649122807017543,
|
1190 |
+
"grad_norm": 0.4415633061813911,
|
1191 |
+
"learning_rate": 3.960441545911205e-06,
|
1192 |
+
"loss": 0.692,
|
1193 |
+
"step": 169
|
1194 |
+
},
|
1195 |
+
{
|
1196 |
+
"epoch": 2.982456140350877,
|
1197 |
+
"grad_norm": 0.4727376414506676,
|
1198 |
+
"learning_rate": 3.903606879060483e-06,
|
1199 |
+
"loss": 0.7066,
|
1200 |
+
"step": 170
|
1201 |
+
},
|
1202 |
+
{
|
1203 |
+
"epoch": 3.0,
|
1204 |
+
"grad_norm": 0.5594331001253366,
|
1205 |
+
"learning_rate": 3.8469206462878e-06,
|
1206 |
+
"loss": 0.531,
|
1207 |
+
"step": 171
|
1208 |
+
},
|
1209 |
+
{
|
1210 |
+
"epoch": 3.017543859649123,
|
1211 |
+
"grad_norm": 0.8663714558638307,
|
1212 |
+
"learning_rate": 3.790390522001662e-06,
|
1213 |
+
"loss": 0.5565,
|
1214 |
+
"step": 172
|
1215 |
+
},
|
1216 |
+
{
|
1217 |
+
"epoch": 3.0350877192982457,
|
1218 |
+
"grad_norm": 0.4341447109781648,
|
1219 |
+
"learning_rate": 3.7340241594759917e-06,
|
1220 |
+
"loss": 0.6764,
|
1221 |
+
"step": 173
|
1222 |
+
},
|
1223 |
+
{
|
1224 |
+
"epoch": 3.0526315789473686,
|
1225 |
+
"grad_norm": 0.7723582389630738,
|
1226 |
+
"learning_rate": 3.6778291898139907e-06,
|
1227 |
+
"loss": 0.7073,
|
1228 |
+
"step": 174
|
1229 |
+
},
|
1230 |
+
{
|
1231 |
+
"epoch": 3.0701754385964914,
|
1232 |
+
"grad_norm": 0.7738146673172758,
|
1233 |
+
"learning_rate": 3.6218132209150047e-06,
|
1234 |
+
"loss": 0.6933,
|
1235 |
+
"step": 175
|
1236 |
+
},
|
1237 |
+
{
|
1238 |
+
"epoch": 3.087719298245614,
|
1239 |
+
"grad_norm": 0.6456192403383796,
|
1240 |
+
"learning_rate": 3.5659838364445505e-06,
|
1241 |
+
"loss": 0.618,
|
1242 |
+
"step": 176
|
1243 |
+
},
|
1244 |
+
{
|
1245 |
+
"epoch": 3.1052631578947367,
|
1246 |
+
"grad_norm": 0.5710886839865381,
|
1247 |
+
"learning_rate": 3.51034859480759e-06,
|
1248 |
+
"loss": 0.7276,
|
1249 |
+
"step": 177
|
1250 |
+
},
|
1251 |
+
{
|
1252 |
+
"epoch": 3.1228070175438596,
|
1253 |
+
"grad_norm": 0.5349936846175758,
|
1254 |
+
"learning_rate": 3.4549150281252635e-06,
|
1255 |
+
"loss": 0.692,
|
1256 |
+
"step": 178
|
1257 |
+
},
|
1258 |
+
{
|
1259 |
+
"epoch": 3.1403508771929824,
|
1260 |
+
"grad_norm": 0.5292200302034764,
|
1261 |
+
"learning_rate": 3.399690641215142e-06,
|
1262 |
+
"loss": 0.5939,
|
1263 |
+
"step": 179
|
1264 |
+
},
|
1265 |
+
{
|
1266 |
+
"epoch": 3.1578947368421053,
|
1267 |
+
"grad_norm": 0.7345063721966657,
|
1268 |
+
"learning_rate": 3.3446829105752103e-06,
|
1269 |
+
"loss": 0.598,
|
1270 |
+
"step": 180
|
1271 |
+
},
|
1272 |
+
{
|
1273 |
+
"epoch": 3.175438596491228,
|
1274 |
+
"grad_norm": 0.5147580751103901,
|
1275 |
+
"learning_rate": 3.289899283371657e-06,
|
1276 |
+
"loss": 0.638,
|
1277 |
+
"step": 181
|
1278 |
+
},
|
1279 |
+
{
|
1280 |
+
"epoch": 3.192982456140351,
|
1281 |
+
"grad_norm": 0.4931213549009318,
|
1282 |
+
"learning_rate": 3.2353471764306567e-06,
|
1283 |
+
"loss": 0.7735,
|
1284 |
+
"step": 182
|
1285 |
+
},
|
1286 |
+
{
|
1287 |
+
"epoch": 3.2105263157894735,
|
1288 |
+
"grad_norm": 0.5812039857423508,
|
1289 |
+
"learning_rate": 3.1810339752342446e-06,
|
1290 |
+
"loss": 0.6828,
|
1291 |
+
"step": 183
|
1292 |
+
},
|
1293 |
+
{
|
1294 |
+
"epoch": 3.2280701754385963,
|
1295 |
+
"grad_norm": 0.6791652740587747,
|
1296 |
+
"learning_rate": 3.12696703292044e-06,
|
1297 |
+
"loss": 0.6201,
|
1298 |
+
"step": 184
|
1299 |
+
},
|
1300 |
+
{
|
1301 |
+
"epoch": 3.245614035087719,
|
1302 |
+
"grad_norm": 0.40849657242075316,
|
1303 |
+
"learning_rate": 3.0731536692877596e-06,
|
1304 |
+
"loss": 0.6106,
|
1305 |
+
"step": 185
|
1306 |
+
},
|
1307 |
+
{
|
1308 |
+
"epoch": 3.263157894736842,
|
1309 |
+
"grad_norm": 0.45137185299894333,
|
1310 |
+
"learning_rate": 3.019601169804216e-06,
|
1311 |
+
"loss": 0.5423,
|
1312 |
+
"step": 186
|
1313 |
+
},
|
1314 |
+
{
|
1315 |
+
"epoch": 3.280701754385965,
|
1316 |
+
"grad_norm": 0.5017889640814337,
|
1317 |
+
"learning_rate": 2.966316784621e-06,
|
1318 |
+
"loss": 0.6327,
|
1319 |
+
"step": 187
|
1320 |
+
},
|
1321 |
+
{
|
1322 |
+
"epoch": 3.2982456140350878,
|
1323 |
+
"grad_norm": 0.45524848454437394,
|
1324 |
+
"learning_rate": 2.9133077275909112e-06,
|
1325 |
+
"loss": 0.6918,
|
1326 |
+
"step": 188
|
1327 |
+
},
|
1328 |
+
{
|
1329 |
+
"epoch": 3.3157894736842106,
|
1330 |
+
"grad_norm": 0.8851264670681155,
|
1331 |
+
"learning_rate": 2.86058117529173e-06,
|
1332 |
+
"loss": 0.6017,
|
1333 |
+
"step": 189
|
1334 |
+
},
|
1335 |
+
{
|
1336 |
+
"epoch": 3.3333333333333335,
|
1337 |
+
"grad_norm": 0.5385330657426128,
|
1338 |
+
"learning_rate": 2.8081442660546126e-06,
|
1339 |
+
"loss": 0.6157,
|
1340 |
+
"step": 190
|
1341 |
+
},
|
1342 |
+
{
|
1343 |
+
"epoch": 3.3508771929824563,
|
1344 |
+
"grad_norm": 0.5146136311383228,
|
1345 |
+
"learning_rate": 2.7560040989976894e-06,
|
1346 |
+
"loss": 0.6457,
|
1347 |
+
"step": 191
|
1348 |
+
},
|
1349 |
+
{
|
1350 |
+
"epoch": 3.3684210526315788,
|
1351 |
+
"grad_norm": 0.43840727289530934,
|
1352 |
+
"learning_rate": 2.7041677330649408e-06,
|
1353 |
+
"loss": 0.5454,
|
1354 |
+
"step": 192
|
1355 |
+
},
|
1356 |
+
{
|
1357 |
+
"epoch": 3.3859649122807016,
|
1358 |
+
"grad_norm": 0.4582309501621709,
|
1359 |
+
"learning_rate": 2.6526421860705474e-06,
|
1360 |
+
"loss": 0.5635,
|
1361 |
+
"step": 193
|
1362 |
+
},
|
1363 |
+
{
|
1364 |
+
"epoch": 3.4035087719298245,
|
1365 |
+
"grad_norm": 0.4818953115839983,
|
1366 |
+
"learning_rate": 2.601434433748771e-06,
|
1367 |
+
"loss": 0.5976,
|
1368 |
+
"step": 194
|
1369 |
+
},
|
1370 |
+
{
|
1371 |
+
"epoch": 3.4210526315789473,
|
1372 |
+
"grad_norm": 0.8712733416035364,
|
1373 |
+
"learning_rate": 2.550551408809566e-06,
|
1374 |
+
"loss": 0.5228,
|
1375 |
+
"step": 195
|
1376 |
+
},
|
1377 |
+
{
|
1378 |
+
"epoch": 3.43859649122807,
|
1379 |
+
"grad_norm": 0.48415804227796105,
|
1380 |
+
"learning_rate": 2.5000000000000015e-06,
|
1381 |
+
"loss": 0.6434,
|
1382 |
+
"step": 196
|
1383 |
+
},
|
1384 |
+
{
|
1385 |
+
"epoch": 3.456140350877193,
|
1386 |
+
"grad_norm": 0.5949648763483595,
|
1387 |
+
"learning_rate": 2.4497870511716237e-06,
|
1388 |
+
"loss": 0.4785,
|
1389 |
+
"step": 197
|
1390 |
+
},
|
1391 |
+
{
|
1392 |
+
"epoch": 3.473684210526316,
|
1393 |
+
"grad_norm": 0.47144837331368267,
|
1394 |
+
"learning_rate": 2.3999193603539234e-06,
|
1395 |
+
"loss": 0.5953,
|
1396 |
+
"step": 198
|
1397 |
+
},
|
1398 |
+
{
|
1399 |
+
"epoch": 3.4912280701754383,
|
1400 |
+
"grad_norm": 1.3105953668635286,
|
1401 |
+
"learning_rate": 2.3504036788339763e-06,
|
1402 |
+
"loss": 0.6311,
|
1403 |
+
"step": 199
|
1404 |
+
},
|
1405 |
+
{
|
1406 |
+
"epoch": 3.5087719298245617,
|
1407 |
+
"grad_norm": 0.41720009142711356,
|
1408 |
+
"learning_rate": 2.3012467102424373e-06,
|
1409 |
+
"loss": 0.5834,
|
1410 |
+
"step": 200
|
1411 |
+
},
|
1412 |
+
{
|
1413 |
+
"epoch": 3.526315789473684,
|
1414 |
+
"grad_norm": 0.5594815256892899,
|
1415 |
+
"learning_rate": 2.2524551096459703e-06,
|
1416 |
+
"loss": 0.6373,
|
1417 |
+
"step": 201
|
1418 |
+
},
|
1419 |
+
{
|
1420 |
+
"epoch": 3.543859649122807,
|
1421 |
+
"grad_norm": 0.5775645522935356,
|
1422 |
+
"learning_rate": 2.204035482646267e-06,
|
1423 |
+
"loss": 0.5122,
|
1424 |
+
"step": 202
|
1425 |
+
},
|
1426 |
+
{
|
1427 |
+
"epoch": 3.56140350877193,
|
1428 |
+
"grad_norm": 0.438399170685021,
|
1429 |
+
"learning_rate": 2.155994384485742e-06,
|
1430 |
+
"loss": 0.7112,
|
1431 |
+
"step": 203
|
1432 |
+
},
|
1433 |
+
{
|
1434 |
+
"epoch": 3.5789473684210527,
|
1435 |
+
"grad_norm": 0.5807876196560097,
|
1436 |
+
"learning_rate": 2.1083383191600676e-06,
|
1437 |
+
"loss": 0.5827,
|
1438 |
+
"step": 204
|
1439 |
+
},
|
1440 |
+
{
|
1441 |
+
"epoch": 3.5964912280701755,
|
1442 |
+
"grad_norm": 0.562080964536839,
|
1443 |
+
"learning_rate": 2.061073738537635e-06,
|
1444 |
+
"loss": 0.5948,
|
1445 |
+
"step": 205
|
1446 |
+
},
|
1447 |
+
{
|
1448 |
+
"epoch": 3.6140350877192984,
|
1449 |
+
"grad_norm": 0.47030675746253586,
|
1450 |
+
"learning_rate": 2.0142070414860704e-06,
|
1451 |
+
"loss": 0.524,
|
1452 |
+
"step": 206
|
1453 |
+
},
|
1454 |
+
{
|
1455 |
+
"epoch": 3.6315789473684212,
|
1456 |
+
"grad_norm": 0.6717735695079669,
|
1457 |
+
"learning_rate": 1.9677445730059348e-06,
|
1458 |
+
"loss": 0.5398,
|
1459 |
+
"step": 207
|
1460 |
+
},
|
1461 |
+
{
|
1462 |
+
"epoch": 3.6491228070175437,
|
1463 |
+
"grad_norm": 0.607441366456254,
|
1464 |
+
"learning_rate": 1.9216926233717087e-06,
|
1465 |
+
"loss": 0.572,
|
1466 |
+
"step": 208
|
1467 |
+
},
|
1468 |
+
{
|
1469 |
+
"epoch": 3.6666666666666665,
|
1470 |
+
"grad_norm": 0.5185516794175533,
|
1471 |
+
"learning_rate": 1.8760574272802002e-06,
|
1472 |
+
"loss": 0.6336,
|
1473 |
+
"step": 209
|
1474 |
+
},
|
1475 |
+
{
|
1476 |
+
"epoch": 3.6842105263157894,
|
1477 |
+
"grad_norm": 0.4784299439693173,
|
1478 |
+
"learning_rate": 1.8308451630064484e-06,
|
1479 |
+
"loss": 0.5635,
|
1480 |
+
"step": 210
|
1481 |
+
},
|
1482 |
+
{
|
1483 |
+
"epoch": 3.7017543859649122,
|
1484 |
+
"grad_norm": 0.6318920246958414,
|
1485 |
+
"learning_rate": 1.7860619515673034e-06,
|
1486 |
+
"loss": 0.6487,
|
1487 |
+
"step": 211
|
1488 |
+
},
|
1489 |
+
{
|
1490 |
+
"epoch": 3.719298245614035,
|
1491 |
+
"grad_norm": 0.5217096453690779,
|
1492 |
+
"learning_rate": 1.7417138558927244e-06,
|
1493 |
+
"loss": 0.6179,
|
1494 |
+
"step": 212
|
1495 |
+
},
|
1496 |
+
{
|
1497 |
+
"epoch": 3.736842105263158,
|
1498 |
+
"grad_norm": 0.4463416422218418,
|
1499 |
+
"learning_rate": 1.6978068800049624e-06,
|
1500 |
+
"loss": 0.677,
|
1501 |
+
"step": 213
|
1502 |
+
},
|
1503 |
+
{
|
1504 |
+
"epoch": 3.754385964912281,
|
1505 |
+
"grad_norm": 0.44994081469146274,
|
1506 |
+
"learning_rate": 1.6543469682057105e-06,
|
1507 |
+
"loss": 0.6801,
|
1508 |
+
"step": 214
|
1509 |
+
},
|
1510 |
+
{
|
1511 |
+
"epoch": 3.7719298245614032,
|
1512 |
+
"grad_norm": 0.4636757321819038,
|
1513 |
+
"learning_rate": 1.611340004271339e-06,
|
1514 |
+
"loss": 0.7185,
|
1515 |
+
"step": 215
|
1516 |
+
},
|
1517 |
+
{
|
1518 |
+
"epoch": 3.7894736842105265,
|
1519 |
+
"grad_norm": 0.517274400128267,
|
1520 |
+
"learning_rate": 1.5687918106563326e-06,
|
1521 |
+
"loss": 0.6181,
|
1522 |
+
"step": 216
|
1523 |
+
},
|
1524 |
+
{
|
1525 |
+
"epoch": 3.807017543859649,
|
1526 |
+
"grad_norm": 0.5897385970845531,
|
1527 |
+
"learning_rate": 1.5267081477050132e-06,
|
1528 |
+
"loss": 0.6647,
|
1529 |
+
"step": 217
|
1530 |
+
},
|
1531 |
+
{
|
1532 |
+
"epoch": 3.824561403508772,
|
1533 |
+
"grad_norm": 0.4899780923686918,
|
1534 |
+
"learning_rate": 1.4850947128716914e-06,
|
1535 |
+
"loss": 0.6817,
|
1536 |
+
"step": 218
|
1537 |
+
},
|
1538 |
+
{
|
1539 |
+
"epoch": 3.8421052631578947,
|
1540 |
+
"grad_norm": 0.510826600703071,
|
1541 |
+
"learning_rate": 1.4439571399493146e-06,
|
1542 |
+
"loss": 0.6444,
|
1543 |
+
"step": 219
|
1544 |
+
},
|
1545 |
+
{
|
1546 |
+
"epoch": 3.8596491228070176,
|
1547 |
+
"grad_norm": 0.4823112299526087,
|
1548 |
+
"learning_rate": 1.4033009983067454e-06,
|
1549 |
+
"loss": 0.5483,
|
1550 |
+
"step": 220
|
1551 |
+
},
|
1552 |
+
{
|
1553 |
+
"epoch": 3.8771929824561404,
|
1554 |
+
"grad_norm": 0.4471456920248394,
|
1555 |
+
"learning_rate": 1.3631317921347564e-06,
|
1556 |
+
"loss": 0.6384,
|
1557 |
+
"step": 221
|
1558 |
+
},
|
1559 |
+
{
|
1560 |
+
"epoch": 3.8947368421052633,
|
1561 |
+
"grad_norm": 0.5469999828023298,
|
1562 |
+
"learning_rate": 1.3234549597008572e-06,
|
1563 |
+
"loss": 0.6313,
|
1564 |
+
"step": 222
|
1565 |
+
},
|
1566 |
+
{
|
1567 |
+
"epoch": 3.912280701754386,
|
1568 |
+
"grad_norm": 0.407194656845798,
|
1569 |
+
"learning_rate": 1.2842758726130283e-06,
|
1570 |
+
"loss": 0.5592,
|
1571 |
+
"step": 223
|
1572 |
+
},
|
1573 |
+
{
|
1574 |
+
"epoch": 3.9298245614035086,
|
1575 |
+
"grad_norm": 0.5490740892723021,
|
1576 |
+
"learning_rate": 1.2455998350925042e-06,
|
1577 |
+
"loss": 0.5744,
|
1578 |
+
"step": 224
|
1579 |
+
},
|
1580 |
+
{
|
1581 |
+
"epoch": 3.9473684210526314,
|
1582 |
+
"grad_norm": 0.5478315420132569,
|
1583 |
+
"learning_rate": 1.2074320832556558e-06,
|
1584 |
+
"loss": 0.6774,
|
1585 |
+
"step": 225
|
1586 |
+
},
|
1587 |
+
{
|
1588 |
+
"epoch": 3.9649122807017543,
|
1589 |
+
"grad_norm": 0.7389578160911663,
|
1590 |
+
"learning_rate": 1.1697777844051105e-06,
|
1591 |
+
"loss": 0.6495,
|
1592 |
+
"step": 226
|
1593 |
+
},
|
1594 |
+
{
|
1595 |
+
"epoch": 3.982456140350877,
|
1596 |
+
"grad_norm": 0.5439282794272049,
|
1597 |
+
"learning_rate": 1.132642036330181e-06,
|
1598 |
+
"loss": 0.6712,
|
1599 |
+
"step": 227
|
1600 |
+
},
|
1601 |
+
{
|
1602 |
+
"epoch": 4.0,
|
1603 |
+
"grad_norm": 0.503627263820427,
|
1604 |
+
"learning_rate": 1.096029866616704e-06,
|
1605 |
+
"loss": 0.5671,
|
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:026a28b8fcdffc158131c17ce1329004b5b9decb85c94501f2891e4fbd961d7d
|
3 |
+
size 8081
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|