Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- config.json +32 -0
- generation_config.json +11 -0
- model-00001-of-00004.safetensors +3 -0
- model-00002-of-00004.safetensors +3 -0
- model-00003-of-00004.safetensors +3 -0
- model-00004-of-00004.safetensors +3 -0
- model.safetensors.index.json +346 -0
- rng_state.pth +3 -0
- scheduler.pt +3 -0
- special_tokens_map.json +23 -0
- tokenizer.json +3 -0
- tokenizer_config.json +196 -0
- trainer_state.json +2036 -0
- training_args.bin +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"Qwen2ForCausalLM"
|
4 |
+
],
|
5 |
+
"attention_dropout": 0.0,
|
6 |
+
"bos_token_id": 151646,
|
7 |
+
"eos_token_id": 151643,
|
8 |
+
"hidden_act": "silu",
|
9 |
+
"hidden_size": 3584,
|
10 |
+
"initializer_range": 0.02,
|
11 |
+
"intermediate_size": 18944,
|
12 |
+
"max_position_embeddings": 131072,
|
13 |
+
"max_window_layers": 28,
|
14 |
+
"model_type": "qwen2",
|
15 |
+
"num_attention_heads": 28,
|
16 |
+
"num_hidden_layers": 28,
|
17 |
+
"num_key_value_heads": 4,
|
18 |
+
"pad_token_id": 151654,
|
19 |
+
"rms_norm_eps": 1e-06,
|
20 |
+
"rope_scaling": null,
|
21 |
+
"rope_theta": 10000,
|
22 |
+
"sliding_window": null,
|
23 |
+
"tie_word_embeddings": false,
|
24 |
+
"torch_dtype": "bfloat16",
|
25 |
+
"transformers_version": "4.51.3",
|
26 |
+
"unsloth_fixed": true,
|
27 |
+
"unsloth_version": "2025.5.6",
|
28 |
+
"use_cache": true,
|
29 |
+
"use_mrope": false,
|
30 |
+
"use_sliding_window": false,
|
31 |
+
"vocab_size": 152064
|
32 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 151646,
|
4 |
+
"do_sample": true,
|
5 |
+
"eos_token_id": 151643,
|
6 |
+
"max_length": 131072,
|
7 |
+
"pad_token_id": 151654,
|
8 |
+
"temperature": 0.6,
|
9 |
+
"top_p": 0.95,
|
10 |
+
"transformers_version": "4.51.3"
|
11 |
+
}
|
model-00001-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a84ef017ac2d82fd651decdb8b7efddf22283316c63f660bfc9c255f486a17d9
|
3 |
+
size 4877660776
|
model-00002-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c365c0529a1bebc6465fa48dce83ea47114d01025a7f446226ab611afe3486ff
|
3 |
+
size 4932751008
|
model-00003-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a8d5db4361442bdad1c3b7022baec23094ef2f88684a44936eb0928eb024c93b
|
3 |
+
size 4330865200
|
model-00004-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e041c953254cc61917aa3fe03aefe185e86d191f6c51a6d8f6f4c56586e20e3
|
3 |
+
size 1089994880
|
model.safetensors.index.json
ADDED
@@ -0,0 +1,346 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 15231233024
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"lm_head.weight": "model-00004-of-00004.safetensors",
|
7 |
+
"model.embed_tokens.weight": "model-00001-of-00004.safetensors",
|
8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
13 |
+
"model.layers.0.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
14 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
15 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
16 |
+
"model.layers.0.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
17 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
18 |
+
"model.layers.0.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
19 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
20 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
21 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
22 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
23 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
24 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
25 |
+
"model.layers.1.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
26 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
27 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
28 |
+
"model.layers.1.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
29 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
30 |
+
"model.layers.1.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
31 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
32 |
+
"model.layers.10.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
33 |
+
"model.layers.10.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
34 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
35 |
+
"model.layers.10.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
36 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
37 |
+
"model.layers.10.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
38 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
39 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
40 |
+
"model.layers.10.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
41 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
42 |
+
"model.layers.10.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
43 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
44 |
+
"model.layers.11.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
45 |
+
"model.layers.11.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
46 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
47 |
+
"model.layers.11.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
48 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
49 |
+
"model.layers.11.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
50 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
51 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
52 |
+
"model.layers.11.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
53 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
54 |
+
"model.layers.11.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
55 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
56 |
+
"model.layers.12.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
57 |
+
"model.layers.12.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
58 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
59 |
+
"model.layers.12.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
60 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
61 |
+
"model.layers.12.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
62 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
63 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
64 |
+
"model.layers.12.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
65 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
66 |
+
"model.layers.12.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
67 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
68 |
+
"model.layers.13.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
69 |
+
"model.layers.13.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
70 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
71 |
+
"model.layers.13.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
72 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
73 |
+
"model.layers.13.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
74 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
75 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
76 |
+
"model.layers.13.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
77 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
78 |
+
"model.layers.13.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
79 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
80 |
+
"model.layers.14.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
81 |
+
"model.layers.14.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
82 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
83 |
+
"model.layers.14.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
84 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
85 |
+
"model.layers.14.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
86 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
87 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
88 |
+
"model.layers.14.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
89 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
90 |
+
"model.layers.14.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
91 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
92 |
+
"model.layers.15.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
93 |
+
"model.layers.15.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
94 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
95 |
+
"model.layers.15.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
96 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
97 |
+
"model.layers.15.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
98 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
99 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
100 |
+
"model.layers.15.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
101 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
102 |
+
"model.layers.15.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
103 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
104 |
+
"model.layers.16.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
105 |
+
"model.layers.16.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
106 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
107 |
+
"model.layers.16.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
108 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
109 |
+
"model.layers.16.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
110 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
111 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
112 |
+
"model.layers.16.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
113 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
114 |
+
"model.layers.16.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
115 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
116 |
+
"model.layers.17.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
117 |
+
"model.layers.17.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
118 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
119 |
+
"model.layers.17.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
120 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
121 |
+
"model.layers.17.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
122 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
123 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
124 |
+
"model.layers.17.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
125 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
126 |
+
"model.layers.17.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
127 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
128 |
+
"model.layers.18.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
129 |
+
"model.layers.18.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
130 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
131 |
+
"model.layers.18.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
132 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
133 |
+
"model.layers.18.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
134 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
135 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
136 |
+
"model.layers.18.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
137 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
138 |
+
"model.layers.18.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
139 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
140 |
+
"model.layers.19.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
141 |
+
"model.layers.19.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
142 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
143 |
+
"model.layers.19.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
144 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
145 |
+
"model.layers.19.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
146 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
147 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
148 |
+
"model.layers.19.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
149 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
150 |
+
"model.layers.19.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
151 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
152 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
153 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
154 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
155 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
156 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
157 |
+
"model.layers.2.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
158 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
159 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
160 |
+
"model.layers.2.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
161 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
162 |
+
"model.layers.2.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
163 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
164 |
+
"model.layers.20.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
165 |
+
"model.layers.20.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
166 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
167 |
+
"model.layers.20.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
168 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
169 |
+
"model.layers.20.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
170 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
171 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
172 |
+
"model.layers.20.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
173 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
174 |
+
"model.layers.20.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
175 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
176 |
+
"model.layers.21.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
177 |
+
"model.layers.21.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
178 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
179 |
+
"model.layers.21.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
180 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
181 |
+
"model.layers.21.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
182 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
183 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
184 |
+
"model.layers.21.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
185 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
186 |
+
"model.layers.21.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
187 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
188 |
+
"model.layers.22.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
189 |
+
"model.layers.22.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
190 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
191 |
+
"model.layers.22.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
192 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
193 |
+
"model.layers.22.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
194 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
195 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
196 |
+
"model.layers.22.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
197 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
198 |
+
"model.layers.22.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
199 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
200 |
+
"model.layers.23.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
201 |
+
"model.layers.23.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
202 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
203 |
+
"model.layers.23.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
204 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
205 |
+
"model.layers.23.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
206 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
207 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
208 |
+
"model.layers.23.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
209 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
210 |
+
"model.layers.23.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
211 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
212 |
+
"model.layers.24.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
213 |
+
"model.layers.24.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
214 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
215 |
+
"model.layers.24.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
216 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
217 |
+
"model.layers.24.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
218 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
219 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
220 |
+
"model.layers.24.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
221 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
222 |
+
"model.layers.24.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
223 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
224 |
+
"model.layers.25.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
225 |
+
"model.layers.25.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
226 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
227 |
+
"model.layers.25.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
228 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
229 |
+
"model.layers.25.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
230 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
231 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
232 |
+
"model.layers.25.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
233 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
234 |
+
"model.layers.25.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
235 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
236 |
+
"model.layers.26.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
237 |
+
"model.layers.26.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
238 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
239 |
+
"model.layers.26.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
240 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
241 |
+
"model.layers.26.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
242 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
243 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
244 |
+
"model.layers.26.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
245 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
246 |
+
"model.layers.26.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
247 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
248 |
+
"model.layers.27.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
249 |
+
"model.layers.27.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
250 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
251 |
+
"model.layers.27.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
252 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
253 |
+
"model.layers.27.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
254 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
255 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
256 |
+
"model.layers.27.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
257 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
258 |
+
"model.layers.27.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
259 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
260 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
261 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
262 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
263 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
264 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
265 |
+
"model.layers.3.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
266 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
267 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
268 |
+
"model.layers.3.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
269 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
270 |
+
"model.layers.3.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
271 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
272 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
273 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
274 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
275 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
276 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
277 |
+
"model.layers.4.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
278 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
279 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
280 |
+
"model.layers.4.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
281 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
282 |
+
"model.layers.4.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
283 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
284 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
285 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
286 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
287 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
288 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
289 |
+
"model.layers.5.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
290 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
291 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
292 |
+
"model.layers.5.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
293 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
294 |
+
"model.layers.5.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
295 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
296 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
297 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
298 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
299 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
300 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
301 |
+
"model.layers.6.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
302 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
303 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
304 |
+
"model.layers.6.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
305 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
306 |
+
"model.layers.6.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
307 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
308 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
309 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
310 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
311 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
312 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
313 |
+
"model.layers.7.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
314 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
315 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
316 |
+
"model.layers.7.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
317 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
318 |
+
"model.layers.7.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
319 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
320 |
+
"model.layers.8.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
321 |
+
"model.layers.8.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
322 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
323 |
+
"model.layers.8.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
324 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
325 |
+
"model.layers.8.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
326 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
327 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
328 |
+
"model.layers.8.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
329 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
330 |
+
"model.layers.8.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
331 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
332 |
+
"model.layers.9.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
333 |
+
"model.layers.9.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
334 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
335 |
+
"model.layers.9.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
336 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
337 |
+
"model.layers.9.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
338 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
339 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
340 |
+
"model.layers.9.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
341 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
342 |
+
"model.layers.9.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
343 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
344 |
+
"model.norm.weight": "model-00003-of-00004.safetensors"
|
345 |
+
}
|
346 |
+
}
|
rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ecefbb3f17bb76b6655eb0157c98b5287c17fa4b4c72a6b9068b0823ce9fd18d
|
3 |
+
size 14244
|
scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:240d692f2e08509e1c7611e2fe82f12b4e9e0eb675aecec368740f9c35395afb
|
3 |
+
size 1064
|
special_tokens_map.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<|begin▁of▁sentence|>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "<|end▁of▁sentence|>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "<|vision_pad|>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
}
|
23 |
+
}
|
tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e20ddafc659ba90242154b55275402edeca0715e5dbb30f56815a4ce081f4893
|
3 |
+
size 11422778
|
tokenizer_config.json
ADDED
@@ -0,0 +1,196 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"add_prefix_space": null,
|
5 |
+
"added_tokens_decoder": {
|
6 |
+
"151643": {
|
7 |
+
"content": "<|end▁of▁sentence|>",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": false,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false,
|
12 |
+
"special": true
|
13 |
+
},
|
14 |
+
"151644": {
|
15 |
+
"content": "<|User|>",
|
16 |
+
"lstrip": false,
|
17 |
+
"normalized": false,
|
18 |
+
"rstrip": false,
|
19 |
+
"single_word": false,
|
20 |
+
"special": false
|
21 |
+
},
|
22 |
+
"151645": {
|
23 |
+
"content": "<|Assistant|>",
|
24 |
+
"lstrip": false,
|
25 |
+
"normalized": false,
|
26 |
+
"rstrip": false,
|
27 |
+
"single_word": false,
|
28 |
+
"special": false
|
29 |
+
},
|
30 |
+
"151646": {
|
31 |
+
"content": "<|begin▁of▁sentence|>",
|
32 |
+
"lstrip": false,
|
33 |
+
"normalized": false,
|
34 |
+
"rstrip": false,
|
35 |
+
"single_word": false,
|
36 |
+
"special": true
|
37 |
+
},
|
38 |
+
"151647": {
|
39 |
+
"content": "<|EOT|>",
|
40 |
+
"lstrip": false,
|
41 |
+
"normalized": false,
|
42 |
+
"rstrip": false,
|
43 |
+
"single_word": false,
|
44 |
+
"special": false
|
45 |
+
},
|
46 |
+
"151648": {
|
47 |
+
"content": "<think>",
|
48 |
+
"lstrip": false,
|
49 |
+
"normalized": false,
|
50 |
+
"rstrip": false,
|
51 |
+
"single_word": false,
|
52 |
+
"special": false
|
53 |
+
},
|
54 |
+
"151649": {
|
55 |
+
"content": "</think>",
|
56 |
+
"lstrip": false,
|
57 |
+
"normalized": false,
|
58 |
+
"rstrip": false,
|
59 |
+
"single_word": false,
|
60 |
+
"special": false
|
61 |
+
},
|
62 |
+
"151650": {
|
63 |
+
"content": "<|quad_start|>",
|
64 |
+
"lstrip": false,
|
65 |
+
"normalized": false,
|
66 |
+
"rstrip": false,
|
67 |
+
"single_word": false,
|
68 |
+
"special": true
|
69 |
+
},
|
70 |
+
"151651": {
|
71 |
+
"content": "<|quad_end|>",
|
72 |
+
"lstrip": false,
|
73 |
+
"normalized": false,
|
74 |
+
"rstrip": false,
|
75 |
+
"single_word": false,
|
76 |
+
"special": true
|
77 |
+
},
|
78 |
+
"151652": {
|
79 |
+
"content": "<|vision_start|>",
|
80 |
+
"lstrip": false,
|
81 |
+
"normalized": false,
|
82 |
+
"rstrip": false,
|
83 |
+
"single_word": false,
|
84 |
+
"special": true
|
85 |
+
},
|
86 |
+
"151653": {
|
87 |
+
"content": "<|vision_end|>",
|
88 |
+
"lstrip": false,
|
89 |
+
"normalized": false,
|
90 |
+
"rstrip": false,
|
91 |
+
"single_word": false,
|
92 |
+
"special": true
|
93 |
+
},
|
94 |
+
"151654": {
|
95 |
+
"content": "<|vision_pad|>",
|
96 |
+
"lstrip": false,
|
97 |
+
"normalized": false,
|
98 |
+
"rstrip": false,
|
99 |
+
"single_word": false,
|
100 |
+
"special": true
|
101 |
+
},
|
102 |
+
"151655": {
|
103 |
+
"content": "<|image_pad|>",
|
104 |
+
"lstrip": false,
|
105 |
+
"normalized": false,
|
106 |
+
"rstrip": false,
|
107 |
+
"single_word": false,
|
108 |
+
"special": true
|
109 |
+
},
|
110 |
+
"151656": {
|
111 |
+
"content": "<|video_pad|>",
|
112 |
+
"lstrip": false,
|
113 |
+
"normalized": false,
|
114 |
+
"rstrip": false,
|
115 |
+
"single_word": false,
|
116 |
+
"special": true
|
117 |
+
},
|
118 |
+
"151657": {
|
119 |
+
"content": "<tool_call>",
|
120 |
+
"lstrip": false,
|
121 |
+
"normalized": false,
|
122 |
+
"rstrip": false,
|
123 |
+
"single_word": false,
|
124 |
+
"special": false
|
125 |
+
},
|
126 |
+
"151658": {
|
127 |
+
"content": "</tool_call>",
|
128 |
+
"lstrip": false,
|
129 |
+
"normalized": false,
|
130 |
+
"rstrip": false,
|
131 |
+
"single_word": false,
|
132 |
+
"special": false
|
133 |
+
},
|
134 |
+
"151659": {
|
135 |
+
"content": "<|fim_prefix|>",
|
136 |
+
"lstrip": false,
|
137 |
+
"normalized": false,
|
138 |
+
"rstrip": false,
|
139 |
+
"single_word": false,
|
140 |
+
"special": false
|
141 |
+
},
|
142 |
+
"151660": {
|
143 |
+
"content": "<|fim_middle|>",
|
144 |
+
"lstrip": false,
|
145 |
+
"normalized": false,
|
146 |
+
"rstrip": false,
|
147 |
+
"single_word": false,
|
148 |
+
"special": false
|
149 |
+
},
|
150 |
+
"151661": {
|
151 |
+
"content": "<|fim_suffix|>",
|
152 |
+
"lstrip": false,
|
153 |
+
"normalized": false,
|
154 |
+
"rstrip": false,
|
155 |
+
"single_word": false,
|
156 |
+
"special": false
|
157 |
+
},
|
158 |
+
"151662": {
|
159 |
+
"content": "<|fim_pad|>",
|
160 |
+
"lstrip": false,
|
161 |
+
"normalized": false,
|
162 |
+
"rstrip": false,
|
163 |
+
"single_word": false,
|
164 |
+
"special": false
|
165 |
+
},
|
166 |
+
"151663": {
|
167 |
+
"content": "<|repo_name|>",
|
168 |
+
"lstrip": false,
|
169 |
+
"normalized": false,
|
170 |
+
"rstrip": false,
|
171 |
+
"single_word": false,
|
172 |
+
"special": false
|
173 |
+
},
|
174 |
+
"151664": {
|
175 |
+
"content": "<|file_sep|>",
|
176 |
+
"lstrip": false,
|
177 |
+
"normalized": false,
|
178 |
+
"rstrip": false,
|
179 |
+
"single_word": false,
|
180 |
+
"special": false
|
181 |
+
}
|
182 |
+
},
|
183 |
+
"bos_token": "<|begin▁of▁sentence|>",
|
184 |
+
"chat_template": "{{bos_token}}{% for message in messages %}{% if message['role'] == 'user' %}{{ '<|User|>' + message['content'] }}{% elif message['role'] == 'assistant' and message['content'] is not none %}{{ '<|Assistant|>' + message['content'] + '<|end▁of▁sentence|>' }}{% endif %}{% endfor %}",
|
185 |
+
"clean_up_tokenization_spaces": false,
|
186 |
+
"eos_token": "<|end▁of▁sentence|>",
|
187 |
+
"extra_special_tokens": {},
|
188 |
+
"legacy": true,
|
189 |
+
"model_max_length": 131072,
|
190 |
+
"pad_token": "<|vision_pad|>",
|
191 |
+
"padding_side": "right",
|
192 |
+
"sp_model_kwargs": {},
|
193 |
+
"tokenizer_class": "LlamaTokenizerFast",
|
194 |
+
"unk_token": null,
|
195 |
+
"use_default_system_prompt": false
|
196 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,2036 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": null,
|
3 |
+
"best_metric": null,
|
4 |
+
"best_model_checkpoint": null,
|
5 |
+
"epoch": 5.0,
|
6 |
+
"eval_steps": 500,
|
7 |
+
"global_step": 2860,
|
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.017497812773403325,
|
14 |
+
"grad_norm": 4.1875,
|
15 |
+
"learning_rate": 2.0930232558139536e-06,
|
16 |
+
"loss": 1.0581,
|
17 |
+
"step": 10
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.03499562554680665,
|
21 |
+
"grad_norm": 3.328125,
|
22 |
+
"learning_rate": 4.418604651162791e-06,
|
23 |
+
"loss": 1.0503,
|
24 |
+
"step": 20
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.05249343832020997,
|
28 |
+
"grad_norm": 2.71875,
|
29 |
+
"learning_rate": 6.744186046511628e-06,
|
30 |
+
"loss": 0.9804,
|
31 |
+
"step": 30
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.0699912510936133,
|
35 |
+
"grad_norm": 1.4296875,
|
36 |
+
"learning_rate": 9.069767441860465e-06,
|
37 |
+
"loss": 0.8786,
|
38 |
+
"step": 40
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.08748906386701662,
|
42 |
+
"grad_norm": 1.0,
|
43 |
+
"learning_rate": 1.1395348837209304e-05,
|
44 |
+
"loss": 0.8081,
|
45 |
+
"step": 50
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.10498687664041995,
|
49 |
+
"grad_norm": 0.8203125,
|
50 |
+
"learning_rate": 1.372093023255814e-05,
|
51 |
+
"loss": 0.8047,
|
52 |
+
"step": 60
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.12248468941382328,
|
56 |
+
"grad_norm": 0.765625,
|
57 |
+
"learning_rate": 1.6046511627906977e-05,
|
58 |
+
"loss": 0.7453,
|
59 |
+
"step": 70
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.1399825021872266,
|
63 |
+
"grad_norm": 0.8125,
|
64 |
+
"learning_rate": 1.8372093023255815e-05,
|
65 |
+
"loss": 0.7581,
|
66 |
+
"step": 80
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.15748031496062992,
|
70 |
+
"grad_norm": 0.734375,
|
71 |
+
"learning_rate": 2.0697674418604654e-05,
|
72 |
+
"loss": 0.7399,
|
73 |
+
"step": 90
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.17497812773403323,
|
77 |
+
"grad_norm": 0.71875,
|
78 |
+
"learning_rate": 2.3023255813953492e-05,
|
79 |
+
"loss": 0.7476,
|
80 |
+
"step": 100
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.19247594050743658,
|
84 |
+
"grad_norm": 0.7109375,
|
85 |
+
"learning_rate": 2.5348837209302327e-05,
|
86 |
+
"loss": 0.7247,
|
87 |
+
"step": 110
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.2099737532808399,
|
91 |
+
"grad_norm": 0.81640625,
|
92 |
+
"learning_rate": 2.7674418604651166e-05,
|
93 |
+
"loss": 0.7179,
|
94 |
+
"step": 120
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.2274715660542432,
|
98 |
+
"grad_norm": 0.77734375,
|
99 |
+
"learning_rate": 3.0000000000000004e-05,
|
100 |
+
"loss": 0.6949,
|
101 |
+
"step": 130
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.24496937882764655,
|
105 |
+
"grad_norm": 0.82421875,
|
106 |
+
"learning_rate": 3.232558139534884e-05,
|
107 |
+
"loss": 0.7043,
|
108 |
+
"step": 140
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.26246719160104987,
|
112 |
+
"grad_norm": 0.69921875,
|
113 |
+
"learning_rate": 3.4651162790697674e-05,
|
114 |
+
"loss": 0.6934,
|
115 |
+
"step": 150
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.2799650043744532,
|
119 |
+
"grad_norm": 0.6796875,
|
120 |
+
"learning_rate": 3.697674418604651e-05,
|
121 |
+
"loss": 0.6993,
|
122 |
+
"step": 160
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.2974628171478565,
|
126 |
+
"grad_norm": 0.66015625,
|
127 |
+
"learning_rate": 3.930232558139535e-05,
|
128 |
+
"loss": 0.7027,
|
129 |
+
"step": 170
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.31496062992125984,
|
133 |
+
"grad_norm": 0.66015625,
|
134 |
+
"learning_rate": 3.9999858083836754e-05,
|
135 |
+
"loss": 0.6935,
|
136 |
+
"step": 180
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.3324584426946632,
|
140 |
+
"grad_norm": 0.6875,
|
141 |
+
"learning_rate": 3.999916298964876e-05,
|
142 |
+
"loss": 0.7137,
|
143 |
+
"step": 190
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.34995625546806647,
|
147 |
+
"grad_norm": 0.7578125,
|
148 |
+
"learning_rate": 3.999788867354247e-05,
|
149 |
+
"loss": 0.6916,
|
150 |
+
"step": 200
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.3674540682414698,
|
154 |
+
"grad_norm": 0.69921875,
|
155 |
+
"learning_rate": 3.9996035176526014e-05,
|
156 |
+
"loss": 0.6947,
|
157 |
+
"step": 210
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.38495188101487315,
|
161 |
+
"grad_norm": 0.77734375,
|
162 |
+
"learning_rate": 3.9993602558245834e-05,
|
163 |
+
"loss": 0.7045,
|
164 |
+
"step": 220
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 0.40244969378827644,
|
168 |
+
"grad_norm": 0.6484375,
|
169 |
+
"learning_rate": 3.9990590896984766e-05,
|
170 |
+
"loss": 0.7016,
|
171 |
+
"step": 230
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.4199475065616798,
|
175 |
+
"grad_norm": 0.6328125,
|
176 |
+
"learning_rate": 3.998700028965957e-05,
|
177 |
+
"loss": 0.7072,
|
178 |
+
"step": 240
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 0.4374453193350831,
|
182 |
+
"grad_norm": 0.65234375,
|
183 |
+
"learning_rate": 3.9982830851817736e-05,
|
184 |
+
"loss": 0.6986,
|
185 |
+
"step": 250
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.4549431321084864,
|
189 |
+
"grad_norm": 0.66015625,
|
190 |
+
"learning_rate": 3.997808271763385e-05,
|
191 |
+
"loss": 0.6804,
|
192 |
+
"step": 260
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 0.47244094488188976,
|
196 |
+
"grad_norm": 0.6640625,
|
197 |
+
"learning_rate": 3.997275603990519e-05,
|
198 |
+
"loss": 0.7016,
|
199 |
+
"step": 270
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"epoch": 0.4899387576552931,
|
203 |
+
"grad_norm": 0.703125,
|
204 |
+
"learning_rate": 3.996685099004686e-05,
|
205 |
+
"loss": 0.6921,
|
206 |
+
"step": 280
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 0.5074365704286964,
|
210 |
+
"grad_norm": 0.6875,
|
211 |
+
"learning_rate": 3.996036775808628e-05,
|
212 |
+
"loss": 0.6857,
|
213 |
+
"step": 290
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.5249343832020997,
|
217 |
+
"grad_norm": 0.6875,
|
218 |
+
"learning_rate": 3.995330655265704e-05,
|
219 |
+
"loss": 0.6967,
|
220 |
+
"step": 300
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 0.5424321959755031,
|
224 |
+
"grad_norm": 0.72265625,
|
225 |
+
"learning_rate": 3.994566760099221e-05,
|
226 |
+
"loss": 0.6969,
|
227 |
+
"step": 310
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 0.5599300087489064,
|
231 |
+
"grad_norm": 0.59765625,
|
232 |
+
"learning_rate": 3.9937451148917e-05,
|
233 |
+
"loss": 0.6862,
|
234 |
+
"step": 320
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.5774278215223098,
|
238 |
+
"grad_norm": 0.625,
|
239 |
+
"learning_rate": 3.992865746084089e-05,
|
240 |
+
"loss": 0.695,
|
241 |
+
"step": 330
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.594925634295713,
|
245 |
+
"grad_norm": 0.62109375,
|
246 |
+
"learning_rate": 3.991928681974908e-05,
|
247 |
+
"loss": 0.7036,
|
248 |
+
"step": 340
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 0.6124234470691163,
|
252 |
+
"grad_norm": 0.734375,
|
253 |
+
"learning_rate": 3.9909339527193416e-05,
|
254 |
+
"loss": 0.7064,
|
255 |
+
"step": 350
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 0.6299212598425197,
|
259 |
+
"grad_norm": 0.6171875,
|
260 |
+
"learning_rate": 3.989881590328265e-05,
|
261 |
+
"loss": 0.6768,
|
262 |
+
"step": 360
|
263 |
+
},
|
264 |
+
{
|
265 |
+
"epoch": 0.647419072615923,
|
266 |
+
"grad_norm": 0.6640625,
|
267 |
+
"learning_rate": 3.98877162866722e-05,
|
268 |
+
"loss": 0.7161,
|
269 |
+
"step": 370
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"epoch": 0.6649168853893264,
|
273 |
+
"grad_norm": 0.625,
|
274 |
+
"learning_rate": 3.9876041034553165e-05,
|
275 |
+
"loss": 0.6731,
|
276 |
+
"step": 380
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 0.6824146981627297,
|
280 |
+
"grad_norm": 0.65625,
|
281 |
+
"learning_rate": 3.9863790522640926e-05,
|
282 |
+
"loss": 0.6905,
|
283 |
+
"step": 390
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"epoch": 0.6999125109361329,
|
287 |
+
"grad_norm": 0.66796875,
|
288 |
+
"learning_rate": 3.9850965145162954e-05,
|
289 |
+
"loss": 0.7067,
|
290 |
+
"step": 400
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 0.7174103237095363,
|
294 |
+
"grad_norm": 0.6015625,
|
295 |
+
"learning_rate": 3.983756531484622e-05,
|
296 |
+
"loss": 0.6982,
|
297 |
+
"step": 410
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.7349081364829396,
|
301 |
+
"grad_norm": 0.59375,
|
302 |
+
"learning_rate": 3.9823591462903856e-05,
|
303 |
+
"loss": 0.6932,
|
304 |
+
"step": 420
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 0.752405949256343,
|
308 |
+
"grad_norm": 0.6953125,
|
309 |
+
"learning_rate": 3.9809044039021295e-05,
|
310 |
+
"loss": 0.7004,
|
311 |
+
"step": 430
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"epoch": 0.7699037620297463,
|
315 |
+
"grad_norm": 0.63671875,
|
316 |
+
"learning_rate": 3.979392351134178e-05,
|
317 |
+
"loss": 0.7002,
|
318 |
+
"step": 440
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"epoch": 0.7874015748031497,
|
322 |
+
"grad_norm": 0.63671875,
|
323 |
+
"learning_rate": 3.977823036645132e-05,
|
324 |
+
"loss": 0.7065,
|
325 |
+
"step": 450
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"epoch": 0.8048993875765529,
|
329 |
+
"grad_norm": 0.62109375,
|
330 |
+
"learning_rate": 3.976196510936307e-05,
|
331 |
+
"loss": 0.692,
|
332 |
+
"step": 460
|
333 |
+
},
|
334 |
+
{
|
335 |
+
"epoch": 0.8223972003499562,
|
336 |
+
"grad_norm": 0.58984375,
|
337 |
+
"learning_rate": 3.9745128263500976e-05,
|
338 |
+
"loss": 0.6847,
|
339 |
+
"step": 470
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.8398950131233596,
|
343 |
+
"grad_norm": 0.75,
|
344 |
+
"learning_rate": 3.972772037068303e-05,
|
345 |
+
"loss": 0.6868,
|
346 |
+
"step": 480
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 0.8573928258967629,
|
350 |
+
"grad_norm": 0.69140625,
|
351 |
+
"learning_rate": 3.970974199110378e-05,
|
352 |
+
"loss": 0.6727,
|
353 |
+
"step": 490
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 0.8748906386701663,
|
357 |
+
"grad_norm": 0.54296875,
|
358 |
+
"learning_rate": 3.9691193703316336e-05,
|
359 |
+
"loss": 0.69,
|
360 |
+
"step": 500
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"epoch": 0.8923884514435696,
|
364 |
+
"grad_norm": 0.578125,
|
365 |
+
"learning_rate": 3.9672076104213706e-05,
|
366 |
+
"loss": 0.6696,
|
367 |
+
"step": 510
|
368 |
+
},
|
369 |
+
{
|
370 |
+
"epoch": 0.9098862642169728,
|
371 |
+
"grad_norm": 0.61328125,
|
372 |
+
"learning_rate": 3.965238980900965e-05,
|
373 |
+
"loss": 0.6852,
|
374 |
+
"step": 520
|
375 |
+
},
|
376 |
+
{
|
377 |
+
"epoch": 0.9273840769903762,
|
378 |
+
"grad_norm": 0.6328125,
|
379 |
+
"learning_rate": 3.963213545121881e-05,
|
380 |
+
"loss": 0.6852,
|
381 |
+
"step": 530
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 0.9448818897637795,
|
385 |
+
"grad_norm": 0.63671875,
|
386 |
+
"learning_rate": 3.9611313682636395e-05,
|
387 |
+
"loss": 0.6907,
|
388 |
+
"step": 540
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"epoch": 0.9623797025371829,
|
392 |
+
"grad_norm": 0.59375,
|
393 |
+
"learning_rate": 3.9589925173317165e-05,
|
394 |
+
"loss": 0.6753,
|
395 |
+
"step": 550
|
396 |
+
},
|
397 |
+
{
|
398 |
+
"epoch": 0.9798775153105862,
|
399 |
+
"grad_norm": 0.63671875,
|
400 |
+
"learning_rate": 3.956797061155386e-05,
|
401 |
+
"loss": 0.6796,
|
402 |
+
"step": 560
|
403 |
+
},
|
404 |
+
{
|
405 |
+
"epoch": 0.9973753280839895,
|
406 |
+
"grad_norm": 0.640625,
|
407 |
+
"learning_rate": 3.954545070385508e-05,
|
408 |
+
"loss": 0.6875,
|
409 |
+
"step": 570
|
410 |
+
},
|
411 |
+
{
|
412 |
+
"epoch": 1.0139982502187226,
|
413 |
+
"grad_norm": 0.59765625,
|
414 |
+
"learning_rate": 3.952236617492253e-05,
|
415 |
+
"loss": 0.6204,
|
416 |
+
"step": 580
|
417 |
+
},
|
418 |
+
{
|
419 |
+
"epoch": 1.031496062992126,
|
420 |
+
"grad_norm": 0.59765625,
|
421 |
+
"learning_rate": 3.94987177676277e-05,
|
422 |
+
"loss": 0.5968,
|
423 |
+
"step": 590
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"epoch": 1.0489938757655293,
|
427 |
+
"grad_norm": 0.671875,
|
428 |
+
"learning_rate": 3.947450624298799e-05,
|
429 |
+
"loss": 0.6147,
|
430 |
+
"step": 600
|
431 |
+
},
|
432 |
+
{
|
433 |
+
"epoch": 1.0664916885389326,
|
434 |
+
"grad_norm": 0.65234375,
|
435 |
+
"learning_rate": 3.944973238014215e-05,
|
436 |
+
"loss": 0.6052,
|
437 |
+
"step": 610
|
438 |
+
},
|
439 |
+
{
|
440 |
+
"epoch": 1.083989501312336,
|
441 |
+
"grad_norm": 0.6640625,
|
442 |
+
"learning_rate": 3.942439697632528e-05,
|
443 |
+
"loss": 0.6152,
|
444 |
+
"step": 620
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"epoch": 1.1014873140857393,
|
448 |
+
"grad_norm": 0.62109375,
|
449 |
+
"learning_rate": 3.9398500846843136e-05,
|
450 |
+
"loss": 0.622,
|
451 |
+
"step": 630
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"epoch": 1.1189851268591426,
|
455 |
+
"grad_norm": 0.578125,
|
456 |
+
"learning_rate": 3.9372044825045905e-05,
|
457 |
+
"loss": 0.6361,
|
458 |
+
"step": 640
|
459 |
+
},
|
460 |
+
{
|
461 |
+
"epoch": 1.136482939632546,
|
462 |
+
"grad_norm": 0.5703125,
|
463 |
+
"learning_rate": 3.934502976230138e-05,
|
464 |
+
"loss": 0.6015,
|
465 |
+
"step": 650
|
466 |
+
},
|
467 |
+
{
|
468 |
+
"epoch": 1.1539807524059493,
|
469 |
+
"grad_norm": 0.6171875,
|
470 |
+
"learning_rate": 3.9317456527967566e-05,
|
471 |
+
"loss": 0.6231,
|
472 |
+
"step": 660
|
473 |
+
},
|
474 |
+
{
|
475 |
+
"epoch": 1.1714785651793527,
|
476 |
+
"grad_norm": 0.640625,
|
477 |
+
"learning_rate": 3.92893260093647e-05,
|
478 |
+
"loss": 0.6325,
|
479 |
+
"step": 670
|
480 |
+
},
|
481 |
+
{
|
482 |
+
"epoch": 1.188976377952756,
|
483 |
+
"grad_norm": 0.58203125,
|
484 |
+
"learning_rate": 3.926063911174673e-05,
|
485 |
+
"loss": 0.6,
|
486 |
+
"step": 680
|
487 |
+
},
|
488 |
+
{
|
489 |
+
"epoch": 1.2064741907261591,
|
490 |
+
"grad_norm": 0.58984375,
|
491 |
+
"learning_rate": 3.92313967582721e-05,
|
492 |
+
"loss": 0.6158,
|
493 |
+
"step": 690
|
494 |
+
},
|
495 |
+
{
|
496 |
+
"epoch": 1.2239720034995625,
|
497 |
+
"grad_norm": 0.62109375,
|
498 |
+
"learning_rate": 3.9201599889974155e-05,
|
499 |
+
"loss": 0.6184,
|
500 |
+
"step": 700
|
501 |
+
},
|
502 |
+
{
|
503 |
+
"epoch": 1.2414698162729658,
|
504 |
+
"grad_norm": 0.6015625,
|
505 |
+
"learning_rate": 3.917124946573076e-05,
|
506 |
+
"loss": 0.6159,
|
507 |
+
"step": 710
|
508 |
+
},
|
509 |
+
{
|
510 |
+
"epoch": 1.2589676290463692,
|
511 |
+
"grad_norm": 0.57421875,
|
512 |
+
"learning_rate": 3.91403464622335e-05,
|
513 |
+
"loss": 0.6221,
|
514 |
+
"step": 720
|
515 |
+
},
|
516 |
+
{
|
517 |
+
"epoch": 1.2764654418197725,
|
518 |
+
"grad_norm": 0.640625,
|
519 |
+
"learning_rate": 3.910889187395622e-05,
|
520 |
+
"loss": 0.6393,
|
521 |
+
"step": 730
|
522 |
+
},
|
523 |
+
{
|
524 |
+
"epoch": 1.2939632545931758,
|
525 |
+
"grad_norm": 0.6484375,
|
526 |
+
"learning_rate": 3.9076886713123056e-05,
|
527 |
+
"loss": 0.6168,
|
528 |
+
"step": 740
|
529 |
+
},
|
530 |
+
{
|
531 |
+
"epoch": 1.3114610673665792,
|
532 |
+
"grad_norm": 0.578125,
|
533 |
+
"learning_rate": 3.9044332009675816e-05,
|
534 |
+
"loss": 0.611,
|
535 |
+
"step": 750
|
536 |
+
},
|
537 |
+
{
|
538 |
+
"epoch": 1.3289588801399825,
|
539 |
+
"grad_norm": 0.66796875,
|
540 |
+
"learning_rate": 3.901122881124087e-05,
|
541 |
+
"loss": 0.625,
|
542 |
+
"step": 760
|
543 |
+
},
|
544 |
+
{
|
545 |
+
"epoch": 1.3464566929133859,
|
546 |
+
"grad_norm": 0.6640625,
|
547 |
+
"learning_rate": 3.897757818309543e-05,
|
548 |
+
"loss": 0.6196,
|
549 |
+
"step": 770
|
550 |
+
},
|
551 |
+
{
|
552 |
+
"epoch": 1.3639545056867892,
|
553 |
+
"grad_norm": 0.62109375,
|
554 |
+
"learning_rate": 3.8943381208133266e-05,
|
555 |
+
"loss": 0.6451,
|
556 |
+
"step": 780
|
557 |
+
},
|
558 |
+
{
|
559 |
+
"epoch": 1.3814523184601923,
|
560 |
+
"grad_norm": 0.62109375,
|
561 |
+
"learning_rate": 3.890863898682984e-05,
|
562 |
+
"loss": 0.6255,
|
563 |
+
"step": 790
|
564 |
+
},
|
565 |
+
{
|
566 |
+
"epoch": 1.3989501312335957,
|
567 |
+
"grad_norm": 0.6171875,
|
568 |
+
"learning_rate": 3.887335263720693e-05,
|
569 |
+
"loss": 0.6182,
|
570 |
+
"step": 800
|
571 |
+
},
|
572 |
+
{
|
573 |
+
"epoch": 1.416447944006999,
|
574 |
+
"grad_norm": 0.57421875,
|
575 |
+
"learning_rate": 3.883752329479662e-05,
|
576 |
+
"loss": 0.6206,
|
577 |
+
"step": 810
|
578 |
+
},
|
579 |
+
{
|
580 |
+
"epoch": 1.4339457567804024,
|
581 |
+
"grad_norm": 0.65625,
|
582 |
+
"learning_rate": 3.880115211260478e-05,
|
583 |
+
"loss": 0.6068,
|
584 |
+
"step": 820
|
585 |
+
},
|
586 |
+
{
|
587 |
+
"epoch": 1.4514435695538057,
|
588 |
+
"grad_norm": 0.52734375,
|
589 |
+
"learning_rate": 3.876424026107394e-05,
|
590 |
+
"loss": 0.6221,
|
591 |
+
"step": 830
|
592 |
+
},
|
593 |
+
{
|
594 |
+
"epoch": 1.468941382327209,
|
595 |
+
"grad_norm": 0.6328125,
|
596 |
+
"learning_rate": 3.872678892804563e-05,
|
597 |
+
"loss": 0.6118,
|
598 |
+
"step": 840
|
599 |
+
},
|
600 |
+
{
|
601 |
+
"epoch": 1.4864391951006124,
|
602 |
+
"grad_norm": 0.60546875,
|
603 |
+
"learning_rate": 3.868879931872218e-05,
|
604 |
+
"loss": 0.6137,
|
605 |
+
"step": 850
|
606 |
+
},
|
607 |
+
{
|
608 |
+
"epoch": 1.5039370078740157,
|
609 |
+
"grad_norm": 0.58203125,
|
610 |
+
"learning_rate": 3.865027265562789e-05,
|
611 |
+
"loss": 0.61,
|
612 |
+
"step": 860
|
613 |
+
},
|
614 |
+
{
|
615 |
+
"epoch": 1.521434820647419,
|
616 |
+
"grad_norm": 0.60546875,
|
617 |
+
"learning_rate": 3.8611210178569746e-05,
|
618 |
+
"loss": 0.6285,
|
619 |
+
"step": 870
|
620 |
+
},
|
621 |
+
{
|
622 |
+
"epoch": 1.5389326334208224,
|
623 |
+
"grad_norm": 0.59765625,
|
624 |
+
"learning_rate": 3.857161314459745e-05,
|
625 |
+
"loss": 0.6211,
|
626 |
+
"step": 880
|
627 |
+
},
|
628 |
+
{
|
629 |
+
"epoch": 1.5564304461942258,
|
630 |
+
"grad_norm": 0.58203125,
|
631 |
+
"learning_rate": 3.853148282796306e-05,
|
632 |
+
"loss": 0.6291,
|
633 |
+
"step": 890
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"epoch": 1.5739282589676291,
|
637 |
+
"grad_norm": 0.59375,
|
638 |
+
"learning_rate": 3.849082052007988e-05,
|
639 |
+
"loss": 0.6074,
|
640 |
+
"step": 900
|
641 |
+
},
|
642 |
+
{
|
643 |
+
"epoch": 1.5914260717410325,
|
644 |
+
"grad_norm": 0.6640625,
|
645 |
+
"learning_rate": 3.844962752948099e-05,
|
646 |
+
"loss": 0.6314,
|
647 |
+
"step": 910
|
648 |
+
},
|
649 |
+
{
|
650 |
+
"epoch": 1.6089238845144358,
|
651 |
+
"grad_norm": 0.5859375,
|
652 |
+
"learning_rate": 3.8407905181777095e-05,
|
653 |
+
"loss": 0.6167,
|
654 |
+
"step": 920
|
655 |
+
},
|
656 |
+
{
|
657 |
+
"epoch": 1.6264216972878391,
|
658 |
+
"grad_norm": 0.6484375,
|
659 |
+
"learning_rate": 3.836565481961386e-05,
|
660 |
+
"loss": 0.6235,
|
661 |
+
"step": 930
|
662 |
+
},
|
663 |
+
{
|
664 |
+
"epoch": 1.6439195100612425,
|
665 |
+
"grad_norm": 0.5859375,
|
666 |
+
"learning_rate": 3.8322877802628704e-05,
|
667 |
+
"loss": 0.6106,
|
668 |
+
"step": 940
|
669 |
+
},
|
670 |
+
{
|
671 |
+
"epoch": 1.6614173228346458,
|
672 |
+
"grad_norm": 0.5546875,
|
673 |
+
"learning_rate": 3.827957550740711e-05,
|
674 |
+
"loss": 0.6041,
|
675 |
+
"step": 950
|
676 |
+
},
|
677 |
+
{
|
678 |
+
"epoch": 1.678915135608049,
|
679 |
+
"grad_norm": 0.59375,
|
680 |
+
"learning_rate": 3.82357493274382e-05,
|
681 |
+
"loss": 0.6176,
|
682 |
+
"step": 960
|
683 |
+
},
|
684 |
+
{
|
685 |
+
"epoch": 1.6964129483814523,
|
686 |
+
"grad_norm": 0.5625,
|
687 |
+
"learning_rate": 3.8191400673070034e-05,
|
688 |
+
"loss": 0.6105,
|
689 |
+
"step": 970
|
690 |
+
},
|
691 |
+
{
|
692 |
+
"epoch": 1.7139107611548556,
|
693 |
+
"grad_norm": 0.55859375,
|
694 |
+
"learning_rate": 3.81465309714641e-05,
|
695 |
+
"loss": 0.6278,
|
696 |
+
"step": 980
|
697 |
+
},
|
698 |
+
{
|
699 |
+
"epoch": 1.731408573928259,
|
700 |
+
"grad_norm": 0.6484375,
|
701 |
+
"learning_rate": 3.810114166654948e-05,
|
702 |
+
"loss": 0.6189,
|
703 |
+
"step": 990
|
704 |
+
},
|
705 |
+
{
|
706 |
+
"epoch": 1.7489063867016623,
|
707 |
+
"grad_norm": 0.66796875,
|
708 |
+
"learning_rate": 3.805523421897633e-05,
|
709 |
+
"loss": 0.6299,
|
710 |
+
"step": 1000
|
711 |
+
},
|
712 |
+
{
|
713 |
+
"epoch": 1.7664041994750657,
|
714 |
+
"grad_norm": 0.62109375,
|
715 |
+
"learning_rate": 3.800881010606889e-05,
|
716 |
+
"loss": 0.6059,
|
717 |
+
"step": 1010
|
718 |
+
},
|
719 |
+
{
|
720 |
+
"epoch": 1.7839020122484688,
|
721 |
+
"grad_norm": 0.58203125,
|
722 |
+
"learning_rate": 3.7961870821777946e-05,
|
723 |
+
"loss": 0.6199,
|
724 |
+
"step": 1020
|
725 |
+
},
|
726 |
+
{
|
727 |
+
"epoch": 1.8013998250218721,
|
728 |
+
"grad_norm": 0.58984375,
|
729 |
+
"learning_rate": 3.791441787663276e-05,
|
730 |
+
"loss": 0.5948,
|
731 |
+
"step": 1030
|
732 |
+
},
|
733 |
+
{
|
734 |
+
"epoch": 1.8188976377952755,
|
735 |
+
"grad_norm": 0.55859375,
|
736 |
+
"learning_rate": 3.786645279769244e-05,
|
737 |
+
"loss": 0.608,
|
738 |
+
"step": 1040
|
739 |
+
},
|
740 |
+
{
|
741 |
+
"epoch": 1.8363954505686788,
|
742 |
+
"grad_norm": 0.63671875,
|
743 |
+
"learning_rate": 3.781797712849683e-05,
|
744 |
+
"loss": 0.6327,
|
745 |
+
"step": 1050
|
746 |
+
},
|
747 |
+
{
|
748 |
+
"epoch": 1.8538932633420822,
|
749 |
+
"grad_norm": 0.66015625,
|
750 |
+
"learning_rate": 3.7768992429016796e-05,
|
751 |
+
"loss": 0.6392,
|
752 |
+
"step": 1060
|
753 |
+
},
|
754 |
+
{
|
755 |
+
"epoch": 1.8713910761154855,
|
756 |
+
"grad_norm": 0.546875,
|
757 |
+
"learning_rate": 3.7719500275604074e-05,
|
758 |
+
"loss": 0.6359,
|
759 |
+
"step": 1070
|
760 |
+
},
|
761 |
+
{
|
762 |
+
"epoch": 1.8888888888888888,
|
763 |
+
"grad_norm": 0.6171875,
|
764 |
+
"learning_rate": 3.7669502260940495e-05,
|
765 |
+
"loss": 0.6156,
|
766 |
+
"step": 1080
|
767 |
+
},
|
768 |
+
{
|
769 |
+
"epoch": 1.9063867016622922,
|
770 |
+
"grad_norm": 0.5390625,
|
771 |
+
"learning_rate": 3.761899999398677e-05,
|
772 |
+
"loss": 0.6142,
|
773 |
+
"step": 1090
|
774 |
+
},
|
775 |
+
{
|
776 |
+
"epoch": 1.9238845144356955,
|
777 |
+
"grad_norm": 0.62890625,
|
778 |
+
"learning_rate": 3.756799509993069e-05,
|
779 |
+
"loss": 0.6282,
|
780 |
+
"step": 1100
|
781 |
+
},
|
782 |
+
{
|
783 |
+
"epoch": 1.9413823272090989,
|
784 |
+
"grad_norm": 0.63671875,
|
785 |
+
"learning_rate": 3.751648922013482e-05,
|
786 |
+
"loss": 0.6388,
|
787 |
+
"step": 1110
|
788 |
+
},
|
789 |
+
{
|
790 |
+
"epoch": 1.9588801399825022,
|
791 |
+
"grad_norm": 0.578125,
|
792 |
+
"learning_rate": 3.746448401208373e-05,
|
793 |
+
"loss": 0.612,
|
794 |
+
"step": 1120
|
795 |
+
},
|
796 |
+
{
|
797 |
+
"epoch": 1.9763779527559056,
|
798 |
+
"grad_norm": 0.54296875,
|
799 |
+
"learning_rate": 3.7411981149330575e-05,
|
800 |
+
"loss": 0.622,
|
801 |
+
"step": 1130
|
802 |
+
},
|
803 |
+
{
|
804 |
+
"epoch": 1.993875765529309,
|
805 |
+
"grad_norm": 0.625,
|
806 |
+
"learning_rate": 3.735898232144331e-05,
|
807 |
+
"loss": 0.6204,
|
808 |
+
"step": 1140
|
809 |
+
},
|
810 |
+
{
|
811 |
+
"epoch": 2.010498687664042,
|
812 |
+
"grad_norm": 0.609375,
|
813 |
+
"learning_rate": 3.7305489233950284e-05,
|
814 |
+
"loss": 0.5708,
|
815 |
+
"step": 1150
|
816 |
+
},
|
817 |
+
{
|
818 |
+
"epoch": 2.027996500437445,
|
819 |
+
"grad_norm": 0.6953125,
|
820 |
+
"learning_rate": 3.725150360828537e-05,
|
821 |
+
"loss": 0.5258,
|
822 |
+
"step": 1160
|
823 |
+
},
|
824 |
+
{
|
825 |
+
"epoch": 2.0454943132108485,
|
826 |
+
"grad_norm": 0.609375,
|
827 |
+
"learning_rate": 3.7197027181732556e-05,
|
828 |
+
"loss": 0.5357,
|
829 |
+
"step": 1170
|
830 |
+
},
|
831 |
+
{
|
832 |
+
"epoch": 2.062992125984252,
|
833 |
+
"grad_norm": 0.57421875,
|
834 |
+
"learning_rate": 3.714206170737003e-05,
|
835 |
+
"loss": 0.5301,
|
836 |
+
"step": 1180
|
837 |
+
},
|
838 |
+
{
|
839 |
+
"epoch": 2.080489938757655,
|
840 |
+
"grad_norm": 0.640625,
|
841 |
+
"learning_rate": 3.708660895401381e-05,
|
842 |
+
"loss": 0.5334,
|
843 |
+
"step": 1190
|
844 |
+
},
|
845 |
+
{
|
846 |
+
"epoch": 2.0979877515310585,
|
847 |
+
"grad_norm": 0.6015625,
|
848 |
+
"learning_rate": 3.703067070616076e-05,
|
849 |
+
"loss": 0.5308,
|
850 |
+
"step": 1200
|
851 |
+
},
|
852 |
+
{
|
853 |
+
"epoch": 2.115485564304462,
|
854 |
+
"grad_norm": 0.53515625,
|
855 |
+
"learning_rate": 3.697424876393122e-05,
|
856 |
+
"loss": 0.5243,
|
857 |
+
"step": 1210
|
858 |
+
},
|
859 |
+
{
|
860 |
+
"epoch": 2.1329833770778652,
|
861 |
+
"grad_norm": 0.6171875,
|
862 |
+
"learning_rate": 3.6917344943011043e-05,
|
863 |
+
"loss": 0.5139,
|
864 |
+
"step": 1220
|
865 |
+
},
|
866 |
+
{
|
867 |
+
"epoch": 2.1504811898512686,
|
868 |
+
"grad_norm": 0.6171875,
|
869 |
+
"learning_rate": 3.685996107459317e-05,
|
870 |
+
"loss": 0.533,
|
871 |
+
"step": 1230
|
872 |
+
},
|
873 |
+
{
|
874 |
+
"epoch": 2.167979002624672,
|
875 |
+
"grad_norm": 0.65625,
|
876 |
+
"learning_rate": 3.680209900531872e-05,
|
877 |
+
"loss": 0.5098,
|
878 |
+
"step": 1240
|
879 |
+
},
|
880 |
+
{
|
881 |
+
"epoch": 2.1854768153980753,
|
882 |
+
"grad_norm": 0.6015625,
|
883 |
+
"learning_rate": 3.6743760597217536e-05,
|
884 |
+
"loss": 0.5318,
|
885 |
+
"step": 1250
|
886 |
+
},
|
887 |
+
{
|
888 |
+
"epoch": 2.2029746281714786,
|
889 |
+
"grad_norm": 0.59375,
|
890 |
+
"learning_rate": 3.668494772764828e-05,
|
891 |
+
"loss": 0.5223,
|
892 |
+
"step": 1260
|
893 |
+
},
|
894 |
+
{
|
895 |
+
"epoch": 2.220472440944882,
|
896 |
+
"grad_norm": 0.59765625,
|
897 |
+
"learning_rate": 3.662566228923805e-05,
|
898 |
+
"loss": 0.5241,
|
899 |
+
"step": 1270
|
900 |
+
},
|
901 |
+
{
|
902 |
+
"epoch": 2.2379702537182853,
|
903 |
+
"grad_norm": 0.58984375,
|
904 |
+
"learning_rate": 3.656590618982138e-05,
|
905 |
+
"loss": 0.5249,
|
906 |
+
"step": 1280
|
907 |
+
},
|
908 |
+
{
|
909 |
+
"epoch": 2.2554680664916886,
|
910 |
+
"grad_norm": 0.6328125,
|
911 |
+
"learning_rate": 3.650568135237897e-05,
|
912 |
+
"loss": 0.5412,
|
913 |
+
"step": 1290
|
914 |
+
},
|
915 |
+
{
|
916 |
+
"epoch": 2.272965879265092,
|
917 |
+
"grad_norm": 0.66796875,
|
918 |
+
"learning_rate": 3.644498971497569e-05,
|
919 |
+
"loss": 0.53,
|
920 |
+
"step": 1300
|
921 |
+
},
|
922 |
+
{
|
923 |
+
"epoch": 2.2904636920384953,
|
924 |
+
"grad_norm": 0.67578125,
|
925 |
+
"learning_rate": 3.63838332306983e-05,
|
926 |
+
"loss": 0.5382,
|
927 |
+
"step": 1310
|
928 |
+
},
|
929 |
+
{
|
930 |
+
"epoch": 2.3079615048118987,
|
931 |
+
"grad_norm": 0.61328125,
|
932 |
+
"learning_rate": 3.6322213867592536e-05,
|
933 |
+
"loss": 0.5278,
|
934 |
+
"step": 1320
|
935 |
+
},
|
936 |
+
{
|
937 |
+
"epoch": 2.325459317585302,
|
938 |
+
"grad_norm": 0.98828125,
|
939 |
+
"learning_rate": 3.626013360859982e-05,
|
940 |
+
"loss": 0.5409,
|
941 |
+
"step": 1330
|
942 |
+
},
|
943 |
+
{
|
944 |
+
"epoch": 2.3429571303587053,
|
945 |
+
"grad_norm": 0.64453125,
|
946 |
+
"learning_rate": 3.619759445149341e-05,
|
947 |
+
"loss": 0.5277,
|
948 |
+
"step": 1340
|
949 |
+
},
|
950 |
+
{
|
951 |
+
"epoch": 2.3604549431321082,
|
952 |
+
"grad_norm": 0.55078125,
|
953 |
+
"learning_rate": 3.613459840881415e-05,
|
954 |
+
"loss": 0.5344,
|
955 |
+
"step": 1350
|
956 |
+
},
|
957 |
+
{
|
958 |
+
"epoch": 2.377952755905512,
|
959 |
+
"grad_norm": 0.6328125,
|
960 |
+
"learning_rate": 3.607114750780568e-05,
|
961 |
+
"loss": 0.5364,
|
962 |
+
"step": 1360
|
963 |
+
},
|
964 |
+
{
|
965 |
+
"epoch": 2.395450568678915,
|
966 |
+
"grad_norm": 0.6171875,
|
967 |
+
"learning_rate": 3.6007243790349205e-05,
|
968 |
+
"loss": 0.5238,
|
969 |
+
"step": 1370
|
970 |
+
},
|
971 |
+
{
|
972 |
+
"epoch": 2.4129483814523183,
|
973 |
+
"grad_norm": 0.57421875,
|
974 |
+
"learning_rate": 3.594288931289778e-05,
|
975 |
+
"loss": 0.5322,
|
976 |
+
"step": 1380
|
977 |
+
},
|
978 |
+
{
|
979 |
+
"epoch": 2.4304461942257216,
|
980 |
+
"grad_norm": 0.59765625,
|
981 |
+
"learning_rate": 3.587808614641015e-05,
|
982 |
+
"loss": 0.5418,
|
983 |
+
"step": 1390
|
984 |
+
},
|
985 |
+
{
|
986 |
+
"epoch": 2.447944006999125,
|
987 |
+
"grad_norm": 0.61328125,
|
988 |
+
"learning_rate": 3.581283637628409e-05,
|
989 |
+
"loss": 0.537,
|
990 |
+
"step": 1400
|
991 |
+
},
|
992 |
+
{
|
993 |
+
"epoch": 2.4654418197725283,
|
994 |
+
"grad_norm": 0.609375,
|
995 |
+
"learning_rate": 3.574714210228929e-05,
|
996 |
+
"loss": 0.5286,
|
997 |
+
"step": 1410
|
998 |
+
},
|
999 |
+
{
|
1000 |
+
"epoch": 2.4829396325459316,
|
1001 |
+
"grad_norm": 0.61328125,
|
1002 |
+
"learning_rate": 3.5681005438499795e-05,
|
1003 |
+
"loss": 0.5196,
|
1004 |
+
"step": 1420
|
1005 |
+
},
|
1006 |
+
{
|
1007 |
+
"epoch": 2.500437445319335,
|
1008 |
+
"grad_norm": 0.62109375,
|
1009 |
+
"learning_rate": 3.561442851322599e-05,
|
1010 |
+
"loss": 0.5559,
|
1011 |
+
"step": 1430
|
1012 |
+
},
|
1013 |
+
{
|
1014 |
+
"epoch": 2.5179352580927383,
|
1015 |
+
"grad_norm": 0.59375,
|
1016 |
+
"learning_rate": 3.554741346894606e-05,
|
1017 |
+
"loss": 0.5325,
|
1018 |
+
"step": 1440
|
1019 |
+
},
|
1020 |
+
{
|
1021 |
+
"epoch": 2.5354330708661417,
|
1022 |
+
"grad_norm": 0.578125,
|
1023 |
+
"learning_rate": 3.5479962462237116e-05,
|
1024 |
+
"loss": 0.5368,
|
1025 |
+
"step": 1450
|
1026 |
+
},
|
1027 |
+
{
|
1028 |
+
"epoch": 2.552930883639545,
|
1029 |
+
"grad_norm": 0.59375,
|
1030 |
+
"learning_rate": 3.541207766370572e-05,
|
1031 |
+
"loss": 0.5368,
|
1032 |
+
"step": 1460
|
1033 |
+
},
|
1034 |
+
{
|
1035 |
+
"epoch": 2.5704286964129484,
|
1036 |
+
"grad_norm": 0.73046875,
|
1037 |
+
"learning_rate": 3.534376125791807e-05,
|
1038 |
+
"loss": 0.5385,
|
1039 |
+
"step": 1470
|
1040 |
+
},
|
1041 |
+
{
|
1042 |
+
"epoch": 2.5879265091863517,
|
1043 |
+
"grad_norm": 0.54296875,
|
1044 |
+
"learning_rate": 3.527501544332972e-05,
|
1045 |
+
"loss": 0.5365,
|
1046 |
+
"step": 1480
|
1047 |
+
},
|
1048 |
+
{
|
1049 |
+
"epoch": 2.605424321959755,
|
1050 |
+
"grad_norm": 0.6484375,
|
1051 |
+
"learning_rate": 3.520584243221479e-05,
|
1052 |
+
"loss": 0.5439,
|
1053 |
+
"step": 1490
|
1054 |
+
},
|
1055 |
+
{
|
1056 |
+
"epoch": 2.6229221347331584,
|
1057 |
+
"grad_norm": 0.5390625,
|
1058 |
+
"learning_rate": 3.5136244450594814e-05,
|
1059 |
+
"loss": 0.5214,
|
1060 |
+
"step": 1500
|
1061 |
+
},
|
1062 |
+
{
|
1063 |
+
"epoch": 2.6404199475065617,
|
1064 |
+
"grad_norm": 0.6484375,
|
1065 |
+
"learning_rate": 3.506622373816706e-05,
|
1066 |
+
"loss": 0.5334,
|
1067 |
+
"step": 1510
|
1068 |
+
},
|
1069 |
+
{
|
1070 |
+
"epoch": 2.657917760279965,
|
1071 |
+
"grad_norm": 0.55859375,
|
1072 |
+
"learning_rate": 3.499578254823249e-05,
|
1073 |
+
"loss": 0.544,
|
1074 |
+
"step": 1520
|
1075 |
+
},
|
1076 |
+
{
|
1077 |
+
"epoch": 2.6754155730533684,
|
1078 |
+
"grad_norm": 0.54296875,
|
1079 |
+
"learning_rate": 3.4924923147623265e-05,
|
1080 |
+
"loss": 0.5254,
|
1081 |
+
"step": 1530
|
1082 |
+
},
|
1083 |
+
{
|
1084 |
+
"epoch": 2.6929133858267718,
|
1085 |
+
"grad_norm": 0.71484375,
|
1086 |
+
"learning_rate": 3.485364781662974e-05,
|
1087 |
+
"loss": 0.536,
|
1088 |
+
"step": 1540
|
1089 |
+
},
|
1090 |
+
{
|
1091 |
+
"epoch": 2.710411198600175,
|
1092 |
+
"grad_norm": 0.66796875,
|
1093 |
+
"learning_rate": 3.478195884892712e-05,
|
1094 |
+
"loss": 0.5471,
|
1095 |
+
"step": 1550
|
1096 |
+
},
|
1097 |
+
{
|
1098 |
+
"epoch": 2.7279090113735784,
|
1099 |
+
"grad_norm": 0.61328125,
|
1100 |
+
"learning_rate": 3.4709858551501664e-05,
|
1101 |
+
"loss": 0.5235,
|
1102 |
+
"step": 1560
|
1103 |
+
},
|
1104 |
+
{
|
1105 |
+
"epoch": 2.745406824146982,
|
1106 |
+
"grad_norm": 0.58203125,
|
1107 |
+
"learning_rate": 3.463734924457638e-05,
|
1108 |
+
"loss": 0.5486,
|
1109 |
+
"step": 1570
|
1110 |
+
},
|
1111 |
+
{
|
1112 |
+
"epoch": 2.7629046369203847,
|
1113 |
+
"grad_norm": 0.5625,
|
1114 |
+
"learning_rate": 3.4564433261536446e-05,
|
1115 |
+
"loss": 0.5218,
|
1116 |
+
"step": 1580
|
1117 |
+
},
|
1118 |
+
{
|
1119 |
+
"epoch": 2.7804024496937885,
|
1120 |
+
"grad_norm": 0.5703125,
|
1121 |
+
"learning_rate": 3.449111294885407e-05,
|
1122 |
+
"loss": 0.5256,
|
1123 |
+
"step": 1590
|
1124 |
+
},
|
1125 |
+
{
|
1126 |
+
"epoch": 2.7979002624671914,
|
1127 |
+
"grad_norm": 0.62109375,
|
1128 |
+
"learning_rate": 3.4417390666012966e-05,
|
1129 |
+
"loss": 0.5296,
|
1130 |
+
"step": 1600
|
1131 |
+
},
|
1132 |
+
{
|
1133 |
+
"epoch": 2.815398075240595,
|
1134 |
+
"grad_norm": 0.57421875,
|
1135 |
+
"learning_rate": 3.434326878543246e-05,
|
1136 |
+
"loss": 0.5365,
|
1137 |
+
"step": 1610
|
1138 |
+
},
|
1139 |
+
{
|
1140 |
+
"epoch": 2.832895888013998,
|
1141 |
+
"grad_norm": 0.58984375,
|
1142 |
+
"learning_rate": 3.426874969239113e-05,
|
1143 |
+
"loss": 0.5226,
|
1144 |
+
"step": 1620
|
1145 |
+
},
|
1146 |
+
{
|
1147 |
+
"epoch": 2.850393700787402,
|
1148 |
+
"grad_norm": 0.61328125,
|
1149 |
+
"learning_rate": 3.419383578495005e-05,
|
1150 |
+
"loss": 0.5351,
|
1151 |
+
"step": 1630
|
1152 |
+
},
|
1153 |
+
{
|
1154 |
+
"epoch": 2.8678915135608047,
|
1155 |
+
"grad_norm": 0.625,
|
1156 |
+
"learning_rate": 3.411852947387559e-05,
|
1157 |
+
"loss": 0.5297,
|
1158 |
+
"step": 1640
|
1159 |
+
},
|
1160 |
+
{
|
1161 |
+
"epoch": 2.885389326334208,
|
1162 |
+
"grad_norm": 0.66015625,
|
1163 |
+
"learning_rate": 3.40428331825619e-05,
|
1164 |
+
"loss": 0.5248,
|
1165 |
+
"step": 1650
|
1166 |
+
},
|
1167 |
+
{
|
1168 |
+
"epoch": 2.9028871391076114,
|
1169 |
+
"grad_norm": 0.60546875,
|
1170 |
+
"learning_rate": 3.3966749346952856e-05,
|
1171 |
+
"loss": 0.5327,
|
1172 |
+
"step": 1660
|
1173 |
+
},
|
1174 |
+
{
|
1175 |
+
"epoch": 2.9203849518810148,
|
1176 |
+
"grad_norm": 0.5546875,
|
1177 |
+
"learning_rate": 3.389028041546372e-05,
|
1178 |
+
"loss": 0.5315,
|
1179 |
+
"step": 1670
|
1180 |
+
},
|
1181 |
+
{
|
1182 |
+
"epoch": 2.937882764654418,
|
1183 |
+
"grad_norm": 0.6015625,
|
1184 |
+
"learning_rate": 3.381342884890231e-05,
|
1185 |
+
"loss": 0.5327,
|
1186 |
+
"step": 1680
|
1187 |
+
},
|
1188 |
+
{
|
1189 |
+
"epoch": 2.9553805774278215,
|
1190 |
+
"grad_norm": 0.60546875,
|
1191 |
+
"learning_rate": 3.373619712038985e-05,
|
1192 |
+
"loss": 0.5399,
|
1193 |
+
"step": 1690
|
1194 |
+
},
|
1195 |
+
{
|
1196 |
+
"epoch": 2.972878390201225,
|
1197 |
+
"grad_norm": 0.60546875,
|
1198 |
+
"learning_rate": 3.365858771528135e-05,
|
1199 |
+
"loss": 0.5307,
|
1200 |
+
"step": 1700
|
1201 |
+
},
|
1202 |
+
{
|
1203 |
+
"epoch": 2.990376202974628,
|
1204 |
+
"grad_norm": 0.5859375,
|
1205 |
+
"learning_rate": 3.358060313108564e-05,
|
1206 |
+
"loss": 0.5427,
|
1207 |
+
"step": 1710
|
1208 |
+
},
|
1209 |
+
{
|
1210 |
+
"epoch": 3.0069991251093615,
|
1211 |
+
"grad_norm": 0.65234375,
|
1212 |
+
"learning_rate": 3.3502245877384986e-05,
|
1213 |
+
"loss": 0.4888,
|
1214 |
+
"step": 1720
|
1215 |
+
},
|
1216 |
+
{
|
1217 |
+
"epoch": 3.024496937882765,
|
1218 |
+
"grad_norm": 0.6640625,
|
1219 |
+
"learning_rate": 3.3423518475754376e-05,
|
1220 |
+
"loss": 0.4435,
|
1221 |
+
"step": 1730
|
1222 |
+
},
|
1223 |
+
{
|
1224 |
+
"epoch": 3.041994750656168,
|
1225 |
+
"grad_norm": 0.71875,
|
1226 |
+
"learning_rate": 3.33444234596803e-05,
|
1227 |
+
"loss": 0.429,
|
1228 |
+
"step": 1740
|
1229 |
+
},
|
1230 |
+
{
|
1231 |
+
"epoch": 3.059492563429571,
|
1232 |
+
"grad_norm": 0.67578125,
|
1233 |
+
"learning_rate": 3.326496337447928e-05,
|
1234 |
+
"loss": 0.437,
|
1235 |
+
"step": 1750
|
1236 |
+
},
|
1237 |
+
{
|
1238 |
+
"epoch": 3.0769903762029744,
|
1239 |
+
"grad_norm": 0.65625,
|
1240 |
+
"learning_rate": 3.3185140777215956e-05,
|
1241 |
+
"loss": 0.4387,
|
1242 |
+
"step": 1760
|
1243 |
+
},
|
1244 |
+
{
|
1245 |
+
"epoch": 3.094488188976378,
|
1246 |
+
"grad_norm": 0.7109375,
|
1247 |
+
"learning_rate": 3.3104958236620755e-05,
|
1248 |
+
"loss": 0.4211,
|
1249 |
+
"step": 1770
|
1250 |
+
},
|
1251 |
+
{
|
1252 |
+
"epoch": 3.111986001749781,
|
1253 |
+
"grad_norm": 0.58203125,
|
1254 |
+
"learning_rate": 3.302441833300728e-05,
|
1255 |
+
"loss": 0.4265,
|
1256 |
+
"step": 1780
|
1257 |
+
},
|
1258 |
+
{
|
1259 |
+
"epoch": 3.1294838145231845,
|
1260 |
+
"grad_norm": 0.640625,
|
1261 |
+
"learning_rate": 3.2943523658189246e-05,
|
1262 |
+
"loss": 0.438,
|
1263 |
+
"step": 1790
|
1264 |
+
},
|
1265 |
+
{
|
1266 |
+
"epoch": 3.146981627296588,
|
1267 |
+
"grad_norm": 0.6171875,
|
1268 |
+
"learning_rate": 3.286227681539708e-05,
|
1269 |
+
"loss": 0.4379,
|
1270 |
+
"step": 1800
|
1271 |
+
},
|
1272 |
+
{
|
1273 |
+
"epoch": 3.164479440069991,
|
1274 |
+
"grad_norm": 0.7109375,
|
1275 |
+
"learning_rate": 3.278068041919415e-05,
|
1276 |
+
"loss": 0.4284,
|
1277 |
+
"step": 1810
|
1278 |
+
},
|
1279 |
+
{
|
1280 |
+
"epoch": 3.1819772528433945,
|
1281 |
+
"grad_norm": 0.65234375,
|
1282 |
+
"learning_rate": 3.2698737095392593e-05,
|
1283 |
+
"loss": 0.4299,
|
1284 |
+
"step": 1820
|
1285 |
+
},
|
1286 |
+
{
|
1287 |
+
"epoch": 3.199475065616798,
|
1288 |
+
"grad_norm": 0.61328125,
|
1289 |
+
"learning_rate": 3.261644948096891e-05,
|
1290 |
+
"loss": 0.4351,
|
1291 |
+
"step": 1830
|
1292 |
+
},
|
1293 |
+
{
|
1294 |
+
"epoch": 3.216972878390201,
|
1295 |
+
"grad_norm": 0.62890625,
|
1296 |
+
"learning_rate": 3.2533820223978996e-05,
|
1297 |
+
"loss": 0.4336,
|
1298 |
+
"step": 1840
|
1299 |
+
},
|
1300 |
+
{
|
1301 |
+
"epoch": 3.2344706911636045,
|
1302 |
+
"grad_norm": 0.63671875,
|
1303 |
+
"learning_rate": 3.245085198347298e-05,
|
1304 |
+
"loss": 0.4376,
|
1305 |
+
"step": 1850
|
1306 |
+
},
|
1307 |
+
{
|
1308 |
+
"epoch": 3.251968503937008,
|
1309 |
+
"grad_norm": 0.56640625,
|
1310 |
+
"learning_rate": 3.236754742940965e-05,
|
1311 |
+
"loss": 0.4461,
|
1312 |
+
"step": 1860
|
1313 |
+
},
|
1314 |
+
{
|
1315 |
+
"epoch": 3.269466316710411,
|
1316 |
+
"grad_norm": 0.6484375,
|
1317 |
+
"learning_rate": 3.228390924257053e-05,
|
1318 |
+
"loss": 0.4472,
|
1319 |
+
"step": 1870
|
1320 |
+
},
|
1321 |
+
{
|
1322 |
+
"epoch": 3.2869641294838146,
|
1323 |
+
"grad_norm": 0.68359375,
|
1324 |
+
"learning_rate": 3.2199940114473615e-05,
|
1325 |
+
"loss": 0.4404,
|
1326 |
+
"step": 1880
|
1327 |
+
},
|
1328 |
+
{
|
1329 |
+
"epoch": 3.304461942257218,
|
1330 |
+
"grad_norm": 0.671875,
|
1331 |
+
"learning_rate": 3.211564274728676e-05,
|
1332 |
+
"loss": 0.4357,
|
1333 |
+
"step": 1890
|
1334 |
+
},
|
1335 |
+
{
|
1336 |
+
"epoch": 3.3219597550306212,
|
1337 |
+
"grad_norm": 0.640625,
|
1338 |
+
"learning_rate": 3.203101985374069e-05,
|
1339 |
+
"loss": 0.4405,
|
1340 |
+
"step": 1900
|
1341 |
+
},
|
1342 |
+
{
|
1343 |
+
"epoch": 3.3394575678040246,
|
1344 |
+
"grad_norm": 0.6640625,
|
1345 |
+
"learning_rate": 3.194607415704174e-05,
|
1346 |
+
"loss": 0.4524,
|
1347 |
+
"step": 1910
|
1348 |
+
},
|
1349 |
+
{
|
1350 |
+
"epoch": 3.356955380577428,
|
1351 |
+
"grad_norm": 0.6328125,
|
1352 |
+
"learning_rate": 3.186080839078423e-05,
|
1353 |
+
"loss": 0.4311,
|
1354 |
+
"step": 1920
|
1355 |
+
},
|
1356 |
+
{
|
1357 |
+
"epoch": 3.3744531933508313,
|
1358 |
+
"grad_norm": 0.6640625,
|
1359 |
+
"learning_rate": 3.177522529886244e-05,
|
1360 |
+
"loss": 0.4257,
|
1361 |
+
"step": 1930
|
1362 |
+
},
|
1363 |
+
{
|
1364 |
+
"epoch": 3.3919510061242346,
|
1365 |
+
"grad_norm": 0.87109375,
|
1366 |
+
"learning_rate": 3.1689327635382374e-05,
|
1367 |
+
"loss": 0.4305,
|
1368 |
+
"step": 1940
|
1369 |
+
},
|
1370 |
+
{
|
1371 |
+
"epoch": 3.409448818897638,
|
1372 |
+
"grad_norm": 0.71875,
|
1373 |
+
"learning_rate": 3.160311816457309e-05,
|
1374 |
+
"loss": 0.4473,
|
1375 |
+
"step": 1950
|
1376 |
+
},
|
1377 |
+
{
|
1378 |
+
"epoch": 3.4269466316710413,
|
1379 |
+
"grad_norm": 0.63671875,
|
1380 |
+
"learning_rate": 3.151659966069777e-05,
|
1381 |
+
"loss": 0.4543,
|
1382 |
+
"step": 1960
|
1383 |
+
},
|
1384 |
+
{
|
1385 |
+
"epoch": 3.4444444444444446,
|
1386 |
+
"grad_norm": 0.59765625,
|
1387 |
+
"learning_rate": 3.142977490796441e-05,
|
1388 |
+
"loss": 0.4444,
|
1389 |
+
"step": 1970
|
1390 |
+
},
|
1391 |
+
{
|
1392 |
+
"epoch": 3.4619422572178475,
|
1393 |
+
"grad_norm": 0.65625,
|
1394 |
+
"learning_rate": 3.134264670043627e-05,
|
1395 |
+
"loss": 0.4543,
|
1396 |
+
"step": 1980
|
1397 |
+
},
|
1398 |
+
{
|
1399 |
+
"epoch": 3.4794400699912513,
|
1400 |
+
"grad_norm": 0.6484375,
|
1401 |
+
"learning_rate": 3.125521784194192e-05,
|
1402 |
+
"loss": 0.4433,
|
1403 |
+
"step": 1990
|
1404 |
+
},
|
1405 |
+
{
|
1406 |
+
"epoch": 3.4969378827646542,
|
1407 |
+
"grad_norm": 0.625,
|
1408 |
+
"learning_rate": 3.1167491145985035e-05,
|
1409 |
+
"loss": 0.4403,
|
1410 |
+
"step": 2000
|
1411 |
+
},
|
1412 |
+
{
|
1413 |
+
"epoch": 3.514435695538058,
|
1414 |
+
"grad_norm": 0.62109375,
|
1415 |
+
"learning_rate": 3.107946943565384e-05,
|
1416 |
+
"loss": 0.4516,
|
1417 |
+
"step": 2010
|
1418 |
+
},
|
1419 |
+
{
|
1420 |
+
"epoch": 3.531933508311461,
|
1421 |
+
"grad_norm": 0.66015625,
|
1422 |
+
"learning_rate": 3.099115554353027e-05,
|
1423 |
+
"loss": 0.4326,
|
1424 |
+
"step": 2020
|
1425 |
+
},
|
1426 |
+
{
|
1427 |
+
"epoch": 3.5494313210848643,
|
1428 |
+
"grad_norm": 0.61328125,
|
1429 |
+
"learning_rate": 3.090255231159881e-05,
|
1430 |
+
"loss": 0.4309,
|
1431 |
+
"step": 2030
|
1432 |
+
},
|
1433 |
+
{
|
1434 |
+
"epoch": 3.5669291338582676,
|
1435 |
+
"grad_norm": 0.6171875,
|
1436 |
+
"learning_rate": 3.081366259115504e-05,
|
1437 |
+
"loss": 0.4328,
|
1438 |
+
"step": 2040
|
1439 |
+
},
|
1440 |
+
{
|
1441 |
+
"epoch": 3.584426946631671,
|
1442 |
+
"grad_norm": 0.6484375,
|
1443 |
+
"learning_rate": 3.072448924271389e-05,
|
1444 |
+
"loss": 0.4333,
|
1445 |
+
"step": 2050
|
1446 |
+
},
|
1447 |
+
{
|
1448 |
+
"epoch": 3.6019247594050743,
|
1449 |
+
"grad_norm": 0.6171875,
|
1450 |
+
"learning_rate": 3.063503513591758e-05,
|
1451 |
+
"loss": 0.4518,
|
1452 |
+
"step": 2060
|
1453 |
+
},
|
1454 |
+
{
|
1455 |
+
"epoch": 3.6194225721784776,
|
1456 |
+
"grad_norm": 0.65234375,
|
1457 |
+
"learning_rate": 3.0545303149443265e-05,
|
1458 |
+
"loss": 0.4383,
|
1459 |
+
"step": 2070
|
1460 |
+
},
|
1461 |
+
{
|
1462 |
+
"epoch": 3.636920384951881,
|
1463 |
+
"grad_norm": 0.6484375,
|
1464 |
+
"learning_rate": 3.0455296170910404e-05,
|
1465 |
+
"loss": 0.436,
|
1466 |
+
"step": 2080
|
1467 |
+
},
|
1468 |
+
{
|
1469 |
+
"epoch": 3.6544181977252843,
|
1470 |
+
"grad_norm": 0.671875,
|
1471 |
+
"learning_rate": 3.0365017096787834e-05,
|
1472 |
+
"loss": 0.4363,
|
1473 |
+
"step": 2090
|
1474 |
+
},
|
1475 |
+
{
|
1476 |
+
"epoch": 3.6719160104986877,
|
1477 |
+
"grad_norm": 0.6484375,
|
1478 |
+
"learning_rate": 3.0274468832300576e-05,
|
1479 |
+
"loss": 0.4463,
|
1480 |
+
"step": 2100
|
1481 |
+
},
|
1482 |
+
{
|
1483 |
+
"epoch": 3.689413823272091,
|
1484 |
+
"grad_norm": 0.609375,
|
1485 |
+
"learning_rate": 3.0183654291336313e-05,
|
1486 |
+
"loss": 0.4533,
|
1487 |
+
"step": 2110
|
1488 |
+
},
|
1489 |
+
{
|
1490 |
+
"epoch": 3.7069116360454943,
|
1491 |
+
"grad_norm": 0.6796875,
|
1492 |
+
"learning_rate": 3.009257639635164e-05,
|
1493 |
+
"loss": 0.4255,
|
1494 |
+
"step": 2120
|
1495 |
+
},
|
1496 |
+
{
|
1497 |
+
"epoch": 3.7244094488188977,
|
1498 |
+
"grad_norm": 0.65234375,
|
1499 |
+
"learning_rate": 3.0001238078278022e-05,
|
1500 |
+
"loss": 0.4452,
|
1501 |
+
"step": 2130
|
1502 |
+
},
|
1503 |
+
{
|
1504 |
+
"epoch": 3.741907261592301,
|
1505 |
+
"grad_norm": 0.625,
|
1506 |
+
"learning_rate": 2.990964227642746e-05,
|
1507 |
+
"loss": 0.4344,
|
1508 |
+
"step": 2140
|
1509 |
+
},
|
1510 |
+
{
|
1511 |
+
"epoch": 3.7594050743657044,
|
1512 |
+
"grad_norm": 0.70703125,
|
1513 |
+
"learning_rate": 2.9817791938397902e-05,
|
1514 |
+
"loss": 0.4327,
|
1515 |
+
"step": 2150
|
1516 |
+
},
|
1517 |
+
{
|
1518 |
+
"epoch": 3.7769028871391077,
|
1519 |
+
"grad_norm": 0.66015625,
|
1520 |
+
"learning_rate": 2.9725690019978422e-05,
|
1521 |
+
"loss": 0.4461,
|
1522 |
+
"step": 2160
|
1523 |
+
},
|
1524 |
+
{
|
1525 |
+
"epoch": 3.794400699912511,
|
1526 |
+
"grad_norm": 0.6640625,
|
1527 |
+
"learning_rate": 2.9633339485054037e-05,
|
1528 |
+
"loss": 0.443,
|
1529 |
+
"step": 2170
|
1530 |
+
},
|
1531 |
+
{
|
1532 |
+
"epoch": 3.8118985126859144,
|
1533 |
+
"grad_norm": 0.6171875,
|
1534 |
+
"learning_rate": 2.9540743305510406e-05,
|
1535 |
+
"loss": 0.4387,
|
1536 |
+
"step": 2180
|
1537 |
+
},
|
1538 |
+
{
|
1539 |
+
"epoch": 3.8293963254593177,
|
1540 |
+
"grad_norm": 0.703125,
|
1541 |
+
"learning_rate": 2.9447904461138114e-05,
|
1542 |
+
"loss": 0.4355,
|
1543 |
+
"step": 2190
|
1544 |
+
},
|
1545 |
+
{
|
1546 |
+
"epoch": 3.846894138232721,
|
1547 |
+
"grad_norm": 0.625,
|
1548 |
+
"learning_rate": 2.9354825939536854e-05,
|
1549 |
+
"loss": 0.4425,
|
1550 |
+
"step": 2200
|
1551 |
+
},
|
1552 |
+
{
|
1553 |
+
"epoch": 3.864391951006124,
|
1554 |
+
"grad_norm": 0.6171875,
|
1555 |
+
"learning_rate": 2.9261510736019222e-05,
|
1556 |
+
"loss": 0.4518,
|
1557 |
+
"step": 2210
|
1558 |
+
},
|
1559 |
+
{
|
1560 |
+
"epoch": 3.8818897637795278,
|
1561 |
+
"grad_norm": 0.6171875,
|
1562 |
+
"learning_rate": 2.9167961853514368e-05,
|
1563 |
+
"loss": 0.4552,
|
1564 |
+
"step": 2220
|
1565 |
+
},
|
1566 |
+
{
|
1567 |
+
"epoch": 3.8993875765529307,
|
1568 |
+
"grad_norm": 0.71875,
|
1569 |
+
"learning_rate": 2.9074182302471347e-05,
|
1570 |
+
"loss": 0.4506,
|
1571 |
+
"step": 2230
|
1572 |
+
},
|
1573 |
+
{
|
1574 |
+
"epoch": 3.9168853893263345,
|
1575 |
+
"grad_norm": 0.703125,
|
1576 |
+
"learning_rate": 2.898017510076224e-05,
|
1577 |
+
"loss": 0.4388,
|
1578 |
+
"step": 2240
|
1579 |
+
},
|
1580 |
+
{
|
1581 |
+
"epoch": 3.9343832020997374,
|
1582 |
+
"grad_norm": 0.671875,
|
1583 |
+
"learning_rate": 2.8885943273585037e-05,
|
1584 |
+
"loss": 0.4373,
|
1585 |
+
"step": 2250
|
1586 |
+
},
|
1587 |
+
{
|
1588 |
+
"epoch": 3.9518810148731407,
|
1589 |
+
"grad_norm": 0.61328125,
|
1590 |
+
"learning_rate": 2.8791489853366284e-05,
|
1591 |
+
"loss": 0.4359,
|
1592 |
+
"step": 2260
|
1593 |
+
},
|
1594 |
+
{
|
1595 |
+
"epoch": 3.969378827646544,
|
1596 |
+
"grad_norm": 0.69140625,
|
1597 |
+
"learning_rate": 2.8696817879663515e-05,
|
1598 |
+
"loss": 0.4538,
|
1599 |
+
"step": 2270
|
1600 |
+
},
|
1601 |
+
{
|
1602 |
+
"epoch": 3.9868766404199474,
|
1603 |
+
"grad_norm": 0.73046875,
|
1604 |
+
"learning_rate": 2.8601930399067393e-05,
|
1605 |
+
"loss": 0.4394,
|
1606 |
+
"step": 2280
|
1607 |
+
},
|
1608 |
+
{
|
1609 |
+
"epoch": 4.003499562554681,
|
1610 |
+
"grad_norm": 0.62109375,
|
1611 |
+
"learning_rate": 2.8506830465103723e-05,
|
1612 |
+
"loss": 0.4332,
|
1613 |
+
"step": 2290
|
1614 |
+
},
|
1615 |
+
{
|
1616 |
+
"epoch": 4.020997375328084,
|
1617 |
+
"grad_norm": 0.76953125,
|
1618 |
+
"learning_rate": 2.8411521138135154e-05,
|
1619 |
+
"loss": 0.3484,
|
1620 |
+
"step": 2300
|
1621 |
+
},
|
1622 |
+
{
|
1623 |
+
"epoch": 4.038495188101487,
|
1624 |
+
"grad_norm": 0.6015625,
|
1625 |
+
"learning_rate": 2.8316005485262717e-05,
|
1626 |
+
"loss": 0.3652,
|
1627 |
+
"step": 2310
|
1628 |
+
},
|
1629 |
+
{
|
1630 |
+
"epoch": 4.05599300087489,
|
1631 |
+
"grad_norm": 0.76171875,
|
1632 |
+
"learning_rate": 2.8220286580227093e-05,
|
1633 |
+
"loss": 0.3603,
|
1634 |
+
"step": 2320
|
1635 |
+
},
|
1636 |
+
{
|
1637 |
+
"epoch": 4.073490813648294,
|
1638 |
+
"grad_norm": 0.69921875,
|
1639 |
+
"learning_rate": 2.8124367503309736e-05,
|
1640 |
+
"loss": 0.3401,
|
1641 |
+
"step": 2330
|
1642 |
+
},
|
1643 |
+
{
|
1644 |
+
"epoch": 4.090988626421697,
|
1645 |
+
"grad_norm": 0.71875,
|
1646 |
+
"learning_rate": 2.802825134123371e-05,
|
1647 |
+
"loss": 0.3446,
|
1648 |
+
"step": 2340
|
1649 |
+
},
|
1650 |
+
{
|
1651 |
+
"epoch": 4.108486439195101,
|
1652 |
+
"grad_norm": 0.7265625,
|
1653 |
+
"learning_rate": 2.7931941187064402e-05,
|
1654 |
+
"loss": 0.3732,
|
1655 |
+
"step": 2350
|
1656 |
+
},
|
1657 |
+
{
|
1658 |
+
"epoch": 4.125984251968504,
|
1659 |
+
"grad_norm": 0.66015625,
|
1660 |
+
"learning_rate": 2.783544014010993e-05,
|
1661 |
+
"loss": 0.3567,
|
1662 |
+
"step": 2360
|
1663 |
+
},
|
1664 |
+
{
|
1665 |
+
"epoch": 4.1434820647419075,
|
1666 |
+
"grad_norm": 0.765625,
|
1667 |
+
"learning_rate": 2.773875130582146e-05,
|
1668 |
+
"loss": 0.3575,
|
1669 |
+
"step": 2370
|
1670 |
+
},
|
1671 |
+
{
|
1672 |
+
"epoch": 4.16097987751531,
|
1673 |
+
"grad_norm": 0.7265625,
|
1674 |
+
"learning_rate": 2.764187779569324e-05,
|
1675 |
+
"loss": 0.36,
|
1676 |
+
"step": 2380
|
1677 |
+
},
|
1678 |
+
{
|
1679 |
+
"epoch": 4.178477690288714,
|
1680 |
+
"grad_norm": 0.6875,
|
1681 |
+
"learning_rate": 2.7544822727162475e-05,
|
1682 |
+
"loss": 0.345,
|
1683 |
+
"step": 2390
|
1684 |
+
},
|
1685 |
+
{
|
1686 |
+
"epoch": 4.195975503062117,
|
1687 |
+
"grad_norm": 0.6953125,
|
1688 |
+
"learning_rate": 2.7447589223509004e-05,
|
1689 |
+
"loss": 0.3614,
|
1690 |
+
"step": 2400
|
1691 |
+
},
|
1692 |
+
{
|
1693 |
+
"epoch": 4.213473315835521,
|
1694 |
+
"grad_norm": 0.6171875,
|
1695 |
+
"learning_rate": 2.7350180413754798e-05,
|
1696 |
+
"loss": 0.3584,
|
1697 |
+
"step": 2410
|
1698 |
+
},
|
1699 |
+
{
|
1700 |
+
"epoch": 4.230971128608924,
|
1701 |
+
"grad_norm": 0.68359375,
|
1702 |
+
"learning_rate": 2.7252599432563278e-05,
|
1703 |
+
"loss": 0.3567,
|
1704 |
+
"step": 2420
|
1705 |
+
},
|
1706 |
+
{
|
1707 |
+
"epoch": 4.248468941382328,
|
1708 |
+
"grad_norm": 0.66796875,
|
1709 |
+
"learning_rate": 2.7154849420138405e-05,
|
1710 |
+
"loss": 0.3513,
|
1711 |
+
"step": 2430
|
1712 |
+
},
|
1713 |
+
{
|
1714 |
+
"epoch": 4.2659667541557305,
|
1715 |
+
"grad_norm": 0.75390625,
|
1716 |
+
"learning_rate": 2.7056933522123677e-05,
|
1717 |
+
"loss": 0.3572,
|
1718 |
+
"step": 2440
|
1719 |
+
},
|
1720 |
+
{
|
1721 |
+
"epoch": 4.283464566929134,
|
1722 |
+
"grad_norm": 0.69921875,
|
1723 |
+
"learning_rate": 2.695885488950083e-05,
|
1724 |
+
"loss": 0.3461,
|
1725 |
+
"step": 2450
|
1726 |
+
},
|
1727 |
+
{
|
1728 |
+
"epoch": 4.300962379702537,
|
1729 |
+
"grad_norm": 0.76171875,
|
1730 |
+
"learning_rate": 2.686061667848852e-05,
|
1731 |
+
"loss": 0.3534,
|
1732 |
+
"step": 2460
|
1733 |
+
},
|
1734 |
+
{
|
1735 |
+
"epoch": 4.318460192475941,
|
1736 |
+
"grad_norm": 0.7578125,
|
1737 |
+
"learning_rate": 2.67622220504407e-05,
|
1738 |
+
"loss": 0.3608,
|
1739 |
+
"step": 2470
|
1740 |
+
},
|
1741 |
+
{
|
1742 |
+
"epoch": 4.335958005249344,
|
1743 |
+
"grad_norm": 0.7578125,
|
1744 |
+
"learning_rate": 2.6663674171744887e-05,
|
1745 |
+
"loss": 0.3549,
|
1746 |
+
"step": 2480
|
1747 |
+
},
|
1748 |
+
{
|
1749 |
+
"epoch": 4.353455818022747,
|
1750 |
+
"grad_norm": 0.69921875,
|
1751 |
+
"learning_rate": 2.6564976213720292e-05,
|
1752 |
+
"loss": 0.3533,
|
1753 |
+
"step": 2490
|
1754 |
+
},
|
1755 |
+
{
|
1756 |
+
"epoch": 4.3709536307961505,
|
1757 |
+
"grad_norm": 0.69140625,
|
1758 |
+
"learning_rate": 2.646613135251576e-05,
|
1759 |
+
"loss": 0.3542,
|
1760 |
+
"step": 2500
|
1761 |
+
},
|
1762 |
+
{
|
1763 |
+
"epoch": 4.388451443569553,
|
1764 |
+
"grad_norm": 0.859375,
|
1765 |
+
"learning_rate": 2.6367142769007533e-05,
|
1766 |
+
"loss": 0.3426,
|
1767 |
+
"step": 2510
|
1768 |
+
},
|
1769 |
+
{
|
1770 |
+
"epoch": 4.405949256342957,
|
1771 |
+
"grad_norm": 0.66796875,
|
1772 |
+
"learning_rate": 2.626801364869693e-05,
|
1773 |
+
"loss": 0.3511,
|
1774 |
+
"step": 2520
|
1775 |
+
},
|
1776 |
+
{
|
1777 |
+
"epoch": 4.42344706911636,
|
1778 |
+
"grad_norm": 0.72265625,
|
1779 |
+
"learning_rate": 2.6168747181607795e-05,
|
1780 |
+
"loss": 0.3528,
|
1781 |
+
"step": 2530
|
1782 |
+
},
|
1783 |
+
{
|
1784 |
+
"epoch": 4.440944881889764,
|
1785 |
+
"grad_norm": 0.73046875,
|
1786 |
+
"learning_rate": 2.606934656218386e-05,
|
1787 |
+
"loss": 0.3491,
|
1788 |
+
"step": 2540
|
1789 |
+
},
|
1790 |
+
{
|
1791 |
+
"epoch": 4.458442694663167,
|
1792 |
+
"grad_norm": 0.7734375,
|
1793 |
+
"learning_rate": 2.5969814989185965e-05,
|
1794 |
+
"loss": 0.3563,
|
1795 |
+
"step": 2550
|
1796 |
+
},
|
1797 |
+
{
|
1798 |
+
"epoch": 4.475940507436571,
|
1799 |
+
"grad_norm": 0.71875,
|
1800 |
+
"learning_rate": 2.5870155665589066e-05,
|
1801 |
+
"loss": 0.3603,
|
1802 |
+
"step": 2560
|
1803 |
+
},
|
1804 |
+
{
|
1805 |
+
"epoch": 4.4934383202099735,
|
1806 |
+
"grad_norm": 0.7265625,
|
1807 |
+
"learning_rate": 2.5770371798479234e-05,
|
1808 |
+
"loss": 0.3525,
|
1809 |
+
"step": 2570
|
1810 |
+
},
|
1811 |
+
{
|
1812 |
+
"epoch": 4.510936132983377,
|
1813 |
+
"grad_norm": 0.734375,
|
1814 |
+
"learning_rate": 2.5670466598950385e-05,
|
1815 |
+
"loss": 0.3487,
|
1816 |
+
"step": 2580
|
1817 |
+
},
|
1818 |
+
{
|
1819 |
+
"epoch": 4.52843394575678,
|
1820 |
+
"grad_norm": 0.71875,
|
1821 |
+
"learning_rate": 2.5570443282000974e-05,
|
1822 |
+
"loss": 0.3606,
|
1823 |
+
"step": 2590
|
1824 |
+
},
|
1825 |
+
{
|
1826 |
+
"epoch": 4.545931758530184,
|
1827 |
+
"grad_norm": 0.73046875,
|
1828 |
+
"learning_rate": 2.547030506643055e-05,
|
1829 |
+
"loss": 0.3569,
|
1830 |
+
"step": 2600
|
1831 |
+
},
|
1832 |
+
{
|
1833 |
+
"epoch": 4.563429571303587,
|
1834 |
+
"grad_norm": 0.74609375,
|
1835 |
+
"learning_rate": 2.5370055174736144e-05,
|
1836 |
+
"loss": 0.3509,
|
1837 |
+
"step": 2610
|
1838 |
+
},
|
1839 |
+
{
|
1840 |
+
"epoch": 4.580927384076991,
|
1841 |
+
"grad_norm": 0.6328125,
|
1842 |
+
"learning_rate": 2.5269696833008577e-05,
|
1843 |
+
"loss": 0.3549,
|
1844 |
+
"step": 2620
|
1845 |
+
},
|
1846 |
+
{
|
1847 |
+
"epoch": 4.5984251968503935,
|
1848 |
+
"grad_norm": 0.7265625,
|
1849 |
+
"learning_rate": 2.516923327082865e-05,
|
1850 |
+
"loss": 0.3521,
|
1851 |
+
"step": 2630
|
1852 |
+
},
|
1853 |
+
{
|
1854 |
+
"epoch": 4.615923009623797,
|
1855 |
+
"grad_norm": 0.671875,
|
1856 |
+
"learning_rate": 2.5068667721163213e-05,
|
1857 |
+
"loss": 0.3549,
|
1858 |
+
"step": 2640
|
1859 |
+
},
|
1860 |
+
{
|
1861 |
+
"epoch": 4.6334208223972,
|
1862 |
+
"grad_norm": 0.7734375,
|
1863 |
+
"learning_rate": 2.496800342026112e-05,
|
1864 |
+
"loss": 0.3448,
|
1865 |
+
"step": 2650
|
1866 |
+
},
|
1867 |
+
{
|
1868 |
+
"epoch": 4.650918635170604,
|
1869 |
+
"grad_norm": 0.6640625,
|
1870 |
+
"learning_rate": 2.4867243607549085e-05,
|
1871 |
+
"loss": 0.3517,
|
1872 |
+
"step": 2660
|
1873 |
+
},
|
1874 |
+
{
|
1875 |
+
"epoch": 4.668416447944007,
|
1876 |
+
"grad_norm": 0.6953125,
|
1877 |
+
"learning_rate": 2.4766391525527436e-05,
|
1878 |
+
"loss": 0.3548,
|
1879 |
+
"step": 2670
|
1880 |
+
},
|
1881 |
+
{
|
1882 |
+
"epoch": 4.685914260717411,
|
1883 |
+
"grad_norm": 0.65234375,
|
1884 |
+
"learning_rate": 2.4665450419665783e-05,
|
1885 |
+
"loss": 0.3605,
|
1886 |
+
"step": 2680
|
1887 |
+
},
|
1888 |
+
{
|
1889 |
+
"epoch": 4.703412073490814,
|
1890 |
+
"grad_norm": 0.80078125,
|
1891 |
+
"learning_rate": 2.4564423538298567e-05,
|
1892 |
+
"loss": 0.3565,
|
1893 |
+
"step": 2690
|
1894 |
+
},
|
1895 |
+
{
|
1896 |
+
"epoch": 4.7209098862642165,
|
1897 |
+
"grad_norm": 0.69921875,
|
1898 |
+
"learning_rate": 2.4463314132520522e-05,
|
1899 |
+
"loss": 0.344,
|
1900 |
+
"step": 2700
|
1901 |
+
},
|
1902 |
+
{
|
1903 |
+
"epoch": 4.73840769903762,
|
1904 |
+
"grad_norm": 0.68359375,
|
1905 |
+
"learning_rate": 2.4362125456082058e-05,
|
1906 |
+
"loss": 0.3496,
|
1907 |
+
"step": 2710
|
1908 |
+
},
|
1909 |
+
{
|
1910 |
+
"epoch": 4.755905511811024,
|
1911 |
+
"grad_norm": 0.8125,
|
1912 |
+
"learning_rate": 2.426086076528455e-05,
|
1913 |
+
"loss": 0.3584,
|
1914 |
+
"step": 2720
|
1915 |
+
},
|
1916 |
+
{
|
1917 |
+
"epoch": 4.773403324584427,
|
1918 |
+
"grad_norm": 0.6875,
|
1919 |
+
"learning_rate": 2.4159523318875562e-05,
|
1920 |
+
"loss": 0.3627,
|
1921 |
+
"step": 2730
|
1922 |
+
},
|
1923 |
+
{
|
1924 |
+
"epoch": 4.79090113735783,
|
1925 |
+
"grad_norm": 0.7734375,
|
1926 |
+
"learning_rate": 2.405811637794396e-05,
|
1927 |
+
"loss": 0.3585,
|
1928 |
+
"step": 2740
|
1929 |
+
},
|
1930 |
+
{
|
1931 |
+
"epoch": 4.808398950131234,
|
1932 |
+
"grad_norm": 0.73046875,
|
1933 |
+
"learning_rate": 2.3956643205814994e-05,
|
1934 |
+
"loss": 0.3651,
|
1935 |
+
"step": 2750
|
1936 |
+
},
|
1937 |
+
{
|
1938 |
+
"epoch": 4.8258967629046365,
|
1939 |
+
"grad_norm": 0.66796875,
|
1940 |
+
"learning_rate": 2.385510706794524e-05,
|
1941 |
+
"loss": 0.3537,
|
1942 |
+
"step": 2760
|
1943 |
+
},
|
1944 |
+
{
|
1945 |
+
"epoch": 4.84339457567804,
|
1946 |
+
"grad_norm": 0.7734375,
|
1947 |
+
"learning_rate": 2.375351123181756e-05,
|
1948 |
+
"loss": 0.3476,
|
1949 |
+
"step": 2770
|
1950 |
+
},
|
1951 |
+
{
|
1952 |
+
"epoch": 4.860892388451443,
|
1953 |
+
"grad_norm": 0.75,
|
1954 |
+
"learning_rate": 2.365185896683595e-05,
|
1955 |
+
"loss": 0.3416,
|
1956 |
+
"step": 2780
|
1957 |
+
},
|
1958 |
+
{
|
1959 |
+
"epoch": 4.878390201224847,
|
1960 |
+
"grad_norm": 0.7578125,
|
1961 |
+
"learning_rate": 2.3550153544220273e-05,
|
1962 |
+
"loss": 0.3569,
|
1963 |
+
"step": 2790
|
1964 |
+
},
|
1965 |
+
{
|
1966 |
+
"epoch": 4.89588801399825,
|
1967 |
+
"grad_norm": 0.69921875,
|
1968 |
+
"learning_rate": 2.3448398236901073e-05,
|
1969 |
+
"loss": 0.3502,
|
1970 |
+
"step": 2800
|
1971 |
+
},
|
1972 |
+
{
|
1973 |
+
"epoch": 4.913385826771654,
|
1974 |
+
"grad_norm": 0.77734375,
|
1975 |
+
"learning_rate": 2.3346596319414173e-05,
|
1976 |
+
"loss": 0.3538,
|
1977 |
+
"step": 2810
|
1978 |
+
},
|
1979 |
+
{
|
1980 |
+
"epoch": 4.930883639545057,
|
1981 |
+
"grad_norm": 0.67578125,
|
1982 |
+
"learning_rate": 2.3244751067795366e-05,
|
1983 |
+
"loss": 0.3635,
|
1984 |
+
"step": 2820
|
1985 |
+
},
|
1986 |
+
{
|
1987 |
+
"epoch": 4.94838145231846,
|
1988 |
+
"grad_norm": 0.71484375,
|
1989 |
+
"learning_rate": 2.314286575947494e-05,
|
1990 |
+
"loss": 0.3567,
|
1991 |
+
"step": 2830
|
1992 |
+
},
|
1993 |
+
{
|
1994 |
+
"epoch": 4.965879265091863,
|
1995 |
+
"grad_norm": 0.8515625,
|
1996 |
+
"learning_rate": 2.304094367317223e-05,
|
1997 |
+
"loss": 0.3293,
|
1998 |
+
"step": 2840
|
1999 |
+
},
|
2000 |
+
{
|
2001 |
+
"epoch": 4.983377077865267,
|
2002 |
+
"grad_norm": 0.7421875,
|
2003 |
+
"learning_rate": 2.293898808879011e-05,
|
2004 |
+
"loss": 0.3656,
|
2005 |
+
"step": 2850
|
2006 |
+
},
|
2007 |
+
{
|
2008 |
+
"epoch": 5.0,
|
2009 |
+
"grad_norm": 1.0546875,
|
2010 |
+
"learning_rate": 2.2837002287309426e-05,
|
2011 |
+
"loss": 0.3726,
|
2012 |
+
"step": 2860
|
2013 |
+
}
|
2014 |
+
],
|
2015 |
+
"logging_steps": 10,
|
2016 |
+
"max_steps": 5710,
|
2017 |
+
"num_input_tokens_seen": 0,
|
2018 |
+
"num_train_epochs": 10,
|
2019 |
+
"save_steps": 500,
|
2020 |
+
"stateful_callbacks": {
|
2021 |
+
"TrainerControl": {
|
2022 |
+
"args": {
|
2023 |
+
"should_epoch_stop": false,
|
2024 |
+
"should_evaluate": false,
|
2025 |
+
"should_log": false,
|
2026 |
+
"should_save": true,
|
2027 |
+
"should_training_stop": false
|
2028 |
+
},
|
2029 |
+
"attributes": {}
|
2030 |
+
}
|
2031 |
+
},
|
2032 |
+
"total_flos": 7.691223286459776e+18,
|
2033 |
+
"train_batch_size": 1,
|
2034 |
+
"trial_name": null,
|
2035 |
+
"trial_params": null
|
2036 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3cffae204d474b25399afa15ed455f6c32a372d57de457be86739cb8a364a1e9
|
3 |
+
size 5688
|