Upload folder using huggingface_hub
Browse files- added_tokens.json +28 -0
- config.json +30 -0
- generation_config.json +13 -0
- merges.txt +0 -0
- model-00001-of-00007.safetensors +3 -0
- model-00002-of-00007.safetensors +3 -0
- model-00003-of-00007.safetensors +3 -0
- model-00004-of-00007.safetensors +3 -0
- model-00005-of-00007.safetensors +3 -0
- model-00006-of-00007.safetensors +3 -0
- model-00007-of-00007.safetensors +3 -0
- model.safetensors.index.json +406 -0
- special_tokens_map.json +31 -0
- tokenizer.json +0 -0
- tokenizer_config.json +241 -0
- trainer_state.json +1811 -0
- vocab.json +0 -0
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,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"Qwen3ForCausalLM"
|
4 |
+
],
|
5 |
+
"attention_bias": false,
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 151643,
|
8 |
+
"eos_token_id": 151645,
|
9 |
+
"head_dim": 128,
|
10 |
+
"hidden_act": "silu",
|
11 |
+
"hidden_size": 4096,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"intermediate_size": 12288,
|
14 |
+
"max_position_embeddings": 40960,
|
15 |
+
"max_window_layers": 36,
|
16 |
+
"model_type": "qwen3",
|
17 |
+
"num_attention_heads": 32,
|
18 |
+
"num_hidden_layers": 36,
|
19 |
+
"num_key_value_heads": 8,
|
20 |
+
"rms_norm_eps": 1e-06,
|
21 |
+
"rope_scaling": null,
|
22 |
+
"rope_theta": 1000000,
|
23 |
+
"sliding_window": null,
|
24 |
+
"tie_word_embeddings": false,
|
25 |
+
"torch_dtype": "float32",
|
26 |
+
"transformers_version": "4.51.2",
|
27 |
+
"use_cache": false,
|
28 |
+
"use_sliding_window": false,
|
29 |
+
"vocab_size": 151936
|
30 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 151643,
|
3 |
+
"do_sample": true,
|
4 |
+
"eos_token_id": [
|
5 |
+
151645,
|
6 |
+
151643
|
7 |
+
],
|
8 |
+
"pad_token_id": 151643,
|
9 |
+
"temperature": 0.6,
|
10 |
+
"top_k": 20,
|
11 |
+
"top_p": 0.95,
|
12 |
+
"transformers_version": "4.51.2"
|
13 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
model-00001-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e9b01feff6928da730d72033888fdd733face20ce5ef2fa1f7b80284601eec0
|
3 |
+
size 4972454376
|
model-00002-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50a223b7cee445b96bf92a77caa62e6312f7711237d534010669ca83b0b746c4
|
3 |
+
size 4832048608
|
model-00003-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7989dcc2b2f143da6ba1f3cd46b038c8f0094a0a3aaa22c36c16e370d5ec03b7
|
3 |
+
size 4832048656
|
model-00004-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:69f91effc8c0e16240e1b532a4718fc5bb00e3e61126e247df8c20111c565e4d
|
3 |
+
size 4999855528
|
model-00005-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9a02d73e2d402d5ddbd5d3886635a760c4108e8fe21e941409e33daa41862dd8
|
3 |
+
size 4832048672
|
model-00006-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b3af8fc1f48c8da50937f388484804491e27426c58eeffb0e86b05eb1693d213
|
3 |
+
size 4832048672
|
model-00007-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:45b806a3ef4b19f919f7dba454efe6b90b2016852bbc4c9b89cb90c6fff61912
|
3 |
+
size 3462482728
|
model.safetensors.index.json
ADDED
@@ -0,0 +1,406 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 32762941440
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"lm_head.weight": "model-00007-of-00007.safetensors",
|
7 |
+
"model.embed_tokens.weight": "model-00001-of-00007.safetensors",
|
8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00007.safetensors",
|
9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00007.safetensors",
|
10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00007.safetensors",
|
11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00007.safetensors",
|
12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00007.safetensors",
|
13 |
+
"model.layers.0.self_attn.k_norm.weight": "model-00001-of-00007.safetensors",
|
14 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00007.safetensors",
|
15 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00007.safetensors",
|
16 |
+
"model.layers.0.self_attn.q_norm.weight": "model-00001-of-00007.safetensors",
|
17 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00007.safetensors",
|
18 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00007.safetensors",
|
19 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00007.safetensors",
|
20 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00007.safetensors",
|
21 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00007.safetensors",
|
22 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00007.safetensors",
|
23 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00007.safetensors",
|
24 |
+
"model.layers.1.self_attn.k_norm.weight": "model-00001-of-00007.safetensors",
|
25 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00007.safetensors",
|
26 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00007.safetensors",
|
27 |
+
"model.layers.1.self_attn.q_norm.weight": "model-00001-of-00007.safetensors",
|
28 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00007.safetensors",
|
29 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00007.safetensors",
|
30 |
+
"model.layers.10.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
31 |
+
"model.layers.10.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
|
32 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
33 |
+
"model.layers.10.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
|
34 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
35 |
+
"model.layers.10.self_attn.k_norm.weight": "model-00003-of-00007.safetensors",
|
36 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
37 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
38 |
+
"model.layers.10.self_attn.q_norm.weight": "model-00003-of-00007.safetensors",
|
39 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
40 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
41 |
+
"model.layers.11.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
42 |
+
"model.layers.11.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
|
43 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
44 |
+
"model.layers.11.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
|
45 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
46 |
+
"model.layers.11.self_attn.k_norm.weight": "model-00003-of-00007.safetensors",
|
47 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
48 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
49 |
+
"model.layers.11.self_attn.q_norm.weight": "model-00003-of-00007.safetensors",
|
50 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
51 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
52 |
+
"model.layers.12.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
53 |
+
"model.layers.12.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
|
54 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
55 |
+
"model.layers.12.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
|
56 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
57 |
+
"model.layers.12.self_attn.k_norm.weight": "model-00003-of-00007.safetensors",
|
58 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
59 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
60 |
+
"model.layers.12.self_attn.q_norm.weight": "model-00003-of-00007.safetensors",
|
61 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
62 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
63 |
+
"model.layers.13.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
64 |
+
"model.layers.13.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
|
65 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
66 |
+
"model.layers.13.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
|
67 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
68 |
+
"model.layers.13.self_attn.k_norm.weight": "model-00003-of-00007.safetensors",
|
69 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
70 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
71 |
+
"model.layers.13.self_attn.q_norm.weight": "model-00003-of-00007.safetensors",
|
72 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
73 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
74 |
+
"model.layers.14.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
75 |
+
"model.layers.14.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
|
76 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
77 |
+
"model.layers.14.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
|
78 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
79 |
+
"model.layers.14.self_attn.k_norm.weight": "model-00003-of-00007.safetensors",
|
80 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
81 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
82 |
+
"model.layers.14.self_attn.q_norm.weight": "model-00003-of-00007.safetensors",
|
83 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
84 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
85 |
+
"model.layers.15.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
86 |
+
"model.layers.15.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
87 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
88 |
+
"model.layers.15.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
|
89 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
90 |
+
"model.layers.15.self_attn.k_norm.weight": "model-00003-of-00007.safetensors",
|
91 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
92 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
93 |
+
"model.layers.15.self_attn.q_norm.weight": "model-00003-of-00007.safetensors",
|
94 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
95 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
96 |
+
"model.layers.16.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
97 |
+
"model.layers.16.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
98 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
|
99 |
+
"model.layers.16.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
100 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
101 |
+
"model.layers.16.self_attn.k_norm.weight": "model-00004-of-00007.safetensors",
|
102 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
103 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
104 |
+
"model.layers.16.self_attn.q_norm.weight": "model-00004-of-00007.safetensors",
|
105 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
106 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
107 |
+
"model.layers.17.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
108 |
+
"model.layers.17.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
109 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
|
110 |
+
"model.layers.17.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
111 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
112 |
+
"model.layers.17.self_attn.k_norm.weight": "model-00004-of-00007.safetensors",
|
113 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
114 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
115 |
+
"model.layers.17.self_attn.q_norm.weight": "model-00004-of-00007.safetensors",
|
116 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
117 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
118 |
+
"model.layers.18.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
119 |
+
"model.layers.18.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
120 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
|
121 |
+
"model.layers.18.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
122 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
123 |
+
"model.layers.18.self_attn.k_norm.weight": "model-00004-of-00007.safetensors",
|
124 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
125 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
126 |
+
"model.layers.18.self_attn.q_norm.weight": "model-00004-of-00007.safetensors",
|
127 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
128 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
129 |
+
"model.layers.19.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
130 |
+
"model.layers.19.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
131 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
|
132 |
+
"model.layers.19.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
133 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
134 |
+
"model.layers.19.self_attn.k_norm.weight": "model-00004-of-00007.safetensors",
|
135 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
136 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
137 |
+
"model.layers.19.self_attn.q_norm.weight": "model-00004-of-00007.safetensors",
|
138 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
139 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
140 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00007.safetensors",
|
141 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00007.safetensors",
|
142 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00007.safetensors",
|
143 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00007.safetensors",
|
144 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00007.safetensors",
|
145 |
+
"model.layers.2.self_attn.k_norm.weight": "model-00001-of-00007.safetensors",
|
146 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00007.safetensors",
|
147 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00007.safetensors",
|
148 |
+
"model.layers.2.self_attn.q_norm.weight": "model-00001-of-00007.safetensors",
|
149 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00007.safetensors",
|
150 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00007.safetensors",
|
151 |
+
"model.layers.20.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
152 |
+
"model.layers.20.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
153 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
|
154 |
+
"model.layers.20.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
155 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
156 |
+
"model.layers.20.self_attn.k_norm.weight": "model-00004-of-00007.safetensors",
|
157 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
158 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
159 |
+
"model.layers.20.self_attn.q_norm.weight": "model-00004-of-00007.safetensors",
|
160 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
161 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
162 |
+
"model.layers.21.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
163 |
+
"model.layers.21.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
164 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
|
165 |
+
"model.layers.21.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
166 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
167 |
+
"model.layers.21.self_attn.k_norm.weight": "model-00004-of-00007.safetensors",
|
168 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
169 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
170 |
+
"model.layers.21.self_attn.q_norm.weight": "model-00004-of-00007.safetensors",
|
171 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
172 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
173 |
+
"model.layers.22.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
174 |
+
"model.layers.22.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
175 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
176 |
+
"model.layers.22.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
|
177 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
178 |
+
"model.layers.22.self_attn.k_norm.weight": "model-00004-of-00007.safetensors",
|
179 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
180 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
181 |
+
"model.layers.22.self_attn.q_norm.weight": "model-00004-of-00007.safetensors",
|
182 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
183 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
184 |
+
"model.layers.23.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
185 |
+
"model.layers.23.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
186 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
187 |
+
"model.layers.23.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
|
188 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
189 |
+
"model.layers.23.self_attn.k_norm.weight": "model-00005-of-00007.safetensors",
|
190 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
191 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
192 |
+
"model.layers.23.self_attn.q_norm.weight": "model-00005-of-00007.safetensors",
|
193 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
194 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
195 |
+
"model.layers.24.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
196 |
+
"model.layers.24.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
197 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
198 |
+
"model.layers.24.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
|
199 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
200 |
+
"model.layers.24.self_attn.k_norm.weight": "model-00005-of-00007.safetensors",
|
201 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
202 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
203 |
+
"model.layers.24.self_attn.q_norm.weight": "model-00005-of-00007.safetensors",
|
204 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
205 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
206 |
+
"model.layers.25.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
207 |
+
"model.layers.25.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
208 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
209 |
+
"model.layers.25.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
|
210 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
211 |
+
"model.layers.25.self_attn.k_norm.weight": "model-00005-of-00007.safetensors",
|
212 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
213 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
214 |
+
"model.layers.25.self_attn.q_norm.weight": "model-00005-of-00007.safetensors",
|
215 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
216 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
217 |
+
"model.layers.26.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
218 |
+
"model.layers.26.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
219 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
220 |
+
"model.layers.26.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
|
221 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
222 |
+
"model.layers.26.self_attn.k_norm.weight": "model-00005-of-00007.safetensors",
|
223 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
224 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
225 |
+
"model.layers.26.self_attn.q_norm.weight": "model-00005-of-00007.safetensors",
|
226 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
227 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
228 |
+
"model.layers.27.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
229 |
+
"model.layers.27.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
230 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
231 |
+
"model.layers.27.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
|
232 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
233 |
+
"model.layers.27.self_attn.k_norm.weight": "model-00005-of-00007.safetensors",
|
234 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
235 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
236 |
+
"model.layers.27.self_attn.q_norm.weight": "model-00005-of-00007.safetensors",
|
237 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
238 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
239 |
+
"model.layers.28.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
240 |
+
"model.layers.28.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
|
241 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
242 |
+
"model.layers.28.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
|
243 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
244 |
+
"model.layers.28.self_attn.k_norm.weight": "model-00005-of-00007.safetensors",
|
245 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
246 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
247 |
+
"model.layers.28.self_attn.q_norm.weight": "model-00005-of-00007.safetensors",
|
248 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
249 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
250 |
+
"model.layers.29.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
251 |
+
"model.layers.29.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
|
252 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
|
253 |
+
"model.layers.29.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
|
254 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
255 |
+
"model.layers.29.self_attn.k_norm.weight": "model-00006-of-00007.safetensors",
|
256 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
257 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
258 |
+
"model.layers.29.self_attn.q_norm.weight": "model-00006-of-00007.safetensors",
|
259 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
260 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
261 |
+
"model.layers.3.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
262 |
+
"model.layers.3.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
|
263 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
264 |
+
"model.layers.3.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
|
265 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
266 |
+
"model.layers.3.self_attn.k_norm.weight": "model-00001-of-00007.safetensors",
|
267 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00007.safetensors",
|
268 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00007.safetensors",
|
269 |
+
"model.layers.3.self_attn.q_norm.weight": "model-00001-of-00007.safetensors",
|
270 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00007.safetensors",
|
271 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00007.safetensors",
|
272 |
+
"model.layers.30.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
273 |
+
"model.layers.30.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
|
274 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
|
275 |
+
"model.layers.30.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
|
276 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
277 |
+
"model.layers.30.self_attn.k_norm.weight": "model-00006-of-00007.safetensors",
|
278 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
279 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
280 |
+
"model.layers.30.self_attn.q_norm.weight": "model-00006-of-00007.safetensors",
|
281 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
282 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
283 |
+
"model.layers.31.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
284 |
+
"model.layers.31.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
|
285 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
|
286 |
+
"model.layers.31.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
|
287 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
288 |
+
"model.layers.31.self_attn.k_norm.weight": "model-00006-of-00007.safetensors",
|
289 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
290 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
291 |
+
"model.layers.31.self_attn.q_norm.weight": "model-00006-of-00007.safetensors",
|
292 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
293 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
294 |
+
"model.layers.32.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
295 |
+
"model.layers.32.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
|
296 |
+
"model.layers.32.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
|
297 |
+
"model.layers.32.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
|
298 |
+
"model.layers.32.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
299 |
+
"model.layers.32.self_attn.k_norm.weight": "model-00006-of-00007.safetensors",
|
300 |
+
"model.layers.32.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
301 |
+
"model.layers.32.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
302 |
+
"model.layers.32.self_attn.q_norm.weight": "model-00006-of-00007.safetensors",
|
303 |
+
"model.layers.32.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
304 |
+
"model.layers.32.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
305 |
+
"model.layers.33.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
306 |
+
"model.layers.33.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
|
307 |
+
"model.layers.33.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
|
308 |
+
"model.layers.33.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
|
309 |
+
"model.layers.33.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
310 |
+
"model.layers.33.self_attn.k_norm.weight": "model-00006-of-00007.safetensors",
|
311 |
+
"model.layers.33.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
312 |
+
"model.layers.33.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
313 |
+
"model.layers.33.self_attn.q_norm.weight": "model-00006-of-00007.safetensors",
|
314 |
+
"model.layers.33.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
315 |
+
"model.layers.33.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
316 |
+
"model.layers.34.input_layernorm.weight": "model-00007-of-00007.safetensors",
|
317 |
+
"model.layers.34.mlp.down_proj.weight": "model-00007-of-00007.safetensors",
|
318 |
+
"model.layers.34.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
|
319 |
+
"model.layers.34.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
|
320 |
+
"model.layers.34.post_attention_layernorm.weight": "model-00007-of-00007.safetensors",
|
321 |
+
"model.layers.34.self_attn.k_norm.weight": "model-00006-of-00007.safetensors",
|
322 |
+
"model.layers.34.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
323 |
+
"model.layers.34.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
324 |
+
"model.layers.34.self_attn.q_norm.weight": "model-00006-of-00007.safetensors",
|
325 |
+
"model.layers.34.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
326 |
+
"model.layers.34.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
327 |
+
"model.layers.35.input_layernorm.weight": "model-00007-of-00007.safetensors",
|
328 |
+
"model.layers.35.mlp.down_proj.weight": "model-00007-of-00007.safetensors",
|
329 |
+
"model.layers.35.mlp.gate_proj.weight": "model-00007-of-00007.safetensors",
|
330 |
+
"model.layers.35.mlp.up_proj.weight": "model-00007-of-00007.safetensors",
|
331 |
+
"model.layers.35.post_attention_layernorm.weight": "model-00007-of-00007.safetensors",
|
332 |
+
"model.layers.35.self_attn.k_norm.weight": "model-00007-of-00007.safetensors",
|
333 |
+
"model.layers.35.self_attn.k_proj.weight": "model-00007-of-00007.safetensors",
|
334 |
+
"model.layers.35.self_attn.o_proj.weight": "model-00007-of-00007.safetensors",
|
335 |
+
"model.layers.35.self_attn.q_norm.weight": "model-00007-of-00007.safetensors",
|
336 |
+
"model.layers.35.self_attn.q_proj.weight": "model-00007-of-00007.safetensors",
|
337 |
+
"model.layers.35.self_attn.v_proj.weight": "model-00007-of-00007.safetensors",
|
338 |
+
"model.layers.4.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
339 |
+
"model.layers.4.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
|
340 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
341 |
+
"model.layers.4.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
|
342 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
343 |
+
"model.layers.4.self_attn.k_norm.weight": "model-00002-of-00007.safetensors",
|
344 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
345 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
346 |
+
"model.layers.4.self_attn.q_norm.weight": "model-00002-of-00007.safetensors",
|
347 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
348 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
349 |
+
"model.layers.5.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
350 |
+
"model.layers.5.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
|
351 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
352 |
+
"model.layers.5.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
|
353 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
354 |
+
"model.layers.5.self_attn.k_norm.weight": "model-00002-of-00007.safetensors",
|
355 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
356 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
357 |
+
"model.layers.5.self_attn.q_norm.weight": "model-00002-of-00007.safetensors",
|
358 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
359 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
360 |
+
"model.layers.6.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
361 |
+
"model.layers.6.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
|
362 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
363 |
+
"model.layers.6.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
|
364 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
365 |
+
"model.layers.6.self_attn.k_norm.weight": "model-00002-of-00007.safetensors",
|
366 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
367 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
368 |
+
"model.layers.6.self_attn.q_norm.weight": "model-00002-of-00007.safetensors",
|
369 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
370 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
371 |
+
"model.layers.7.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
372 |
+
"model.layers.7.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
|
373 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
374 |
+
"model.layers.7.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
|
375 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
376 |
+
"model.layers.7.self_attn.k_norm.weight": "model-00002-of-00007.safetensors",
|
377 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
378 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
379 |
+
"model.layers.7.self_attn.q_norm.weight": "model-00002-of-00007.safetensors",
|
380 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
381 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
382 |
+
"model.layers.8.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
383 |
+
"model.layers.8.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
|
384 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
385 |
+
"model.layers.8.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
|
386 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
387 |
+
"model.layers.8.self_attn.k_norm.weight": "model-00002-of-00007.safetensors",
|
388 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
389 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
390 |
+
"model.layers.8.self_attn.q_norm.weight": "model-00002-of-00007.safetensors",
|
391 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
392 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
393 |
+
"model.layers.9.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
394 |
+
"model.layers.9.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
|
395 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
396 |
+
"model.layers.9.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
|
397 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
398 |
+
"model.layers.9.self_attn.k_norm.weight": "model-00002-of-00007.safetensors",
|
399 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
400 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
401 |
+
"model.layers.9.self_attn.q_norm.weight": "model-00002-of-00007.safetensors",
|
402 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
403 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
404 |
+
"model.norm.weight": "model-00007-of-00007.safetensors"
|
405 |
+
}
|
406 |
+
}
|
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
The diff for this file is too large to render.
See raw diff
|
|
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 message.content is string 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.content is string %}\n {%- set content = message.content %}\n {%- else %}\n {%- set content = '' %}\n {%- endif %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) %}\n {{- '<|im_start|>' + message.role + '\\n' + content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {%- set reasoning_content = '' %}\n {%- if message.reasoning_content is string %}\n {%- set reasoning_content = message.reasoning_content %}\n {%- else %}\n {%- if '</think>' in content %}\n {%- set reasoning_content = content.split('</think>')[0].rstrip('\\n').split('<think>')[-1].lstrip('\\n') %}\n {%- set content = content.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 {{- 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,1811 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": null,
|
3 |
+
"best_metric": null,
|
4 |
+
"best_model_checkpoint": null,
|
5 |
+
"epoch": 2.0,
|
6 |
+
"eval_steps": 62,
|
7 |
+
"global_step": 248,
|
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.008064516129032258,
|
14 |
+
"grad_norm": 0.5517980456352234,
|
15 |
+
"learning_rate": 0.0,
|
16 |
+
"loss": 0.6082,
|
17 |
+
"step": 1
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.016129032258064516,
|
21 |
+
"grad_norm": 0.6390311121940613,
|
22 |
+
"learning_rate": 7.692307692307694e-07,
|
23 |
+
"loss": 0.6493,
|
24 |
+
"step": 2
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.024193548387096774,
|
28 |
+
"grad_norm": 0.5991142392158508,
|
29 |
+
"learning_rate": 1.5384615384615387e-06,
|
30 |
+
"loss": 0.632,
|
31 |
+
"step": 3
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.03225806451612903,
|
35 |
+
"grad_norm": 0.8278654217720032,
|
36 |
+
"learning_rate": 2.307692307692308e-06,
|
37 |
+
"loss": 0.6719,
|
38 |
+
"step": 4
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.04032258064516129,
|
42 |
+
"grad_norm": 0.6159102916717529,
|
43 |
+
"learning_rate": 3.0769230769230774e-06,
|
44 |
+
"loss": 0.6637,
|
45 |
+
"step": 5
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.04838709677419355,
|
49 |
+
"grad_norm": 0.6641815304756165,
|
50 |
+
"learning_rate": 3.846153846153847e-06,
|
51 |
+
"loss": 0.662,
|
52 |
+
"step": 6
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.056451612903225805,
|
56 |
+
"grad_norm": 0.5588157773017883,
|
57 |
+
"learning_rate": 4.615384615384616e-06,
|
58 |
+
"loss": 0.6753,
|
59 |
+
"step": 7
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.06451612903225806,
|
63 |
+
"grad_norm": 0.57755446434021,
|
64 |
+
"learning_rate": 5.384615384615385e-06,
|
65 |
+
"loss": 0.659,
|
66 |
+
"step": 8
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.07258064516129033,
|
70 |
+
"grad_norm": 0.6825008392333984,
|
71 |
+
"learning_rate": 6.153846153846155e-06,
|
72 |
+
"loss": 0.6533,
|
73 |
+
"step": 9
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.08064516129032258,
|
77 |
+
"grad_norm": 0.7022811770439148,
|
78 |
+
"learning_rate": 6.923076923076923e-06,
|
79 |
+
"loss": 0.6344,
|
80 |
+
"step": 10
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.08870967741935484,
|
84 |
+
"grad_norm": 0.7072175741195679,
|
85 |
+
"learning_rate": 7.692307692307694e-06,
|
86 |
+
"loss": 0.6597,
|
87 |
+
"step": 11
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.0967741935483871,
|
91 |
+
"grad_norm": 0.7066731452941895,
|
92 |
+
"learning_rate": 8.461538461538462e-06,
|
93 |
+
"loss": 0.6266,
|
94 |
+
"step": 12
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.10483870967741936,
|
98 |
+
"grad_norm": 0.6061089038848877,
|
99 |
+
"learning_rate": 9.230769230769232e-06,
|
100 |
+
"loss": 0.6296,
|
101 |
+
"step": 13
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.11290322580645161,
|
105 |
+
"grad_norm": 0.6052113175392151,
|
106 |
+
"learning_rate": 1e-05,
|
107 |
+
"loss": 0.6517,
|
108 |
+
"step": 14
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.12096774193548387,
|
112 |
+
"grad_norm": 0.6143882274627686,
|
113 |
+
"learning_rate": 9.999553216051892e-06,
|
114 |
+
"loss": 0.6206,
|
115 |
+
"step": 15
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.12903225806451613,
|
119 |
+
"grad_norm": 0.6051825284957886,
|
120 |
+
"learning_rate": 9.99821294405392e-06,
|
121 |
+
"loss": 0.6079,
|
122 |
+
"step": 16
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.13709677419354838,
|
126 |
+
"grad_norm": 0.6209076642990112,
|
127 |
+
"learning_rate": 9.995979423530893e-06,
|
128 |
+
"loss": 0.61,
|
129 |
+
"step": 17
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.14516129032258066,
|
133 |
+
"grad_norm": 0.5994704365730286,
|
134 |
+
"learning_rate": 9.992853053643257e-06,
|
135 |
+
"loss": 0.6067,
|
136 |
+
"step": 18
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.1532258064516129,
|
140 |
+
"grad_norm": 0.6294693350791931,
|
141 |
+
"learning_rate": 9.988834393115768e-06,
|
142 |
+
"loss": 0.6015,
|
143 |
+
"step": 19
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.16129032258064516,
|
147 |
+
"grad_norm": 0.6730523109436035,
|
148 |
+
"learning_rate": 9.983924160137627e-06,
|
149 |
+
"loss": 0.6268,
|
150 |
+
"step": 20
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.1693548387096774,
|
154 |
+
"grad_norm": 0.8425688147544861,
|
155 |
+
"learning_rate": 9.978123232234147e-06,
|
156 |
+
"loss": 0.6132,
|
157 |
+
"step": 21
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.1774193548387097,
|
161 |
+
"grad_norm": 0.6424095034599304,
|
162 |
+
"learning_rate": 9.971432646109919e-06,
|
163 |
+
"loss": 0.5772,
|
164 |
+
"step": 22
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 0.18548387096774194,
|
168 |
+
"grad_norm": 0.6459460854530334,
|
169 |
+
"learning_rate": 9.963853597463533e-06,
|
170 |
+
"loss": 0.6112,
|
171 |
+
"step": 23
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.1935483870967742,
|
175 |
+
"grad_norm": 0.6047711968421936,
|
176 |
+
"learning_rate": 9.955387440773902e-06,
|
177 |
+
"loss": 0.6247,
|
178 |
+
"step": 24
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 0.20161290322580644,
|
182 |
+
"grad_norm": 0.620063304901123,
|
183 |
+
"learning_rate": 9.946035689058189e-06,
|
184 |
+
"loss": 0.6092,
|
185 |
+
"step": 25
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.20967741935483872,
|
189 |
+
"grad_norm": 0.6238256096839905,
|
190 |
+
"learning_rate": 9.935800013601415e-06,
|
191 |
+
"loss": 0.6189,
|
192 |
+
"step": 26
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 0.21774193548387097,
|
196 |
+
"grad_norm": 0.6274495720863342,
|
197 |
+
"learning_rate": 9.92468224365778e-06,
|
198 |
+
"loss": 0.6163,
|
199 |
+
"step": 27
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"epoch": 0.22580645161290322,
|
203 |
+
"grad_norm": 0.626072108745575,
|
204 |
+
"learning_rate": 9.91268436612374e-06,
|
205 |
+
"loss": 0.6279,
|
206 |
+
"step": 28
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 0.23387096774193547,
|
210 |
+
"grad_norm": 0.6366428136825562,
|
211 |
+
"learning_rate": 9.899808525182935e-06,
|
212 |
+
"loss": 0.5975,
|
213 |
+
"step": 29
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.24193548387096775,
|
217 |
+
"grad_norm": 0.6221742033958435,
|
218 |
+
"learning_rate": 9.886057021922984e-06,
|
219 |
+
"loss": 0.6157,
|
220 |
+
"step": 30
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 0.25,
|
224 |
+
"grad_norm": 0.6204385757446289,
|
225 |
+
"learning_rate": 9.871432313924255e-06,
|
226 |
+
"loss": 0.5863,
|
227 |
+
"step": 31
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 0.25806451612903225,
|
231 |
+
"grad_norm": 0.6196408271789551,
|
232 |
+
"learning_rate": 9.85593701482066e-06,
|
233 |
+
"loss": 0.6448,
|
234 |
+
"step": 32
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.2661290322580645,
|
238 |
+
"grad_norm": 0.6383486986160278,
|
239 |
+
"learning_rate": 9.839573893832564e-06,
|
240 |
+
"loss": 0.6007,
|
241 |
+
"step": 33
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.27419354838709675,
|
245 |
+
"grad_norm": 0.7581177949905396,
|
246 |
+
"learning_rate": 9.822345875271884e-06,
|
247 |
+
"loss": 0.6094,
|
248 |
+
"step": 34
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 0.28225806451612906,
|
252 |
+
"grad_norm": 0.6488061547279358,
|
253 |
+
"learning_rate": 9.804256038019482e-06,
|
254 |
+
"loss": 0.6151,
|
255 |
+
"step": 35
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 0.2903225806451613,
|
259 |
+
"grad_norm": 0.7306289672851562,
|
260 |
+
"learning_rate": 9.785307614974922e-06,
|
261 |
+
"loss": 0.6023,
|
262 |
+
"step": 36
|
263 |
+
},
|
264 |
+
{
|
265 |
+
"epoch": 0.29838709677419356,
|
266 |
+
"grad_norm": 0.638602077960968,
|
267 |
+
"learning_rate": 9.765503992478704e-06,
|
268 |
+
"loss": 0.6147,
|
269 |
+
"step": 37
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"epoch": 0.3064516129032258,
|
273 |
+
"grad_norm": 0.6609564423561096,
|
274 |
+
"learning_rate": 9.74484870970709e-06,
|
275 |
+
"loss": 0.5955,
|
276 |
+
"step": 38
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 0.31451612903225806,
|
280 |
+
"grad_norm": 0.5976406931877136,
|
281 |
+
"learning_rate": 9.723345458039595e-06,
|
282 |
+
"loss": 0.6386,
|
283 |
+
"step": 39
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"epoch": 0.3225806451612903,
|
287 |
+
"grad_norm": 0.6053065061569214,
|
288 |
+
"learning_rate": 9.700998080399287e-06,
|
289 |
+
"loss": 0.6287,
|
290 |
+
"step": 40
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 0.33064516129032256,
|
294 |
+
"grad_norm": 0.6144651174545288,
|
295 |
+
"learning_rate": 9.677810570566011e-06,
|
296 |
+
"loss": 0.6216,
|
297 |
+
"step": 41
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.3387096774193548,
|
301 |
+
"grad_norm": 0.6920744180679321,
|
302 |
+
"learning_rate": 9.653787072462644e-06,
|
303 |
+
"loss": 0.6105,
|
304 |
+
"step": 42
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 0.3467741935483871,
|
308 |
+
"grad_norm": 0.6383086442947388,
|
309 |
+
"learning_rate": 9.628931879414519e-06,
|
310 |
+
"loss": 0.5992,
|
311 |
+
"step": 43
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"epoch": 0.3548387096774194,
|
315 |
+
"grad_norm": 0.6331540942192078,
|
316 |
+
"learning_rate": 9.603249433382145e-06,
|
317 |
+
"loss": 0.6204,
|
318 |
+
"step": 44
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"epoch": 0.3629032258064516,
|
322 |
+
"grad_norm": 0.5912304520606995,
|
323 |
+
"learning_rate": 9.57674432416738e-06,
|
324 |
+
"loss": 0.6228,
|
325 |
+
"step": 45
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"epoch": 0.3709677419354839,
|
329 |
+
"grad_norm": 0.6208971738815308,
|
330 |
+
"learning_rate": 9.549421288593157e-06,
|
331 |
+
"loss": 0.6186,
|
332 |
+
"step": 46
|
333 |
+
},
|
334 |
+
{
|
335 |
+
"epoch": 0.3790322580645161,
|
336 |
+
"grad_norm": 0.6380787491798401,
|
337 |
+
"learning_rate": 9.521285209656964e-06,
|
338 |
+
"loss": 0.6102,
|
339 |
+
"step": 47
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.3870967741935484,
|
343 |
+
"grad_norm": 0.6055821180343628,
|
344 |
+
"learning_rate": 9.492341115658167e-06,
|
345 |
+
"loss": 0.635,
|
346 |
+
"step": 48
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 0.3951612903225806,
|
350 |
+
"grad_norm": 0.6085134148597717,
|
351 |
+
"learning_rate": 9.462594179299408e-06,
|
352 |
+
"loss": 0.5884,
|
353 |
+
"step": 49
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 0.4032258064516129,
|
357 |
+
"grad_norm": 0.6542190909385681,
|
358 |
+
"learning_rate": 9.432049716762151e-06,
|
359 |
+
"loss": 0.596,
|
360 |
+
"step": 50
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"epoch": 0.4112903225806452,
|
364 |
+
"grad_norm": 0.6214224100112915,
|
365 |
+
"learning_rate": 9.400713186756625e-06,
|
366 |
+
"loss": 0.607,
|
367 |
+
"step": 51
|
368 |
+
},
|
369 |
+
{
|
370 |
+
"epoch": 0.41935483870967744,
|
371 |
+
"grad_norm": 0.6380740404129028,
|
372 |
+
"learning_rate": 9.368590189546268e-06,
|
373 |
+
"loss": 0.6075,
|
374 |
+
"step": 52
|
375 |
+
},
|
376 |
+
{
|
377 |
+
"epoch": 0.4274193548387097,
|
378 |
+
"grad_norm": 0.6142477989196777,
|
379 |
+
"learning_rate": 9.335686465946888e-06,
|
380 |
+
"loss": 0.6312,
|
381 |
+
"step": 53
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 0.43548387096774194,
|
385 |
+
"grad_norm": 0.5984505414962769,
|
386 |
+
"learning_rate": 9.302007896300697e-06,
|
387 |
+
"loss": 0.5824,
|
388 |
+
"step": 54
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"epoch": 0.4435483870967742,
|
392 |
+
"grad_norm": 0.582324743270874,
|
393 |
+
"learning_rate": 9.267560499425425e-06,
|
394 |
+
"loss": 0.6131,
|
395 |
+
"step": 55
|
396 |
+
},
|
397 |
+
{
|
398 |
+
"epoch": 0.45161290322580644,
|
399 |
+
"grad_norm": 0.6623991131782532,
|
400 |
+
"learning_rate": 9.232350431538656e-06,
|
401 |
+
"loss": 0.603,
|
402 |
+
"step": 56
|
403 |
+
},
|
404 |
+
{
|
405 |
+
"epoch": 0.4596774193548387,
|
406 |
+
"grad_norm": 0.6425934433937073,
|
407 |
+
"learning_rate": 9.196383985157657e-06,
|
408 |
+
"loss": 0.5863,
|
409 |
+
"step": 57
|
410 |
+
},
|
411 |
+
{
|
412 |
+
"epoch": 0.46774193548387094,
|
413 |
+
"grad_norm": 0.5947446823120117,
|
414 |
+
"learning_rate": 9.159667587974786e-06,
|
415 |
+
"loss": 0.6035,
|
416 |
+
"step": 58
|
417 |
+
},
|
418 |
+
{
|
419 |
+
"epoch": 0.47580645161290325,
|
420 |
+
"grad_norm": 0.6562256813049316,
|
421 |
+
"learning_rate": 9.122207801708802e-06,
|
422 |
+
"loss": 0.6313,
|
423 |
+
"step": 59
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"epoch": 0.4838709677419355,
|
427 |
+
"grad_norm": 0.6266179084777832,
|
428 |
+
"learning_rate": 9.08401132093219e-06,
|
429 |
+
"loss": 0.5946,
|
430 |
+
"step": 60
|
431 |
+
},
|
432 |
+
{
|
433 |
+
"epoch": 0.49193548387096775,
|
434 |
+
"grad_norm": 0.6250705122947693,
|
435 |
+
"learning_rate": 9.045084971874738e-06,
|
436 |
+
"loss": 0.6302,
|
437 |
+
"step": 61
|
438 |
+
},
|
439 |
+
{
|
440 |
+
"epoch": 0.5,
|
441 |
+
"grad_norm": 0.6279906034469604,
|
442 |
+
"learning_rate": 9.005435711203619e-06,
|
443 |
+
"loss": 0.6082,
|
444 |
+
"step": 62
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"epoch": 0.5,
|
448 |
+
"eval_loss": 0.7696727514266968,
|
449 |
+
"eval_runtime": 9.3663,
|
450 |
+
"eval_samples_per_second": 24.983,
|
451 |
+
"eval_steps_per_second": 1.068,
|
452 |
+
"step": 62
|
453 |
+
},
|
454 |
+
{
|
455 |
+
"checkpoint_runtime": 64.4057
|
456 |
+
},
|
457 |
+
{
|
458 |
+
"epoch": 0.5080645161290323,
|
459 |
+
"grad_norm": 0.7122681736946106,
|
460 |
+
"learning_rate": 8.965070624780117e-06,
|
461 |
+
"loss": 0.6037,
|
462 |
+
"step": 63
|
463 |
+
},
|
464 |
+
{
|
465 |
+
"epoch": 0.5161290322580645,
|
466 |
+
"grad_norm": 0.5835853219032288,
|
467 |
+
"learning_rate": 8.923996926393306e-06,
|
468 |
+
"loss": 0.6168,
|
469 |
+
"step": 64
|
470 |
+
},
|
471 |
+
{
|
472 |
+
"epoch": 0.5241935483870968,
|
473 |
+
"grad_norm": 0.6679734587669373,
|
474 |
+
"learning_rate": 8.882221956470838e-06,
|
475 |
+
"loss": 0.6323,
|
476 |
+
"step": 65
|
477 |
+
},
|
478 |
+
{
|
479 |
+
"epoch": 0.532258064516129,
|
480 |
+
"grad_norm": 0.6001929044723511,
|
481 |
+
"learning_rate": 8.839753180767108e-06,
|
482 |
+
"loss": 0.597,
|
483 |
+
"step": 66
|
484 |
+
},
|
485 |
+
{
|
486 |
+
"epoch": 0.5403225806451613,
|
487 |
+
"grad_norm": 0.5785935521125793,
|
488 |
+
"learning_rate": 8.79659818902903e-06,
|
489 |
+
"loss": 0.5914,
|
490 |
+
"step": 67
|
491 |
+
},
|
492 |
+
{
|
493 |
+
"epoch": 0.5483870967741935,
|
494 |
+
"grad_norm": 0.6068294644355774,
|
495 |
+
"learning_rate": 8.75276469363964e-06,
|
496 |
+
"loss": 0.6113,
|
497 |
+
"step": 68
|
498 |
+
},
|
499 |
+
{
|
500 |
+
"epoch": 0.5564516129032258,
|
501 |
+
"grad_norm": 0.6160874962806702,
|
502 |
+
"learning_rate": 8.708260528239788e-06,
|
503 |
+
"loss": 0.5993,
|
504 |
+
"step": 69
|
505 |
+
},
|
506 |
+
{
|
507 |
+
"epoch": 0.5645161290322581,
|
508 |
+
"grad_norm": 0.6260392665863037,
|
509 |
+
"learning_rate": 8.663093646328166e-06,
|
510 |
+
"loss": 0.6012,
|
511 |
+
"step": 70
|
512 |
+
},
|
513 |
+
{
|
514 |
+
"epoch": 0.5725806451612904,
|
515 |
+
"grad_norm": 0.5908513069152832,
|
516 |
+
"learning_rate": 8.617272119839903e-06,
|
517 |
+
"loss": 0.623,
|
518 |
+
"step": 71
|
519 |
+
},
|
520 |
+
{
|
521 |
+
"epoch": 0.5806451612903226,
|
522 |
+
"grad_norm": 0.6037243604660034,
|
523 |
+
"learning_rate": 8.570804137704005e-06,
|
524 |
+
"loss": 0.5978,
|
525 |
+
"step": 72
|
526 |
+
},
|
527 |
+
{
|
528 |
+
"epoch": 0.5887096774193549,
|
529 |
+
"grad_norm": 0.6131466627120972,
|
530 |
+
"learning_rate": 8.523698004379878e-06,
|
531 |
+
"loss": 0.6068,
|
532 |
+
"step": 73
|
533 |
+
},
|
534 |
+
{
|
535 |
+
"epoch": 0.5967741935483871,
|
536 |
+
"grad_norm": 0.5952907800674438,
|
537 |
+
"learning_rate": 8.475962138373212e-06,
|
538 |
+
"loss": 0.6054,
|
539 |
+
"step": 74
|
540 |
+
},
|
541 |
+
{
|
542 |
+
"epoch": 0.6048387096774194,
|
543 |
+
"grad_norm": 0.5911087393760681,
|
544 |
+
"learning_rate": 8.427605070731482e-06,
|
545 |
+
"loss": 0.6141,
|
546 |
+
"step": 75
|
547 |
+
},
|
548 |
+
{
|
549 |
+
"epoch": 0.6129032258064516,
|
550 |
+
"grad_norm": 0.6031507849693298,
|
551 |
+
"learning_rate": 8.378635443519327e-06,
|
552 |
+
"loss": 0.6077,
|
553 |
+
"step": 76
|
554 |
+
},
|
555 |
+
{
|
556 |
+
"epoch": 0.6209677419354839,
|
557 |
+
"grad_norm": 0.5819121599197388,
|
558 |
+
"learning_rate": 8.3290620082741e-06,
|
559 |
+
"loss": 0.5874,
|
560 |
+
"step": 77
|
561 |
+
},
|
562 |
+
{
|
563 |
+
"epoch": 0.6290322580645161,
|
564 |
+
"grad_norm": 0.6011428833007812,
|
565 |
+
"learning_rate": 8.278893624441849e-06,
|
566 |
+
"loss": 0.6011,
|
567 |
+
"step": 78
|
568 |
+
},
|
569 |
+
{
|
570 |
+
"epoch": 0.6370967741935484,
|
571 |
+
"grad_norm": 0.6003097295761108,
|
572 |
+
"learning_rate": 8.228139257794012e-06,
|
573 |
+
"loss": 0.6033,
|
574 |
+
"step": 79
|
575 |
+
},
|
576 |
+
{
|
577 |
+
"epoch": 0.6451612903225806,
|
578 |
+
"grad_norm": 0.6365466713905334,
|
579 |
+
"learning_rate": 8.17680797882512e-06,
|
580 |
+
"loss": 0.6218,
|
581 |
+
"step": 80
|
582 |
+
},
|
583 |
+
{
|
584 |
+
"epoch": 0.6532258064516129,
|
585 |
+
"grad_norm": 0.614172637462616,
|
586 |
+
"learning_rate": 8.124908961131759e-06,
|
587 |
+
"loss": 0.6243,
|
588 |
+
"step": 81
|
589 |
+
},
|
590 |
+
{
|
591 |
+
"epoch": 0.6612903225806451,
|
592 |
+
"grad_norm": 0.6372578144073486,
|
593 |
+
"learning_rate": 8.072451479773143e-06,
|
594 |
+
"loss": 0.6113,
|
595 |
+
"step": 82
|
596 |
+
},
|
597 |
+
{
|
598 |
+
"epoch": 0.6693548387096774,
|
599 |
+
"grad_norm": 0.675305962562561,
|
600 |
+
"learning_rate": 8.019444909613524e-06,
|
601 |
+
"loss": 0.6241,
|
602 |
+
"step": 83
|
603 |
+
},
|
604 |
+
{
|
605 |
+
"epoch": 0.6774193548387096,
|
606 |
+
"grad_norm": 0.6111373901367188,
|
607 |
+
"learning_rate": 7.965898723646777e-06,
|
608 |
+
"loss": 0.6217,
|
609 |
+
"step": 84
|
610 |
+
},
|
611 |
+
{
|
612 |
+
"epoch": 0.6854838709677419,
|
613 |
+
"grad_norm": 0.6612839102745056,
|
614 |
+
"learning_rate": 7.911822491303453e-06,
|
615 |
+
"loss": 0.6068,
|
616 |
+
"step": 85
|
617 |
+
},
|
618 |
+
{
|
619 |
+
"epoch": 0.6935483870967742,
|
620 |
+
"grad_norm": 0.6315973401069641,
|
621 |
+
"learning_rate": 7.857225876740585e-06,
|
622 |
+
"loss": 0.612,
|
623 |
+
"step": 86
|
624 |
+
},
|
625 |
+
{
|
626 |
+
"epoch": 0.7016129032258065,
|
627 |
+
"grad_norm": 0.6035977602005005,
|
628 |
+
"learning_rate": 7.802118637114575e-06,
|
629 |
+
"loss": 0.6125,
|
630 |
+
"step": 87
|
631 |
+
},
|
632 |
+
{
|
633 |
+
"epoch": 0.7096774193548387,
|
634 |
+
"grad_norm": 0.6258041858673096,
|
635 |
+
"learning_rate": 7.74651062083746e-06,
|
636 |
+
"loss": 0.6161,
|
637 |
+
"step": 88
|
638 |
+
},
|
639 |
+
{
|
640 |
+
"epoch": 0.717741935483871,
|
641 |
+
"grad_norm": 0.60235595703125,
|
642 |
+
"learning_rate": 7.690411765816864e-06,
|
643 |
+
"loss": 0.6262,
|
644 |
+
"step": 89
|
645 |
+
},
|
646 |
+
{
|
647 |
+
"epoch": 0.7258064516129032,
|
648 |
+
"grad_norm": 0.6624128818511963,
|
649 |
+
"learning_rate": 7.633832097679959e-06,
|
650 |
+
"loss": 0.5987,
|
651 |
+
"step": 90
|
652 |
+
},
|
653 |
+
{
|
654 |
+
"epoch": 0.7338709677419355,
|
655 |
+
"grad_norm": 0.6165940761566162,
|
656 |
+
"learning_rate": 7.5767817279817505e-06,
|
657 |
+
"loss": 0.6244,
|
658 |
+
"step": 91
|
659 |
+
},
|
660 |
+
{
|
661 |
+
"epoch": 0.7419354838709677,
|
662 |
+
"grad_norm": 0.6158416867256165,
|
663 |
+
"learning_rate": 7.519270852398002e-06,
|
664 |
+
"loss": 0.6203,
|
665 |
+
"step": 92
|
666 |
+
},
|
667 |
+
{
|
668 |
+
"epoch": 0.75,
|
669 |
+
"grad_norm": 0.7253459692001343,
|
670 |
+
"learning_rate": 7.461309748903138e-06,
|
671 |
+
"loss": 0.6093,
|
672 |
+
"step": 93
|
673 |
+
},
|
674 |
+
{
|
675 |
+
"epoch": 0.7580645161290323,
|
676 |
+
"grad_norm": 0.6656257510185242,
|
677 |
+
"learning_rate": 7.402908775933419e-06,
|
678 |
+
"loss": 0.6055,
|
679 |
+
"step": 94
|
680 |
+
},
|
681 |
+
{
|
682 |
+
"epoch": 0.7661290322580645,
|
683 |
+
"grad_norm": 0.6135536432266235,
|
684 |
+
"learning_rate": 7.344078370535757e-06,
|
685 |
+
"loss": 0.5945,
|
686 |
+
"step": 95
|
687 |
+
},
|
688 |
+
{
|
689 |
+
"epoch": 0.7741935483870968,
|
690 |
+
"grad_norm": 0.6283413767814636,
|
691 |
+
"learning_rate": 7.284829046502467e-06,
|
692 |
+
"loss": 0.6121,
|
693 |
+
"step": 96
|
694 |
+
},
|
695 |
+
{
|
696 |
+
"epoch": 0.782258064516129,
|
697 |
+
"grad_norm": 0.6993898153305054,
|
698 |
+
"learning_rate": 7.225171392492316e-06,
|
699 |
+
"loss": 0.5969,
|
700 |
+
"step": 97
|
701 |
+
},
|
702 |
+
{
|
703 |
+
"epoch": 0.7903225806451613,
|
704 |
+
"grad_norm": 0.5875230431556702,
|
705 |
+
"learning_rate": 7.165116070138183e-06,
|
706 |
+
"loss": 0.5811,
|
707 |
+
"step": 98
|
708 |
+
},
|
709 |
+
{
|
710 |
+
"epoch": 0.7983870967741935,
|
711 |
+
"grad_norm": 0.5970051884651184,
|
712 |
+
"learning_rate": 7.104673812141676e-06,
|
713 |
+
"loss": 0.612,
|
714 |
+
"step": 99
|
715 |
+
},
|
716 |
+
{
|
717 |
+
"epoch": 0.8064516129032258,
|
718 |
+
"grad_norm": 0.6021542549133301,
|
719 |
+
"learning_rate": 7.04385542035506e-06,
|
720 |
+
"loss": 0.6125,
|
721 |
+
"step": 100
|
722 |
+
},
|
723 |
+
{
|
724 |
+
"epoch": 0.8145161290322581,
|
725 |
+
"grad_norm": 0.7024378180503845,
|
726 |
+
"learning_rate": 6.982671763850814e-06,
|
727 |
+
"loss": 0.6232,
|
728 |
+
"step": 101
|
729 |
+
},
|
730 |
+
{
|
731 |
+
"epoch": 0.8225806451612904,
|
732 |
+
"grad_norm": 0.6071297526359558,
|
733 |
+
"learning_rate": 6.921133776979186e-06,
|
734 |
+
"loss": 0.6085,
|
735 |
+
"step": 102
|
736 |
+
},
|
737 |
+
{
|
738 |
+
"epoch": 0.8306451612903226,
|
739 |
+
"grad_norm": 0.5934585332870483,
|
740 |
+
"learning_rate": 6.859252457414067e-06,
|
741 |
+
"loss": 0.6064,
|
742 |
+
"step": 103
|
743 |
+
},
|
744 |
+
{
|
745 |
+
"epoch": 0.8387096774193549,
|
746 |
+
"grad_norm": 0.5972087383270264,
|
747 |
+
"learning_rate": 6.797038864187564e-06,
|
748 |
+
"loss": 0.6153,
|
749 |
+
"step": 104
|
750 |
+
},
|
751 |
+
{
|
752 |
+
"epoch": 0.8467741935483871,
|
753 |
+
"grad_norm": 0.5931298136711121,
|
754 |
+
"learning_rate": 6.7345041157136035e-06,
|
755 |
+
"loss": 0.6394,
|
756 |
+
"step": 105
|
757 |
+
},
|
758 |
+
{
|
759 |
+
"epoch": 0.8548387096774194,
|
760 |
+
"grad_norm": 0.6027710437774658,
|
761 |
+
"learning_rate": 6.67165938780091e-06,
|
762 |
+
"loss": 0.6287,
|
763 |
+
"step": 106
|
764 |
+
},
|
765 |
+
{
|
766 |
+
"epoch": 0.8629032258064516,
|
767 |
+
"grad_norm": 0.616108238697052,
|
768 |
+
"learning_rate": 6.608515911655744e-06,
|
769 |
+
"loss": 0.5961,
|
770 |
+
"step": 107
|
771 |
+
},
|
772 |
+
{
|
773 |
+
"epoch": 0.8709677419354839,
|
774 |
+
"grad_norm": 0.5857760310173035,
|
775 |
+
"learning_rate": 6.545084971874738e-06,
|
776 |
+
"loss": 0.5986,
|
777 |
+
"step": 108
|
778 |
+
},
|
779 |
+
{
|
780 |
+
"epoch": 0.8790322580645161,
|
781 |
+
"grad_norm": 0.5985046029090881,
|
782 |
+
"learning_rate": 6.481377904428171e-06,
|
783 |
+
"loss": 0.6192,
|
784 |
+
"step": 109
|
785 |
+
},
|
786 |
+
{
|
787 |
+
"epoch": 0.8870967741935484,
|
788 |
+
"grad_norm": 0.6490822434425354,
|
789 |
+
"learning_rate": 6.41740609463409e-06,
|
790 |
+
"loss": 0.5938,
|
791 |
+
"step": 110
|
792 |
+
},
|
793 |
+
{
|
794 |
+
"epoch": 0.8951612903225806,
|
795 |
+
"grad_norm": 0.5827641487121582,
|
796 |
+
"learning_rate": 6.353180975123595e-06,
|
797 |
+
"loss": 0.6006,
|
798 |
+
"step": 111
|
799 |
+
},
|
800 |
+
{
|
801 |
+
"epoch": 0.9032258064516129,
|
802 |
+
"grad_norm": 0.6040430665016174,
|
803 |
+
"learning_rate": 6.2887140237976714e-06,
|
804 |
+
"loss": 0.6576,
|
805 |
+
"step": 112
|
806 |
+
},
|
807 |
+
{
|
808 |
+
"epoch": 0.9112903225806451,
|
809 |
+
"grad_norm": 0.6271264553070068,
|
810 |
+
"learning_rate": 6.224016761775933e-06,
|
811 |
+
"loss": 0.6286,
|
812 |
+
"step": 113
|
813 |
+
},
|
814 |
+
{
|
815 |
+
"epoch": 0.9193548387096774,
|
816 |
+
"grad_norm": 0.7163254618644714,
|
817 |
+
"learning_rate": 6.1591007513376425e-06,
|
818 |
+
"loss": 0.625,
|
819 |
+
"step": 114
|
820 |
+
},
|
821 |
+
{
|
822 |
+
"epoch": 0.9274193548387096,
|
823 |
+
"grad_norm": 0.6243981719017029,
|
824 |
+
"learning_rate": 6.093977593855376e-06,
|
825 |
+
"loss": 0.6291,
|
826 |
+
"step": 115
|
827 |
+
},
|
828 |
+
{
|
829 |
+
"epoch": 0.9354838709677419,
|
830 |
+
"grad_norm": 0.6018924117088318,
|
831 |
+
"learning_rate": 6.028658927721698e-06,
|
832 |
+
"loss": 0.6112,
|
833 |
+
"step": 116
|
834 |
+
},
|
835 |
+
{
|
836 |
+
"epoch": 0.9435483870967742,
|
837 |
+
"grad_norm": 0.6228638291358948,
|
838 |
+
"learning_rate": 5.963156426269228e-06,
|
839 |
+
"loss": 0.6086,
|
840 |
+
"step": 117
|
841 |
+
},
|
842 |
+
{
|
843 |
+
"epoch": 0.9516129032258065,
|
844 |
+
"grad_norm": 0.6100144982337952,
|
845 |
+
"learning_rate": 5.897481795684447e-06,
|
846 |
+
"loss": 0.6395,
|
847 |
+
"step": 118
|
848 |
+
},
|
849 |
+
{
|
850 |
+
"epoch": 0.9596774193548387,
|
851 |
+
"grad_norm": 0.5865968465805054,
|
852 |
+
"learning_rate": 5.831646772915651e-06,
|
853 |
+
"loss": 0.6323,
|
854 |
+
"step": 119
|
855 |
+
},
|
856 |
+
{
|
857 |
+
"epoch": 0.967741935483871,
|
858 |
+
"grad_norm": 0.6958960890769958,
|
859 |
+
"learning_rate": 5.765663123575401e-06,
|
860 |
+
"loss": 0.6163,
|
861 |
+
"step": 120
|
862 |
+
},
|
863 |
+
{
|
864 |
+
"epoch": 0.9758064516129032,
|
865 |
+
"grad_norm": 0.5920268297195435,
|
866 |
+
"learning_rate": 5.699542639837844e-06,
|
867 |
+
"loss": 0.6121,
|
868 |
+
"step": 121
|
869 |
+
},
|
870 |
+
{
|
871 |
+
"epoch": 0.9838709677419355,
|
872 |
+
"grad_norm": 0.6195198893547058,
|
873 |
+
"learning_rate": 5.633297138331285e-06,
|
874 |
+
"loss": 0.6239,
|
875 |
+
"step": 122
|
876 |
+
},
|
877 |
+
{
|
878 |
+
"epoch": 0.9919354838709677,
|
879 |
+
"grad_norm": 0.6433055400848389,
|
880 |
+
"learning_rate": 5.566938458026411e-06,
|
881 |
+
"loss": 0.6243,
|
882 |
+
"step": 123
|
883 |
+
},
|
884 |
+
{
|
885 |
+
"epoch": 1.0,
|
886 |
+
"grad_norm": 0.9132500290870667,
|
887 |
+
"learning_rate": 5.500478458120493e-06,
|
888 |
+
"loss": 0.5416,
|
889 |
+
"step": 124
|
890 |
+
},
|
891 |
+
{
|
892 |
+
"epoch": 1.0,
|
893 |
+
"eval_loss": 0.7586155533790588,
|
894 |
+
"eval_runtime": 9.3994,
|
895 |
+
"eval_samples_per_second": 24.895,
|
896 |
+
"eval_steps_per_second": 1.064,
|
897 |
+
"step": 124
|
898 |
+
},
|
899 |
+
{
|
900 |
+
"checkpoint_runtime": 62.6926
|
901 |
+
},
|
902 |
+
{
|
903 |
+
"epoch": 1.0080645161290323,
|
904 |
+
"grad_norm": 1.2273164987564087,
|
905 |
+
"learning_rate": 5.433929015917988e-06,
|
906 |
+
"loss": 0.4912,
|
907 |
+
"step": 125
|
908 |
+
},
|
909 |
+
{
|
910 |
+
"epoch": 1.0161290322580645,
|
911 |
+
"grad_norm": 0.8512174487113953,
|
912 |
+
"learning_rate": 5.367302024707911e-06,
|
913 |
+
"loss": 0.5181,
|
914 |
+
"step": 126
|
915 |
+
},
|
916 |
+
{
|
917 |
+
"epoch": 1.0241935483870968,
|
918 |
+
"grad_norm": 0.7072561383247375,
|
919 |
+
"learning_rate": 5.300609391638336e-06,
|
920 |
+
"loss": 0.4996,
|
921 |
+
"step": 127
|
922 |
+
},
|
923 |
+
{
|
924 |
+
"epoch": 1.032258064516129,
|
925 |
+
"grad_norm": 0.6743839383125305,
|
926 |
+
"learning_rate": 5.233863035588427e-06,
|
927 |
+
"loss": 0.5049,
|
928 |
+
"step": 128
|
929 |
+
},
|
930 |
+
{
|
931 |
+
"epoch": 1.0403225806451613,
|
932 |
+
"grad_norm": 0.6355977654457092,
|
933 |
+
"learning_rate": 5.1670748850383734e-06,
|
934 |
+
"loss": 0.4736,
|
935 |
+
"step": 129
|
936 |
+
},
|
937 |
+
{
|
938 |
+
"epoch": 1.0483870967741935,
|
939 |
+
"grad_norm": 0.7739989161491394,
|
940 |
+
"learning_rate": 5.1002568759376134e-06,
|
941 |
+
"loss": 0.5077,
|
942 |
+
"step": 130
|
943 |
+
},
|
944 |
+
{
|
945 |
+
"epoch": 1.0564516129032258,
|
946 |
+
"grad_norm": 0.9043926000595093,
|
947 |
+
"learning_rate": 5.033420949571712e-06,
|
948 |
+
"loss": 0.5143,
|
949 |
+
"step": 131
|
950 |
+
},
|
951 |
+
{
|
952 |
+
"epoch": 1.064516129032258,
|
953 |
+
"grad_norm": 0.9883599877357483,
|
954 |
+
"learning_rate": 4.96657905042829e-06,
|
955 |
+
"loss": 0.4991,
|
956 |
+
"step": 132
|
957 |
+
},
|
958 |
+
{
|
959 |
+
"epoch": 1.0725806451612903,
|
960 |
+
"grad_norm": 0.8478935956954956,
|
961 |
+
"learning_rate": 4.899743124062387e-06,
|
962 |
+
"loss": 0.5036,
|
963 |
+
"step": 133
|
964 |
+
},
|
965 |
+
{
|
966 |
+
"epoch": 1.0806451612903225,
|
967 |
+
"grad_norm": 0.7680084109306335,
|
968 |
+
"learning_rate": 4.832925114961629e-06,
|
969 |
+
"loss": 0.493,
|
970 |
+
"step": 134
|
971 |
+
},
|
972 |
+
{
|
973 |
+
"epoch": 1.0887096774193548,
|
974 |
+
"grad_norm": 0.7357969284057617,
|
975 |
+
"learning_rate": 4.766136964411576e-06,
|
976 |
+
"loss": 0.4906,
|
977 |
+
"step": 135
|
978 |
+
},
|
979 |
+
{
|
980 |
+
"epoch": 1.096774193548387,
|
981 |
+
"grad_norm": 0.6527146100997925,
|
982 |
+
"learning_rate": 4.699390608361665e-06,
|
983 |
+
"loss": 0.4976,
|
984 |
+
"step": 136
|
985 |
+
},
|
986 |
+
{
|
987 |
+
"epoch": 1.1048387096774193,
|
988 |
+
"grad_norm": 0.7036378383636475,
|
989 |
+
"learning_rate": 4.6326979752920905e-06,
|
990 |
+
"loss": 0.4821,
|
991 |
+
"step": 137
|
992 |
+
},
|
993 |
+
{
|
994 |
+
"epoch": 1.1129032258064515,
|
995 |
+
"grad_norm": 0.7150796055793762,
|
996 |
+
"learning_rate": 4.566070984082013e-06,
|
997 |
+
"loss": 0.5033,
|
998 |
+
"step": 138
|
999 |
+
},
|
1000 |
+
{
|
1001 |
+
"epoch": 1.120967741935484,
|
1002 |
+
"grad_norm": 1.9774234294891357,
|
1003 |
+
"learning_rate": 4.499521541879508e-06,
|
1004 |
+
"loss": 0.4855,
|
1005 |
+
"step": 139
|
1006 |
+
},
|
1007 |
+
{
|
1008 |
+
"epoch": 1.129032258064516,
|
1009 |
+
"grad_norm": 0.7293978929519653,
|
1010 |
+
"learning_rate": 4.433061541973591e-06,
|
1011 |
+
"loss": 0.4821,
|
1012 |
+
"step": 140
|
1013 |
+
},
|
1014 |
+
{
|
1015 |
+
"epoch": 1.1370967741935485,
|
1016 |
+
"grad_norm": 0.7031348943710327,
|
1017 |
+
"learning_rate": 4.366702861668717e-06,
|
1018 |
+
"loss": 0.4914,
|
1019 |
+
"step": 141
|
1020 |
+
},
|
1021 |
+
{
|
1022 |
+
"epoch": 1.1451612903225807,
|
1023 |
+
"grad_norm": 0.9272693991661072,
|
1024 |
+
"learning_rate": 4.300457360162158e-06,
|
1025 |
+
"loss": 0.4937,
|
1026 |
+
"step": 142
|
1027 |
+
},
|
1028 |
+
{
|
1029 |
+
"epoch": 1.153225806451613,
|
1030 |
+
"grad_norm": 0.6710570454597473,
|
1031 |
+
"learning_rate": 4.2343368764246005e-06,
|
1032 |
+
"loss": 0.4857,
|
1033 |
+
"step": 143
|
1034 |
+
},
|
1035 |
+
{
|
1036 |
+
"epoch": 1.1612903225806452,
|
1037 |
+
"grad_norm": 0.6494666934013367,
|
1038 |
+
"learning_rate": 4.1683532270843505e-06,
|
1039 |
+
"loss": 0.4897,
|
1040 |
+
"step": 144
|
1041 |
+
},
|
1042 |
+
{
|
1043 |
+
"epoch": 1.1693548387096775,
|
1044 |
+
"grad_norm": 0.6740890741348267,
|
1045 |
+
"learning_rate": 4.102518204315555e-06,
|
1046 |
+
"loss": 0.5068,
|
1047 |
+
"step": 145
|
1048 |
+
},
|
1049 |
+
{
|
1050 |
+
"epoch": 1.1774193548387097,
|
1051 |
+
"grad_norm": 0.6629785895347595,
|
1052 |
+
"learning_rate": 4.036843573730774e-06,
|
1053 |
+
"loss": 0.4992,
|
1054 |
+
"step": 146
|
1055 |
+
},
|
1056 |
+
{
|
1057 |
+
"epoch": 1.185483870967742,
|
1058 |
+
"grad_norm": 1.0301792621612549,
|
1059 |
+
"learning_rate": 3.971341072278302e-06,
|
1060 |
+
"loss": 0.5187,
|
1061 |
+
"step": 147
|
1062 |
+
},
|
1063 |
+
{
|
1064 |
+
"epoch": 1.1935483870967742,
|
1065 |
+
"grad_norm": 0.6788991689682007,
|
1066 |
+
"learning_rate": 3.906022406144625e-06,
|
1067 |
+
"loss": 0.4991,
|
1068 |
+
"step": 148
|
1069 |
+
},
|
1070 |
+
{
|
1071 |
+
"epoch": 1.2016129032258065,
|
1072 |
+
"grad_norm": 0.7261366248130798,
|
1073 |
+
"learning_rate": 3.840899248662358e-06,
|
1074 |
+
"loss": 0.5155,
|
1075 |
+
"step": 149
|
1076 |
+
},
|
1077 |
+
{
|
1078 |
+
"epoch": 1.2096774193548387,
|
1079 |
+
"grad_norm": 0.6745786666870117,
|
1080 |
+
"learning_rate": 3.77598323822407e-06,
|
1081 |
+
"loss": 0.4979,
|
1082 |
+
"step": 150
|
1083 |
+
},
|
1084 |
+
{
|
1085 |
+
"epoch": 1.217741935483871,
|
1086 |
+
"grad_norm": 0.643515944480896,
|
1087 |
+
"learning_rate": 3.711285976202331e-06,
|
1088 |
+
"loss": 0.5064,
|
1089 |
+
"step": 151
|
1090 |
+
},
|
1091 |
+
{
|
1092 |
+
"epoch": 1.2258064516129032,
|
1093 |
+
"grad_norm": 0.6859997510910034,
|
1094 |
+
"learning_rate": 3.6468190248764063e-06,
|
1095 |
+
"loss": 0.5076,
|
1096 |
+
"step": 152
|
1097 |
+
},
|
1098 |
+
{
|
1099 |
+
"epoch": 1.2338709677419355,
|
1100 |
+
"grad_norm": 0.6736048460006714,
|
1101 |
+
"learning_rate": 3.582593905365912e-06,
|
1102 |
+
"loss": 0.4812,
|
1103 |
+
"step": 153
|
1104 |
+
},
|
1105 |
+
{
|
1106 |
+
"epoch": 1.2419354838709677,
|
1107 |
+
"grad_norm": 0.6538953185081482,
|
1108 |
+
"learning_rate": 3.518622095571831e-06,
|
1109 |
+
"loss": 0.5014,
|
1110 |
+
"step": 154
|
1111 |
+
},
|
1112 |
+
{
|
1113 |
+
"epoch": 1.25,
|
1114 |
+
"grad_norm": 0.6264058351516724,
|
1115 |
+
"learning_rate": 3.4549150281252635e-06,
|
1116 |
+
"loss": 0.4934,
|
1117 |
+
"step": 155
|
1118 |
+
},
|
1119 |
+
{
|
1120 |
+
"epoch": 1.2580645161290323,
|
1121 |
+
"grad_norm": 0.6770332455635071,
|
1122 |
+
"learning_rate": 3.391484088344257e-06,
|
1123 |
+
"loss": 0.4973,
|
1124 |
+
"step": 156
|
1125 |
+
},
|
1126 |
+
{
|
1127 |
+
"epoch": 1.2661290322580645,
|
1128 |
+
"grad_norm": 0.7549557089805603,
|
1129 |
+
"learning_rate": 3.328340612199091e-06,
|
1130 |
+
"loss": 0.5133,
|
1131 |
+
"step": 157
|
1132 |
+
},
|
1133 |
+
{
|
1134 |
+
"epoch": 1.2741935483870968,
|
1135 |
+
"grad_norm": 0.6272417902946472,
|
1136 |
+
"learning_rate": 3.265495884286397e-06,
|
1137 |
+
"loss": 0.4789,
|
1138 |
+
"step": 158
|
1139 |
+
},
|
1140 |
+
{
|
1141 |
+
"epoch": 1.282258064516129,
|
1142 |
+
"grad_norm": 0.9803722500801086,
|
1143 |
+
"learning_rate": 3.202961135812437e-06,
|
1144 |
+
"loss": 0.4906,
|
1145 |
+
"step": 159
|
1146 |
+
},
|
1147 |
+
{
|
1148 |
+
"epoch": 1.2903225806451613,
|
1149 |
+
"grad_norm": 0.6124163866043091,
|
1150 |
+
"learning_rate": 3.1407475425859348e-06,
|
1151 |
+
"loss": 0.5033,
|
1152 |
+
"step": 160
|
1153 |
+
},
|
1154 |
+
{
|
1155 |
+
"epoch": 1.2983870967741935,
|
1156 |
+
"grad_norm": 0.7405635714530945,
|
1157 |
+
"learning_rate": 3.078866223020815e-06,
|
1158 |
+
"loss": 0.5072,
|
1159 |
+
"step": 161
|
1160 |
+
},
|
1161 |
+
{
|
1162 |
+
"epoch": 1.3064516129032258,
|
1163 |
+
"grad_norm": 0.689418613910675,
|
1164 |
+
"learning_rate": 3.017328236149187e-06,
|
1165 |
+
"loss": 0.467,
|
1166 |
+
"step": 162
|
1167 |
+
},
|
1168 |
+
{
|
1169 |
+
"epoch": 1.314516129032258,
|
1170 |
+
"grad_norm": 0.6370119452476501,
|
1171 |
+
"learning_rate": 2.956144579644942e-06,
|
1172 |
+
"loss": 0.5046,
|
1173 |
+
"step": 163
|
1174 |
+
},
|
1175 |
+
{
|
1176 |
+
"epoch": 1.3225806451612903,
|
1177 |
+
"grad_norm": 0.6629266142845154,
|
1178 |
+
"learning_rate": 2.8953261878583263e-06,
|
1179 |
+
"loss": 0.5168,
|
1180 |
+
"step": 164
|
1181 |
+
},
|
1182 |
+
{
|
1183 |
+
"epoch": 1.3306451612903225,
|
1184 |
+
"grad_norm": 0.6177526712417603,
|
1185 |
+
"learning_rate": 2.834883929861818e-06,
|
1186 |
+
"loss": 0.4943,
|
1187 |
+
"step": 165
|
1188 |
+
},
|
1189 |
+
{
|
1190 |
+
"epoch": 1.3387096774193548,
|
1191 |
+
"grad_norm": 0.6319835186004639,
|
1192 |
+
"learning_rate": 2.7748286075076834e-06,
|
1193 |
+
"loss": 0.5137,
|
1194 |
+
"step": 166
|
1195 |
+
},
|
1196 |
+
{
|
1197 |
+
"epoch": 1.346774193548387,
|
1198 |
+
"grad_norm": 0.6541087031364441,
|
1199 |
+
"learning_rate": 2.715170953497532e-06,
|
1200 |
+
"loss": 0.4956,
|
1201 |
+
"step": 167
|
1202 |
+
},
|
1203 |
+
{
|
1204 |
+
"epoch": 1.3548387096774195,
|
1205 |
+
"grad_norm": 0.6293665170669556,
|
1206 |
+
"learning_rate": 2.6559216294642446e-06,
|
1207 |
+
"loss": 0.5165,
|
1208 |
+
"step": 168
|
1209 |
+
},
|
1210 |
+
{
|
1211 |
+
"epoch": 1.3629032258064515,
|
1212 |
+
"grad_norm": 0.8250333666801453,
|
1213 |
+
"learning_rate": 2.5970912240665815e-06,
|
1214 |
+
"loss": 0.5087,
|
1215 |
+
"step": 169
|
1216 |
+
},
|
1217 |
+
{
|
1218 |
+
"epoch": 1.370967741935484,
|
1219 |
+
"grad_norm": 0.7579450011253357,
|
1220 |
+
"learning_rate": 2.5386902510968627e-06,
|
1221 |
+
"loss": 0.4912,
|
1222 |
+
"step": 170
|
1223 |
+
},
|
1224 |
+
{
|
1225 |
+
"epoch": 1.379032258064516,
|
1226 |
+
"grad_norm": 0.6229978203773499,
|
1227 |
+
"learning_rate": 2.4807291476019996e-06,
|
1228 |
+
"loss": 0.514,
|
1229 |
+
"step": 171
|
1230 |
+
},
|
1231 |
+
{
|
1232 |
+
"epoch": 1.3870967741935485,
|
1233 |
+
"grad_norm": 0.6009650826454163,
|
1234 |
+
"learning_rate": 2.4232182720182524e-06,
|
1235 |
+
"loss": 0.5059,
|
1236 |
+
"step": 172
|
1237 |
+
},
|
1238 |
+
{
|
1239 |
+
"epoch": 1.3951612903225805,
|
1240 |
+
"grad_norm": 0.6187584400177002,
|
1241 |
+
"learning_rate": 2.3661679023200422e-06,
|
1242 |
+
"loss": 0.5219,
|
1243 |
+
"step": 173
|
1244 |
+
},
|
1245 |
+
{
|
1246 |
+
"epoch": 1.403225806451613,
|
1247 |
+
"grad_norm": 0.6182239651679993,
|
1248 |
+
"learning_rate": 2.309588234183137e-06,
|
1249 |
+
"loss": 0.5258,
|
1250 |
+
"step": 174
|
1251 |
+
},
|
1252 |
+
{
|
1253 |
+
"epoch": 1.4112903225806452,
|
1254 |
+
"grad_norm": 0.642212986946106,
|
1255 |
+
"learning_rate": 2.2534893791625408e-06,
|
1256 |
+
"loss": 0.5062,
|
1257 |
+
"step": 175
|
1258 |
+
},
|
1259 |
+
{
|
1260 |
+
"epoch": 1.4193548387096775,
|
1261 |
+
"grad_norm": 0.6238389015197754,
|
1262 |
+
"learning_rate": 2.197881362885426e-06,
|
1263 |
+
"loss": 0.5217,
|
1264 |
+
"step": 176
|
1265 |
+
},
|
1266 |
+
{
|
1267 |
+
"epoch": 1.4274193548387097,
|
1268 |
+
"grad_norm": 0.6173287034034729,
|
1269 |
+
"learning_rate": 2.1427741232594185e-06,
|
1270 |
+
"loss": 0.502,
|
1271 |
+
"step": 177
|
1272 |
+
},
|
1273 |
+
{
|
1274 |
+
"epoch": 1.435483870967742,
|
1275 |
+
"grad_norm": 0.6221210956573486,
|
1276 |
+
"learning_rate": 2.0881775086965494e-06,
|
1277 |
+
"loss": 0.5185,
|
1278 |
+
"step": 178
|
1279 |
+
},
|
1280 |
+
{
|
1281 |
+
"epoch": 1.4435483870967742,
|
1282 |
+
"grad_norm": 0.6135408878326416,
|
1283 |
+
"learning_rate": 2.0341012763532243e-06,
|
1284 |
+
"loss": 0.5287,
|
1285 |
+
"step": 179
|
1286 |
+
},
|
1287 |
+
{
|
1288 |
+
"epoch": 1.4516129032258065,
|
1289 |
+
"grad_norm": 0.6056985259056091,
|
1290 |
+
"learning_rate": 1.9805550903864775e-06,
|
1291 |
+
"loss": 0.5061,
|
1292 |
+
"step": 180
|
1293 |
+
},
|
1294 |
+
{
|
1295 |
+
"epoch": 1.4596774193548387,
|
1296 |
+
"grad_norm": 0.6103174686431885,
|
1297 |
+
"learning_rate": 1.9275485202268574e-06,
|
1298 |
+
"loss": 0.5287,
|
1299 |
+
"step": 181
|
1300 |
+
},
|
1301 |
+
{
|
1302 |
+
"epoch": 1.467741935483871,
|
1303 |
+
"grad_norm": 0.6178581714630127,
|
1304 |
+
"learning_rate": 1.875091038868243e-06,
|
1305 |
+
"loss": 0.5009,
|
1306 |
+
"step": 182
|
1307 |
+
},
|
1308 |
+
{
|
1309 |
+
"epoch": 1.4758064516129032,
|
1310 |
+
"grad_norm": 0.6111758947372437,
|
1311 |
+
"learning_rate": 1.8231920211748822e-06,
|
1312 |
+
"loss": 0.4809,
|
1313 |
+
"step": 183
|
1314 |
+
},
|
1315 |
+
{
|
1316 |
+
"epoch": 1.4838709677419355,
|
1317 |
+
"grad_norm": 0.6187841892242432,
|
1318 |
+
"learning_rate": 1.771860742205988e-06,
|
1319 |
+
"loss": 0.5102,
|
1320 |
+
"step": 184
|
1321 |
+
},
|
1322 |
+
{
|
1323 |
+
"epoch": 1.4919354838709677,
|
1324 |
+
"grad_norm": 0.6165513396263123,
|
1325 |
+
"learning_rate": 1.7211063755581524e-06,
|
1326 |
+
"loss": 0.4961,
|
1327 |
+
"step": 185
|
1328 |
+
},
|
1329 |
+
{
|
1330 |
+
"epoch": 1.5,
|
1331 |
+
"grad_norm": 0.6021883487701416,
|
1332 |
+
"learning_rate": 1.6709379917259028e-06,
|
1333 |
+
"loss": 0.515,
|
1334 |
+
"step": 186
|
1335 |
+
},
|
1336 |
+
{
|
1337 |
+
"epoch": 1.5,
|
1338 |
+
"eval_loss": 0.7888004183769226,
|
1339 |
+
"eval_runtime": 9.3786,
|
1340 |
+
"eval_samples_per_second": 24.95,
|
1341 |
+
"eval_steps_per_second": 1.066,
|
1342 |
+
"step": 186
|
1343 |
+
},
|
1344 |
+
{
|
1345 |
+
"checkpoint_runtime": 61.0063
|
1346 |
+
},
|
1347 |
+
{
|
1348 |
+
"epoch": 1.5080645161290323,
|
1349 |
+
"grad_norm": 0.6081679463386536,
|
1350 |
+
"learning_rate": 1.6213645564806751e-06,
|
1351 |
+
"loss": 0.4932,
|
1352 |
+
"step": 187
|
1353 |
+
},
|
1354 |
+
{
|
1355 |
+
"epoch": 1.5161290322580645,
|
1356 |
+
"grad_norm": 0.6672825813293457,
|
1357 |
+
"learning_rate": 1.5723949292685193e-06,
|
1358 |
+
"loss": 0.5009,
|
1359 |
+
"step": 188
|
1360 |
+
},
|
1361 |
+
{
|
1362 |
+
"epoch": 1.5241935483870968,
|
1363 |
+
"grad_norm": 0.6208696961402893,
|
1364 |
+
"learning_rate": 1.5240378616267887e-06,
|
1365 |
+
"loss": 0.5103,
|
1366 |
+
"step": 189
|
1367 |
+
},
|
1368 |
+
{
|
1369 |
+
"epoch": 1.532258064516129,
|
1370 |
+
"grad_norm": 0.6016614437103271,
|
1371 |
+
"learning_rate": 1.4763019956201252e-06,
|
1372 |
+
"loss": 0.5132,
|
1373 |
+
"step": 190
|
1374 |
+
},
|
1375 |
+
{
|
1376 |
+
"epoch": 1.5403225806451613,
|
1377 |
+
"grad_norm": 0.6239025592803955,
|
1378 |
+
"learning_rate": 1.4291958622959972e-06,
|
1379 |
+
"loss": 0.5196,
|
1380 |
+
"step": 191
|
1381 |
+
},
|
1382 |
+
{
|
1383 |
+
"epoch": 1.5483870967741935,
|
1384 |
+
"grad_norm": 0.5971823930740356,
|
1385 |
+
"learning_rate": 1.382727880160098e-06,
|
1386 |
+
"loss": 0.4877,
|
1387 |
+
"step": 192
|
1388 |
+
},
|
1389 |
+
{
|
1390 |
+
"epoch": 1.5564516129032258,
|
1391 |
+
"grad_norm": 0.6277076005935669,
|
1392 |
+
"learning_rate": 1.3369063536718347e-06,
|
1393 |
+
"loss": 0.5139,
|
1394 |
+
"step": 193
|
1395 |
+
},
|
1396 |
+
{
|
1397 |
+
"epoch": 1.564516129032258,
|
1398 |
+
"grad_norm": 0.6051625609397888,
|
1399 |
+
"learning_rate": 1.2917394717602123e-06,
|
1400 |
+
"loss": 0.5035,
|
1401 |
+
"step": 194
|
1402 |
+
},
|
1403 |
+
{
|
1404 |
+
"epoch": 1.5725806451612905,
|
1405 |
+
"grad_norm": 0.6475934386253357,
|
1406 |
+
"learning_rate": 1.2472353063603626e-06,
|
1407 |
+
"loss": 0.4832,
|
1408 |
+
"step": 195
|
1409 |
+
},
|
1410 |
+
{
|
1411 |
+
"epoch": 1.5806451612903225,
|
1412 |
+
"grad_norm": 0.6042674779891968,
|
1413 |
+
"learning_rate": 1.2034018109709716e-06,
|
1414 |
+
"loss": 0.5039,
|
1415 |
+
"step": 196
|
1416 |
+
},
|
1417 |
+
{
|
1418 |
+
"epoch": 1.588709677419355,
|
1419 |
+
"grad_norm": 0.6283749341964722,
|
1420 |
+
"learning_rate": 1.1602468192328936e-06,
|
1421 |
+
"loss": 0.4993,
|
1422 |
+
"step": 197
|
1423 |
+
},
|
1424 |
+
{
|
1425 |
+
"epoch": 1.596774193548387,
|
1426 |
+
"grad_norm": 0.6274955868721008,
|
1427 |
+
"learning_rate": 1.1177780435291641e-06,
|
1428 |
+
"loss": 0.5431,
|
1429 |
+
"step": 198
|
1430 |
+
},
|
1431 |
+
{
|
1432 |
+
"epoch": 1.6048387096774195,
|
1433 |
+
"grad_norm": 0.6180588603019714,
|
1434 |
+
"learning_rate": 1.0760030736066952e-06,
|
1435 |
+
"loss": 0.4847,
|
1436 |
+
"step": 199
|
1437 |
+
},
|
1438 |
+
{
|
1439 |
+
"epoch": 1.6129032258064515,
|
1440 |
+
"grad_norm": 0.6047401428222656,
|
1441 |
+
"learning_rate": 1.0349293752198842e-06,
|
1442 |
+
"loss": 0.5274,
|
1443 |
+
"step": 200
|
1444 |
+
},
|
1445 |
+
{
|
1446 |
+
"epoch": 1.620967741935484,
|
1447 |
+
"grad_norm": 0.6300760507583618,
|
1448 |
+
"learning_rate": 9.945642887963842e-07,
|
1449 |
+
"loss": 0.509,
|
1450 |
+
"step": 201
|
1451 |
+
},
|
1452 |
+
{
|
1453 |
+
"epoch": 1.629032258064516,
|
1454 |
+
"grad_norm": 0.6328046917915344,
|
1455 |
+
"learning_rate": 9.549150281252633e-07,
|
1456 |
+
"loss": 0.4818,
|
1457 |
+
"step": 202
|
1458 |
+
},
|
1459 |
+
{
|
1460 |
+
"epoch": 1.6370967741935485,
|
1461 |
+
"grad_norm": 0.6061556935310364,
|
1462 |
+
"learning_rate": 9.159886790678124e-07,
|
1463 |
+
"loss": 0.5238,
|
1464 |
+
"step": 203
|
1465 |
+
},
|
1466 |
+
{
|
1467 |
+
"epoch": 1.6451612903225805,
|
1468 |
+
"grad_norm": 0.6284255385398865,
|
1469 |
+
"learning_rate": 8.777921982911996e-07,
|
1470 |
+
"loss": 0.5151,
|
1471 |
+
"step": 204
|
1472 |
+
},
|
1473 |
+
{
|
1474 |
+
"epoch": 1.653225806451613,
|
1475 |
+
"grad_norm": 0.7236056327819824,
|
1476 |
+
"learning_rate": 8.40332412025216e-07,
|
1477 |
+
"loss": 0.5038,
|
1478 |
+
"step": 205
|
1479 |
+
},
|
1480 |
+
{
|
1481 |
+
"epoch": 1.661290322580645,
|
1482 |
+
"grad_norm": 0.6204567551612854,
|
1483 |
+
"learning_rate": 8.036160148423449e-07,
|
1484 |
+
"loss": 0.5249,
|
1485 |
+
"step": 206
|
1486 |
+
},
|
1487 |
+
{
|
1488 |
+
"epoch": 1.6693548387096775,
|
1489 |
+
"grad_norm": 0.597579836845398,
|
1490 |
+
"learning_rate": 7.676495684613433e-07,
|
1491 |
+
"loss": 0.494,
|
1492 |
+
"step": 207
|
1493 |
+
},
|
1494 |
+
{
|
1495 |
+
"epoch": 1.6774193548387095,
|
1496 |
+
"grad_norm": 0.6009876132011414,
|
1497 |
+
"learning_rate": 7.324395005745772e-07,
|
1498 |
+
"loss": 0.5084,
|
1499 |
+
"step": 208
|
1500 |
+
},
|
1501 |
+
{
|
1502 |
+
"epoch": 1.685483870967742,
|
1503 |
+
"grad_norm": 0.5991401672363281,
|
1504 |
+
"learning_rate": 6.979921036993042e-07,
|
1505 |
+
"loss": 0.4954,
|
1506 |
+
"step": 209
|
1507 |
+
},
|
1508 |
+
{
|
1509 |
+
"epoch": 1.6935483870967742,
|
1510 |
+
"grad_norm": 0.6033263802528381,
|
1511 |
+
"learning_rate": 6.643135340531137e-07,
|
1512 |
+
"loss": 0.5162,
|
1513 |
+
"step": 210
|
1514 |
+
},
|
1515 |
+
{
|
1516 |
+
"epoch": 1.7016129032258065,
|
1517 |
+
"grad_norm": 0.6148812174797058,
|
1518 |
+
"learning_rate": 6.314098104537325e-07,
|
1519 |
+
"loss": 0.5156,
|
1520 |
+
"step": 211
|
1521 |
+
},
|
1522 |
+
{
|
1523 |
+
"epoch": 1.7096774193548387,
|
1524 |
+
"grad_norm": 0.6587268710136414,
|
1525 |
+
"learning_rate": 5.992868132433755e-07,
|
1526 |
+
"loss": 0.5075,
|
1527 |
+
"step": 212
|
1528 |
+
},
|
1529 |
+
{
|
1530 |
+
"epoch": 1.717741935483871,
|
1531 |
+
"grad_norm": 0.6037371754646301,
|
1532 |
+
"learning_rate": 5.679502832378497e-07,
|
1533 |
+
"loss": 0.5371,
|
1534 |
+
"step": 213
|
1535 |
+
},
|
1536 |
+
{
|
1537 |
+
"epoch": 1.7258064516129032,
|
1538 |
+
"grad_norm": 0.5974512100219727,
|
1539 |
+
"learning_rate": 5.374058207005945e-07,
|
1540 |
+
"loss": 0.5101,
|
1541 |
+
"step": 214
|
1542 |
+
},
|
1543 |
+
{
|
1544 |
+
"epoch": 1.7338709677419355,
|
1545 |
+
"grad_norm": 0.6330116391181946,
|
1546 |
+
"learning_rate": 5.076588843418345e-07,
|
1547 |
+
"loss": 0.5309,
|
1548 |
+
"step": 215
|
1549 |
+
},
|
1550 |
+
{
|
1551 |
+
"epoch": 1.7419354838709677,
|
1552 |
+
"grad_norm": 0.6081858277320862,
|
1553 |
+
"learning_rate": 4.787147903430383e-07,
|
1554 |
+
"loss": 0.4972,
|
1555 |
+
"step": 216
|
1556 |
+
},
|
1557 |
+
{
|
1558 |
+
"epoch": 1.75,
|
1559 |
+
"grad_norm": 0.6095616221427917,
|
1560 |
+
"learning_rate": 4.505787114068433e-07,
|
1561 |
+
"loss": 0.5308,
|
1562 |
+
"step": 217
|
1563 |
+
},
|
1564 |
+
{
|
1565 |
+
"epoch": 1.7580645161290323,
|
1566 |
+
"grad_norm": 0.6092073321342468,
|
1567 |
+
"learning_rate": 4.232556758326212e-07,
|
1568 |
+
"loss": 0.5083,
|
1569 |
+
"step": 218
|
1570 |
+
},
|
1571 |
+
{
|
1572 |
+
"epoch": 1.7661290322580645,
|
1573 |
+
"grad_norm": 0.6203122138977051,
|
1574 |
+
"learning_rate": 3.9675056661785563e-07,
|
1575 |
+
"loss": 0.4993,
|
1576 |
+
"step": 219
|
1577 |
+
},
|
1578 |
+
{
|
1579 |
+
"epoch": 1.7741935483870968,
|
1580 |
+
"grad_norm": 0.6208032965660095,
|
1581 |
+
"learning_rate": 3.710681205854838e-07,
|
1582 |
+
"loss": 0.527,
|
1583 |
+
"step": 220
|
1584 |
+
},
|
1585 |
+
{
|
1586 |
+
"epoch": 1.782258064516129,
|
1587 |
+
"grad_norm": 0.5900985598564148,
|
1588 |
+
"learning_rate": 3.462129275373577e-07,
|
1589 |
+
"loss": 0.5327,
|
1590 |
+
"step": 221
|
1591 |
+
},
|
1592 |
+
{
|
1593 |
+
"epoch": 1.7903225806451613,
|
1594 |
+
"grad_norm": 0.6186009049415588,
|
1595 |
+
"learning_rate": 3.2218942943399114e-07,
|
1596 |
+
"loss": 0.5428,
|
1597 |
+
"step": 222
|
1598 |
+
},
|
1599 |
+
{
|
1600 |
+
"epoch": 1.7983870967741935,
|
1601 |
+
"grad_norm": 0.6499991416931152,
|
1602 |
+
"learning_rate": 2.9900191960071544e-07,
|
1603 |
+
"loss": 0.5133,
|
1604 |
+
"step": 223
|
1605 |
+
},
|
1606 |
+
{
|
1607 |
+
"epoch": 1.8064516129032258,
|
1608 |
+
"grad_norm": 0.619238018989563,
|
1609 |
+
"learning_rate": 2.7665454196040665e-07,
|
1610 |
+
"loss": 0.5467,
|
1611 |
+
"step": 224
|
1612 |
+
},
|
1613 |
+
{
|
1614 |
+
"epoch": 1.814516129032258,
|
1615 |
+
"grad_norm": 0.5999795198440552,
|
1616 |
+
"learning_rate": 2.5515129029290984e-07,
|
1617 |
+
"loss": 0.5093,
|
1618 |
+
"step": 225
|
1619 |
+
},
|
1620 |
+
{
|
1621 |
+
"epoch": 1.8225806451612905,
|
1622 |
+
"grad_norm": 0.6380183696746826,
|
1623 |
+
"learning_rate": 2.3449600752129598e-07,
|
1624 |
+
"loss": 0.5387,
|
1625 |
+
"step": 226
|
1626 |
+
},
|
1627 |
+
{
|
1628 |
+
"epoch": 1.8306451612903225,
|
1629 |
+
"grad_norm": 0.5732983946800232,
|
1630 |
+
"learning_rate": 2.1469238502507926e-07,
|
1631 |
+
"loss": 0.5138,
|
1632 |
+
"step": 227
|
1633 |
+
},
|
1634 |
+
{
|
1635 |
+
"epoch": 1.838709677419355,
|
1636 |
+
"grad_norm": 0.622412919998169,
|
1637 |
+
"learning_rate": 1.957439619805196e-07,
|
1638 |
+
"loss": 0.5229,
|
1639 |
+
"step": 228
|
1640 |
+
},
|
1641 |
+
{
|
1642 |
+
"epoch": 1.846774193548387,
|
1643 |
+
"grad_norm": 0.6154828667640686,
|
1644 |
+
"learning_rate": 1.776541247281177e-07,
|
1645 |
+
"loss": 0.5372,
|
1646 |
+
"step": 229
|
1647 |
+
},
|
1648 |
+
{
|
1649 |
+
"epoch": 1.8548387096774195,
|
1650 |
+
"grad_norm": 0.7694344520568848,
|
1651 |
+
"learning_rate": 1.6042610616743782e-07,
|
1652 |
+
"loss": 0.5274,
|
1653 |
+
"step": 230
|
1654 |
+
},
|
1655 |
+
{
|
1656 |
+
"epoch": 1.8629032258064515,
|
1657 |
+
"grad_norm": 0.5814746022224426,
|
1658 |
+
"learning_rate": 1.440629851793407e-07,
|
1659 |
+
"loss": 0.5043,
|
1660 |
+
"step": 231
|
1661 |
+
},
|
1662 |
+
{
|
1663 |
+
"epoch": 1.870967741935484,
|
1664 |
+
"grad_norm": 0.6514173150062561,
|
1665 |
+
"learning_rate": 1.2856768607574565e-07,
|
1666 |
+
"loss": 0.5299,
|
1667 |
+
"step": 232
|
1668 |
+
},
|
1669 |
+
{
|
1670 |
+
"epoch": 1.879032258064516,
|
1671 |
+
"grad_norm": 0.606774628162384,
|
1672 |
+
"learning_rate": 1.1394297807701737e-07,
|
1673 |
+
"loss": 0.5359,
|
1674 |
+
"step": 233
|
1675 |
+
},
|
1676 |
+
{
|
1677 |
+
"epoch": 1.8870967741935485,
|
1678 |
+
"grad_norm": 0.6160103678703308,
|
1679 |
+
"learning_rate": 1.0019147481706626e-07,
|
1680 |
+
"loss": 0.5221,
|
1681 |
+
"step": 234
|
1682 |
+
},
|
1683 |
+
{
|
1684 |
+
"epoch": 1.8951612903225805,
|
1685 |
+
"grad_norm": 0.5801188945770264,
|
1686 |
+
"learning_rate": 8.731563387626096e-08,
|
1687 |
+
"loss": 0.5225,
|
1688 |
+
"step": 235
|
1689 |
+
},
|
1690 |
+
{
|
1691 |
+
"epoch": 1.903225806451613,
|
1692 |
+
"grad_norm": 0.6326424479484558,
|
1693 |
+
"learning_rate": 7.531775634222138e-08,
|
1694 |
+
"loss": 0.5184,
|
1695 |
+
"step": 236
|
1696 |
+
},
|
1697 |
+
{
|
1698 |
+
"epoch": 1.911290322580645,
|
1699 |
+
"grad_norm": 0.6097948551177979,
|
1700 |
+
"learning_rate": 6.419998639858538e-08,
|
1701 |
+
"loss": 0.5057,
|
1702 |
+
"step": 237
|
1703 |
+
},
|
1704 |
+
{
|
1705 |
+
"epoch": 1.9193548387096775,
|
1706 |
+
"grad_norm": 0.5916938185691833,
|
1707 |
+
"learning_rate": 5.396431094181198e-08,
|
1708 |
+
"loss": 0.5234,
|
1709 |
+
"step": 238
|
1710 |
+
},
|
1711 |
+
{
|
1712 |
+
"epoch": 1.9274193548387095,
|
1713 |
+
"grad_norm": 0.6183552145957947,
|
1714 |
+
"learning_rate": 4.461255922609986e-08,
|
1715 |
+
"loss": 0.5053,
|
1716 |
+
"step": 239
|
1717 |
+
},
|
1718 |
+
{
|
1719 |
+
"epoch": 1.935483870967742,
|
1720 |
+
"grad_norm": 0.5926957726478577,
|
1721 |
+
"learning_rate": 3.6146402536468285e-08,
|
1722 |
+
"loss": 0.5075,
|
1723 |
+
"step": 240
|
1724 |
+
},
|
1725 |
+
{
|
1726 |
+
"epoch": 1.9435483870967742,
|
1727 |
+
"grad_norm": 0.6980299949645996,
|
1728 |
+
"learning_rate": 2.8567353890082696e-08,
|
1729 |
+
"loss": 0.5185,
|
1730 |
+
"step": 241
|
1731 |
+
},
|
1732 |
+
{
|
1733 |
+
"epoch": 1.9516129032258065,
|
1734 |
+
"grad_norm": 1.8381667137145996,
|
1735 |
+
"learning_rate": 2.1876767765853237e-08,
|
1736 |
+
"loss": 0.5262,
|
1737 |
+
"step": 242
|
1738 |
+
},
|
1739 |
+
{
|
1740 |
+
"epoch": 1.9596774193548387,
|
1741 |
+
"grad_norm": 0.6078267097473145,
|
1742 |
+
"learning_rate": 1.6075839862374487e-08,
|
1743 |
+
"loss": 0.5576,
|
1744 |
+
"step": 243
|
1745 |
+
},
|
1746 |
+
{
|
1747 |
+
"epoch": 1.967741935483871,
|
1748 |
+
"grad_norm": 0.6254344582557678,
|
1749 |
+
"learning_rate": 1.1165606884234182e-08,
|
1750 |
+
"loss": 0.5408,
|
1751 |
+
"step": 244
|
1752 |
+
},
|
1753 |
+
{
|
1754 |
+
"epoch": 1.9758064516129032,
|
1755 |
+
"grad_norm": 0.6521915197372437,
|
1756 |
+
"learning_rate": 7.146946356743068e-09,
|
1757 |
+
"loss": 0.5135,
|
1758 |
+
"step": 245
|
1759 |
+
},
|
1760 |
+
{
|
1761 |
+
"epoch": 1.9838709677419355,
|
1762 |
+
"grad_norm": 0.6430618762969971,
|
1763 |
+
"learning_rate": 4.020576469108139e-09,
|
1764 |
+
"loss": 0.5046,
|
1765 |
+
"step": 246
|
1766 |
+
},
|
1767 |
+
{
|
1768 |
+
"epoch": 1.9919354838709677,
|
1769 |
+
"grad_norm": 0.6160573363304138,
|
1770 |
+
"learning_rate": 1.7870559460814173e-09,
|
1771 |
+
"loss": 0.5487,
|
1772 |
+
"step": 247
|
1773 |
+
},
|
1774 |
+
{
|
1775 |
+
"epoch": 2.0,
|
1776 |
+
"grad_norm": 0.8116743564605713,
|
1777 |
+
"learning_rate": 4.4678394810981904e-10,
|
1778 |
+
"loss": 0.4323,
|
1779 |
+
"step": 248
|
1780 |
+
},
|
1781 |
+
{
|
1782 |
+
"epoch": 2.0,
|
1783 |
+
"eval_loss": 0.7841667532920837,
|
1784 |
+
"eval_runtime": 9.3777,
|
1785 |
+
"eval_samples_per_second": 24.953,
|
1786 |
+
"eval_steps_per_second": 1.066,
|
1787 |
+
"step": 248
|
1788 |
+
}
|
1789 |
+
],
|
1790 |
+
"logging_steps": 1.0,
|
1791 |
+
"max_steps": 248,
|
1792 |
+
"num_input_tokens_seen": 0,
|
1793 |
+
"num_train_epochs": 2,
|
1794 |
+
"save_steps": 62,
|
1795 |
+
"stateful_callbacks": {
|
1796 |
+
"TrainerControl": {
|
1797 |
+
"args": {
|
1798 |
+
"should_epoch_stop": false,
|
1799 |
+
"should_evaluate": false,
|
1800 |
+
"should_log": false,
|
1801 |
+
"should_save": true,
|
1802 |
+
"should_training_stop": true
|
1803 |
+
},
|
1804 |
+
"attributes": {}
|
1805 |
+
}
|
1806 |
+
},
|
1807 |
+
"total_flos": 2.458133172542505e+17,
|
1808 |
+
"train_batch_size": 3,
|
1809 |
+
"trial_name": null,
|
1810 |
+
"trial_params": null
|
1811 |
+
}
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|