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 +1133 -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:e518d967ba9a7a4ba062213846e356ec7d3faf56fc37e130176ff74df2ce210b
|
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:bfbd99f4fbf59cee173586e159c9241d39efd0c095e42016a89331e50e3411a1
|
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:bdd2c7df2fdf4f75f1d46b6c727037c44982baefd51d93f0c875633f62255610
|
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:d18b1025e01a008d7b5d0994b94a42b592a7541f5632a24e0cfac3f03a3611f7
|
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:c860ab5dff4df178c8b39ffdb5c5a2235dedb6e0c1679bfcd5aa2b81e40edbdc
|
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:a285ba6625978674655da0a64aa57f74659e43aba6d456170affd0bab8867b1d
|
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:30470b8268f95ff1333ac3985a517c392863208f8c72f8530217230f47a54185
|
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:7941d56802621ce981cc109f175dd1eebf64b621ee9bbb47e9a795c38f243502
|
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:4d360409505b4f496beef9453c943e1e1bf8ae5dfed06c402af83a7fc641d52d
|
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:df0cd561a96a4dcaee29f227beb214666f084e00874f30d332a5270b4b84ed98
|
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:f2b713f0bc9d0f280e526bd9484aa4277537b701df45114083a4daec4500d847
|
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:81d9bb203423014d206d9c2f2ad4b45f6a895fb45b055e123740511657bbf681
|
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:c977f615212c40bcb0458dd92e129e293b925a8c0984391f27e3521b0410b2aa
|
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,1133 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": null,
|
3 |
+
"best_metric": null,
|
4 |
+
"best_model_checkpoint": null,
|
5 |
+
"epoch": 0.3333333333333333,
|
6 |
+
"eval_steps": 500,
|
7 |
+
"global_step": 157,
|
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.0021231422505307855,
|
14 |
+
"grad_norm": 6.233692311689662,
|
15 |
+
"learning_rate": 0.0,
|
16 |
+
"loss": 1.3677,
|
17 |
+
"step": 1
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.004246284501061571,
|
21 |
+
"grad_norm": 6.0364996372518975,
|
22 |
+
"learning_rate": 1.2499999999999999e-06,
|
23 |
+
"loss": 1.4092,
|
24 |
+
"step": 2
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.006369426751592357,
|
28 |
+
"grad_norm": 5.824376154111525,
|
29 |
+
"learning_rate": 2.4999999999999998e-06,
|
30 |
+
"loss": 1.3994,
|
31 |
+
"step": 3
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.008492569002123142,
|
35 |
+
"grad_norm": 5.902606326788258,
|
36 |
+
"learning_rate": 3.75e-06,
|
37 |
+
"loss": 1.3973,
|
38 |
+
"step": 4
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.010615711252653927,
|
42 |
+
"grad_norm": 5.275994860996141,
|
43 |
+
"learning_rate": 4.9999999999999996e-06,
|
44 |
+
"loss": 1.3653,
|
45 |
+
"step": 5
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.012738853503184714,
|
49 |
+
"grad_norm": 4.1623214153554295,
|
50 |
+
"learning_rate": 6.25e-06,
|
51 |
+
"loss": 1.3567,
|
52 |
+
"step": 6
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.014861995753715499,
|
56 |
+
"grad_norm": 3.3671066127082088,
|
57 |
+
"learning_rate": 7.5e-06,
|
58 |
+
"loss": 1.2129,
|
59 |
+
"step": 7
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.016985138004246284,
|
63 |
+
"grad_norm": 2.97534257184618,
|
64 |
+
"learning_rate": 8.750000000000001e-06,
|
65 |
+
"loss": 1.2794,
|
66 |
+
"step": 8
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.01910828025477707,
|
70 |
+
"grad_norm": 2.9074617656297654,
|
71 |
+
"learning_rate": 9.999999999999999e-06,
|
72 |
+
"loss": 1.2212,
|
73 |
+
"step": 9
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.021231422505307854,
|
77 |
+
"grad_norm": 3.829816734428447,
|
78 |
+
"learning_rate": 1.125e-05,
|
79 |
+
"loss": 1.2232,
|
80 |
+
"step": 10
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.02335456475583864,
|
84 |
+
"grad_norm": 2.710794346051666,
|
85 |
+
"learning_rate": 1.25e-05,
|
86 |
+
"loss": 1.1805,
|
87 |
+
"step": 11
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.025477707006369428,
|
91 |
+
"grad_norm": 2.490537571865269,
|
92 |
+
"learning_rate": 1.375e-05,
|
93 |
+
"loss": 1.1395,
|
94 |
+
"step": 12
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.027600849256900213,
|
98 |
+
"grad_norm": 2.958343893823127,
|
99 |
+
"learning_rate": 1.5e-05,
|
100 |
+
"loss": 1.1996,
|
101 |
+
"step": 13
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.029723991507430998,
|
105 |
+
"grad_norm": 2.10711525179354,
|
106 |
+
"learning_rate": 1.625e-05,
|
107 |
+
"loss": 1.1154,
|
108 |
+
"step": 14
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.03184713375796178,
|
112 |
+
"grad_norm": 1.804171701556794,
|
113 |
+
"learning_rate": 1.7500000000000002e-05,
|
114 |
+
"loss": 1.1335,
|
115 |
+
"step": 15
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.03397027600849257,
|
119 |
+
"grad_norm": 1.3531726745218633,
|
120 |
+
"learning_rate": 1.8750000000000002e-05,
|
121 |
+
"loss": 1.0982,
|
122 |
+
"step": 16
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.036093418259023353,
|
126 |
+
"grad_norm": 1.2822932286416207,
|
127 |
+
"learning_rate": 1.9999999999999998e-05,
|
128 |
+
"loss": 1.0626,
|
129 |
+
"step": 17
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.03821656050955414,
|
133 |
+
"grad_norm": 1.2087880979605115,
|
134 |
+
"learning_rate": 2.125e-05,
|
135 |
+
"loss": 1.0372,
|
136 |
+
"step": 18
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.040339702760084924,
|
140 |
+
"grad_norm": 1.2492451284743782,
|
141 |
+
"learning_rate": 2.25e-05,
|
142 |
+
"loss": 1.0343,
|
143 |
+
"step": 19
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.04246284501061571,
|
147 |
+
"grad_norm": 1.10733509517002,
|
148 |
+
"learning_rate": 2.3749999999999998e-05,
|
149 |
+
"loss": 0.9442,
|
150 |
+
"step": 20
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.044585987261146494,
|
154 |
+
"grad_norm": 1.0490035536866515,
|
155 |
+
"learning_rate": 2.5e-05,
|
156 |
+
"loss": 1.0626,
|
157 |
+
"step": 21
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.04670912951167728,
|
161 |
+
"grad_norm": 0.9466743921266996,
|
162 |
+
"learning_rate": 2.625e-05,
|
163 |
+
"loss": 1.0386,
|
164 |
+
"step": 22
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 0.04883227176220807,
|
168 |
+
"grad_norm": 0.9081034267931447,
|
169 |
+
"learning_rate": 2.75e-05,
|
170 |
+
"loss": 0.9487,
|
171 |
+
"step": 23
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.050955414012738856,
|
175 |
+
"grad_norm": 1.0372847960112026,
|
176 |
+
"learning_rate": 2.875e-05,
|
177 |
+
"loss": 0.9728,
|
178 |
+
"step": 24
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 0.05307855626326964,
|
182 |
+
"grad_norm": 1.198809452316821,
|
183 |
+
"learning_rate": 3e-05,
|
184 |
+
"loss": 1.0076,
|
185 |
+
"step": 25
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.055201698513800426,
|
189 |
+
"grad_norm": 1.1303411718578629,
|
190 |
+
"learning_rate": 2.9999629537566803e-05,
|
191 |
+
"loss": 1.0052,
|
192 |
+
"step": 26
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 0.05732484076433121,
|
196 |
+
"grad_norm": 0.9253246602948907,
|
197 |
+
"learning_rate": 2.9998518168566207e-05,
|
198 |
+
"loss": 1.0535,
|
199 |
+
"step": 27
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"epoch": 0.059447983014861996,
|
203 |
+
"grad_norm": 0.8916584736775167,
|
204 |
+
"learning_rate": 2.999666594789427e-05,
|
205 |
+
"loss": 1.0575,
|
206 |
+
"step": 28
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 0.06157112526539278,
|
210 |
+
"grad_norm": 1.017365856913298,
|
211 |
+
"learning_rate": 2.999407296704142e-05,
|
212 |
+
"loss": 1.0276,
|
213 |
+
"step": 29
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.06369426751592357,
|
217 |
+
"grad_norm": 0.9179032077950415,
|
218 |
+
"learning_rate": 2.9990739354087918e-05,
|
219 |
+
"loss": 1.0334,
|
220 |
+
"step": 30
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 0.06581740976645435,
|
224 |
+
"grad_norm": 0.9094459507546309,
|
225 |
+
"learning_rate": 2.9986665273697548e-05,
|
226 |
+
"loss": 1.0191,
|
227 |
+
"step": 31
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 0.06794055201698514,
|
231 |
+
"grad_norm": 0.8328888734598474,
|
232 |
+
"learning_rate": 2.9981850927109472e-05,
|
233 |
+
"loss": 1.0266,
|
234 |
+
"step": 32
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.07006369426751592,
|
238 |
+
"grad_norm": 0.9265287035853829,
|
239 |
+
"learning_rate": 2.9976296552128305e-05,
|
240 |
+
"loss": 0.9839,
|
241 |
+
"step": 33
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.07218683651804671,
|
245 |
+
"grad_norm": 0.8386673953378151,
|
246 |
+
"learning_rate": 2.9970002423112342e-05,
|
247 |
+
"loss": 0.9856,
|
248 |
+
"step": 34
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 0.07430997876857749,
|
252 |
+
"grad_norm": 0.8773223216488372,
|
253 |
+
"learning_rate": 2.996296885096003e-05,
|
254 |
+
"loss": 0.9913,
|
255 |
+
"step": 35
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 0.07643312101910828,
|
259 |
+
"grad_norm": 1.9920269675167115,
|
260 |
+
"learning_rate": 2.9955196183094604e-05,
|
261 |
+
"loss": 1.0276,
|
262 |
+
"step": 36
|
263 |
+
},
|
264 |
+
{
|
265 |
+
"epoch": 0.07855626326963906,
|
266 |
+
"grad_norm": 0.8541287848004893,
|
267 |
+
"learning_rate": 2.9946684803446928e-05,
|
268 |
+
"loss": 0.9692,
|
269 |
+
"step": 37
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"epoch": 0.08067940552016985,
|
273 |
+
"grad_norm": 0.8475286973659103,
|
274 |
+
"learning_rate": 2.9937435132436517e-05,
|
275 |
+
"loss": 0.9648,
|
276 |
+
"step": 38
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 0.08280254777070063,
|
280 |
+
"grad_norm": 0.891470065700579,
|
281 |
+
"learning_rate": 2.9927447626950795e-05,
|
282 |
+
"loss": 0.9469,
|
283 |
+
"step": 39
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"epoch": 0.08492569002123142,
|
287 |
+
"grad_norm": 0.918643932520895,
|
288 |
+
"learning_rate": 2.9916722780322504e-05,
|
289 |
+
"loss": 1.0,
|
290 |
+
"step": 40
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 0.0870488322717622,
|
294 |
+
"grad_norm": 0.89952358144301,
|
295 |
+
"learning_rate": 2.9905261122305344e-05,
|
296 |
+
"loss": 0.9591,
|
297 |
+
"step": 41
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.08917197452229299,
|
301 |
+
"grad_norm": 0.9534501125480317,
|
302 |
+
"learning_rate": 2.9893063219047815e-05,
|
303 |
+
"loss": 0.9638,
|
304 |
+
"step": 42
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 0.09129511677282377,
|
308 |
+
"grad_norm": 0.9410259599712866,
|
309 |
+
"learning_rate": 2.988012967306524e-05,
|
310 |
+
"loss": 0.9631,
|
311 |
+
"step": 43
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"epoch": 0.09341825902335456,
|
315 |
+
"grad_norm": 0.7903964300371441,
|
316 |
+
"learning_rate": 2.9866461123210005e-05,
|
317 |
+
"loss": 1.0352,
|
318 |
+
"step": 44
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"epoch": 0.09554140127388536,
|
322 |
+
"grad_norm": 0.8186703306518206,
|
323 |
+
"learning_rate": 2.985205824464001e-05,
|
324 |
+
"loss": 1.035,
|
325 |
+
"step": 45
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"epoch": 0.09766454352441614,
|
329 |
+
"grad_norm": 1.1828963478090526,
|
330 |
+
"learning_rate": 2.983692174878531e-05,
|
331 |
+
"loss": 1.0224,
|
332 |
+
"step": 46
|
333 |
+
},
|
334 |
+
{
|
335 |
+
"epoch": 0.09978768577494693,
|
336 |
+
"grad_norm": 1.0653437359039768,
|
337 |
+
"learning_rate": 2.9821052383312987e-05,
|
338 |
+
"loss": 0.9845,
|
339 |
+
"step": 47
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.10191082802547771,
|
343 |
+
"grad_norm": 0.9139888799070773,
|
344 |
+
"learning_rate": 2.980445093209021e-05,
|
345 |
+
"loss": 0.9882,
|
346 |
+
"step": 48
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 0.1040339702760085,
|
350 |
+
"grad_norm": 1.0047461469584085,
|
351 |
+
"learning_rate": 2.9787118215145502e-05,
|
352 |
+
"loss": 0.9707,
|
353 |
+
"step": 49
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 0.10615711252653928,
|
357 |
+
"grad_norm": 0.9419818838483188,
|
358 |
+
"learning_rate": 2.976905508862828e-05,
|
359 |
+
"loss": 1.0093,
|
360 |
+
"step": 50
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"epoch": 0.10828025477707007,
|
364 |
+
"grad_norm": 0.8165141706193597,
|
365 |
+
"learning_rate": 2.9750262444766502e-05,
|
366 |
+
"loss": 0.9982,
|
367 |
+
"step": 51
|
368 |
+
},
|
369 |
+
{
|
370 |
+
"epoch": 0.11040339702760085,
|
371 |
+
"grad_norm": 0.9276179840515267,
|
372 |
+
"learning_rate": 2.9730741211822654e-05,
|
373 |
+
"loss": 1.0062,
|
374 |
+
"step": 52
|
375 |
+
},
|
376 |
+
{
|
377 |
+
"epoch": 0.11252653927813164,
|
378 |
+
"grad_norm": 0.7769869987656481,
|
379 |
+
"learning_rate": 2.9710492354047857e-05,
|
380 |
+
"loss": 0.9344,
|
381 |
+
"step": 53
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 0.11464968152866242,
|
385 |
+
"grad_norm": 0.8691988768513328,
|
386 |
+
"learning_rate": 2.968951687163426e-05,
|
387 |
+
"loss": 0.9953,
|
388 |
+
"step": 54
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"epoch": 0.11677282377919321,
|
392 |
+
"grad_norm": 0.8209469205962703,
|
393 |
+
"learning_rate": 2.9667815800665637e-05,
|
394 |
+
"loss": 1.0306,
|
395 |
+
"step": 55
|
396 |
+
},
|
397 |
+
{
|
398 |
+
"epoch": 0.11889596602972399,
|
399 |
+
"grad_norm": 0.7477038589692927,
|
400 |
+
"learning_rate": 2.9645390213066193e-05,
|
401 |
+
"loss": 1.0604,
|
402 |
+
"step": 56
|
403 |
+
},
|
404 |
+
{
|
405 |
+
"epoch": 0.12101910828025478,
|
406 |
+
"grad_norm": 0.8205605966500025,
|
407 |
+
"learning_rate": 2.9622241216547623e-05,
|
408 |
+
"loss": 0.9994,
|
409 |
+
"step": 57
|
410 |
+
},
|
411 |
+
{
|
412 |
+
"epoch": 0.12314225053078556,
|
413 |
+
"grad_norm": 0.8004707255796194,
|
414 |
+
"learning_rate": 2.9598369954554405e-05,
|
415 |
+
"loss": 0.9995,
|
416 |
+
"step": 58
|
417 |
+
},
|
418 |
+
{
|
419 |
+
"epoch": 0.12526539278131635,
|
420 |
+
"grad_norm": 0.7081299100114782,
|
421 |
+
"learning_rate": 2.957377760620732e-05,
|
422 |
+
"loss": 0.9943,
|
423 |
+
"step": 59
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"epoch": 0.12738853503184713,
|
427 |
+
"grad_norm": 0.7217649291059394,
|
428 |
+
"learning_rate": 2.9548465386245185e-05,
|
429 |
+
"loss": 0.987,
|
430 |
+
"step": 60
|
431 |
+
},
|
432 |
+
{
|
433 |
+
"epoch": 0.12951167728237792,
|
434 |
+
"grad_norm": 0.8205996950485613,
|
435 |
+
"learning_rate": 2.952243454496488e-05,
|
436 |
+
"loss": 0.9136,
|
437 |
+
"step": 61
|
438 |
+
},
|
439 |
+
{
|
440 |
+
"epoch": 0.1316348195329087,
|
441 |
+
"grad_norm": 0.7201961172816332,
|
442 |
+
"learning_rate": 2.9495686368159592e-05,
|
443 |
+
"loss": 0.976,
|
444 |
+
"step": 62
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"epoch": 0.1337579617834395,
|
448 |
+
"grad_norm": 0.7696946636431424,
|
449 |
+
"learning_rate": 2.946822217705526e-05,
|
450 |
+
"loss": 0.9993,
|
451 |
+
"step": 63
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"epoch": 0.13588110403397027,
|
455 |
+
"grad_norm": 0.7848756346253257,
|
456 |
+
"learning_rate": 2.9440043328245366e-05,
|
457 |
+
"loss": 1.0206,
|
458 |
+
"step": 64
|
459 |
+
},
|
460 |
+
{
|
461 |
+
"epoch": 0.13800424628450106,
|
462 |
+
"grad_norm": 0.740850768759331,
|
463 |
+
"learning_rate": 2.9411151213623894e-05,
|
464 |
+
"loss": 1.0311,
|
465 |
+
"step": 65
|
466 |
+
},
|
467 |
+
{
|
468 |
+
"epoch": 0.14012738853503184,
|
469 |
+
"grad_norm": 0.7028782098692511,
|
470 |
+
"learning_rate": 2.938154726031659e-05,
|
471 |
+
"loss": 0.9681,
|
472 |
+
"step": 66
|
473 |
+
},
|
474 |
+
{
|
475 |
+
"epoch": 0.14225053078556263,
|
476 |
+
"grad_norm": 0.7087905746550794,
|
477 |
+
"learning_rate": 2.9351232930610473e-05,
|
478 |
+
"loss": 0.975,
|
479 |
+
"step": 67
|
480 |
+
},
|
481 |
+
{
|
482 |
+
"epoch": 0.14437367303609341,
|
483 |
+
"grad_norm": 0.7512258835012833,
|
484 |
+
"learning_rate": 2.932020972188157e-05,
|
485 |
+
"loss": 0.9703,
|
486 |
+
"step": 68
|
487 |
+
},
|
488 |
+
{
|
489 |
+
"epoch": 0.1464968152866242,
|
490 |
+
"grad_norm": 0.6741016163735575,
|
491 |
+
"learning_rate": 2.9288479166521014e-05,
|
492 |
+
"loss": 0.9495,
|
493 |
+
"step": 69
|
494 |
+
},
|
495 |
+
{
|
496 |
+
"epoch": 0.14861995753715498,
|
497 |
+
"grad_norm": 0.740748414113653,
|
498 |
+
"learning_rate": 2.9256042831859295e-05,
|
499 |
+
"loss": 1.0603,
|
500 |
+
"step": 70
|
501 |
+
},
|
502 |
+
{
|
503 |
+
"epoch": 0.15074309978768577,
|
504 |
+
"grad_norm": 0.7918692932011524,
|
505 |
+
"learning_rate": 2.9222902320088882e-05,
|
506 |
+
"loss": 1.0028,
|
507 |
+
"step": 71
|
508 |
+
},
|
509 |
+
{
|
510 |
+
"epoch": 0.15286624203821655,
|
511 |
+
"grad_norm": 0.759432829778867,
|
512 |
+
"learning_rate": 2.9189059268185057e-05,
|
513 |
+
"loss": 1.0205,
|
514 |
+
"step": 72
|
515 |
+
},
|
516 |
+
{
|
517 |
+
"epoch": 0.15498938428874734,
|
518 |
+
"grad_norm": 0.7025218211620403,
|
519 |
+
"learning_rate": 2.9154515347825065e-05,
|
520 |
+
"loss": 0.9696,
|
521 |
+
"step": 73
|
522 |
+
},
|
523 |
+
{
|
524 |
+
"epoch": 0.15711252653927812,
|
525 |
+
"grad_norm": 0.8396244762201516,
|
526 |
+
"learning_rate": 2.9119272265305546e-05,
|
527 |
+
"loss": 0.9472,
|
528 |
+
"step": 74
|
529 |
+
},
|
530 |
+
{
|
531 |
+
"epoch": 0.1592356687898089,
|
532 |
+
"grad_norm": 0.7538155851518231,
|
533 |
+
"learning_rate": 2.9083331761458247e-05,
|
534 |
+
"loss": 0.992,
|
535 |
+
"step": 75
|
536 |
+
},
|
537 |
+
{
|
538 |
+
"epoch": 0.1613588110403397,
|
539 |
+
"grad_norm": 0.8141973691781073,
|
540 |
+
"learning_rate": 2.904669561156404e-05,
|
541 |
+
"loss": 0.9097,
|
542 |
+
"step": 76
|
543 |
+
},
|
544 |
+
{
|
545 |
+
"epoch": 0.16348195329087048,
|
546 |
+
"grad_norm": 0.6587425676342493,
|
547 |
+
"learning_rate": 2.9009365625265215e-05,
|
548 |
+
"loss": 0.9604,
|
549 |
+
"step": 77
|
550 |
+
},
|
551 |
+
{
|
552 |
+
"epoch": 0.16560509554140126,
|
553 |
+
"grad_norm": 0.7407423574470945,
|
554 |
+
"learning_rate": 2.8971343646476114e-05,
|
555 |
+
"loss": 0.9779,
|
556 |
+
"step": 78
|
557 |
+
},
|
558 |
+
{
|
559 |
+
"epoch": 0.16772823779193205,
|
560 |
+
"grad_norm": 0.8004547291076868,
|
561 |
+
"learning_rate": 2.893263155329204e-05,
|
562 |
+
"loss": 0.9766,
|
563 |
+
"step": 79
|
564 |
+
},
|
565 |
+
{
|
566 |
+
"epoch": 0.16985138004246284,
|
567 |
+
"grad_norm": 0.7457062213618112,
|
568 |
+
"learning_rate": 2.8893231257896502e-05,
|
569 |
+
"loss": 1.0744,
|
570 |
+
"step": 80
|
571 |
+
},
|
572 |
+
{
|
573 |
+
"epoch": 0.17197452229299362,
|
574 |
+
"grad_norm": 0.7225596471074269,
|
575 |
+
"learning_rate": 2.8853144706466725e-05,
|
576 |
+
"loss": 1.0006,
|
577 |
+
"step": 81
|
578 |
+
},
|
579 |
+
{
|
580 |
+
"epoch": 0.1740976645435244,
|
581 |
+
"grad_norm": 0.9234525636361333,
|
582 |
+
"learning_rate": 2.881237387907757e-05,
|
583 |
+
"loss": 1.0595,
|
584 |
+
"step": 82
|
585 |
+
},
|
586 |
+
{
|
587 |
+
"epoch": 0.1762208067940552,
|
588 |
+
"grad_norm": 0.7277875089674879,
|
589 |
+
"learning_rate": 2.8770920789603687e-05,
|
590 |
+
"loss": 0.9764,
|
591 |
+
"step": 83
|
592 |
+
},
|
593 |
+
{
|
594 |
+
"epoch": 0.17834394904458598,
|
595 |
+
"grad_norm": 0.7251182820248202,
|
596 |
+
"learning_rate": 2.8728787485620068e-05,
|
597 |
+
"loss": 1.0087,
|
598 |
+
"step": 84
|
599 |
+
},
|
600 |
+
{
|
601 |
+
"epoch": 0.18046709129511676,
|
602 |
+
"grad_norm": 0.7259248063014598,
|
603 |
+
"learning_rate": 2.868597604830088e-05,
|
604 |
+
"loss": 0.9895,
|
605 |
+
"step": 85
|
606 |
+
},
|
607 |
+
{
|
608 |
+
"epoch": 0.18259023354564755,
|
609 |
+
"grad_norm": 0.7236366037154788,
|
610 |
+
"learning_rate": 2.864248859231669e-05,
|
611 |
+
"loss": 1.0186,
|
612 |
+
"step": 86
|
613 |
+
},
|
614 |
+
{
|
615 |
+
"epoch": 0.18471337579617833,
|
616 |
+
"grad_norm": 0.7104922685407246,
|
617 |
+
"learning_rate": 2.859832726573e-05,
|
618 |
+
"loss": 1.0179,
|
619 |
+
"step": 87
|
620 |
+
},
|
621 |
+
{
|
622 |
+
"epoch": 0.18683651804670912,
|
623 |
+
"grad_norm": 0.6494155954698466,
|
624 |
+
"learning_rate": 2.855349424988915e-05,
|
625 |
+
"loss": 0.9532,
|
626 |
+
"step": 88
|
627 |
+
},
|
628 |
+
{
|
629 |
+
"epoch": 0.18895966029723993,
|
630 |
+
"grad_norm": 0.7642728344785427,
|
631 |
+
"learning_rate": 2.8507991759320545e-05,
|
632 |
+
"loss": 0.931,
|
633 |
+
"step": 89
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"epoch": 0.1910828025477707,
|
637 |
+
"grad_norm": 0.7579534251967283,
|
638 |
+
"learning_rate": 2.8461822041619312e-05,
|
639 |
+
"loss": 1.0023,
|
640 |
+
"step": 90
|
641 |
+
},
|
642 |
+
{
|
643 |
+
"epoch": 0.1932059447983015,
|
644 |
+
"grad_norm": 0.700517970884762,
|
645 |
+
"learning_rate": 2.841498737733824e-05,
|
646 |
+
"loss": 0.9251,
|
647 |
+
"step": 91
|
648 |
+
},
|
649 |
+
{
|
650 |
+
"epoch": 0.19532908704883228,
|
651 |
+
"grad_norm": 0.7550458532390354,
|
652 |
+
"learning_rate": 2.8367490079875154e-05,
|
653 |
+
"loss": 0.9632,
|
654 |
+
"step": 92
|
655 |
+
},
|
656 |
+
{
|
657 |
+
"epoch": 0.19745222929936307,
|
658 |
+
"grad_norm": 0.7561266680050324,
|
659 |
+
"learning_rate": 2.831933249535865e-05,
|
660 |
+
"loss": 0.975,
|
661 |
+
"step": 93
|
662 |
+
},
|
663 |
+
{
|
664 |
+
"epoch": 0.19957537154989385,
|
665 |
+
"grad_norm": 0.7554339394976815,
|
666 |
+
"learning_rate": 2.827051700253217e-05,
|
667 |
+
"loss": 0.9574,
|
668 |
+
"step": 94
|
669 |
+
},
|
670 |
+
{
|
671 |
+
"epoch": 0.20169851380042464,
|
672 |
+
"grad_norm": 0.7519417055562898,
|
673 |
+
"learning_rate": 2.8221046012636558e-05,
|
674 |
+
"loss": 1.0089,
|
675 |
+
"step": 95
|
676 |
+
},
|
677 |
+
{
|
678 |
+
"epoch": 0.20382165605095542,
|
679 |
+
"grad_norm": 0.695300221944843,
|
680 |
+
"learning_rate": 2.817092196929091e-05,
|
681 |
+
"loss": 0.9586,
|
682 |
+
"step": 96
|
683 |
+
},
|
684 |
+
{
|
685 |
+
"epoch": 0.2059447983014862,
|
686 |
+
"grad_norm": 0.7004398610006882,
|
687 |
+
"learning_rate": 2.8120147348371912e-05,
|
688 |
+
"loss": 0.9575,
|
689 |
+
"step": 97
|
690 |
+
},
|
691 |
+
{
|
692 |
+
"epoch": 0.208067940552017,
|
693 |
+
"grad_norm": 0.7161258126899045,
|
694 |
+
"learning_rate": 2.8068724657891507e-05,
|
695 |
+
"loss": 0.9429,
|
696 |
+
"step": 98
|
697 |
+
},
|
698 |
+
{
|
699 |
+
"epoch": 0.21019108280254778,
|
700 |
+
"grad_norm": 0.7498697224476674,
|
701 |
+
"learning_rate": 2.801665643787303e-05,
|
702 |
+
"loss": 1.0132,
|
703 |
+
"step": 99
|
704 |
+
},
|
705 |
+
{
|
706 |
+
"epoch": 0.21231422505307856,
|
707 |
+
"grad_norm": 0.6820422896195972,
|
708 |
+
"learning_rate": 2.7963945260225748e-05,
|
709 |
+
"loss": 1.0142,
|
710 |
+
"step": 100
|
711 |
+
},
|
712 |
+
{
|
713 |
+
"epoch": 0.21443736730360935,
|
714 |
+
"grad_norm": 0.6998151084514577,
|
715 |
+
"learning_rate": 2.7910593728617813e-05,
|
716 |
+
"loss": 1.0474,
|
717 |
+
"step": 101
|
718 |
+
},
|
719 |
+
{
|
720 |
+
"epoch": 0.21656050955414013,
|
721 |
+
"grad_norm": 0.6659748871284866,
|
722 |
+
"learning_rate": 2.7856604478347655e-05,
|
723 |
+
"loss": 0.964,
|
724 |
+
"step": 102
|
725 |
+
},
|
726 |
+
{
|
727 |
+
"epoch": 0.21868365180467092,
|
728 |
+
"grad_norm": 0.6639674612741819,
|
729 |
+
"learning_rate": 2.7801980176213798e-05,
|
730 |
+
"loss": 0.9141,
|
731 |
+
"step": 103
|
732 |
+
},
|
733 |
+
{
|
734 |
+
"epoch": 0.2208067940552017,
|
735 |
+
"grad_norm": 0.7962940595848361,
|
736 |
+
"learning_rate": 2.7746723520383174e-05,
|
737 |
+
"loss": 0.98,
|
738 |
+
"step": 104
|
739 |
+
},
|
740 |
+
{
|
741 |
+
"epoch": 0.2229299363057325,
|
742 |
+
"grad_norm": 0.6748458306743221,
|
743 |
+
"learning_rate": 2.76908372402578e-05,
|
744 |
+
"loss": 0.9387,
|
745 |
+
"step": 105
|
746 |
+
},
|
747 |
+
{
|
748 |
+
"epoch": 0.22505307855626328,
|
749 |
+
"grad_norm": 0.6591397874457393,
|
750 |
+
"learning_rate": 2.763432409633998e-05,
|
751 |
+
"loss": 0.9401,
|
752 |
+
"step": 106
|
753 |
+
},
|
754 |
+
{
|
755 |
+
"epoch": 0.22717622080679406,
|
756 |
+
"grad_norm": 0.6815163810802223,
|
757 |
+
"learning_rate": 2.7577186880095966e-05,
|
758 |
+
"loss": 0.9852,
|
759 |
+
"step": 107
|
760 |
+
},
|
761 |
+
{
|
762 |
+
"epoch": 0.22929936305732485,
|
763 |
+
"grad_norm": 0.6786470466077741,
|
764 |
+
"learning_rate": 2.7519428413818034e-05,
|
765 |
+
"loss": 0.9549,
|
766 |
+
"step": 108
|
767 |
+
},
|
768 |
+
{
|
769 |
+
"epoch": 0.23142250530785563,
|
770 |
+
"grad_norm": 0.722955020585509,
|
771 |
+
"learning_rate": 2.7461051550485116e-05,
|
772 |
+
"loss": 1.0021,
|
773 |
+
"step": 109
|
774 |
+
},
|
775 |
+
{
|
776 |
+
"epoch": 0.23354564755838642,
|
777 |
+
"grad_norm": 0.7518724654809783,
|
778 |
+
"learning_rate": 2.740205917362186e-05,
|
779 |
+
"loss": 1.0168,
|
780 |
+
"step": 110
|
781 |
+
},
|
782 |
+
{
|
783 |
+
"epoch": 0.2356687898089172,
|
784 |
+
"grad_norm": 0.5989515308193117,
|
785 |
+
"learning_rate": 2.7342454197156194e-05,
|
786 |
+
"loss": 0.9608,
|
787 |
+
"step": 111
|
788 |
+
},
|
789 |
+
{
|
790 |
+
"epoch": 0.23779193205944799,
|
791 |
+
"grad_norm": 0.63739062901645,
|
792 |
+
"learning_rate": 2.728223956527539e-05,
|
793 |
+
"loss": 0.9779,
|
794 |
+
"step": 112
|
795 |
+
},
|
796 |
+
{
|
797 |
+
"epoch": 0.23991507430997877,
|
798 |
+
"grad_norm": 0.7107030178119403,
|
799 |
+
"learning_rate": 2.722141825228066e-05,
|
800 |
+
"loss": 0.9507,
|
801 |
+
"step": 113
|
802 |
+
},
|
803 |
+
{
|
804 |
+
"epoch": 0.24203821656050956,
|
805 |
+
"grad_norm": 0.6662094575605222,
|
806 |
+
"learning_rate": 2.7159993262440228e-05,
|
807 |
+
"loss": 0.9566,
|
808 |
+
"step": 114
|
809 |
+
},
|
810 |
+
{
|
811 |
+
"epoch": 0.24416135881104034,
|
812 |
+
"grad_norm": 0.684949594473451,
|
813 |
+
"learning_rate": 2.7097967629840906e-05,
|
814 |
+
"loss": 1.0072,
|
815 |
+
"step": 115
|
816 |
+
},
|
817 |
+
{
|
818 |
+
"epoch": 0.24628450106157113,
|
819 |
+
"grad_norm": 0.717234854863913,
|
820 |
+
"learning_rate": 2.703534441823827e-05,
|
821 |
+
"loss": 0.9774,
|
822 |
+
"step": 116
|
823 |
+
},
|
824 |
+
{
|
825 |
+
"epoch": 0.2484076433121019,
|
826 |
+
"grad_norm": 0.6600997556047009,
|
827 |
+
"learning_rate": 2.6972126720905293e-05,
|
828 |
+
"loss": 0.9804,
|
829 |
+
"step": 117
|
830 |
+
},
|
831 |
+
{
|
832 |
+
"epoch": 0.2505307855626327,
|
833 |
+
"grad_norm": 0.6717502933643555,
|
834 |
+
"learning_rate": 2.6908317660479583e-05,
|
835 |
+
"loss": 0.9805,
|
836 |
+
"step": 118
|
837 |
+
},
|
838 |
+
{
|
839 |
+
"epoch": 0.2526539278131635,
|
840 |
+
"grad_norm": 0.6668903744774365,
|
841 |
+
"learning_rate": 2.68439203888091e-05,
|
842 |
+
"loss": 1.012,
|
843 |
+
"step": 119
|
844 |
+
},
|
845 |
+
{
|
846 |
+
"epoch": 0.25477707006369427,
|
847 |
+
"grad_norm": 0.7423058243771732,
|
848 |
+
"learning_rate": 2.6778938086796512e-05,
|
849 |
+
"loss": 1.0772,
|
850 |
+
"step": 120
|
851 |
+
},
|
852 |
+
{
|
853 |
+
"epoch": 0.25690021231422505,
|
854 |
+
"grad_norm": 0.7186526888110079,
|
855 |
+
"learning_rate": 2.6713373964242043e-05,
|
856 |
+
"loss": 0.9614,
|
857 |
+
"step": 121
|
858 |
+
},
|
859 |
+
{
|
860 |
+
"epoch": 0.25902335456475584,
|
861 |
+
"grad_norm": 0.7020168430150423,
|
862 |
+
"learning_rate": 2.6647231259684946e-05,
|
863 |
+
"loss": 0.9639,
|
864 |
+
"step": 122
|
865 |
+
},
|
866 |
+
{
|
867 |
+
"epoch": 0.2611464968152866,
|
868 |
+
"grad_norm": 0.6506699216795314,
|
869 |
+
"learning_rate": 2.6580513240243524e-05,
|
870 |
+
"loss": 1.0157,
|
871 |
+
"step": 123
|
872 |
+
},
|
873 |
+
{
|
874 |
+
"epoch": 0.2632696390658174,
|
875 |
+
"grad_norm": 0.6979496800781052,
|
876 |
+
"learning_rate": 2.651322320145375e-05,
|
877 |
+
"loss": 0.9827,
|
878 |
+
"step": 124
|
879 |
+
},
|
880 |
+
{
|
881 |
+
"epoch": 0.2653927813163482,
|
882 |
+
"grad_norm": 0.7041593201924282,
|
883 |
+
"learning_rate": 2.6445364467106494e-05,
|
884 |
+
"loss": 0.9416,
|
885 |
+
"step": 125
|
886 |
+
},
|
887 |
+
{
|
888 |
+
"epoch": 0.267515923566879,
|
889 |
+
"grad_norm": 0.7474469108757689,
|
890 |
+
"learning_rate": 2.637694038908333e-05,
|
891 |
+
"loss": 1.0345,
|
892 |
+
"step": 126
|
893 |
+
},
|
894 |
+
{
|
895 |
+
"epoch": 0.26963906581740976,
|
896 |
+
"grad_norm": 0.6614249491962885,
|
897 |
+
"learning_rate": 2.630795434719099e-05,
|
898 |
+
"loss": 0.9453,
|
899 |
+
"step": 127
|
900 |
+
},
|
901 |
+
{
|
902 |
+
"epoch": 0.27176220806794055,
|
903 |
+
"grad_norm": 0.6657326589669448,
|
904 |
+
"learning_rate": 2.623840974899439e-05,
|
905 |
+
"loss": 0.889,
|
906 |
+
"step": 128
|
907 |
+
},
|
908 |
+
{
|
909 |
+
"epoch": 0.27388535031847133,
|
910 |
+
"grad_norm": 0.8022831021638541,
|
911 |
+
"learning_rate": 2.616831002964834e-05,
|
912 |
+
"loss": 0.9739,
|
913 |
+
"step": 129
|
914 |
+
},
|
915 |
+
{
|
916 |
+
"epoch": 0.2760084925690021,
|
917 |
+
"grad_norm": 0.7179257591811719,
|
918 |
+
"learning_rate": 2.609765865172786e-05,
|
919 |
+
"loss": 0.9843,
|
920 |
+
"step": 130
|
921 |
+
},
|
922 |
+
{
|
923 |
+
"epoch": 0.2781316348195329,
|
924 |
+
"grad_norm": 0.605816781626969,
|
925 |
+
"learning_rate": 2.6026459105057127e-05,
|
926 |
+
"loss": 0.96,
|
927 |
+
"step": 131
|
928 |
+
},
|
929 |
+
{
|
930 |
+
"epoch": 0.2802547770700637,
|
931 |
+
"grad_norm": 0.6689266661628013,
|
932 |
+
"learning_rate": 2.5954714906537116e-05,
|
933 |
+
"loss": 0.9829,
|
934 |
+
"step": 132
|
935 |
+
},
|
936 |
+
{
|
937 |
+
"epoch": 0.2823779193205945,
|
938 |
+
"grad_norm": 0.6414905131754337,
|
939 |
+
"learning_rate": 2.5882429599971872e-05,
|
940 |
+
"loss": 0.9315,
|
941 |
+
"step": 133
|
942 |
+
},
|
943 |
+
{
|
944 |
+
"epoch": 0.28450106157112526,
|
945 |
+
"grad_norm": 0.6383947258042313,
|
946 |
+
"learning_rate": 2.580960675589347e-05,
|
947 |
+
"loss": 1.0047,
|
948 |
+
"step": 134
|
949 |
+
},
|
950 |
+
{
|
951 |
+
"epoch": 0.28662420382165604,
|
952 |
+
"grad_norm": 0.6843220347965844,
|
953 |
+
"learning_rate": 2.573624997138565e-05,
|
954 |
+
"loss": 1.0134,
|
955 |
+
"step": 135
|
956 |
+
},
|
957 |
+
{
|
958 |
+
"epoch": 0.28874734607218683,
|
959 |
+
"grad_norm": 0.6783409077200856,
|
960 |
+
"learning_rate": 2.5662362869906123e-05,
|
961 |
+
"loss": 0.9991,
|
962 |
+
"step": 136
|
963 |
+
},
|
964 |
+
{
|
965 |
+
"epoch": 0.2908704883227176,
|
966 |
+
"grad_norm": 0.6082410802648054,
|
967 |
+
"learning_rate": 2.558794910110761e-05,
|
968 |
+
"loss": 0.9365,
|
969 |
+
"step": 137
|
970 |
+
},
|
971 |
+
{
|
972 |
+
"epoch": 0.2929936305732484,
|
973 |
+
"grad_norm": 0.6110004204749758,
|
974 |
+
"learning_rate": 2.5513012340657557e-05,
|
975 |
+
"loss": 0.9458,
|
976 |
+
"step": 138
|
977 |
+
},
|
978 |
+
{
|
979 |
+
"epoch": 0.2951167728237792,
|
980 |
+
"grad_norm": 0.6537047244906001,
|
981 |
+
"learning_rate": 2.5437556290056575e-05,
|
982 |
+
"loss": 0.9348,
|
983 |
+
"step": 139
|
984 |
+
},
|
985 |
+
{
|
986 |
+
"epoch": 0.29723991507430997,
|
987 |
+
"grad_norm": 0.6237035022111638,
|
988 |
+
"learning_rate": 2.5361584676455627e-05,
|
989 |
+
"loss": 0.9963,
|
990 |
+
"step": 140
|
991 |
+
},
|
992 |
+
{
|
993 |
+
"epoch": 0.29936305732484075,
|
994 |
+
"grad_norm": 0.658465414967936,
|
995 |
+
"learning_rate": 2.5285101252471874e-05,
|
996 |
+
"loss": 0.9365,
|
997 |
+
"step": 141
|
998 |
+
},
|
999 |
+
{
|
1000 |
+
"epoch": 0.30148619957537154,
|
1001 |
+
"grad_norm": 0.6275241420274199,
|
1002 |
+
"learning_rate": 2.5208109796003364e-05,
|
1003 |
+
"loss": 1.0091,
|
1004 |
+
"step": 142
|
1005 |
+
},
|
1006 |
+
{
|
1007 |
+
"epoch": 0.3036093418259023,
|
1008 |
+
"grad_norm": 0.6338044548670078,
|
1009 |
+
"learning_rate": 2.5130614110042415e-05,
|
1010 |
+
"loss": 1.0313,
|
1011 |
+
"step": 143
|
1012 |
+
},
|
1013 |
+
{
|
1014 |
+
"epoch": 0.3057324840764331,
|
1015 |
+
"grad_norm": 0.6708789723264734,
|
1016 |
+
"learning_rate": 2.5052618022487733e-05,
|
1017 |
+
"loss": 0.9077,
|
1018 |
+
"step": 144
|
1019 |
+
},
|
1020 |
+
{
|
1021 |
+
"epoch": 0.3078556263269639,
|
1022 |
+
"grad_norm": 0.6673243086867044,
|
1023 |
+
"learning_rate": 2.4974125385955374e-05,
|
1024 |
+
"loss": 0.9733,
|
1025 |
+
"step": 145
|
1026 |
+
},
|
1027 |
+
{
|
1028 |
+
"epoch": 0.3099787685774947,
|
1029 |
+
"grad_norm": 0.6708310719412189,
|
1030 |
+
"learning_rate": 2.4895140077588412e-05,
|
1031 |
+
"loss": 0.9224,
|
1032 |
+
"step": 146
|
1033 |
+
},
|
1034 |
+
{
|
1035 |
+
"epoch": 0.31210191082802546,
|
1036 |
+
"grad_norm": 0.744990991437575,
|
1037 |
+
"learning_rate": 2.481566599886546e-05,
|
1038 |
+
"loss": 0.9491,
|
1039 |
+
"step": 147
|
1040 |
+
},
|
1041 |
+
{
|
1042 |
+
"epoch": 0.31422505307855625,
|
1043 |
+
"grad_norm": 0.6620719317323561,
|
1044 |
+
"learning_rate": 2.473570707540793e-05,
|
1045 |
+
"loss": 1.0361,
|
1046 |
+
"step": 148
|
1047 |
+
},
|
1048 |
+
{
|
1049 |
+
"epoch": 0.31634819532908703,
|
1050 |
+
"grad_norm": 0.6265774077983216,
|
1051 |
+
"learning_rate": 2.4655267256786126e-05,
|
1052 |
+
"loss": 1.0269,
|
1053 |
+
"step": 149
|
1054 |
+
},
|
1055 |
+
{
|
1056 |
+
"epoch": 0.3184713375796178,
|
1057 |
+
"grad_norm": 0.6861510574862938,
|
1058 |
+
"learning_rate": 2.4574350516324176e-05,
|
1059 |
+
"loss": 0.9546,
|
1060 |
+
"step": 150
|
1061 |
+
},
|
1062 |
+
{
|
1063 |
+
"epoch": 0.3205944798301486,
|
1064 |
+
"grad_norm": 0.6074369745423525,
|
1065 |
+
"learning_rate": 2.4492960850903757e-05,
|
1066 |
+
"loss": 0.9913,
|
1067 |
+
"step": 151
|
1068 |
+
},
|
1069 |
+
{
|
1070 |
+
"epoch": 0.3227176220806794,
|
1071 |
+
"grad_norm": 0.6170833154929086,
|
1072 |
+
"learning_rate": 2.4411102280766658e-05,
|
1073 |
+
"loss": 0.9914,
|
1074 |
+
"step": 152
|
1075 |
+
},
|
1076 |
+
{
|
1077 |
+
"epoch": 0.3248407643312102,
|
1078 |
+
"grad_norm": 0.6453490886193386,
|
1079 |
+
"learning_rate": 2.432877884931623e-05,
|
1080 |
+
"loss": 1.0185,
|
1081 |
+
"step": 153
|
1082 |
+
},
|
1083 |
+
{
|
1084 |
+
"epoch": 0.32696390658174096,
|
1085 |
+
"grad_norm": 0.6376312745074503,
|
1086 |
+
"learning_rate": 2.4245994622917636e-05,
|
1087 |
+
"loss": 1.014,
|
1088 |
+
"step": 154
|
1089 |
+
},
|
1090 |
+
{
|
1091 |
+
"epoch": 0.32908704883227174,
|
1092 |
+
"grad_norm": 0.5742876859098425,
|
1093 |
+
"learning_rate": 2.4162753690696998e-05,
|
1094 |
+
"loss": 1.0054,
|
1095 |
+
"step": 155
|
1096 |
+
},
|
1097 |
+
{
|
1098 |
+
"epoch": 0.33121019108280253,
|
1099 |
+
"grad_norm": 0.6636167519331397,
|
1100 |
+
"learning_rate": 2.4079060164339427e-05,
|
1101 |
+
"loss": 0.988,
|
1102 |
+
"step": 156
|
1103 |
+
},
|
1104 |
+
{
|
1105 |
+
"epoch": 0.3333333333333333,
|
1106 |
+
"grad_norm": 0.6393378453153665,
|
1107 |
+
"learning_rate": 2.3994918177885906e-05,
|
1108 |
+
"loss": 1.0362,
|
1109 |
+
"step": 157
|
1110 |
+
}
|
1111 |
+
],
|
1112 |
+
"logging_steps": 1,
|
1113 |
+
"max_steps": 471,
|
1114 |
+
"num_input_tokens_seen": 0,
|
1115 |
+
"num_train_epochs": 1,
|
1116 |
+
"save_steps": 157,
|
1117 |
+
"stateful_callbacks": {
|
1118 |
+
"TrainerControl": {
|
1119 |
+
"args": {
|
1120 |
+
"should_epoch_stop": false,
|
1121 |
+
"should_evaluate": false,
|
1122 |
+
"should_log": false,
|
1123 |
+
"should_save": true,
|
1124 |
+
"should_training_stop": false
|
1125 |
+
},
|
1126 |
+
"attributes": {}
|
1127 |
+
}
|
1128 |
+
},
|
1129 |
+
"total_flos": 23254277554176.0,
|
1130 |
+
"train_batch_size": 2,
|
1131 |
+
"trial_name": null,
|
1132 |
+
"trial_params": null
|
1133 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:453c3547a807cb2e9fa04ac2d0de5d456f008037ec1ec846c16b39c6989ac4c3
|
3 |
+
size 8017
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|