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:4d7b9e8a6ec433b477074112989f6a8fe28b49b91fece7dc0b01087b206f38dd
|
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:1f23316762273e3316b404260c058087810e5d4fcda9cfeedbf988af06a3430a
|
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:81d55f1b8d478069d29ebeb8d36960b041895a67c031a52fd68f44e779286a05
|
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:8f3390b1672d14f72fd9c16f725e89ff6520f2c0f3cfeeb44749d8cd51a7160f
|
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:b1ed13f60bbc108f66e926c221cbd50e523d50bcc0d0df646a0275da67e94217
|
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:55bbee5b8d8b2ba3d667b85f0097971da52b79aac5d00e610e19f6aeeec58808
|
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:e36838bcb6b6598ccc070b0cfd27cdb3ed43b0387afe5d0d2b27690bf6f48d4d
|
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:6de8700fe0a88306ef00a2645a056bdd0fceb4d6e54bd6a0767c36297ef34a5c
|
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:c68661fc96b95c249ced28b8d5af7c53ecd8e773fe49d60efd4db5614df4d4c1
|
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:a838d205fbf3683f39e6c47c88b4eb4d4a8a8cbeeb7d70562e7682679acf4c18
|
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:bfa8b8e1fc33ba078132f6cda31d09a9040863ccc094957d3487bffba55ac9a8
|
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:5171772f8882e4c9da20a6879cdbde20969322fa3db9e617c95d031b4ef377d9
|
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:4d8b5b609d5f159b4a740bbdfa8cc3156adc3b08a9f584370bddf6517f366d01
|
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.1737393862889918,
|
15 |
+
"learning_rate": 0.0,
|
16 |
+
"loss": 0.8483,
|
17 |
+
"step": 1
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.03508771929824561,
|
21 |
+
"grad_norm": 2.065849016353641,
|
22 |
+
"learning_rate": 3.3333333333333333e-06,
|
23 |
+
"loss": 0.8763,
|
24 |
+
"step": 2
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.05263157894736842,
|
28 |
+
"grad_norm": 2.2405802416848637,
|
29 |
+
"learning_rate": 6.666666666666667e-06,
|
30 |
+
"loss": 1.0189,
|
31 |
+
"step": 3
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.07017543859649122,
|
35 |
+
"grad_norm": 1.8818697785146044,
|
36 |
+
"learning_rate": 1e-05,
|
37 |
+
"loss": 1.0442,
|
38 |
+
"step": 4
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.08771929824561403,
|
42 |
+
"grad_norm": 1.7909780788976988,
|
43 |
+
"learning_rate": 1.3333333333333333e-05,
|
44 |
+
"loss": 0.8302,
|
45 |
+
"step": 5
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.10526315789473684,
|
49 |
+
"grad_norm": 1.326496650918511,
|
50 |
+
"learning_rate": 1.6666666666666667e-05,
|
51 |
+
"loss": 0.9662,
|
52 |
+
"step": 6
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.12280701754385964,
|
56 |
+
"grad_norm": 2.2923825086858054,
|
57 |
+
"learning_rate": 2e-05,
|
58 |
+
"loss": 0.9657,
|
59 |
+
"step": 7
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.14035087719298245,
|
63 |
+
"grad_norm": 1.7709874116952984,
|
64 |
+
"learning_rate": 2.3333333333333336e-05,
|
65 |
+
"loss": 0.9053,
|
66 |
+
"step": 8
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.15789473684210525,
|
70 |
+
"grad_norm": 1.917852629249726,
|
71 |
+
"learning_rate": 2.6666666666666667e-05,
|
72 |
+
"loss": 0.929,
|
73 |
+
"step": 9
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.17543859649122806,
|
77 |
+
"grad_norm": 1.73186050223783,
|
78 |
+
"learning_rate": 3e-05,
|
79 |
+
"loss": 0.9575,
|
80 |
+
"step": 10
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.19298245614035087,
|
84 |
+
"grad_norm": 1.7935808552502084,
|
85 |
+
"learning_rate": 3.3333333333333335e-05,
|
86 |
+
"loss": 0.9943,
|
87 |
+
"step": 11
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.21052631578947367,
|
91 |
+
"grad_norm": 1.054785055716573,
|
92 |
+
"learning_rate": 3.6666666666666666e-05,
|
93 |
+
"loss": 0.8707,
|
94 |
+
"step": 12
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.22807017543859648,
|
98 |
+
"grad_norm": 1.1678253946017734,
|
99 |
+
"learning_rate": 4e-05,
|
100 |
+
"loss": 0.9013,
|
101 |
+
"step": 13
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.24561403508771928,
|
105 |
+
"grad_norm": 1.2354003623651981,
|
106 |
+
"learning_rate": 4.3333333333333334e-05,
|
107 |
+
"loss": 0.8911,
|
108 |
+
"step": 14
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.2631578947368421,
|
112 |
+
"grad_norm": 1.1568095206536237,
|
113 |
+
"learning_rate": 4.666666666666667e-05,
|
114 |
+
"loss": 0.9503,
|
115 |
+
"step": 15
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.2807017543859649,
|
119 |
+
"grad_norm": 0.8495331099528948,
|
120 |
+
"learning_rate": 5e-05,
|
121 |
+
"loss": 0.9027,
|
122 |
+
"step": 16
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.2982456140350877,
|
126 |
+
"grad_norm": 1.2538751518161324,
|
127 |
+
"learning_rate": 4.999830770009406e-05,
|
128 |
+
"loss": 1.0006,
|
129 |
+
"step": 17
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.3157894736842105,
|
133 |
+
"grad_norm": 1.0265477578740414,
|
134 |
+
"learning_rate": 4.9993231029486544e-05,
|
135 |
+
"loss": 0.8824,
|
136 |
+
"step": 18
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.3333333333333333,
|
140 |
+
"grad_norm": 0.7707819215922666,
|
141 |
+
"learning_rate": 4.99847706754774e-05,
|
142 |
+
"loss": 0.9055,
|
143 |
+
"step": 19
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.3508771929824561,
|
147 |
+
"grad_norm": 0.8509611053188778,
|
148 |
+
"learning_rate": 4.997292778346312e-05,
|
149 |
+
"loss": 0.9463,
|
150 |
+
"step": 20
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.3684210526315789,
|
154 |
+
"grad_norm": 0.9277926520245647,
|
155 |
+
"learning_rate": 4.995770395678171e-05,
|
156 |
+
"loss": 0.8836,
|
157 |
+
"step": 21
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.38596491228070173,
|
161 |
+
"grad_norm": 1.1149774662360015,
|
162 |
+
"learning_rate": 4.993910125649561e-05,
|
163 |
+
"loss": 0.7536,
|
164 |
+
"step": 22
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 0.40350877192982454,
|
168 |
+
"grad_norm": 0.7943650957585513,
|
169 |
+
"learning_rate": 4.9917122201112656e-05,
|
170 |
+
"loss": 0.8899,
|
171 |
+
"step": 23
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.42105263157894735,
|
175 |
+
"grad_norm": 0.8441796882708572,
|
176 |
+
"learning_rate": 4.989176976624511e-05,
|
177 |
+
"loss": 0.7896,
|
178 |
+
"step": 24
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 0.43859649122807015,
|
182 |
+
"grad_norm": 0.635410105590828,
|
183 |
+
"learning_rate": 4.9863047384206835e-05,
|
184 |
+
"loss": 0.9227,
|
185 |
+
"step": 25
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.45614035087719296,
|
189 |
+
"grad_norm": 0.7423716066814047,
|
190 |
+
"learning_rate": 4.983095894354858e-05,
|
191 |
+
"loss": 0.8919,
|
192 |
+
"step": 26
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 0.47368421052631576,
|
196 |
+
"grad_norm": 0.7104290541961332,
|
197 |
+
"learning_rate": 4.979550878853154e-05,
|
198 |
+
"loss": 0.8047,
|
199 |
+
"step": 27
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"epoch": 0.49122807017543857,
|
203 |
+
"grad_norm": 0.6031808840111699,
|
204 |
+
"learning_rate": 4.975670171853926e-05,
|
205 |
+
"loss": 0.8762,
|
206 |
+
"step": 28
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 0.5087719298245614,
|
210 |
+
"grad_norm": 0.5779272293658767,
|
211 |
+
"learning_rate": 4.971454298742779e-05,
|
212 |
+
"loss": 0.8985,
|
213 |
+
"step": 29
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.5263157894736842,
|
217 |
+
"grad_norm": 0.6445795617091271,
|
218 |
+
"learning_rate": 4.966903830281449e-05,
|
219 |
+
"loss": 0.7863,
|
220 |
+
"step": 30
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 0.543859649122807,
|
224 |
+
"grad_norm": 0.7209168276499288,
|
225 |
+
"learning_rate": 4.962019382530521e-05,
|
226 |
+
"loss": 0.8408,
|
227 |
+
"step": 31
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 0.5614035087719298,
|
231 |
+
"grad_norm": 0.5698219842212006,
|
232 |
+
"learning_rate": 4.9568016167660334e-05,
|
233 |
+
"loss": 0.7785,
|
234 |
+
"step": 32
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.5789473684210527,
|
238 |
+
"grad_norm": 0.6370166993760419,
|
239 |
+
"learning_rate": 4.951251239389948e-05,
|
240 |
+
"loss": 0.8726,
|
241 |
+
"step": 33
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.5964912280701754,
|
245 |
+
"grad_norm": 0.7100597543856979,
|
246 |
+
"learning_rate": 4.9453690018345144e-05,
|
247 |
+
"loss": 0.9768,
|
248 |
+
"step": 34
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 0.6140350877192983,
|
252 |
+
"grad_norm": 0.5651052866267301,
|
253 |
+
"learning_rate": 4.939155700460536e-05,
|
254 |
+
"loss": 0.8185,
|
255 |
+
"step": 35
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 0.631578947368421,
|
259 |
+
"grad_norm": 0.731828562220152,
|
260 |
+
"learning_rate": 4.9326121764495596e-05,
|
261 |
+
"loss": 0.8378,
|
262 |
+
"step": 36
|
263 |
+
},
|
264 |
+
{
|
265 |
+
"epoch": 0.6491228070175439,
|
266 |
+
"grad_norm": 0.6726714827790597,
|
267 |
+
"learning_rate": 4.925739315689991e-05,
|
268 |
+
"loss": 0.8762,
|
269 |
+
"step": 37
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"epoch": 0.6666666666666666,
|
273 |
+
"grad_norm": 0.5848273690388421,
|
274 |
+
"learning_rate": 4.9185380486571595e-05,
|
275 |
+
"loss": 0.8833,
|
276 |
+
"step": 38
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 0.6842105263157895,
|
280 |
+
"grad_norm": 0.644260996985412,
|
281 |
+
"learning_rate": 4.9110093502873476e-05,
|
282 |
+
"loss": 0.9069,
|
283 |
+
"step": 39
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"epoch": 0.7017543859649122,
|
287 |
+
"grad_norm": 0.5091485420643463,
|
288 |
+
"learning_rate": 4.9031542398457974e-05,
|
289 |
+
"loss": 0.8708,
|
290 |
+
"step": 40
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 0.7192982456140351,
|
294 |
+
"grad_norm": 0.5623929735083179,
|
295 |
+
"learning_rate": 4.894973780788722e-05,
|
296 |
+
"loss": 0.8808,
|
297 |
+
"step": 41
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.7368421052631579,
|
301 |
+
"grad_norm": 0.5195014046396914,
|
302 |
+
"learning_rate": 4.88646908061933e-05,
|
303 |
+
"loss": 0.8106,
|
304 |
+
"step": 42
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 0.7543859649122807,
|
308 |
+
"grad_norm": 0.5774984023385406,
|
309 |
+
"learning_rate": 4.877641290737884e-05,
|
310 |
+
"loss": 0.8488,
|
311 |
+
"step": 43
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"epoch": 0.7719298245614035,
|
315 |
+
"grad_norm": 0.5193829880107578,
|
316 |
+
"learning_rate": 4.868491606285823e-05,
|
317 |
+
"loss": 0.7655,
|
318 |
+
"step": 44
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"epoch": 0.7894736842105263,
|
322 |
+
"grad_norm": 0.5365181328093115,
|
323 |
+
"learning_rate": 4.859021265983959e-05,
|
324 |
+
"loss": 0.8806,
|
325 |
+
"step": 45
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"epoch": 0.8070175438596491,
|
329 |
+
"grad_norm": 0.5789874199030948,
|
330 |
+
"learning_rate": 4.849231551964771e-05,
|
331 |
+
"loss": 0.8563,
|
332 |
+
"step": 46
|
333 |
+
},
|
334 |
+
{
|
335 |
+
"epoch": 0.8245614035087719,
|
336 |
+
"grad_norm": 0.6212353702348333,
|
337 |
+
"learning_rate": 4.839123789598829e-05,
|
338 |
+
"loss": 0.8667,
|
339 |
+
"step": 47
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.8421052631578947,
|
343 |
+
"grad_norm": 0.5701391975310476,
|
344 |
+
"learning_rate": 4.828699347315356e-05,
|
345 |
+
"loss": 0.8426,
|
346 |
+
"step": 48
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 0.8596491228070176,
|
350 |
+
"grad_norm": 0.6511736836282973,
|
351 |
+
"learning_rate": 4.817959636416969e-05,
|
352 |
+
"loss": 0.9415,
|
353 |
+
"step": 49
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 0.8771929824561403,
|
357 |
+
"grad_norm": 0.4803935151868872,
|
358 |
+
"learning_rate": 4.806906110888606e-05,
|
359 |
+
"loss": 0.6745,
|
360 |
+
"step": 50
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"epoch": 0.8947368421052632,
|
364 |
+
"grad_norm": 0.7255949431050441,
|
365 |
+
"learning_rate": 4.7955402672006854e-05,
|
366 |
+
"loss": 0.9098,
|
367 |
+
"step": 51
|
368 |
+
},
|
369 |
+
{
|
370 |
+
"epoch": 0.9122807017543859,
|
371 |
+
"grad_norm": 0.5377201244233609,
|
372 |
+
"learning_rate": 4.783863644106502e-05,
|
373 |
+
"loss": 0.8827,
|
374 |
+
"step": 52
|
375 |
+
},
|
376 |
+
{
|
377 |
+
"epoch": 0.9298245614035088,
|
378 |
+
"grad_norm": 0.5638038206248809,
|
379 |
+
"learning_rate": 4.771877822433911e-05,
|
380 |
+
"loss": 0.8328,
|
381 |
+
"step": 53
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 0.9473684210526315,
|
385 |
+
"grad_norm": 0.49220472544815935,
|
386 |
+
"learning_rate": 4.759584424871302e-05,
|
387 |
+
"loss": 0.7827,
|
388 |
+
"step": 54
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"epoch": 0.9649122807017544,
|
392 |
+
"grad_norm": 0.5426889947396931,
|
393 |
+
"learning_rate": 4.7469851157479177e-05,
|
394 |
+
"loss": 0.8224,
|
395 |
+
"step": 55
|
396 |
+
},
|
397 |
+
{
|
398 |
+
"epoch": 0.9824561403508771,
|
399 |
+
"grad_norm": 0.5174411953230827,
|
400 |
+
"learning_rate": 4.734081600808531e-05,
|
401 |
+
"loss": 0.833,
|
402 |
+
"step": 56
|
403 |
+
},
|
404 |
+
{
|
405 |
+
"epoch": 1.0,
|
406 |
+
"grad_norm": 0.7444376196945202,
|
407 |
+
"learning_rate": 4.7208756269825104e-05,
|
408 |
+
"loss": 0.6926,
|
409 |
+
"step": 57
|
410 |
+
},
|
411 |
+
{
|
412 |
+
"epoch": 1.0175438596491229,
|
413 |
+
"grad_norm": 0.788387022701859,
|
414 |
+
"learning_rate": 4.707368982147318e-05,
|
415 |
+
"loss": 0.7366,
|
416 |
+
"step": 58
|
417 |
+
},
|
418 |
+
{
|
419 |
+
"epoch": 1.0350877192982457,
|
420 |
+
"grad_norm": 0.6610866627123646,
|
421 |
+
"learning_rate": 4.693563494886455e-05,
|
422 |
+
"loss": 0.6288,
|
423 |
+
"step": 59
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"epoch": 1.0526315789473684,
|
427 |
+
"grad_norm": 0.9705336832406968,
|
428 |
+
"learning_rate": 4.679461034241906e-05,
|
429 |
+
"loss": 0.7268,
|
430 |
+
"step": 60
|
431 |
+
},
|
432 |
+
{
|
433 |
+
"epoch": 1.0701754385964912,
|
434 |
+
"grad_norm": 0.9034123796440131,
|
435 |
+
"learning_rate": 4.665063509461097e-05,
|
436 |
+
"loss": 0.6198,
|
437 |
+
"step": 61
|
438 |
+
},
|
439 |
+
{
|
440 |
+
"epoch": 1.087719298245614,
|
441 |
+
"grad_norm": 0.8791095306428166,
|
442 |
+
"learning_rate": 4.650372869738414e-05,
|
443 |
+
"loss": 0.6547,
|
444 |
+
"step": 62
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"epoch": 1.1052631578947367,
|
448 |
+
"grad_norm": 1.2043672957317344,
|
449 |
+
"learning_rate": 4.6353911039513145e-05,
|
450 |
+
"loss": 0.7271,
|
451 |
+
"step": 63
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"epoch": 1.1228070175438596,
|
455 |
+
"grad_norm": 0.8784522060594879,
|
456 |
+
"learning_rate": 4.620120240391065e-05,
|
457 |
+
"loss": 0.673,
|
458 |
+
"step": 64
|
459 |
+
},
|
460 |
+
{
|
461 |
+
"epoch": 1.1403508771929824,
|
462 |
+
"grad_norm": 0.7462938442417025,
|
463 |
+
"learning_rate": 4.604562346488144e-05,
|
464 |
+
"loss": 0.6199,
|
465 |
+
"step": 65
|
466 |
+
},
|
467 |
+
{
|
468 |
+
"epoch": 1.1578947368421053,
|
469 |
+
"grad_norm": 0.7282681308735043,
|
470 |
+
"learning_rate": 4.588719528532342e-05,
|
471 |
+
"loss": 0.6381,
|
472 |
+
"step": 66
|
473 |
+
},
|
474 |
+
{
|
475 |
+
"epoch": 1.1754385964912282,
|
476 |
+
"grad_norm": 0.6803141685436093,
|
477 |
+
"learning_rate": 4.572593931387604e-05,
|
478 |
+
"loss": 0.623,
|
479 |
+
"step": 67
|
480 |
+
},
|
481 |
+
{
|
482 |
+
"epoch": 1.1929824561403508,
|
483 |
+
"grad_norm": 0.7325213999855061,
|
484 |
+
"learning_rate": 4.556187738201656e-05,
|
485 |
+
"loss": 0.662,
|
486 |
+
"step": 68
|
487 |
+
},
|
488 |
+
{
|
489 |
+
"epoch": 1.2105263157894737,
|
490 |
+
"grad_norm": 0.7691432804985348,
|
491 |
+
"learning_rate": 4.539503170110431e-05,
|
492 |
+
"loss": 0.6993,
|
493 |
+
"step": 69
|
494 |
+
},
|
495 |
+
{
|
496 |
+
"epoch": 1.2280701754385965,
|
497 |
+
"grad_norm": 0.561067659730212,
|
498 |
+
"learning_rate": 4.522542485937369e-05,
|
499 |
+
"loss": 0.6557,
|
500 |
+
"step": 70
|
501 |
+
},
|
502 |
+
{
|
503 |
+
"epoch": 1.2456140350877192,
|
504 |
+
"grad_norm": 0.7753717205544434,
|
505 |
+
"learning_rate": 4.50530798188761e-05,
|
506 |
+
"loss": 0.722,
|
507 |
+
"step": 71
|
508 |
+
},
|
509 |
+
{
|
510 |
+
"epoch": 1.263157894736842,
|
511 |
+
"grad_norm": 1.512136203917636,
|
512 |
+
"learning_rate": 4.48780199123712e-05,
|
513 |
+
"loss": 0.6832,
|
514 |
+
"step": 72
|
515 |
+
},
|
516 |
+
{
|
517 |
+
"epoch": 1.280701754385965,
|
518 |
+
"grad_norm": 0.6133486927867576,
|
519 |
+
"learning_rate": 4.4700268840168045e-05,
|
520 |
+
"loss": 0.6692,
|
521 |
+
"step": 73
|
522 |
+
},
|
523 |
+
{
|
524 |
+
"epoch": 1.2982456140350878,
|
525 |
+
"grad_norm": 0.5693268023489857,
|
526 |
+
"learning_rate": 4.4519850666916484e-05,
|
527 |
+
"loss": 0.6019,
|
528 |
+
"step": 74
|
529 |
+
},
|
530 |
+
{
|
531 |
+
"epoch": 1.3157894736842106,
|
532 |
+
"grad_norm": 0.6141770853666199,
|
533 |
+
"learning_rate": 4.43367898183491e-05,
|
534 |
+
"loss": 0.7295,
|
535 |
+
"step": 75
|
536 |
+
},
|
537 |
+
{
|
538 |
+
"epoch": 1.3333333333333333,
|
539 |
+
"grad_norm": 0.48983184623143194,
|
540 |
+
"learning_rate": 4.415111107797445e-05,
|
541 |
+
"loss": 0.6095,
|
542 |
+
"step": 76
|
543 |
+
},
|
544 |
+
{
|
545 |
+
"epoch": 1.3508771929824561,
|
546 |
+
"grad_norm": 0.5514436368786412,
|
547 |
+
"learning_rate": 4.396283958372173e-05,
|
548 |
+
"loss": 0.601,
|
549 |
+
"step": 77
|
550 |
+
},
|
551 |
+
{
|
552 |
+
"epoch": 1.368421052631579,
|
553 |
+
"grad_norm": 0.7257113094006158,
|
554 |
+
"learning_rate": 4.377200082453749e-05,
|
555 |
+
"loss": 0.7115,
|
556 |
+
"step": 78
|
557 |
+
},
|
558 |
+
{
|
559 |
+
"epoch": 1.3859649122807016,
|
560 |
+
"grad_norm": 0.604893232531512,
|
561 |
+
"learning_rate": 4.357862063693486e-05,
|
562 |
+
"loss": 0.6896,
|
563 |
+
"step": 79
|
564 |
+
},
|
565 |
+
{
|
566 |
+
"epoch": 1.4035087719298245,
|
567 |
+
"grad_norm": 0.6150678289713601,
|
568 |
+
"learning_rate": 4.3382725201495723e-05,
|
569 |
+
"loss": 0.6629,
|
570 |
+
"step": 80
|
571 |
+
},
|
572 |
+
{
|
573 |
+
"epoch": 1.4210526315789473,
|
574 |
+
"grad_norm": 0.5662279941837114,
|
575 |
+
"learning_rate": 4.318434103932622e-05,
|
576 |
+
"loss": 0.6675,
|
577 |
+
"step": 81
|
578 |
+
},
|
579 |
+
{
|
580 |
+
"epoch": 1.4385964912280702,
|
581 |
+
"grad_norm": 0.5613748309599569,
|
582 |
+
"learning_rate": 4.2983495008466276e-05,
|
583 |
+
"loss": 0.6526,
|
584 |
+
"step": 82
|
585 |
+
},
|
586 |
+
{
|
587 |
+
"epoch": 1.456140350877193,
|
588 |
+
"grad_norm": 0.5554128045167495,
|
589 |
+
"learning_rate": 4.278021430025343e-05,
|
590 |
+
"loss": 0.5805,
|
591 |
+
"step": 83
|
592 |
+
},
|
593 |
+
{
|
594 |
+
"epoch": 1.4736842105263157,
|
595 |
+
"grad_norm": 0.4640230873372006,
|
596 |
+
"learning_rate": 4.257452643564155e-05,
|
597 |
+
"loss": 0.5021,
|
598 |
+
"step": 84
|
599 |
+
},
|
600 |
+
{
|
601 |
+
"epoch": 1.4912280701754386,
|
602 |
+
"grad_norm": 0.7044680212736634,
|
603 |
+
"learning_rate": 4.2366459261474933e-05,
|
604 |
+
"loss": 0.6677,
|
605 |
+
"step": 85
|
606 |
+
},
|
607 |
+
{
|
608 |
+
"epoch": 1.5087719298245614,
|
609 |
+
"grad_norm": 0.5247365062928431,
|
610 |
+
"learning_rate": 4.215604094671835e-05,
|
611 |
+
"loss": 0.6426,
|
612 |
+
"step": 86
|
613 |
+
},
|
614 |
+
{
|
615 |
+
"epoch": 1.526315789473684,
|
616 |
+
"grad_norm": 0.5533183681382117,
|
617 |
+
"learning_rate": 4.194329997864331e-05,
|
618 |
+
"loss": 0.765,
|
619 |
+
"step": 87
|
620 |
+
},
|
621 |
+
{
|
622 |
+
"epoch": 1.543859649122807,
|
623 |
+
"grad_norm": 0.6034264380245536,
|
624 |
+
"learning_rate": 4.172826515897146e-05,
|
625 |
+
"loss": 0.664,
|
626 |
+
"step": 88
|
627 |
+
},
|
628 |
+
{
|
629 |
+
"epoch": 1.5614035087719298,
|
630 |
+
"grad_norm": 0.5230196503836612,
|
631 |
+
"learning_rate": 4.1510965599975196e-05,
|
632 |
+
"loss": 0.7011,
|
633 |
+
"step": 89
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"epoch": 1.5789473684210527,
|
637 |
+
"grad_norm": 0.5828358559586317,
|
638 |
+
"learning_rate": 4.129143072053638e-05,
|
639 |
+
"loss": 0.6038,
|
640 |
+
"step": 90
|
641 |
+
},
|
642 |
+
{
|
643 |
+
"epoch": 1.5964912280701755,
|
644 |
+
"grad_norm": 0.547733265549105,
|
645 |
+
"learning_rate": 4.1069690242163484e-05,
|
646 |
+
"loss": 0.6353,
|
647 |
+
"step": 91
|
648 |
+
},
|
649 |
+
{
|
650 |
+
"epoch": 1.6140350877192984,
|
651 |
+
"grad_norm": 0.5250083745984832,
|
652 |
+
"learning_rate": 4.0845774184967754e-05,
|
653 |
+
"loss": 0.6515,
|
654 |
+
"step": 92
|
655 |
+
},
|
656 |
+
{
|
657 |
+
"epoch": 1.631578947368421,
|
658 |
+
"grad_norm": 0.5063751430984663,
|
659 |
+
"learning_rate": 4.0619712863599e-05,
|
660 |
+
"loss": 0.5934,
|
661 |
+
"step": 93
|
662 |
+
},
|
663 |
+
{
|
664 |
+
"epoch": 1.6491228070175439,
|
665 |
+
"grad_norm": 0.4615079321893893,
|
666 |
+
"learning_rate": 4.039153688314145e-05,
|
667 |
+
"loss": 0.601,
|
668 |
+
"step": 94
|
669 |
+
},
|
670 |
+
{
|
671 |
+
"epoch": 1.6666666666666665,
|
672 |
+
"grad_norm": 0.5360613197615536,
|
673 |
+
"learning_rate": 4.0161277134970345e-05,
|
674 |
+
"loss": 0.6986,
|
675 |
+
"step": 95
|
676 |
+
},
|
677 |
+
{
|
678 |
+
"epoch": 1.6842105263157894,
|
679 |
+
"grad_norm": 0.5236096239190716,
|
680 |
+
"learning_rate": 3.9928964792569655e-05,
|
681 |
+
"loss": 0.6124,
|
682 |
+
"step": 96
|
683 |
+
},
|
684 |
+
{
|
685 |
+
"epoch": 1.7017543859649122,
|
686 |
+
"grad_norm": 0.5550920780280213,
|
687 |
+
"learning_rate": 3.969463130731183e-05,
|
688 |
+
"loss": 0.7707,
|
689 |
+
"step": 97
|
690 |
+
},
|
691 |
+
{
|
692 |
+
"epoch": 1.719298245614035,
|
693 |
+
"grad_norm": 0.6272595343106637,
|
694 |
+
"learning_rate": 3.945830840419966e-05,
|
695 |
+
"loss": 0.6626,
|
696 |
+
"step": 98
|
697 |
+
},
|
698 |
+
{
|
699 |
+
"epoch": 1.736842105263158,
|
700 |
+
"grad_norm": 0.5123303866602584,
|
701 |
+
"learning_rate": 3.9220028077571295e-05,
|
702 |
+
"loss": 0.6797,
|
703 |
+
"step": 99
|
704 |
+
},
|
705 |
+
{
|
706 |
+
"epoch": 1.7543859649122808,
|
707 |
+
"grad_norm": 0.5176125046966141,
|
708 |
+
"learning_rate": 3.897982258676867e-05,
|
709 |
+
"loss": 0.6152,
|
710 |
+
"step": 100
|
711 |
+
},
|
712 |
+
{
|
713 |
+
"epoch": 1.7719298245614035,
|
714 |
+
"grad_norm": 0.5415145180664312,
|
715 |
+
"learning_rate": 3.873772445177015e-05,
|
716 |
+
"loss": 0.7027,
|
717 |
+
"step": 101
|
718 |
+
},
|
719 |
+
{
|
720 |
+
"epoch": 1.7894736842105263,
|
721 |
+
"grad_norm": 0.47863117651487286,
|
722 |
+
"learning_rate": 3.8493766448787825e-05,
|
723 |
+
"loss": 0.6934,
|
724 |
+
"step": 102
|
725 |
+
},
|
726 |
+
{
|
727 |
+
"epoch": 1.807017543859649,
|
728 |
+
"grad_norm": 0.6373144922403705,
|
729 |
+
"learning_rate": 3.824798160583012e-05,
|
730 |
+
"loss": 0.6943,
|
731 |
+
"step": 103
|
732 |
+
},
|
733 |
+
{
|
734 |
+
"epoch": 1.8245614035087718,
|
735 |
+
"grad_norm": 0.5302740878348818,
|
736 |
+
"learning_rate": 3.8000403198230387e-05,
|
737 |
+
"loss": 0.5755,
|
738 |
+
"step": 104
|
739 |
+
},
|
740 |
+
{
|
741 |
+
"epoch": 1.8421052631578947,
|
742 |
+
"grad_norm": 0.4610854847881297,
|
743 |
+
"learning_rate": 3.775106474414188e-05,
|
744 |
+
"loss": 0.5399,
|
745 |
+
"step": 105
|
746 |
+
},
|
747 |
+
{
|
748 |
+
"epoch": 1.8596491228070176,
|
749 |
+
"grad_norm": 0.7494981458587492,
|
750 |
+
"learning_rate": 3.7500000000000003e-05,
|
751 |
+
"loss": 0.7576,
|
752 |
+
"step": 106
|
753 |
+
},
|
754 |
+
{
|
755 |
+
"epoch": 1.8771929824561404,
|
756 |
+
"grad_norm": 0.7550924000614921,
|
757 |
+
"learning_rate": 3.7247242955952175e-05,
|
758 |
+
"loss": 0.6694,
|
759 |
+
"step": 107
|
760 |
+
},
|
761 |
+
{
|
762 |
+
"epoch": 1.8947368421052633,
|
763 |
+
"grad_norm": 0.5441407432942561,
|
764 |
+
"learning_rate": 3.699282783125616e-05,
|
765 |
+
"loss": 0.6648,
|
766 |
+
"step": 108
|
767 |
+
},
|
768 |
+
{
|
769 |
+
"epoch": 1.912280701754386,
|
770 |
+
"grad_norm": 0.5303134950522279,
|
771 |
+
"learning_rate": 3.673678906964727e-05,
|
772 |
+
"loss": 0.5801,
|
773 |
+
"step": 109
|
774 |
+
},
|
775 |
+
{
|
776 |
+
"epoch": 1.9298245614035088,
|
777 |
+
"grad_norm": 0.5865681284021387,
|
778 |
+
"learning_rate": 3.6479161334675296e-05,
|
779 |
+
"loss": 0.6989,
|
780 |
+
"step": 110
|
781 |
+
},
|
782 |
+
{
|
783 |
+
"epoch": 1.9473684210526314,
|
784 |
+
"grad_norm": 0.6194750092091883,
|
785 |
+
"learning_rate": 3.621997950501156e-05,
|
786 |
+
"loss": 0.7117,
|
787 |
+
"step": 111
|
788 |
+
},
|
789 |
+
{
|
790 |
+
"epoch": 1.9649122807017543,
|
791 |
+
"grad_norm": 0.6062058641940399,
|
792 |
+
"learning_rate": 3.5959278669726935e-05,
|
793 |
+
"loss": 0.6757,
|
794 |
+
"step": 112
|
795 |
+
},
|
796 |
+
{
|
797 |
+
"epoch": 1.9824561403508771,
|
798 |
+
"grad_norm": 0.5802932099330305,
|
799 |
+
"learning_rate": 3.569709412354136e-05,
|
800 |
+
"loss": 0.7369,
|
801 |
+
"step": 113
|
802 |
+
},
|
803 |
+
{
|
804 |
+
"epoch": 2.0,
|
805 |
+
"grad_norm": 0.7731983699378179,
|
806 |
+
"learning_rate": 3.543346136204545e-05,
|
807 |
+
"loss": 0.5665,
|
808 |
+
"step": 114
|
809 |
+
},
|
810 |
+
{
|
811 |
+
"epoch": 2.017543859649123,
|
812 |
+
"grad_norm": 0.9639546114758945,
|
813 |
+
"learning_rate": 3.516841607689501e-05,
|
814 |
+
"loss": 0.4182,
|
815 |
+
"step": 115
|
816 |
+
},
|
817 |
+
{
|
818 |
+
"epoch": 2.0350877192982457,
|
819 |
+
"grad_norm": 1.0914799505172577,
|
820 |
+
"learning_rate": 3.490199415097892e-05,
|
821 |
+
"loss": 0.4514,
|
822 |
+
"step": 116
|
823 |
+
},
|
824 |
+
{
|
825 |
+
"epoch": 2.0526315789473686,
|
826 |
+
"grad_norm": 1.2237851418448777,
|
827 |
+
"learning_rate": 3.463423165356121e-05,
|
828 |
+
"loss": 0.604,
|
829 |
+
"step": 117
|
830 |
+
},
|
831 |
+
{
|
832 |
+
"epoch": 2.0701754385964914,
|
833 |
+
"grad_norm": 0.7423286146663943,
|
834 |
+
"learning_rate": 3.436516483539781e-05,
|
835 |
+
"loss": 0.461,
|
836 |
+
"step": 118
|
837 |
+
},
|
838 |
+
{
|
839 |
+
"epoch": 2.087719298245614,
|
840 |
+
"grad_norm": 0.9155391813155248,
|
841 |
+
"learning_rate": 3.409483012382879e-05,
|
842 |
+
"loss": 0.4713,
|
843 |
+
"step": 119
|
844 |
+
},
|
845 |
+
{
|
846 |
+
"epoch": 2.1052631578947367,
|
847 |
+
"grad_norm": 0.8003519891181342,
|
848 |
+
"learning_rate": 3.382326411784672e-05,
|
849 |
+
"loss": 0.4457,
|
850 |
+
"step": 120
|
851 |
+
},
|
852 |
+
{
|
853 |
+
"epoch": 2.1228070175438596,
|
854 |
+
"grad_norm": 0.5467492402868155,
|
855 |
+
"learning_rate": 3.355050358314172e-05,
|
856 |
+
"loss": 0.4325,
|
857 |
+
"step": 121
|
858 |
+
},
|
859 |
+
{
|
860 |
+
"epoch": 2.1403508771929824,
|
861 |
+
"grad_norm": 0.7059153118181073,
|
862 |
+
"learning_rate": 3.327658544712395e-05,
|
863 |
+
"loss": 0.3819,
|
864 |
+
"step": 122
|
865 |
+
},
|
866 |
+
{
|
867 |
+
"epoch": 2.1578947368421053,
|
868 |
+
"grad_norm": 0.686389123168142,
|
869 |
+
"learning_rate": 3.3001546793924285e-05,
|
870 |
+
"loss": 0.5352,
|
871 |
+
"step": 123
|
872 |
+
},
|
873 |
+
{
|
874 |
+
"epoch": 2.175438596491228,
|
875 |
+
"grad_norm": 0.5786551548347438,
|
876 |
+
"learning_rate": 3.272542485937369e-05,
|
877 |
+
"loss": 0.4219,
|
878 |
+
"step": 124
|
879 |
+
},
|
880 |
+
{
|
881 |
+
"epoch": 2.192982456140351,
|
882 |
+
"grad_norm": 0.5926666178690436,
|
883 |
+
"learning_rate": 3.244825702596205e-05,
|
884 |
+
"loss": 0.5009,
|
885 |
+
"step": 125
|
886 |
+
},
|
887 |
+
{
|
888 |
+
"epoch": 2.2105263157894735,
|
889 |
+
"grad_norm": 0.6141029942521959,
|
890 |
+
"learning_rate": 3.217008081777726e-05,
|
891 |
+
"loss": 0.4298,
|
892 |
+
"step": 126
|
893 |
+
},
|
894 |
+
{
|
895 |
+
"epoch": 2.2280701754385963,
|
896 |
+
"grad_norm": 0.6947870611067657,
|
897 |
+
"learning_rate": 3.1890933895424976e-05,
|
898 |
+
"loss": 0.413,
|
899 |
+
"step": 127
|
900 |
+
},
|
901 |
+
{
|
902 |
+
"epoch": 2.245614035087719,
|
903 |
+
"grad_norm": 0.569362234800568,
|
904 |
+
"learning_rate": 3.161085405093006e-05,
|
905 |
+
"loss": 0.4346,
|
906 |
+
"step": 128
|
907 |
+
},
|
908 |
+
{
|
909 |
+
"epoch": 2.263157894736842,
|
910 |
+
"grad_norm": 0.5903701306972321,
|
911 |
+
"learning_rate": 3.132987920262005e-05,
|
912 |
+
"loss": 0.4709,
|
913 |
+
"step": 129
|
914 |
+
},
|
915 |
+
{
|
916 |
+
"epoch": 2.280701754385965,
|
917 |
+
"grad_norm": 0.53245169979005,
|
918 |
+
"learning_rate": 3.104804738999169e-05,
|
919 |
+
"loss": 0.4534,
|
920 |
+
"step": 130
|
921 |
+
},
|
922 |
+
{
|
923 |
+
"epoch": 2.2982456140350878,
|
924 |
+
"grad_norm": 0.5937571058925619,
|
925 |
+
"learning_rate": 3.076539676856101e-05,
|
926 |
+
"loss": 0.4618,
|
927 |
+
"step": 131
|
928 |
+
},
|
929 |
+
{
|
930 |
+
"epoch": 2.3157894736842106,
|
931 |
+
"grad_norm": 0.5716558504183931,
|
932 |
+
"learning_rate": 3.048196560469758e-05,
|
933 |
+
"loss": 0.4041,
|
934 |
+
"step": 132
|
935 |
+
},
|
936 |
+
{
|
937 |
+
"epoch": 2.3333333333333335,
|
938 |
+
"grad_norm": 0.634625392073859,
|
939 |
+
"learning_rate": 3.0197792270443982e-05,
|
940 |
+
"loss": 0.4921,
|
941 |
+
"step": 133
|
942 |
+
},
|
943 |
+
{
|
944 |
+
"epoch": 2.3508771929824563,
|
945 |
+
"grad_norm": 0.6559610523673894,
|
946 |
+
"learning_rate": 2.9912915238320754e-05,
|
947 |
+
"loss": 0.4342,
|
948 |
+
"step": 134
|
949 |
+
},
|
950 |
+
{
|
951 |
+
"epoch": 2.3684210526315788,
|
952 |
+
"grad_norm": 0.5397048873931066,
|
953 |
+
"learning_rate": 2.9627373076117863e-05,
|
954 |
+
"loss": 0.4486,
|
955 |
+
"step": 135
|
956 |
+
},
|
957 |
+
{
|
958 |
+
"epoch": 2.3859649122807016,
|
959 |
+
"grad_norm": 0.5797600619266271,
|
960 |
+
"learning_rate": 2.9341204441673266e-05,
|
961 |
+
"loss": 0.4289,
|
962 |
+
"step": 136
|
963 |
+
},
|
964 |
+
{
|
965 |
+
"epoch": 2.4035087719298245,
|
966 |
+
"grad_norm": 0.9033150356178492,
|
967 |
+
"learning_rate": 2.905444807763919e-05,
|
968 |
+
"loss": 0.5367,
|
969 |
+
"step": 137
|
970 |
+
},
|
971 |
+
{
|
972 |
+
"epoch": 2.4210526315789473,
|
973 |
+
"grad_norm": 0.556800021535163,
|
974 |
+
"learning_rate": 2.876714280623708e-05,
|
975 |
+
"loss": 0.5174,
|
976 |
+
"step": 138
|
977 |
+
},
|
978 |
+
{
|
979 |
+
"epoch": 2.43859649122807,
|
980 |
+
"grad_norm": 0.616682217046264,
|
981 |
+
"learning_rate": 2.8479327524001636e-05,
|
982 |
+
"loss": 0.4688,
|
983 |
+
"step": 139
|
984 |
+
},
|
985 |
+
{
|
986 |
+
"epoch": 2.456140350877193,
|
987 |
+
"grad_norm": 0.5552569152326735,
|
988 |
+
"learning_rate": 2.8191041196514873e-05,
|
989 |
+
"loss": 0.4491,
|
990 |
+
"step": 140
|
991 |
+
},
|
992 |
+
{
|
993 |
+
"epoch": 2.473684210526316,
|
994 |
+
"grad_norm": 0.6477053194551796,
|
995 |
+
"learning_rate": 2.7902322853130757e-05,
|
996 |
+
"loss": 0.4827,
|
997 |
+
"step": 141
|
998 |
+
},
|
999 |
+
{
|
1000 |
+
"epoch": 2.4912280701754383,
|
1001 |
+
"grad_norm": 0.5491240861447861,
|
1002 |
+
"learning_rate": 2.761321158169134e-05,
|
1003 |
+
"loss": 0.4692,
|
1004 |
+
"step": 142
|
1005 |
+
},
|
1006 |
+
{
|
1007 |
+
"epoch": 2.5087719298245617,
|
1008 |
+
"grad_norm": 0.602312657799136,
|
1009 |
+
"learning_rate": 2.732374652323481e-05,
|
1010 |
+
"loss": 0.3241,
|
1011 |
+
"step": 143
|
1012 |
+
},
|
1013 |
+
{
|
1014 |
+
"epoch": 2.526315789473684,
|
1015 |
+
"grad_norm": 0.6974645276221735,
|
1016 |
+
"learning_rate": 2.7033966866696457e-05,
|
1017 |
+
"loss": 0.4047,
|
1018 |
+
"step": 144
|
1019 |
+
},
|
1020 |
+
{
|
1021 |
+
"epoch": 2.543859649122807,
|
1022 |
+
"grad_norm": 0.5527674831438305,
|
1023 |
+
"learning_rate": 2.674391184360313e-05,
|
1024 |
+
"loss": 0.4347,
|
1025 |
+
"step": 145
|
1026 |
+
},
|
1027 |
+
{
|
1028 |
+
"epoch": 2.56140350877193,
|
1029 |
+
"grad_norm": 0.6452937810917556,
|
1030 |
+
"learning_rate": 2.6453620722761896e-05,
|
1031 |
+
"loss": 0.5426,
|
1032 |
+
"step": 146
|
1033 |
+
},
|
1034 |
+
{
|
1035 |
+
"epoch": 2.5789473684210527,
|
1036 |
+
"grad_norm": 0.5175735957709079,
|
1037 |
+
"learning_rate": 2.6163132804943675e-05,
|
1038 |
+
"loss": 0.4494,
|
1039 |
+
"step": 147
|
1040 |
+
},
|
1041 |
+
{
|
1042 |
+
"epoch": 2.5964912280701755,
|
1043 |
+
"grad_norm": 0.619694612710559,
|
1044 |
+
"learning_rate": 2.587248741756253e-05,
|
1045 |
+
"loss": 0.4411,
|
1046 |
+
"step": 148
|
1047 |
+
},
|
1048 |
+
{
|
1049 |
+
"epoch": 2.6140350877192984,
|
1050 |
+
"grad_norm": 0.6178101742888467,
|
1051 |
+
"learning_rate": 2.5581723909351406e-05,
|
1052 |
+
"loss": 0.4064,
|
1053 |
+
"step": 149
|
1054 |
+
},
|
1055 |
+
{
|
1056 |
+
"epoch": 2.6315789473684212,
|
1057 |
+
"grad_norm": 0.6954237921716457,
|
1058 |
+
"learning_rate": 2.5290881645034932e-05,
|
1059 |
+
"loss": 0.4798,
|
1060 |
+
"step": 150
|
1061 |
+
},
|
1062 |
+
{
|
1063 |
+
"epoch": 2.6491228070175437,
|
1064 |
+
"grad_norm": 0.570691242690676,
|
1065 |
+
"learning_rate": 2.5e-05,
|
1066 |
+
"loss": 0.4998,
|
1067 |
+
"step": 151
|
1068 |
+
},
|
1069 |
+
{
|
1070 |
+
"epoch": 2.6666666666666665,
|
1071 |
+
"grad_norm": 0.6082517842768821,
|
1072 |
+
"learning_rate": 2.470911835496508e-05,
|
1073 |
+
"loss": 0.4812,
|
1074 |
+
"step": 152
|
1075 |
+
},
|
1076 |
+
{
|
1077 |
+
"epoch": 2.6842105263157894,
|
1078 |
+
"grad_norm": 0.6250425262111831,
|
1079 |
+
"learning_rate": 2.4418276090648596e-05,
|
1080 |
+
"loss": 0.4813,
|
1081 |
+
"step": 153
|
1082 |
+
},
|
1083 |
+
{
|
1084 |
+
"epoch": 2.7017543859649122,
|
1085 |
+
"grad_norm": 0.627043458132832,
|
1086 |
+
"learning_rate": 2.4127512582437485e-05,
|
1087 |
+
"loss": 0.4756,
|
1088 |
+
"step": 154
|
1089 |
+
},
|
1090 |
+
{
|
1091 |
+
"epoch": 2.719298245614035,
|
1092 |
+
"grad_norm": 0.49199769861698356,
|
1093 |
+
"learning_rate": 2.3836867195056335e-05,
|
1094 |
+
"loss": 0.486,
|
1095 |
+
"step": 155
|
1096 |
+
},
|
1097 |
+
{
|
1098 |
+
"epoch": 2.736842105263158,
|
1099 |
+
"grad_norm": 0.4990139529400001,
|
1100 |
+
"learning_rate": 2.3546379277238107e-05,
|
1101 |
+
"loss": 0.4435,
|
1102 |
+
"step": 156
|
1103 |
+
},
|
1104 |
+
{
|
1105 |
+
"epoch": 2.754385964912281,
|
1106 |
+
"grad_norm": 0.4749085128267926,
|
1107 |
+
"learning_rate": 2.3256088156396868e-05,
|
1108 |
+
"loss": 0.4423,
|
1109 |
+
"step": 157
|
1110 |
+
},
|
1111 |
+
{
|
1112 |
+
"epoch": 2.7719298245614032,
|
1113 |
+
"grad_norm": 0.4307154819359441,
|
1114 |
+
"learning_rate": 2.2966033133303545e-05,
|
1115 |
+
"loss": 0.3969,
|
1116 |
+
"step": 158
|
1117 |
+
},
|
1118 |
+
{
|
1119 |
+
"epoch": 2.7894736842105265,
|
1120 |
+
"grad_norm": 0.489813416980427,
|
1121 |
+
"learning_rate": 2.2676253476765196e-05,
|
1122 |
+
"loss": 0.4193,
|
1123 |
+
"step": 159
|
1124 |
+
},
|
1125 |
+
{
|
1126 |
+
"epoch": 2.807017543859649,
|
1127 |
+
"grad_norm": 0.52180420921395,
|
1128 |
+
"learning_rate": 2.238678841830867e-05,
|
1129 |
+
"loss": 0.3252,
|
1130 |
+
"step": 160
|
1131 |
+
},
|
1132 |
+
{
|
1133 |
+
"epoch": 2.824561403508772,
|
1134 |
+
"grad_norm": 0.6188954986933813,
|
1135 |
+
"learning_rate": 2.2097677146869242e-05,
|
1136 |
+
"loss": 0.4225,
|
1137 |
+
"step": 161
|
1138 |
+
},
|
1139 |
+
{
|
1140 |
+
"epoch": 2.8421052631578947,
|
1141 |
+
"grad_norm": 0.6410957980691102,
|
1142 |
+
"learning_rate": 2.1808958803485136e-05,
|
1143 |
+
"loss": 0.4468,
|
1144 |
+
"step": 162
|
1145 |
+
},
|
1146 |
+
{
|
1147 |
+
"epoch": 2.8596491228070176,
|
1148 |
+
"grad_norm": 0.5645208549946816,
|
1149 |
+
"learning_rate": 2.1520672475998373e-05,
|
1150 |
+
"loss": 0.4591,
|
1151 |
+
"step": 163
|
1152 |
+
},
|
1153 |
+
{
|
1154 |
+
"epoch": 2.8771929824561404,
|
1155 |
+
"grad_norm": 0.49641673967611727,
|
1156 |
+
"learning_rate": 2.1232857193762924e-05,
|
1157 |
+
"loss": 0.4674,
|
1158 |
+
"step": 164
|
1159 |
+
},
|
1160 |
+
{
|
1161 |
+
"epoch": 2.8947368421052633,
|
1162 |
+
"grad_norm": 0.6055492811016956,
|
1163 |
+
"learning_rate": 2.0945551922360818e-05,
|
1164 |
+
"loss": 0.4929,
|
1165 |
+
"step": 165
|
1166 |
+
},
|
1167 |
+
{
|
1168 |
+
"epoch": 2.912280701754386,
|
1169 |
+
"grad_norm": 0.42221476564217447,
|
1170 |
+
"learning_rate": 2.0658795558326743e-05,
|
1171 |
+
"loss": 0.4702,
|
1172 |
+
"step": 166
|
1173 |
+
},
|
1174 |
+
{
|
1175 |
+
"epoch": 2.9298245614035086,
|
1176 |
+
"grad_norm": 0.6260672302555065,
|
1177 |
+
"learning_rate": 2.037262692388214e-05,
|
1178 |
+
"loss": 0.4138,
|
1179 |
+
"step": 167
|
1180 |
+
},
|
1181 |
+
{
|
1182 |
+
"epoch": 2.9473684210526314,
|
1183 |
+
"grad_norm": 0.4813998932824152,
|
1184 |
+
"learning_rate": 2.0087084761679245e-05,
|
1185 |
+
"loss": 0.4126,
|
1186 |
+
"step": 168
|
1187 |
+
},
|
1188 |
+
{
|
1189 |
+
"epoch": 2.9649122807017543,
|
1190 |
+
"grad_norm": 0.4863424952466412,
|
1191 |
+
"learning_rate": 1.980220772955602e-05,
|
1192 |
+
"loss": 0.4428,
|
1193 |
+
"step": 169
|
1194 |
+
},
|
1195 |
+
{
|
1196 |
+
"epoch": 2.982456140350877,
|
1197 |
+
"grad_norm": 0.4914395244827182,
|
1198 |
+
"learning_rate": 1.9518034395302414e-05,
|
1199 |
+
"loss": 0.4524,
|
1200 |
+
"step": 170
|
1201 |
+
},
|
1202 |
+
{
|
1203 |
+
"epoch": 3.0,
|
1204 |
+
"grad_norm": 0.43936171740815994,
|
1205 |
+
"learning_rate": 1.9234603231438995e-05,
|
1206 |
+
"loss": 0.2268,
|
1207 |
+
"step": 171
|
1208 |
+
},
|
1209 |
+
{
|
1210 |
+
"epoch": 3.017543859649123,
|
1211 |
+
"grad_norm": 1.1355956358305708,
|
1212 |
+
"learning_rate": 1.895195261000831e-05,
|
1213 |
+
"loss": 0.2215,
|
1214 |
+
"step": 172
|
1215 |
+
},
|
1216 |
+
{
|
1217 |
+
"epoch": 3.0350877192982457,
|
1218 |
+
"grad_norm": 0.8879169891556423,
|
1219 |
+
"learning_rate": 1.8670120797379958e-05,
|
1220 |
+
"loss": 0.2855,
|
1221 |
+
"step": 173
|
1222 |
+
},
|
1223 |
+
{
|
1224 |
+
"epoch": 3.0526315789473686,
|
1225 |
+
"grad_norm": 0.665813131495675,
|
1226 |
+
"learning_rate": 1.838914594906995e-05,
|
1227 |
+
"loss": 0.2994,
|
1228 |
+
"step": 174
|
1229 |
+
},
|
1230 |
+
{
|
1231 |
+
"epoch": 3.0701754385964914,
|
1232 |
+
"grad_norm": 1.881390073909953,
|
1233 |
+
"learning_rate": 1.8109066104575023e-05,
|
1234 |
+
"loss": 0.3107,
|
1235 |
+
"step": 175
|
1236 |
+
},
|
1237 |
+
{
|
1238 |
+
"epoch": 3.087719298245614,
|
1239 |
+
"grad_norm": 1.6532943065317012,
|
1240 |
+
"learning_rate": 1.7829919182222752e-05,
|
1241 |
+
"loss": 0.2783,
|
1242 |
+
"step": 176
|
1243 |
+
},
|
1244 |
+
{
|
1245 |
+
"epoch": 3.1052631578947367,
|
1246 |
+
"grad_norm": 0.9133784251968402,
|
1247 |
+
"learning_rate": 1.755174297403795e-05,
|
1248 |
+
"loss": 0.2966,
|
1249 |
+
"step": 177
|
1250 |
+
},
|
1251 |
+
{
|
1252 |
+
"epoch": 3.1228070175438596,
|
1253 |
+
"grad_norm": 0.5705573928382189,
|
1254 |
+
"learning_rate": 1.7274575140626318e-05,
|
1255 |
+
"loss": 0.2718,
|
1256 |
+
"step": 178
|
1257 |
+
},
|
1258 |
+
{
|
1259 |
+
"epoch": 3.1403508771929824,
|
1260 |
+
"grad_norm": 0.6881219091003131,
|
1261 |
+
"learning_rate": 1.699845320607571e-05,
|
1262 |
+
"loss": 0.2347,
|
1263 |
+
"step": 179
|
1264 |
+
},
|
1265 |
+
{
|
1266 |
+
"epoch": 3.1578947368421053,
|
1267 |
+
"grad_norm": 0.7303903413309477,
|
1268 |
+
"learning_rate": 1.672341455287605e-05,
|
1269 |
+
"loss": 0.2591,
|
1270 |
+
"step": 180
|
1271 |
+
},
|
1272 |
+
{
|
1273 |
+
"epoch": 3.175438596491228,
|
1274 |
+
"grad_norm": 0.7801781557780155,
|
1275 |
+
"learning_rate": 1.6449496416858284e-05,
|
1276 |
+
"loss": 0.2476,
|
1277 |
+
"step": 181
|
1278 |
+
},
|
1279 |
+
{
|
1280 |
+
"epoch": 3.192982456140351,
|
1281 |
+
"grad_norm": 0.7419803348350285,
|
1282 |
+
"learning_rate": 1.617673588215328e-05,
|
1283 |
+
"loss": 0.3191,
|
1284 |
+
"step": 182
|
1285 |
+
},
|
1286 |
+
{
|
1287 |
+
"epoch": 3.2105263157894735,
|
1288 |
+
"grad_norm": 0.5556644625179776,
|
1289 |
+
"learning_rate": 1.5905169876171223e-05,
|
1290 |
+
"loss": 0.2725,
|
1291 |
+
"step": 183
|
1292 |
+
},
|
1293 |
+
{
|
1294 |
+
"epoch": 3.2280701754385963,
|
1295 |
+
"grad_norm": 0.6205553909876562,
|
1296 |
+
"learning_rate": 1.56348351646022e-05,
|
1297 |
+
"loss": 0.2242,
|
1298 |
+
"step": 184
|
1299 |
+
},
|
1300 |
+
{
|
1301 |
+
"epoch": 3.245614035087719,
|
1302 |
+
"grad_norm": 0.7346333350296814,
|
1303 |
+
"learning_rate": 1.5365768346438797e-05,
|
1304 |
+
"loss": 0.2494,
|
1305 |
+
"step": 185
|
1306 |
+
},
|
1307 |
+
{
|
1308 |
+
"epoch": 3.263157894736842,
|
1309 |
+
"grad_norm": 0.7115758357646363,
|
1310 |
+
"learning_rate": 1.509800584902108e-05,
|
1311 |
+
"loss": 0.1999,
|
1312 |
+
"step": 186
|
1313 |
+
},
|
1314 |
+
{
|
1315 |
+
"epoch": 3.280701754385965,
|
1316 |
+
"grad_norm": 0.6512394196525719,
|
1317 |
+
"learning_rate": 1.4831583923104999e-05,
|
1318 |
+
"loss": 0.2414,
|
1319 |
+
"step": 187
|
1320 |
+
},
|
1321 |
+
{
|
1322 |
+
"epoch": 3.2982456140350878,
|
1323 |
+
"grad_norm": 0.5541981090984397,
|
1324 |
+
"learning_rate": 1.4566538637954554e-05,
|
1325 |
+
"loss": 0.2786,
|
1326 |
+
"step": 188
|
1327 |
+
},
|
1328 |
+
{
|
1329 |
+
"epoch": 3.3157894736842106,
|
1330 |
+
"grad_norm": 0.5528407471656007,
|
1331 |
+
"learning_rate": 1.430290587645865e-05,
|
1332 |
+
"loss": 0.2326,
|
1333 |
+
"step": 189
|
1334 |
+
},
|
1335 |
+
{
|
1336 |
+
"epoch": 3.3333333333333335,
|
1337 |
+
"grad_norm": 0.6075883585844755,
|
1338 |
+
"learning_rate": 1.4040721330273062e-05,
|
1339 |
+
"loss": 0.2318,
|
1340 |
+
"step": 190
|
1341 |
+
},
|
1342 |
+
{
|
1343 |
+
"epoch": 3.3508771929824563,
|
1344 |
+
"grad_norm": 0.6185476753367053,
|
1345 |
+
"learning_rate": 1.3780020494988446e-05,
|
1346 |
+
"loss": 0.2443,
|
1347 |
+
"step": 191
|
1348 |
+
},
|
1349 |
+
{
|
1350 |
+
"epoch": 3.3684210526315788,
|
1351 |
+
"grad_norm": 0.4377019300771013,
|
1352 |
+
"learning_rate": 1.3520838665324703e-05,
|
1353 |
+
"loss": 0.2066,
|
1354 |
+
"step": 192
|
1355 |
+
},
|
1356 |
+
{
|
1357 |
+
"epoch": 3.3859649122807016,
|
1358 |
+
"grad_norm": 0.4914459309520691,
|
1359 |
+
"learning_rate": 1.3263210930352737e-05,
|
1360 |
+
"loss": 0.2418,
|
1361 |
+
"step": 193
|
1362 |
+
},
|
1363 |
+
{
|
1364 |
+
"epoch": 3.4035087719298245,
|
1365 |
+
"grad_norm": 0.5415582033178936,
|
1366 |
+
"learning_rate": 1.3007172168743854e-05,
|
1367 |
+
"loss": 0.2318,
|
1368 |
+
"step": 194
|
1369 |
+
},
|
1370 |
+
{
|
1371 |
+
"epoch": 3.4210526315789473,
|
1372 |
+
"grad_norm": 0.45406450767877093,
|
1373 |
+
"learning_rate": 1.2752757044047827e-05,
|
1374 |
+
"loss": 0.195,
|
1375 |
+
"step": 195
|
1376 |
+
},
|
1377 |
+
{
|
1378 |
+
"epoch": 3.43859649122807,
|
1379 |
+
"grad_norm": 0.5488803395501969,
|
1380 |
+
"learning_rate": 1.2500000000000006e-05,
|
1381 |
+
"loss": 0.251,
|
1382 |
+
"step": 196
|
1383 |
+
},
|
1384 |
+
{
|
1385 |
+
"epoch": 3.456140350877193,
|
1386 |
+
"grad_norm": 0.522803773721285,
|
1387 |
+
"learning_rate": 1.2248935255858117e-05,
|
1388 |
+
"loss": 0.1593,
|
1389 |
+
"step": 197
|
1390 |
+
},
|
1391 |
+
{
|
1392 |
+
"epoch": 3.473684210526316,
|
1393 |
+
"grad_norm": 0.47485404771046913,
|
1394 |
+
"learning_rate": 1.1999596801769616e-05,
|
1395 |
+
"loss": 0.1976,
|
1396 |
+
"step": 198
|
1397 |
+
},
|
1398 |
+
{
|
1399 |
+
"epoch": 3.4912280701754383,
|
1400 |
+
"grad_norm": 0.45733928647155575,
|
1401 |
+
"learning_rate": 1.175201839416988e-05,
|
1402 |
+
"loss": 0.2484,
|
1403 |
+
"step": 199
|
1404 |
+
},
|
1405 |
+
{
|
1406 |
+
"epoch": 3.5087719298245617,
|
1407 |
+
"grad_norm": 0.5003022712086583,
|
1408 |
+
"learning_rate": 1.1506233551212186e-05,
|
1409 |
+
"loss": 0.2256,
|
1410 |
+
"step": 200
|
1411 |
+
},
|
1412 |
+
{
|
1413 |
+
"epoch": 3.526315789473684,
|
1414 |
+
"grad_norm": 0.46801680996440476,
|
1415 |
+
"learning_rate": 1.126227554822985e-05,
|
1416 |
+
"loss": 0.2361,
|
1417 |
+
"step": 201
|
1418 |
+
},
|
1419 |
+
{
|
1420 |
+
"epoch": 3.543859649122807,
|
1421 |
+
"grad_norm": 0.41528464228686823,
|
1422 |
+
"learning_rate": 1.1020177413231334e-05,
|
1423 |
+
"loss": 0.1803,
|
1424 |
+
"step": 202
|
1425 |
+
},
|
1426 |
+
{
|
1427 |
+
"epoch": 3.56140350877193,
|
1428 |
+
"grad_norm": 0.5094107474878486,
|
1429 |
+
"learning_rate": 1.0779971922428711e-05,
|
1430 |
+
"loss": 0.2889,
|
1431 |
+
"step": 203
|
1432 |
+
},
|
1433 |
+
{
|
1434 |
+
"epoch": 3.5789473684210527,
|
1435 |
+
"grad_norm": 0.9262271323270204,
|
1436 |
+
"learning_rate": 1.0541691595800337e-05,
|
1437 |
+
"loss": 0.2008,
|
1438 |
+
"step": 204
|
1439 |
+
},
|
1440 |
+
{
|
1441 |
+
"epoch": 3.5964912280701755,
|
1442 |
+
"grad_norm": 0.48893637894975905,
|
1443 |
+
"learning_rate": 1.0305368692688174e-05,
|
1444 |
+
"loss": 0.2175,
|
1445 |
+
"step": 205
|
1446 |
+
},
|
1447 |
+
{
|
1448 |
+
"epoch": 3.6140350877192984,
|
1449 |
+
"grad_norm": 0.44430495764638256,
|
1450 |
+
"learning_rate": 1.0071035207430352e-05,
|
1451 |
+
"loss": 0.195,
|
1452 |
+
"step": 206
|
1453 |
+
},
|
1454 |
+
{
|
1455 |
+
"epoch": 3.6315789473684212,
|
1456 |
+
"grad_norm": 0.3973316120978888,
|
1457 |
+
"learning_rate": 9.838722865029673e-06,
|
1458 |
+
"loss": 0.1843,
|
1459 |
+
"step": 207
|
1460 |
+
},
|
1461 |
+
{
|
1462 |
+
"epoch": 3.6491228070175437,
|
1463 |
+
"grad_norm": 0.4732358148087521,
|
1464 |
+
"learning_rate": 9.608463116858542e-06,
|
1465 |
+
"loss": 0.1883,
|
1466 |
+
"step": 208
|
1467 |
+
},
|
1468 |
+
{
|
1469 |
+
"epoch": 3.6666666666666665,
|
1470 |
+
"grad_norm": 0.527945690801211,
|
1471 |
+
"learning_rate": 9.380287136401e-06,
|
1472 |
+
"loss": 0.2278,
|
1473 |
+
"step": 209
|
1474 |
+
},
|
1475 |
+
{
|
1476 |
+
"epoch": 3.6842105263157894,
|
1477 |
+
"grad_norm": 0.478450642755059,
|
1478 |
+
"learning_rate": 9.154225815032242e-06,
|
1479 |
+
"loss": 0.2136,
|
1480 |
+
"step": 210
|
1481 |
+
},
|
1482 |
+
{
|
1483 |
+
"epoch": 3.7017543859649122,
|
1484 |
+
"grad_norm": 0.569419085702566,
|
1485 |
+
"learning_rate": 8.930309757836517e-06,
|
1486 |
+
"loss": 0.2364,
|
1487 |
+
"step": 211
|
1488 |
+
},
|
1489 |
+
{
|
1490 |
+
"epoch": 3.719298245614035,
|
1491 |
+
"grad_norm": 0.4498015088386311,
|
1492 |
+
"learning_rate": 8.708569279463622e-06,
|
1493 |
+
"loss": 0.2383,
|
1494 |
+
"step": 212
|
1495 |
+
},
|
1496 |
+
{
|
1497 |
+
"epoch": 3.736842105263158,
|
1498 |
+
"grad_norm": 0.5301991480165194,
|
1499 |
+
"learning_rate": 8.489034400024812e-06,
|
1500 |
+
"loss": 0.2815,
|
1501 |
+
"step": 213
|
1502 |
+
},
|
1503 |
+
{
|
1504 |
+
"epoch": 3.754385964912281,
|
1505 |
+
"grad_norm": 0.5082746052836551,
|
1506 |
+
"learning_rate": 8.271734841028553e-06,
|
1507 |
+
"loss": 0.2875,
|
1508 |
+
"step": 214
|
1509 |
+
},
|
1510 |
+
{
|
1511 |
+
"epoch": 3.7719298245614032,
|
1512 |
+
"grad_norm": 0.5385567049286154,
|
1513 |
+
"learning_rate": 8.056700021356694e-06,
|
1514 |
+
"loss": 0.3047,
|
1515 |
+
"step": 215
|
1516 |
+
},
|
1517 |
+
{
|
1518 |
+
"epoch": 3.7894736842105265,
|
1519 |
+
"grad_norm": 0.4477012157390016,
|
1520 |
+
"learning_rate": 7.843959053281663e-06,
|
1521 |
+
"loss": 0.2192,
|
1522 |
+
"step": 216
|
1523 |
+
},
|
1524 |
+
{
|
1525 |
+
"epoch": 3.807017543859649,
|
1526 |
+
"grad_norm": 0.47201031934382787,
|
1527 |
+
"learning_rate": 7.633540738525066e-06,
|
1528 |
+
"loss": 0.2535,
|
1529 |
+
"step": 217
|
1530 |
+
},
|
1531 |
+
{
|
1532 |
+
"epoch": 3.824561403508772,
|
1533 |
+
"grad_norm": 0.49653745081511047,
|
1534 |
+
"learning_rate": 7.4254735643584564e-06,
|
1535 |
+
"loss": 0.2446,
|
1536 |
+
"step": 218
|
1537 |
+
},
|
1538 |
+
{
|
1539 |
+
"epoch": 3.8421052631578947,
|
1540 |
+
"grad_norm": 0.4839157057987588,
|
1541 |
+
"learning_rate": 7.219785699746573e-06,
|
1542 |
+
"loss": 0.2269,
|
1543 |
+
"step": 219
|
1544 |
+
},
|
1545 |
+
{
|
1546 |
+
"epoch": 3.8596491228070176,
|
1547 |
+
"grad_norm": 0.5128804127093707,
|
1548 |
+
"learning_rate": 7.016504991533726e-06,
|
1549 |
+
"loss": 0.1725,
|
1550 |
+
"step": 220
|
1551 |
+
},
|
1552 |
+
{
|
1553 |
+
"epoch": 3.8771929824561404,
|
1554 |
+
"grad_norm": 0.4252860730860363,
|
1555 |
+
"learning_rate": 6.815658960673782e-06,
|
1556 |
+
"loss": 0.2413,
|
1557 |
+
"step": 221
|
1558 |
+
},
|
1559 |
+
{
|
1560 |
+
"epoch": 3.8947368421052633,
|
1561 |
+
"grad_norm": 0.4768997514329751,
|
1562 |
+
"learning_rate": 6.617274798504286e-06,
|
1563 |
+
"loss": 0.2081,
|
1564 |
+
"step": 222
|
1565 |
+
},
|
1566 |
+
{
|
1567 |
+
"epoch": 3.912280701754386,
|
1568 |
+
"grad_norm": 0.40163031023486234,
|
1569 |
+
"learning_rate": 6.421379363065142e-06,
|
1570 |
+
"loss": 0.2014,
|
1571 |
+
"step": 223
|
1572 |
+
},
|
1573 |
+
{
|
1574 |
+
"epoch": 3.9298245614035086,
|
1575 |
+
"grad_norm": 0.49380964047273734,
|
1576 |
+
"learning_rate": 6.22799917546252e-06,
|
1577 |
+
"loss": 0.2047,
|
1578 |
+
"step": 224
|
1579 |
+
},
|
1580 |
+
{
|
1581 |
+
"epoch": 3.9473684210526314,
|
1582 |
+
"grad_norm": 0.5120667197627459,
|
1583 |
+
"learning_rate": 6.037160416278278e-06,
|
1584 |
+
"loss": 0.2462,
|
1585 |
+
"step": 225
|
1586 |
+
},
|
1587 |
+
{
|
1588 |
+
"epoch": 3.9649122807017543,
|
1589 |
+
"grad_norm": 0.501745766842808,
|
1590 |
+
"learning_rate": 5.848888922025553e-06,
|
1591 |
+
"loss": 0.2638,
|
1592 |
+
"step": 226
|
1593 |
+
},
|
1594 |
+
{
|
1595 |
+
"epoch": 3.982456140350877,
|
1596 |
+
"grad_norm": 0.4382166272747192,
|
1597 |
+
"learning_rate": 5.663210181650905e-06,
|
1598 |
+
"loss": 0.2614,
|
1599 |
+
"step": 227
|
1600 |
+
},
|
1601 |
+
{
|
1602 |
+
"epoch": 4.0,
|
1603 |
+
"grad_norm": 0.408700828752829,
|
1604 |
+
"learning_rate": 5.48014933308352e-06,
|
1605 |
+
"loss": 0.1385,
|
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:2f7fd226f2e0ad24fee5a35130a1e108a0e743561f941c221ba049dbdc6ca8dc
|
3 |
+
size 8081
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|