Training in progress, step 2000, checkpoint
Browse files- .gitattributes +1 -0
- checkpoint-2000/config.json +26 -0
- checkpoint-2000/generation_config.json +6 -0
- checkpoint-2000/model-00001-of-00004.safetensors +3 -0
- checkpoint-2000/model-00002-of-00004.safetensors +3 -0
- checkpoint-2000/model-00003-of-00004.safetensors +3 -0
- checkpoint-2000/model-00004-of-00004.safetensors +3 -0
- checkpoint-2000/model.safetensors.index.json +334 -0
- checkpoint-2000/optimizer.pt +3 -0
- checkpoint-2000/rng_state.pth +3 -0
- checkpoint-2000/scheduler.pt +3 -0
- checkpoint-2000/special_tokens_map.json +24 -0
- checkpoint-2000/tokenizer.json +3 -0
- checkpoint-2000/tokenizer_config.json +0 -0
- checkpoint-2000/trainer_state.json +1434 -0
- checkpoint-2000/training_args.bin +3 -0
.gitattributes
CHANGED
@@ -36,3 +36,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
36 |
checkpoint-500/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
37 |
checkpoint-1000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
38 |
checkpoint-1500/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
36 |
checkpoint-500/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
37 |
checkpoint-1000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
38 |
checkpoint-1500/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
39 |
+
checkpoint-2000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
checkpoint-2000/config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"MistralForCausalLM"
|
4 |
+
],
|
5 |
+
"attention_dropout": 0.0,
|
6 |
+
"bos_token_id": 1,
|
7 |
+
"eos_token_id": 2,
|
8 |
+
"head_dim": 128,
|
9 |
+
"hidden_act": "silu",
|
10 |
+
"hidden_size": 4096,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"intermediate_size": 12288,
|
13 |
+
"max_position_embeddings": 32768,
|
14 |
+
"model_type": "mistral",
|
15 |
+
"num_attention_heads": 32,
|
16 |
+
"num_hidden_layers": 36,
|
17 |
+
"num_key_value_heads": 8,
|
18 |
+
"rms_norm_eps": 1e-05,
|
19 |
+
"rope_theta": 100000000.0,
|
20 |
+
"sliding_window": 32768,
|
21 |
+
"tie_word_embeddings": false,
|
22 |
+
"torch_dtype": "bfloat16",
|
23 |
+
"transformers_version": "4.51.3",
|
24 |
+
"use_cache": true,
|
25 |
+
"vocab_size": 131072
|
26 |
+
}
|
checkpoint-2000/generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 1,
|
4 |
+
"eos_token_id": 2,
|
5 |
+
"transformers_version": "4.51.3"
|
6 |
+
}
|
checkpoint-2000/model-00001-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:87fe50bcf9d9da8e44acbb106e6f319f1c52807c85a60e1c64685a42021fe885
|
3 |
+
size 4983007904
|
checkpoint-2000/model-00002-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1250f7237e0475c5d46ba6b8406634cd8763e593f0878ed457a1ff0a981bb935
|
3 |
+
size 4999836776
|
checkpoint-2000/model-00003-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:522db5c07abe6728ed81c4745857e6f02cf49d3a32c766840a4f3ae7cb5c2bda
|
3 |
+
size 4983067960
|
checkpoint-2000/model-00004-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e96e4bf925fb4375b9b504d81204c495a2722ac9e03286b744a38fb8d5503ca
|
3 |
+
size 1073741952
|
checkpoint-2000/model.safetensors.index.json
ADDED
@@ -0,0 +1,334 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 16039616512
|
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.weight": "model-00001-of-00004.safetensors",
|
14 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
15 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
16 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
17 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
18 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
19 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
20 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
21 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
22 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
23 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
24 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
25 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
26 |
+
"model.layers.10.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
27 |
+
"model.layers.10.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
28 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
29 |
+
"model.layers.10.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
30 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
31 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
32 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
33 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
34 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
35 |
+
"model.layers.11.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
36 |
+
"model.layers.11.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
37 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
38 |
+
"model.layers.11.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
39 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
40 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
41 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
42 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
43 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
44 |
+
"model.layers.12.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
45 |
+
"model.layers.12.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
46 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
47 |
+
"model.layers.12.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
48 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
49 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
50 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
51 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
52 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
53 |
+
"model.layers.13.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
54 |
+
"model.layers.13.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
55 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
56 |
+
"model.layers.13.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
57 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
58 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
59 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
60 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
61 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
62 |
+
"model.layers.14.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
63 |
+
"model.layers.14.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
64 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
65 |
+
"model.layers.14.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
66 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
67 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
68 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
69 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
70 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
71 |
+
"model.layers.15.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
72 |
+
"model.layers.15.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
73 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
74 |
+
"model.layers.15.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
75 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
76 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
77 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
78 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
79 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
80 |
+
"model.layers.16.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
81 |
+
"model.layers.16.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
82 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
83 |
+
"model.layers.16.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
84 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
85 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
86 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
87 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
88 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
89 |
+
"model.layers.17.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
90 |
+
"model.layers.17.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
91 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
92 |
+
"model.layers.17.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
93 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
94 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
95 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
96 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
97 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
98 |
+
"model.layers.18.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
99 |
+
"model.layers.18.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
100 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
101 |
+
"model.layers.18.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
102 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
103 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
104 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
105 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
106 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
107 |
+
"model.layers.19.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
108 |
+
"model.layers.19.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
109 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
110 |
+
"model.layers.19.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
111 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
112 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
113 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
114 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
115 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
116 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
117 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
118 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
119 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
120 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
121 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
122 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
123 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
124 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
125 |
+
"model.layers.20.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
126 |
+
"model.layers.20.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
127 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
128 |
+
"model.layers.20.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
129 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
130 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
131 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
132 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
133 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
134 |
+
"model.layers.21.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
135 |
+
"model.layers.21.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
136 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
137 |
+
"model.layers.21.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
138 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
139 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
140 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
141 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
142 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
143 |
+
"model.layers.22.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
144 |
+
"model.layers.22.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
145 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
146 |
+
"model.layers.22.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
147 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
148 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
149 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
150 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
151 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
152 |
+
"model.layers.23.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
153 |
+
"model.layers.23.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
154 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
155 |
+
"model.layers.23.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
156 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
157 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
158 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
159 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
160 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
161 |
+
"model.layers.24.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
162 |
+
"model.layers.24.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
163 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
164 |
+
"model.layers.24.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
165 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
166 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
167 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
168 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
169 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
170 |
+
"model.layers.25.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
171 |
+
"model.layers.25.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
172 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
173 |
+
"model.layers.25.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
174 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
175 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
176 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
177 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
178 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
179 |
+
"model.layers.26.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
180 |
+
"model.layers.26.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
181 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
182 |
+
"model.layers.26.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
183 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
184 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
185 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
186 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
187 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
188 |
+
"model.layers.27.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
189 |
+
"model.layers.27.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
190 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
191 |
+
"model.layers.27.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
192 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
193 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
194 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
195 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
196 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
197 |
+
"model.layers.28.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
198 |
+
"model.layers.28.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
199 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
200 |
+
"model.layers.28.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
201 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
202 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
203 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
204 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
205 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
206 |
+
"model.layers.29.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
207 |
+
"model.layers.29.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
208 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
209 |
+
"model.layers.29.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
210 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
211 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
212 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
213 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
214 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
215 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
216 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
217 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
218 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
219 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
220 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
221 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
222 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
223 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
224 |
+
"model.layers.30.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
225 |
+
"model.layers.30.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
226 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
227 |
+
"model.layers.30.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
228 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
229 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
230 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
231 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
232 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
233 |
+
"model.layers.31.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
234 |
+
"model.layers.31.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
235 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
236 |
+
"model.layers.31.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
237 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
238 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
239 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
240 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
241 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
242 |
+
"model.layers.32.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
243 |
+
"model.layers.32.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
244 |
+
"model.layers.32.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
245 |
+
"model.layers.32.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
246 |
+
"model.layers.32.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
247 |
+
"model.layers.32.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
248 |
+
"model.layers.32.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
249 |
+
"model.layers.32.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
250 |
+
"model.layers.32.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
251 |
+
"model.layers.33.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
252 |
+
"model.layers.33.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
253 |
+
"model.layers.33.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
254 |
+
"model.layers.33.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
255 |
+
"model.layers.33.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
256 |
+
"model.layers.33.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
257 |
+
"model.layers.33.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
258 |
+
"model.layers.33.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
259 |
+
"model.layers.33.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
260 |
+
"model.layers.34.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
261 |
+
"model.layers.34.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
262 |
+
"model.layers.34.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
263 |
+
"model.layers.34.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
264 |
+
"model.layers.34.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
265 |
+
"model.layers.34.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
266 |
+
"model.layers.34.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
267 |
+
"model.layers.34.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
268 |
+
"model.layers.34.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
269 |
+
"model.layers.35.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
270 |
+
"model.layers.35.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
271 |
+
"model.layers.35.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
272 |
+
"model.layers.35.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
273 |
+
"model.layers.35.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
274 |
+
"model.layers.35.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
275 |
+
"model.layers.35.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
276 |
+
"model.layers.35.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
277 |
+
"model.layers.35.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
278 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
279 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
280 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
281 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
282 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
283 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
284 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
285 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
286 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
287 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
288 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
289 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
290 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
291 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
292 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
293 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
294 |
+
"model.layers.5.self_attn.q_proj.weight": "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.weight": "model-00001-of-00004.safetensors",
|
302 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
303 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
304 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
305 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
306 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
307 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
308 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
309 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
310 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
311 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
312 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
313 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
314 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
315 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
316 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
317 |
+
"model.layers.8.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
318 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
319 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
320 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
321 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
322 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
323 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
324 |
+
"model.layers.9.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
325 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
326 |
+
"model.layers.9.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
327 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
328 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
329 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
330 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
331 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
332 |
+
"model.norm.weight": "model-00003-of-00004.safetensors"
|
333 |
+
}
|
334 |
+
}
|
checkpoint-2000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:510758458355ecf3413ac4b83a5feb02fd4f38fcd4f4d4af5e9db24c8b1edf55
|
3 |
+
size 13446394
|
checkpoint-2000/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e1a0b33951175d647c9e952d07f42797de84ed09d0cd0a06290ddc3c0073b7e2
|
3 |
+
size 14498
|
checkpoint-2000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd38d316dd9f41fef58099ade0ad1204cda80689b93c579586f4bde2645634fe
|
3 |
+
size 1064
|
checkpoint-2000/special_tokens_map.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "</s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": "</s>",
|
17 |
+
"unk_token": {
|
18 |
+
"content": "<unk>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
}
|
24 |
+
}
|
checkpoint-2000/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d7edbeaf20dd7f571b5dd1c54d9ace4f9b6299127cc7ba2afb14a6d51a4a79a4
|
3 |
+
size 17078136
|
checkpoint-2000/tokenizer_config.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-2000/trainer_state.json
ADDED
@@ -0,0 +1,1434 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": null,
|
3 |
+
"best_metric": null,
|
4 |
+
"best_model_checkpoint": null,
|
5 |
+
"epoch": 0.8,
|
6 |
+
"eval_steps": 500,
|
7 |
+
"global_step": 2000,
|
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.004,
|
14 |
+
"grad_norm": 192.0,
|
15 |
+
"learning_rate": 7.2e-07,
|
16 |
+
"loss": 17.8929,
|
17 |
+
"step": 10
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.008,
|
21 |
+
"grad_norm": 116.5,
|
22 |
+
"learning_rate": 1.52e-06,
|
23 |
+
"loss": 17.1894,
|
24 |
+
"step": 20
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.012,
|
28 |
+
"grad_norm": 93.5,
|
29 |
+
"learning_rate": 2.3200000000000002e-06,
|
30 |
+
"loss": 17.1662,
|
31 |
+
"step": 30
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.016,
|
35 |
+
"grad_norm": 59.0,
|
36 |
+
"learning_rate": 3.12e-06,
|
37 |
+
"loss": 15.5562,
|
38 |
+
"step": 40
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.02,
|
42 |
+
"grad_norm": 93.5,
|
43 |
+
"learning_rate": 3.920000000000001e-06,
|
44 |
+
"loss": 14.6218,
|
45 |
+
"step": 50
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.024,
|
49 |
+
"grad_norm": 122.5,
|
50 |
+
"learning_rate": 4.7200000000000005e-06,
|
51 |
+
"loss": 14.0262,
|
52 |
+
"step": 60
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.028,
|
56 |
+
"grad_norm": 135.0,
|
57 |
+
"learning_rate": 5.5200000000000005e-06,
|
58 |
+
"loss": 14.516,
|
59 |
+
"step": 70
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.032,
|
63 |
+
"grad_norm": 211.0,
|
64 |
+
"learning_rate": 6.3200000000000005e-06,
|
65 |
+
"loss": 13.598,
|
66 |
+
"step": 80
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.036,
|
70 |
+
"grad_norm": 172.0,
|
71 |
+
"learning_rate": 7.1200000000000004e-06,
|
72 |
+
"loss": 14.4849,
|
73 |
+
"step": 90
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.04,
|
77 |
+
"grad_norm": 183.0,
|
78 |
+
"learning_rate": 7.92e-06,
|
79 |
+
"loss": 13.3844,
|
80 |
+
"step": 100
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.044,
|
84 |
+
"grad_norm": 144.0,
|
85 |
+
"learning_rate": 8.720000000000001e-06,
|
86 |
+
"loss": 13.5488,
|
87 |
+
"step": 110
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.048,
|
91 |
+
"grad_norm": 153.0,
|
92 |
+
"learning_rate": 9.52e-06,
|
93 |
+
"loss": 14.8995,
|
94 |
+
"step": 120
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.052,
|
98 |
+
"grad_norm": 156.0,
|
99 |
+
"learning_rate": 1.0320000000000001e-05,
|
100 |
+
"loss": 14.0248,
|
101 |
+
"step": 130
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.056,
|
105 |
+
"grad_norm": 276.0,
|
106 |
+
"learning_rate": 1.1120000000000002e-05,
|
107 |
+
"loss": 14.2637,
|
108 |
+
"step": 140
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.06,
|
112 |
+
"grad_norm": 176.0,
|
113 |
+
"learning_rate": 1.1920000000000001e-05,
|
114 |
+
"loss": 15.7517,
|
115 |
+
"step": 150
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.064,
|
119 |
+
"grad_norm": 178.0,
|
120 |
+
"learning_rate": 1.2720000000000002e-05,
|
121 |
+
"loss": 15.2519,
|
122 |
+
"step": 160
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.068,
|
126 |
+
"grad_norm": 5408.0,
|
127 |
+
"learning_rate": 1.3520000000000003e-05,
|
128 |
+
"loss": 51.245,
|
129 |
+
"step": 170
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.072,
|
133 |
+
"grad_norm": 576.0,
|
134 |
+
"learning_rate": 1.432e-05,
|
135 |
+
"loss": 23.1949,
|
136 |
+
"step": 180
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.076,
|
140 |
+
"grad_norm": 402.0,
|
141 |
+
"learning_rate": 1.5120000000000001e-05,
|
142 |
+
"loss": 18.3584,
|
143 |
+
"step": 190
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.08,
|
147 |
+
"grad_norm": 178.0,
|
148 |
+
"learning_rate": 1.5920000000000003e-05,
|
149 |
+
"loss": 17.5383,
|
150 |
+
"step": 200
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.084,
|
154 |
+
"grad_norm": 2064.0,
|
155 |
+
"learning_rate": 1.672e-05,
|
156 |
+
"loss": 22.9987,
|
157 |
+
"step": 210
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.088,
|
161 |
+
"grad_norm": 190.0,
|
162 |
+
"learning_rate": 1.752e-05,
|
163 |
+
"loss": 19.4033,
|
164 |
+
"step": 220
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 0.092,
|
168 |
+
"grad_norm": 150.0,
|
169 |
+
"learning_rate": 1.832e-05,
|
170 |
+
"loss": 15.7816,
|
171 |
+
"step": 230
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.096,
|
175 |
+
"grad_norm": 182.0,
|
176 |
+
"learning_rate": 1.912e-05,
|
177 |
+
"loss": 20.0571,
|
178 |
+
"step": 240
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 0.1,
|
182 |
+
"grad_norm": 302.0,
|
183 |
+
"learning_rate": 1.9920000000000002e-05,
|
184 |
+
"loss": 19.3505,
|
185 |
+
"step": 250
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.104,
|
189 |
+
"grad_norm": 246.0,
|
190 |
+
"learning_rate": 1.9999210442038164e-05,
|
191 |
+
"loss": 19.3353,
|
192 |
+
"step": 260
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 0.108,
|
196 |
+
"grad_norm": 139.0,
|
197 |
+
"learning_rate": 1.9996481265944146e-05,
|
198 |
+
"loss": 17.5568,
|
199 |
+
"step": 270
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"epoch": 0.112,
|
203 |
+
"grad_norm": 314.0,
|
204 |
+
"learning_rate": 1.9991803256020393e-05,
|
205 |
+
"loss": 24.114,
|
206 |
+
"step": 280
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 0.116,
|
210 |
+
"grad_norm": 168.0,
|
211 |
+
"learning_rate": 1.99851773242542e-05,
|
212 |
+
"loss": 24.3222,
|
213 |
+
"step": 290
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.12,
|
217 |
+
"grad_norm": 157.0,
|
218 |
+
"learning_rate": 1.99766047623841e-05,
|
219 |
+
"loss": 17.1357,
|
220 |
+
"step": 300
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 0.124,
|
224 |
+
"grad_norm": 243.0,
|
225 |
+
"learning_rate": 1.996608724164801e-05,
|
226 |
+
"loss": 17.5944,
|
227 |
+
"step": 310
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 0.128,
|
231 |
+
"grad_norm": 168.0,
|
232 |
+
"learning_rate": 1.995362681245744e-05,
|
233 |
+
"loss": 17.9973,
|
234 |
+
"step": 320
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.132,
|
238 |
+
"grad_norm": 129.0,
|
239 |
+
"learning_rate": 1.9939225903997748e-05,
|
240 |
+
"loss": 16.3556,
|
241 |
+
"step": 330
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.136,
|
245 |
+
"grad_norm": 109.0,
|
246 |
+
"learning_rate": 1.992288732375458e-05,
|
247 |
+
"loss": 15.275,
|
248 |
+
"step": 340
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 0.14,
|
252 |
+
"grad_norm": 148.0,
|
253 |
+
"learning_rate": 1.9904614256966514e-05,
|
254 |
+
"loss": 16.484,
|
255 |
+
"step": 350
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 0.144,
|
259 |
+
"grad_norm": 139.0,
|
260 |
+
"learning_rate": 1.9884410266004134e-05,
|
261 |
+
"loss": 17.0713,
|
262 |
+
"step": 360
|
263 |
+
},
|
264 |
+
{
|
265 |
+
"epoch": 0.148,
|
266 |
+
"grad_norm": 252.0,
|
267 |
+
"learning_rate": 1.986227928967551e-05,
|
268 |
+
"loss": 17.0777,
|
269 |
+
"step": 370
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"epoch": 0.152,
|
273 |
+
"grad_norm": 160.0,
|
274 |
+
"learning_rate": 1.983822564245833e-05,
|
275 |
+
"loss": 16.9359,
|
276 |
+
"step": 380
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 0.156,
|
280 |
+
"grad_norm": 128.0,
|
281 |
+
"learning_rate": 1.981225401365877e-05,
|
282 |
+
"loss": 33.823,
|
283 |
+
"step": 390
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"epoch": 0.16,
|
287 |
+
"grad_norm": 142.0,
|
288 |
+
"learning_rate": 1.9784369466497333e-05,
|
289 |
+
"loss": 17.8366,
|
290 |
+
"step": 400
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 0.164,
|
294 |
+
"grad_norm": 604.0,
|
295 |
+
"learning_rate": 1.9754577437121733e-05,
|
296 |
+
"loss": 17.0926,
|
297 |
+
"step": 410
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.168,
|
301 |
+
"grad_norm": 138.0,
|
302 |
+
"learning_rate": 1.9722883733547128e-05,
|
303 |
+
"loss": 25.0166,
|
304 |
+
"step": 420
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 0.172,
|
308 |
+
"grad_norm": 140.0,
|
309 |
+
"learning_rate": 1.968929453452383e-05,
|
310 |
+
"loss": 16.1607,
|
311 |
+
"step": 430
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"epoch": 0.176,
|
315 |
+
"grad_norm": 100.0,
|
316 |
+
"learning_rate": 1.965381638833274e-05,
|
317 |
+
"loss": 15.8693,
|
318 |
+
"step": 440
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"epoch": 0.18,
|
322 |
+
"grad_norm": 127.5,
|
323 |
+
"learning_rate": 1.9616456211508756e-05,
|
324 |
+
"loss": 16.6326,
|
325 |
+
"step": 450
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"epoch": 0.184,
|
329 |
+
"grad_norm": 136.0,
|
330 |
+
"learning_rate": 1.9577221287492368e-05,
|
331 |
+
"loss": 16.4813,
|
332 |
+
"step": 460
|
333 |
+
},
|
334 |
+
{
|
335 |
+
"epoch": 0.188,
|
336 |
+
"grad_norm": 175.0,
|
337 |
+
"learning_rate": 1.9536119265209763e-05,
|
338 |
+
"loss": 16.9464,
|
339 |
+
"step": 470
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.192,
|
343 |
+
"grad_norm": 128.0,
|
344 |
+
"learning_rate": 1.9493158157581617e-05,
|
345 |
+
"loss": 16.8985,
|
346 |
+
"step": 480
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 0.196,
|
350 |
+
"grad_norm": 141.0,
|
351 |
+
"learning_rate": 1.9448346339960984e-05,
|
352 |
+
"loss": 16.1715,
|
353 |
+
"step": 490
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 0.2,
|
357 |
+
"grad_norm": 112.0,
|
358 |
+
"learning_rate": 1.9401692548500504e-05,
|
359 |
+
"loss": 15.8461,
|
360 |
+
"step": 500
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"epoch": 0.204,
|
364 |
+
"grad_norm": 145.0,
|
365 |
+
"learning_rate": 1.935320587844926e-05,
|
366 |
+
"loss": 16.108,
|
367 |
+
"step": 510
|
368 |
+
},
|
369 |
+
{
|
370 |
+
"epoch": 0.208,
|
371 |
+
"grad_norm": 136.0,
|
372 |
+
"learning_rate": 1.9302895782379648e-05,
|
373 |
+
"loss": 15.7665,
|
374 |
+
"step": 520
|
375 |
+
},
|
376 |
+
{
|
377 |
+
"epoch": 0.212,
|
378 |
+
"grad_norm": 112.0,
|
379 |
+
"learning_rate": 1.925077206834458e-05,
|
380 |
+
"loss": 14.6068,
|
381 |
+
"step": 530
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 0.216,
|
385 |
+
"grad_norm": 93.0,
|
386 |
+
"learning_rate": 1.9196844897965393e-05,
|
387 |
+
"loss": 15.5989,
|
388 |
+
"step": 540
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"epoch": 0.22,
|
392 |
+
"grad_norm": 121.0,
|
393 |
+
"learning_rate": 1.914112478445079e-05,
|
394 |
+
"loss": 15.9623,
|
395 |
+
"step": 550
|
396 |
+
},
|
397 |
+
{
|
398 |
+
"epoch": 0.224,
|
399 |
+
"grad_norm": 95.0,
|
400 |
+
"learning_rate": 1.9083622590547313e-05,
|
401 |
+
"loss": 15.6861,
|
402 |
+
"step": 560
|
403 |
+
},
|
404 |
+
{
|
405 |
+
"epoch": 0.228,
|
406 |
+
"grad_norm": 114.5,
|
407 |
+
"learning_rate": 1.9024349526421596e-05,
|
408 |
+
"loss": 15.4145,
|
409 |
+
"step": 570
|
410 |
+
},
|
411 |
+
{
|
412 |
+
"epoch": 0.232,
|
413 |
+
"grad_norm": 114.5,
|
414 |
+
"learning_rate": 1.896331714747493e-05,
|
415 |
+
"loss": 14.4382,
|
416 |
+
"step": 580
|
417 |
+
},
|
418 |
+
{
|
419 |
+
"epoch": 0.236,
|
420 |
+
"grad_norm": 111.0,
|
421 |
+
"learning_rate": 1.8900537352090523e-05,
|
422 |
+
"loss": 14.8372,
|
423 |
+
"step": 590
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"epoch": 0.24,
|
427 |
+
"grad_norm": 129.0,
|
428 |
+
"learning_rate": 1.8836022379313884e-05,
|
429 |
+
"loss": 16.0596,
|
430 |
+
"step": 600
|
431 |
+
},
|
432 |
+
{
|
433 |
+
"epoch": 0.244,
|
434 |
+
"grad_norm": 97.0,
|
435 |
+
"learning_rate": 1.8769784806466768e-05,
|
436 |
+
"loss": 14.8813,
|
437 |
+
"step": 610
|
438 |
+
},
|
439 |
+
{
|
440 |
+
"epoch": 0.248,
|
441 |
+
"grad_norm": 97.0,
|
442 |
+
"learning_rate": 1.870183754669526e-05,
|
443 |
+
"loss": 13.9936,
|
444 |
+
"step": 620
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"epoch": 0.252,
|
448 |
+
"grad_norm": 111.5,
|
449 |
+
"learning_rate": 1.863219384645227e-05,
|
450 |
+
"loss": 14.9816,
|
451 |
+
"step": 630
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"epoch": 0.256,
|
455 |
+
"grad_norm": 108.5,
|
456 |
+
"learning_rate": 1.8560867282915164e-05,
|
457 |
+
"loss": 14.2031,
|
458 |
+
"step": 640
|
459 |
+
},
|
460 |
+
{
|
461 |
+
"epoch": 0.26,
|
462 |
+
"grad_norm": 104.0,
|
463 |
+
"learning_rate": 1.848787176133882e-05,
|
464 |
+
"loss": 14.7739,
|
465 |
+
"step": 650
|
466 |
+
},
|
467 |
+
{
|
468 |
+
"epoch": 0.264,
|
469 |
+
"grad_norm": 89.0,
|
470 |
+
"learning_rate": 1.8413221512344805e-05,
|
471 |
+
"loss": 14.7629,
|
472 |
+
"step": 660
|
473 |
+
},
|
474 |
+
{
|
475 |
+
"epoch": 0.268,
|
476 |
+
"grad_norm": 113.5,
|
477 |
+
"learning_rate": 1.8336931089147076e-05,
|
478 |
+
"loss": 14.6109,
|
479 |
+
"step": 670
|
480 |
+
},
|
481 |
+
{
|
482 |
+
"epoch": 0.272,
|
483 |
+
"grad_norm": 97.5,
|
484 |
+
"learning_rate": 1.8259015364714786e-05,
|
485 |
+
"loss": 15.1143,
|
486 |
+
"step": 680
|
487 |
+
},
|
488 |
+
{
|
489 |
+
"epoch": 0.276,
|
490 |
+
"grad_norm": 108.0,
|
491 |
+
"learning_rate": 1.8179489528872808e-05,
|
492 |
+
"loss": 14.3949,
|
493 |
+
"step": 690
|
494 |
+
},
|
495 |
+
{
|
496 |
+
"epoch": 0.28,
|
497 |
+
"grad_norm": 111.5,
|
498 |
+
"learning_rate": 1.80983690853404e-05,
|
499 |
+
"loss": 14.4273,
|
500 |
+
"step": 700
|
501 |
+
},
|
502 |
+
{
|
503 |
+
"epoch": 0.284,
|
504 |
+
"grad_norm": 112.5,
|
505 |
+
"learning_rate": 1.8015669848708768e-05,
|
506 |
+
"loss": 13.8492,
|
507 |
+
"step": 710
|
508 |
+
},
|
509 |
+
{
|
510 |
+
"epoch": 0.288,
|
511 |
+
"grad_norm": 119.5,
|
512 |
+
"learning_rate": 1.793140794135795e-05,
|
513 |
+
"loss": 14.5132,
|
514 |
+
"step": 720
|
515 |
+
},
|
516 |
+
{
|
517 |
+
"epoch": 0.292,
|
518 |
+
"grad_norm": 100.0,
|
519 |
+
"learning_rate": 1.7845599790313735e-05,
|
520 |
+
"loss": 13.9506,
|
521 |
+
"step": 730
|
522 |
+
},
|
523 |
+
{
|
524 |
+
"epoch": 0.296,
|
525 |
+
"grad_norm": 133.0,
|
526 |
+
"learning_rate": 1.7758262124045195e-05,
|
527 |
+
"loss": 13.6922,
|
528 |
+
"step": 740
|
529 |
+
},
|
530 |
+
{
|
531 |
+
"epoch": 0.3,
|
532 |
+
"grad_norm": 100.5,
|
533 |
+
"learning_rate": 1.7669411969203417e-05,
|
534 |
+
"loss": 14.3881,
|
535 |
+
"step": 750
|
536 |
+
},
|
537 |
+
{
|
538 |
+
"epoch": 0.304,
|
539 |
+
"grad_norm": 128.0,
|
540 |
+
"learning_rate": 1.7579066647302134e-05,
|
541 |
+
"loss": 14.2717,
|
542 |
+
"step": 760
|
543 |
+
},
|
544 |
+
{
|
545 |
+
"epoch": 0.308,
|
546 |
+
"grad_norm": 98.0,
|
547 |
+
"learning_rate": 1.7487243771340862e-05,
|
548 |
+
"loss": 13.3169,
|
549 |
+
"step": 770
|
550 |
+
},
|
551 |
+
{
|
552 |
+
"epoch": 0.312,
|
553 |
+
"grad_norm": 95.0,
|
554 |
+
"learning_rate": 1.7393961242371203e-05,
|
555 |
+
"loss": 13.9998,
|
556 |
+
"step": 780
|
557 |
+
},
|
558 |
+
{
|
559 |
+
"epoch": 0.316,
|
560 |
+
"grad_norm": 118.5,
|
561 |
+
"learning_rate": 1.7299237246007018e-05,
|
562 |
+
"loss": 13.8477,
|
563 |
+
"step": 790
|
564 |
+
},
|
565 |
+
{
|
566 |
+
"epoch": 0.32,
|
567 |
+
"grad_norm": 83.0,
|
568 |
+
"learning_rate": 1.720309024887907e-05,
|
569 |
+
"loss": 13.4694,
|
570 |
+
"step": 800
|
571 |
+
},
|
572 |
+
{
|
573 |
+
"epoch": 0.324,
|
574 |
+
"grad_norm": 119.0,
|
575 |
+
"learning_rate": 1.710553899503496e-05,
|
576 |
+
"loss": 14.0974,
|
577 |
+
"step": 810
|
578 |
+
},
|
579 |
+
{
|
580 |
+
"epoch": 0.328,
|
581 |
+
"grad_norm": 93.0,
|
582 |
+
"learning_rate": 1.700660250228492e-05,
|
583 |
+
"loss": 13.7642,
|
584 |
+
"step": 820
|
585 |
+
},
|
586 |
+
{
|
587 |
+
"epoch": 0.332,
|
588 |
+
"grad_norm": 113.0,
|
589 |
+
"learning_rate": 1.690630005849423e-05,
|
590 |
+
"loss": 13.5297,
|
591 |
+
"step": 830
|
592 |
+
},
|
593 |
+
{
|
594 |
+
"epoch": 0.336,
|
595 |
+
"grad_norm": 98.0,
|
596 |
+
"learning_rate": 1.6804651217823055e-05,
|
597 |
+
"loss": 12.6107,
|
598 |
+
"step": 840
|
599 |
+
},
|
600 |
+
{
|
601 |
+
"epoch": 0.34,
|
602 |
+
"grad_norm": 90.5,
|
603 |
+
"learning_rate": 1.6701675796914284e-05,
|
604 |
+
"loss": 13.7018,
|
605 |
+
"step": 850
|
606 |
+
},
|
607 |
+
{
|
608 |
+
"epoch": 0.344,
|
609 |
+
"grad_norm": 84.5,
|
610 |
+
"learning_rate": 1.6597393871030264e-05,
|
611 |
+
"loss": 13.5795,
|
612 |
+
"step": 860
|
613 |
+
},
|
614 |
+
{
|
615 |
+
"epoch": 0.348,
|
616 |
+
"grad_norm": 88.0,
|
617 |
+
"learning_rate": 1.649182577013906e-05,
|
618 |
+
"loss": 13.3089,
|
619 |
+
"step": 870
|
620 |
+
},
|
621 |
+
{
|
622 |
+
"epoch": 0.352,
|
623 |
+
"grad_norm": 108.5,
|
624 |
+
"learning_rate": 1.6384992074951124e-05,
|
625 |
+
"loss": 14.8595,
|
626 |
+
"step": 880
|
627 |
+
},
|
628 |
+
{
|
629 |
+
"epoch": 0.356,
|
630 |
+
"grad_norm": 109.5,
|
631 |
+
"learning_rate": 1.6276913612907005e-05,
|
632 |
+
"loss": 13.6668,
|
633 |
+
"step": 890
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"epoch": 0.36,
|
637 |
+
"grad_norm": 82.0,
|
638 |
+
"learning_rate": 1.6167611454117027e-05,
|
639 |
+
"loss": 14.3564,
|
640 |
+
"step": 900
|
641 |
+
},
|
642 |
+
{
|
643 |
+
"epoch": 0.364,
|
644 |
+
"grad_norm": 88.5,
|
645 |
+
"learning_rate": 1.6057106907253617e-05,
|
646 |
+
"loss": 13.4427,
|
647 |
+
"step": 910
|
648 |
+
},
|
649 |
+
{
|
650 |
+
"epoch": 0.368,
|
651 |
+
"grad_norm": 106.5,
|
652 |
+
"learning_rate": 1.5945421515397135e-05,
|
653 |
+
"loss": 12.7742,
|
654 |
+
"step": 920
|
655 |
+
},
|
656 |
+
{
|
657 |
+
"epoch": 0.372,
|
658 |
+
"grad_norm": 98.0,
|
659 |
+
"learning_rate": 1.5832577051836016e-05,
|
660 |
+
"loss": 12.5311,
|
661 |
+
"step": 930
|
662 |
+
},
|
663 |
+
{
|
664 |
+
"epoch": 0.376,
|
665 |
+
"grad_norm": 105.5,
|
666 |
+
"learning_rate": 1.5718595515822027e-05,
|
667 |
+
"loss": 13.2552,
|
668 |
+
"step": 940
|
669 |
+
},
|
670 |
+
{
|
671 |
+
"epoch": 0.38,
|
672 |
+
"grad_norm": 104.0,
|
673 |
+
"learning_rate": 1.5603499128281447e-05,
|
674 |
+
"loss": 12.7764,
|
675 |
+
"step": 950
|
676 |
+
},
|
677 |
+
{
|
678 |
+
"epoch": 0.384,
|
679 |
+
"grad_norm": 88.0,
|
680 |
+
"learning_rate": 1.5487310327483087e-05,
|
681 |
+
"loss": 12.5753,
|
682 |
+
"step": 960
|
683 |
+
},
|
684 |
+
{
|
685 |
+
"epoch": 0.388,
|
686 |
+
"grad_norm": 88.0,
|
687 |
+
"learning_rate": 1.5370051764663872e-05,
|
688 |
+
"loss": 11.839,
|
689 |
+
"step": 970
|
690 |
+
},
|
691 |
+
{
|
692 |
+
"epoch": 0.392,
|
693 |
+
"grad_norm": 79.0,
|
694 |
+
"learning_rate": 1.5251746299612959e-05,
|
695 |
+
"loss": 12.3413,
|
696 |
+
"step": 980
|
697 |
+
},
|
698 |
+
{
|
699 |
+
"epoch": 0.396,
|
700 |
+
"grad_norm": 88.5,
|
701 |
+
"learning_rate": 1.5132416996215171e-05,
|
702 |
+
"loss": 11.7489,
|
703 |
+
"step": 990
|
704 |
+
},
|
705 |
+
{
|
706 |
+
"epoch": 0.4,
|
707 |
+
"grad_norm": 79.0,
|
708 |
+
"learning_rate": 1.5012087117954643e-05,
|
709 |
+
"loss": 12.265,
|
710 |
+
"step": 1000
|
711 |
+
},
|
712 |
+
{
|
713 |
+
"epoch": 0.404,
|
714 |
+
"grad_norm": 84.5,
|
715 |
+
"learning_rate": 1.4890780123379565e-05,
|
716 |
+
"loss": 12.1652,
|
717 |
+
"step": 1010
|
718 |
+
},
|
719 |
+
{
|
720 |
+
"epoch": 0.408,
|
721 |
+
"grad_norm": 83.0,
|
722 |
+
"learning_rate": 1.4768519661528879e-05,
|
723 |
+
"loss": 11.4174,
|
724 |
+
"step": 1020
|
725 |
+
},
|
726 |
+
{
|
727 |
+
"epoch": 0.412,
|
728 |
+
"grad_norm": 94.5,
|
729 |
+
"learning_rate": 1.464532956732188e-05,
|
730 |
+
"loss": 12.5315,
|
731 |
+
"step": 1030
|
732 |
+
},
|
733 |
+
{
|
734 |
+
"epoch": 0.416,
|
735 |
+
"grad_norm": 87.0,
|
736 |
+
"learning_rate": 1.4521233856911507e-05,
|
737 |
+
"loss": 12.0051,
|
738 |
+
"step": 1040
|
739 |
+
},
|
740 |
+
{
|
741 |
+
"epoch": 0.42,
|
742 |
+
"grad_norm": 85.5,
|
743 |
+
"learning_rate": 1.43962567230024e-05,
|
744 |
+
"loss": 12.177,
|
745 |
+
"step": 1050
|
746 |
+
},
|
747 |
+
{
|
748 |
+
"epoch": 0.424,
|
749 |
+
"grad_norm": 91.0,
|
750 |
+
"learning_rate": 1.4270422530134433e-05,
|
751 |
+
"loss": 12.3925,
|
752 |
+
"step": 1060
|
753 |
+
},
|
754 |
+
{
|
755 |
+
"epoch": 0.428,
|
756 |
+
"grad_norm": 96.5,
|
757 |
+
"learning_rate": 1.4143755809932843e-05,
|
758 |
+
"loss": 12.4198,
|
759 |
+
"step": 1070
|
760 |
+
},
|
761 |
+
{
|
762 |
+
"epoch": 0.432,
|
763 |
+
"grad_norm": 82.0,
|
764 |
+
"learning_rate": 1.4016281256325702e-05,
|
765 |
+
"loss": 12.5425,
|
766 |
+
"step": 1080
|
767 |
+
},
|
768 |
+
{
|
769 |
+
"epoch": 0.436,
|
770 |
+
"grad_norm": 73.5,
|
771 |
+
"learning_rate": 1.388802372072981e-05,
|
772 |
+
"loss": 12.0934,
|
773 |
+
"step": 1090
|
774 |
+
},
|
775 |
+
{
|
776 |
+
"epoch": 0.44,
|
777 |
+
"grad_norm": 73.0,
|
778 |
+
"learning_rate": 1.3759008207205869e-05,
|
779 |
+
"loss": 11.4355,
|
780 |
+
"step": 1100
|
781 |
+
},
|
782 |
+
{
|
783 |
+
"epoch": 0.444,
|
784 |
+
"grad_norm": 78.5,
|
785 |
+
"learning_rate": 1.3629259867583864e-05,
|
786 |
+
"loss": 11.8871,
|
787 |
+
"step": 1110
|
788 |
+
},
|
789 |
+
{
|
790 |
+
"epoch": 0.448,
|
791 |
+
"grad_norm": 76.5,
|
792 |
+
"learning_rate": 1.349880399655969e-05,
|
793 |
+
"loss": 11.2964,
|
794 |
+
"step": 1120
|
795 |
+
},
|
796 |
+
{
|
797 |
+
"epoch": 0.452,
|
798 |
+
"grad_norm": 86.0,
|
799 |
+
"learning_rate": 1.3367666026763884e-05,
|
800 |
+
"loss": 11.2128,
|
801 |
+
"step": 1130
|
802 |
+
},
|
803 |
+
{
|
804 |
+
"epoch": 0.456,
|
805 |
+
"grad_norm": 78.5,
|
806 |
+
"learning_rate": 1.3235871523803496e-05,
|
807 |
+
"loss": 11.5252,
|
808 |
+
"step": 1140
|
809 |
+
},
|
810 |
+
{
|
811 |
+
"epoch": 0.46,
|
812 |
+
"grad_norm": 76.5,
|
813 |
+
"learning_rate": 1.3103446181278015e-05,
|
814 |
+
"loss": 11.3193,
|
815 |
+
"step": 1150
|
816 |
+
},
|
817 |
+
{
|
818 |
+
"epoch": 0.464,
|
819 |
+
"grad_norm": 78.0,
|
820 |
+
"learning_rate": 1.297041581577035e-05,
|
821 |
+
"loss": 11.2879,
|
822 |
+
"step": 1160
|
823 |
+
},
|
824 |
+
{
|
825 |
+
"epoch": 0.468,
|
826 |
+
"grad_norm": 81.5,
|
827 |
+
"learning_rate": 1.2836806361813846e-05,
|
828 |
+
"loss": 11.1236,
|
829 |
+
"step": 1170
|
830 |
+
},
|
831 |
+
{
|
832 |
+
"epoch": 0.472,
|
833 |
+
"grad_norm": 72.0,
|
834 |
+
"learning_rate": 1.270264386683628e-05,
|
835 |
+
"loss": 10.7719,
|
836 |
+
"step": 1180
|
837 |
+
},
|
838 |
+
{
|
839 |
+
"epoch": 0.476,
|
840 |
+
"grad_norm": 73.0,
|
841 |
+
"learning_rate": 1.256795448608188e-05,
|
842 |
+
"loss": 10.945,
|
843 |
+
"step": 1190
|
844 |
+
},
|
845 |
+
{
|
846 |
+
"epoch": 0.48,
|
847 |
+
"grad_norm": 72.5,
|
848 |
+
"learning_rate": 1.2432764477512294e-05,
|
849 |
+
"loss": 11.3054,
|
850 |
+
"step": 1200
|
851 |
+
},
|
852 |
+
{
|
853 |
+
"epoch": 0.484,
|
854 |
+
"grad_norm": 69.0,
|
855 |
+
"learning_rate": 1.2297100196687557e-05,
|
856 |
+
"loss": 11.0717,
|
857 |
+
"step": 1210
|
858 |
+
},
|
859 |
+
{
|
860 |
+
"epoch": 0.488,
|
861 |
+
"grad_norm": 79.0,
|
862 |
+
"learning_rate": 1.2160988091628023e-05,
|
863 |
+
"loss": 11.1283,
|
864 |
+
"step": 1220
|
865 |
+
},
|
866 |
+
{
|
867 |
+
"epoch": 0.492,
|
868 |
+
"grad_norm": 69.5,
|
869 |
+
"learning_rate": 1.202445469765826e-05,
|
870 |
+
"loss": 10.7246,
|
871 |
+
"step": 1230
|
872 |
+
},
|
873 |
+
{
|
874 |
+
"epoch": 0.496,
|
875 |
+
"grad_norm": 64.5,
|
876 |
+
"learning_rate": 1.1887526632233954e-05,
|
877 |
+
"loss": 11.1319,
|
878 |
+
"step": 1240
|
879 |
+
},
|
880 |
+
{
|
881 |
+
"epoch": 0.5,
|
882 |
+
"grad_norm": 74.0,
|
883 |
+
"learning_rate": 1.1750230589752763e-05,
|
884 |
+
"loss": 11.0599,
|
885 |
+
"step": 1250
|
886 |
+
},
|
887 |
+
{
|
888 |
+
"epoch": 0.504,
|
889 |
+
"grad_norm": 90.5,
|
890 |
+
"learning_rate": 1.1612593336350209e-05,
|
891 |
+
"loss": 10.9624,
|
892 |
+
"step": 1260
|
893 |
+
},
|
894 |
+
{
|
895 |
+
"epoch": 0.508,
|
896 |
+
"grad_norm": 74.5,
|
897 |
+
"learning_rate": 1.1474641704681551e-05,
|
898 |
+
"loss": 11.6825,
|
899 |
+
"step": 1270
|
900 |
+
},
|
901 |
+
{
|
902 |
+
"epoch": 0.512,
|
903 |
+
"grad_norm": 83.5,
|
904 |
+
"learning_rate": 1.1336402588690727e-05,
|
905 |
+
"loss": 10.4348,
|
906 |
+
"step": 1280
|
907 |
+
},
|
908 |
+
{
|
909 |
+
"epoch": 0.516,
|
910 |
+
"grad_norm": 60.25,
|
911 |
+
"learning_rate": 1.1197902938367297e-05,
|
912 |
+
"loss": 10.192,
|
913 |
+
"step": 1290
|
914 |
+
},
|
915 |
+
{
|
916 |
+
"epoch": 0.52,
|
917 |
+
"grad_norm": 70.5,
|
918 |
+
"learning_rate": 1.105916975449252e-05,
|
919 |
+
"loss": 10.9921,
|
920 |
+
"step": 1300
|
921 |
+
},
|
922 |
+
{
|
923 |
+
"epoch": 0.524,
|
924 |
+
"grad_norm": 68.5,
|
925 |
+
"learning_rate": 1.0920230083375474e-05,
|
926 |
+
"loss": 10.9344,
|
927 |
+
"step": 1310
|
928 |
+
},
|
929 |
+
{
|
930 |
+
"epoch": 0.528,
|
931 |
+
"grad_norm": 94.5,
|
932 |
+
"learning_rate": 1.0781111011580336e-05,
|
933 |
+
"loss": 10.7657,
|
934 |
+
"step": 1320
|
935 |
+
},
|
936 |
+
{
|
937 |
+
"epoch": 0.532,
|
938 |
+
"grad_norm": 66.0,
|
939 |
+
"learning_rate": 1.0641839660645806e-05,
|
940 |
+
"loss": 10.2728,
|
941 |
+
"step": 1330
|
942 |
+
},
|
943 |
+
{
|
944 |
+
"epoch": 0.536,
|
945 |
+
"grad_norm": 86.0,
|
946 |
+
"learning_rate": 1.0502443181797696e-05,
|
947 |
+
"loss": 10.3206,
|
948 |
+
"step": 1340
|
949 |
+
},
|
950 |
+
{
|
951 |
+
"epoch": 0.54,
|
952 |
+
"grad_norm": 71.0,
|
953 |
+
"learning_rate": 1.036294875065576e-05,
|
954 |
+
"loss": 10.4514,
|
955 |
+
"step": 1350
|
956 |
+
},
|
957 |
+
{
|
958 |
+
"epoch": 0.544,
|
959 |
+
"grad_norm": 63.0,
|
960 |
+
"learning_rate": 1.0223383561935738e-05,
|
961 |
+
"loss": 10.148,
|
962 |
+
"step": 1360
|
963 |
+
},
|
964 |
+
{
|
965 |
+
"epoch": 0.548,
|
966 |
+
"grad_norm": 69.0,
|
967 |
+
"learning_rate": 1.0083774824147707e-05,
|
968 |
+
"loss": 10.213,
|
969 |
+
"step": 1370
|
970 |
+
},
|
971 |
+
{
|
972 |
+
"epoch": 0.552,
|
973 |
+
"grad_norm": 75.0,
|
974 |
+
"learning_rate": 9.944149754291719e-06,
|
975 |
+
"loss": 10.3198,
|
976 |
+
"step": 1380
|
977 |
+
},
|
978 |
+
{
|
979 |
+
"epoch": 0.556,
|
980 |
+
"grad_norm": 75.0,
|
981 |
+
"learning_rate": 9.80453557255179e-06,
|
982 |
+
"loss": 9.7986,
|
983 |
+
"step": 1390
|
984 |
+
},
|
985 |
+
{
|
986 |
+
"epoch": 0.56,
|
987 |
+
"grad_norm": 69.0,
|
988 |
+
"learning_rate": 9.664959496989286e-06,
|
989 |
+
"loss": 10.2986,
|
990 |
+
"step": 1400
|
991 |
+
},
|
992 |
+
{
|
993 |
+
"epoch": 0.564,
|
994 |
+
"grad_norm": 74.0,
|
995 |
+
"learning_rate": 9.525448738236691e-06,
|
996 |
+
"loss": 10.4321,
|
997 |
+
"step": 1410
|
998 |
+
},
|
999 |
+
{
|
1000 |
+
"epoch": 0.568,
|
1001 |
+
"grad_norm": 74.5,
|
1002 |
+
"learning_rate": 9.386030494192847e-06,
|
1003 |
+
"loss": 9.978,
|
1004 |
+
"step": 1420
|
1005 |
+
},
|
1006 |
+
{
|
1007 |
+
"epoch": 0.572,
|
1008 |
+
"grad_norm": 70.0,
|
1009 |
+
"learning_rate": 9.246731944720675e-06,
|
1010 |
+
"loss": 9.8457,
|
1011 |
+
"step": 1430
|
1012 |
+
},
|
1013 |
+
{
|
1014 |
+
"epoch": 0.576,
|
1015 |
+
"grad_norm": 69.0,
|
1016 |
+
"learning_rate": 9.107580246348395e-06,
|
1017 |
+
"loss": 9.8384,
|
1018 |
+
"step": 1440
|
1019 |
+
},
|
1020 |
+
{
|
1021 |
+
"epoch": 0.58,
|
1022 |
+
"grad_norm": 71.5,
|
1023 |
+
"learning_rate": 8.968602526975329e-06,
|
1024 |
+
"loss": 9.4468,
|
1025 |
+
"step": 1450
|
1026 |
+
},
|
1027 |
+
{
|
1028 |
+
"epoch": 0.584,
|
1029 |
+
"grad_norm": 152.0,
|
1030 |
+
"learning_rate": 8.829825880583228e-06,
|
1031 |
+
"loss": 9.6898,
|
1032 |
+
"step": 1460
|
1033 |
+
},
|
1034 |
+
{
|
1035 |
+
"epoch": 0.588,
|
1036 |
+
"grad_norm": 59.0,
|
1037 |
+
"learning_rate": 8.69127736195428e-06,
|
1038 |
+
"loss": 9.3791,
|
1039 |
+
"step": 1470
|
1040 |
+
},
|
1041 |
+
{
|
1042 |
+
"epoch": 0.592,
|
1043 |
+
"grad_norm": 70.0,
|
1044 |
+
"learning_rate": 8.552983981396709e-06,
|
1045 |
+
"loss": 9.6053,
|
1046 |
+
"step": 1480
|
1047 |
+
},
|
1048 |
+
{
|
1049 |
+
"epoch": 0.596,
|
1050 |
+
"grad_norm": 63.0,
|
1051 |
+
"learning_rate": 8.414972699479076e-06,
|
1052 |
+
"loss": 9.5834,
|
1053 |
+
"step": 1490
|
1054 |
+
},
|
1055 |
+
{
|
1056 |
+
"epoch": 0.6,
|
1057 |
+
"grad_norm": 77.5,
|
1058 |
+
"learning_rate": 8.277270421774234e-06,
|
1059 |
+
"loss": 9.4602,
|
1060 |
+
"step": 1500
|
1061 |
+
},
|
1062 |
+
{
|
1063 |
+
"epoch": 0.604,
|
1064 |
+
"grad_norm": 64.0,
|
1065 |
+
"learning_rate": 8.139903993614069e-06,
|
1066 |
+
"loss": 9.2274,
|
1067 |
+
"step": 1510
|
1068 |
+
},
|
1069 |
+
{
|
1070 |
+
"epoch": 0.608,
|
1071 |
+
"grad_norm": 60.0,
|
1072 |
+
"learning_rate": 8.00290019485593e-06,
|
1073 |
+
"loss": 9.2331,
|
1074 |
+
"step": 1520
|
1075 |
+
},
|
1076 |
+
{
|
1077 |
+
"epoch": 0.612,
|
1078 |
+
"grad_norm": 386.0,
|
1079 |
+
"learning_rate": 7.866285734661842e-06,
|
1080 |
+
"loss": 9.2324,
|
1081 |
+
"step": 1530
|
1082 |
+
},
|
1083 |
+
{
|
1084 |
+
"epoch": 0.616,
|
1085 |
+
"grad_norm": 60.0,
|
1086 |
+
"learning_rate": 7.730087246291503e-06,
|
1087 |
+
"loss": 9.2647,
|
1088 |
+
"step": 1540
|
1089 |
+
},
|
1090 |
+
{
|
1091 |
+
"epoch": 0.62,
|
1092 |
+
"grad_norm": 58.25,
|
1093 |
+
"learning_rate": 7.594331281910082e-06,
|
1094 |
+
"loss": 9.117,
|
1095 |
+
"step": 1550
|
1096 |
+
},
|
1097 |
+
{
|
1098 |
+
"epoch": 0.624,
|
1099 |
+
"grad_norm": 72.0,
|
1100 |
+
"learning_rate": 7.4590443074118325e-06,
|
1101 |
+
"loss": 8.8587,
|
1102 |
+
"step": 1560
|
1103 |
+
},
|
1104 |
+
{
|
1105 |
+
"epoch": 0.628,
|
1106 |
+
"grad_norm": 66.5,
|
1107 |
+
"learning_rate": 7.324252697260475e-06,
|
1108 |
+
"loss": 9.1659,
|
1109 |
+
"step": 1570
|
1110 |
+
},
|
1111 |
+
{
|
1112 |
+
"epoch": 0.632,
|
1113 |
+
"grad_norm": 65.5,
|
1114 |
+
"learning_rate": 7.189982729347491e-06,
|
1115 |
+
"loss": 8.8773,
|
1116 |
+
"step": 1580
|
1117 |
+
},
|
1118 |
+
{
|
1119 |
+
"epoch": 0.636,
|
1120 |
+
"grad_norm": 63.5,
|
1121 |
+
"learning_rate": 7.056260579869165e-06,
|
1122 |
+
"loss": 8.9672,
|
1123 |
+
"step": 1590
|
1124 |
+
},
|
1125 |
+
{
|
1126 |
+
"epoch": 0.64,
|
1127 |
+
"grad_norm": 62.75,
|
1128 |
+
"learning_rate": 6.923112318223497e-06,
|
1129 |
+
"loss": 9.1023,
|
1130 |
+
"step": 1600
|
1131 |
+
},
|
1132 |
+
{
|
1133 |
+
"epoch": 0.644,
|
1134 |
+
"grad_norm": 63.25,
|
1135 |
+
"learning_rate": 6.790563901927907e-06,
|
1136 |
+
"loss": 9.4185,
|
1137 |
+
"step": 1610
|
1138 |
+
},
|
1139 |
+
{
|
1140 |
+
"epoch": 0.648,
|
1141 |
+
"grad_norm": 66.5,
|
1142 |
+
"learning_rate": 6.658641171558785e-06,
|
1143 |
+
"loss": 9.3091,
|
1144 |
+
"step": 1620
|
1145 |
+
},
|
1146 |
+
{
|
1147 |
+
"epoch": 0.652,
|
1148 |
+
"grad_norm": 62.5,
|
1149 |
+
"learning_rate": 6.52736984571381e-06,
|
1150 |
+
"loss": 8.9926,
|
1151 |
+
"step": 1630
|
1152 |
+
},
|
1153 |
+
{
|
1154 |
+
"epoch": 0.656,
|
1155 |
+
"grad_norm": 76.5,
|
1156 |
+
"learning_rate": 6.396775515998055e-06,
|
1157 |
+
"loss": 8.8942,
|
1158 |
+
"step": 1640
|
1159 |
+
},
|
1160 |
+
{
|
1161 |
+
"epoch": 0.66,
|
1162 |
+
"grad_norm": 85.0,
|
1163 |
+
"learning_rate": 6.2668836420348535e-06,
|
1164 |
+
"loss": 9.101,
|
1165 |
+
"step": 1650
|
1166 |
+
},
|
1167 |
+
{
|
1168 |
+
"epoch": 0.664,
|
1169 |
+
"grad_norm": 66.0,
|
1170 |
+
"learning_rate": 6.137719546502401e-06,
|
1171 |
+
"loss": 8.3126,
|
1172 |
+
"step": 1660
|
1173 |
+
},
|
1174 |
+
{
|
1175 |
+
"epoch": 0.668,
|
1176 |
+
"grad_norm": 58.25,
|
1177 |
+
"learning_rate": 6.009308410197048e-06,
|
1178 |
+
"loss": 8.6663,
|
1179 |
+
"step": 1670
|
1180 |
+
},
|
1181 |
+
{
|
1182 |
+
"epoch": 0.672,
|
1183 |
+
"grad_norm": 68.5,
|
1184 |
+
"learning_rate": 5.881675267124254e-06,
|
1185 |
+
"loss": 8.749,
|
1186 |
+
"step": 1680
|
1187 |
+
},
|
1188 |
+
{
|
1189 |
+
"epoch": 0.676,
|
1190 |
+
"grad_norm": 55.25,
|
1191 |
+
"learning_rate": 5.754844999618144e-06,
|
1192 |
+
"loss": 8.449,
|
1193 |
+
"step": 1690
|
1194 |
+
},
|
1195 |
+
{
|
1196 |
+
"epoch": 0.68,
|
1197 |
+
"grad_norm": 58.5,
|
1198 |
+
"learning_rate": 5.628842333490674e-06,
|
1199 |
+
"loss": 8.9409,
|
1200 |
+
"step": 1700
|
1201 |
+
},
|
1202 |
+
{
|
1203 |
+
"epoch": 0.684,
|
1204 |
+
"grad_norm": 58.25,
|
1205 |
+
"learning_rate": 5.50369183321126e-06,
|
1206 |
+
"loss": 8.4775,
|
1207 |
+
"step": 1710
|
1208 |
+
},
|
1209 |
+
{
|
1210 |
+
"epoch": 0.688,
|
1211 |
+
"grad_norm": 89.5,
|
1212 |
+
"learning_rate": 5.379417897117917e-06,
|
1213 |
+
"loss": 8.355,
|
1214 |
+
"step": 1720
|
1215 |
+
},
|
1216 |
+
{
|
1217 |
+
"epoch": 0.692,
|
1218 |
+
"grad_norm": 57.75,
|
1219 |
+
"learning_rate": 5.256044752660709e-06,
|
1220 |
+
"loss": 8.4883,
|
1221 |
+
"step": 1730
|
1222 |
+
},
|
1223 |
+
{
|
1224 |
+
"epoch": 0.696,
|
1225 |
+
"grad_norm": 60.25,
|
1226 |
+
"learning_rate": 5.133596451678603e-06,
|
1227 |
+
"loss": 8.255,
|
1228 |
+
"step": 1740
|
1229 |
+
},
|
1230 |
+
{
|
1231 |
+
"epoch": 0.7,
|
1232 |
+
"grad_norm": 61.0,
|
1233 |
+
"learning_rate": 5.012096865710494e-06,
|
1234 |
+
"loss": 8.4214,
|
1235 |
+
"step": 1750
|
1236 |
+
},
|
1237 |
+
{
|
1238 |
+
"epoch": 0.704,
|
1239 |
+
"grad_norm": 69.0,
|
1240 |
+
"learning_rate": 4.891569681341403e-06,
|
1241 |
+
"loss": 8.3666,
|
1242 |
+
"step": 1760
|
1243 |
+
},
|
1244 |
+
{
|
1245 |
+
"epoch": 0.708,
|
1246 |
+
"grad_norm": 91.5,
|
1247 |
+
"learning_rate": 4.772038395584735e-06,
|
1248 |
+
"loss": 8.8221,
|
1249 |
+
"step": 1770
|
1250 |
+
},
|
1251 |
+
{
|
1252 |
+
"epoch": 0.712,
|
1253 |
+
"grad_norm": 60.5,
|
1254 |
+
"learning_rate": 4.6535263113014885e-06,
|
1255 |
+
"loss": 8.5474,
|
1256 |
+
"step": 1780
|
1257 |
+
},
|
1258 |
+
{
|
1259 |
+
"epoch": 0.716,
|
1260 |
+
"grad_norm": 69.5,
|
1261 |
+
"learning_rate": 4.53605653265731e-06,
|
1262 |
+
"loss": 8.0251,
|
1263 |
+
"step": 1790
|
1264 |
+
},
|
1265 |
+
{
|
1266 |
+
"epoch": 0.72,
|
1267 |
+
"grad_norm": 68.0,
|
1268 |
+
"learning_rate": 4.419651960618302e-06,
|
1269 |
+
"loss": 7.8395,
|
1270 |
+
"step": 1800
|
1271 |
+
},
|
1272 |
+
{
|
1273 |
+
"epoch": 0.724,
|
1274 |
+
"grad_norm": 55.75,
|
1275 |
+
"learning_rate": 4.304335288486426e-06,
|
1276 |
+
"loss": 8.4034,
|
1277 |
+
"step": 1810
|
1278 |
+
},
|
1279 |
+
{
|
1280 |
+
"epoch": 0.728,
|
1281 |
+
"grad_norm": 93.0,
|
1282 |
+
"learning_rate": 4.190128997475402e-06,
|
1283 |
+
"loss": 8.3004,
|
1284 |
+
"step": 1820
|
1285 |
+
},
|
1286 |
+
{
|
1287 |
+
"epoch": 0.732,
|
1288 |
+
"grad_norm": 69.0,
|
1289 |
+
"learning_rate": 4.0770553523279535e-06,
|
1290 |
+
"loss": 7.9588,
|
1291 |
+
"step": 1830
|
1292 |
+
},
|
1293 |
+
{
|
1294 |
+
"epoch": 0.736,
|
1295 |
+
"grad_norm": 52.5,
|
1296 |
+
"learning_rate": 3.965136396975235e-06,
|
1297 |
+
"loss": 7.7649,
|
1298 |
+
"step": 1840
|
1299 |
+
},
|
1300 |
+
{
|
1301 |
+
"epoch": 0.74,
|
1302 |
+
"grad_norm": 63.5,
|
1303 |
+
"learning_rate": 3.854393950239356e-06,
|
1304 |
+
"loss": 8.6746,
|
1305 |
+
"step": 1850
|
1306 |
+
},
|
1307 |
+
{
|
1308 |
+
"epoch": 0.744,
|
1309 |
+
"grad_norm": 58.0,
|
1310 |
+
"learning_rate": 3.7448496015797296e-06,
|
1311 |
+
"loss": 8.4542,
|
1312 |
+
"step": 1860
|
1313 |
+
},
|
1314 |
+
{
|
1315 |
+
"epoch": 0.748,
|
1316 |
+
"grad_norm": 66.5,
|
1317 |
+
"learning_rate": 3.636524706884181e-06,
|
1318 |
+
"loss": 7.9523,
|
1319 |
+
"step": 1870
|
1320 |
+
},
|
1321 |
+
{
|
1322 |
+
"epoch": 0.752,
|
1323 |
+
"grad_norm": 67.5,
|
1324 |
+
"learning_rate": 3.5294403843055604e-06,
|
1325 |
+
"loss": 8.3026,
|
1326 |
+
"step": 1880
|
1327 |
+
},
|
1328 |
+
{
|
1329 |
+
"epoch": 0.756,
|
1330 |
+
"grad_norm": 54.0,
|
1331 |
+
"learning_rate": 3.4236175101447265e-06,
|
1332 |
+
"loss": 8.2066,
|
1333 |
+
"step": 1890
|
1334 |
+
},
|
1335 |
+
{
|
1336 |
+
"epoch": 0.76,
|
1337 |
+
"grad_norm": 59.0,
|
1338 |
+
"learning_rate": 3.3190767147806825e-06,
|
1339 |
+
"loss": 8.4277,
|
1340 |
+
"step": 1900
|
1341 |
+
},
|
1342 |
+
{
|
1343 |
+
"epoch": 0.764,
|
1344 |
+
"grad_norm": 57.75,
|
1345 |
+
"learning_rate": 3.2158383786486204e-06,
|
1346 |
+
"loss": 8.2385,
|
1347 |
+
"step": 1910
|
1348 |
+
},
|
1349 |
+
{
|
1350 |
+
"epoch": 0.768,
|
1351 |
+
"grad_norm": 56.75,
|
1352 |
+
"learning_rate": 3.113922628266718e-06,
|
1353 |
+
"loss": 8.0253,
|
1354 |
+
"step": 1920
|
1355 |
+
},
|
1356 |
+
{
|
1357 |
+
"epoch": 0.772,
|
1358 |
+
"grad_norm": 75.5,
|
1359 |
+
"learning_rate": 3.013349332312451e-06,
|
1360 |
+
"loss": 8.4382,
|
1361 |
+
"step": 1930
|
1362 |
+
},
|
1363 |
+
{
|
1364 |
+
"epoch": 0.776,
|
1365 |
+
"grad_norm": 81.5,
|
1366 |
+
"learning_rate": 2.9141380977491373e-06,
|
1367 |
+
"loss": 8.2415,
|
1368 |
+
"step": 1940
|
1369 |
+
},
|
1370 |
+
{
|
1371 |
+
"epoch": 0.78,
|
1372 |
+
"grad_norm": 61.75,
|
1373 |
+
"learning_rate": 2.816308266003541e-06,
|
1374 |
+
"loss": 8.0811,
|
1375 |
+
"step": 1950
|
1376 |
+
},
|
1377 |
+
{
|
1378 |
+
"epoch": 0.784,
|
1379 |
+
"grad_norm": 65.5,
|
1380 |
+
"learning_rate": 2.7198789091951903e-06,
|
1381 |
+
"loss": 8.1608,
|
1382 |
+
"step": 1960
|
1383 |
+
},
|
1384 |
+
{
|
1385 |
+
"epoch": 0.788,
|
1386 |
+
"grad_norm": 55.0,
|
1387 |
+
"learning_rate": 2.624868826418262e-06,
|
1388 |
+
"loss": 8.1292,
|
1389 |
+
"step": 1970
|
1390 |
+
},
|
1391 |
+
{
|
1392 |
+
"epoch": 0.792,
|
1393 |
+
"grad_norm": 58.75,
|
1394 |
+
"learning_rate": 2.5312965400766475e-06,
|
1395 |
+
"loss": 7.9587,
|
1396 |
+
"step": 1980
|
1397 |
+
},
|
1398 |
+
{
|
1399 |
+
"epoch": 0.796,
|
1400 |
+
"grad_norm": 60.5,
|
1401 |
+
"learning_rate": 2.4391802922729703e-06,
|
1402 |
+
"loss": 7.6301,
|
1403 |
+
"step": 1990
|
1404 |
+
},
|
1405 |
+
{
|
1406 |
+
"epoch": 0.8,
|
1407 |
+
"grad_norm": 59.0,
|
1408 |
+
"learning_rate": 2.3485380412522586e-06,
|
1409 |
+
"loss": 8.6694,
|
1410 |
+
"step": 2000
|
1411 |
+
}
|
1412 |
+
],
|
1413 |
+
"logging_steps": 10,
|
1414 |
+
"max_steps": 2500,
|
1415 |
+
"num_input_tokens_seen": 0,
|
1416 |
+
"num_train_epochs": 9223372036854775807,
|
1417 |
+
"save_steps": 500,
|
1418 |
+
"stateful_callbacks": {
|
1419 |
+
"TrainerControl": {
|
1420 |
+
"args": {
|
1421 |
+
"should_epoch_stop": false,
|
1422 |
+
"should_evaluate": false,
|
1423 |
+
"should_log": false,
|
1424 |
+
"should_save": true,
|
1425 |
+
"should_training_stop": false
|
1426 |
+
},
|
1427 |
+
"attributes": {}
|
1428 |
+
}
|
1429 |
+
},
|
1430 |
+
"total_flos": 1.4712053990162432e+18,
|
1431 |
+
"train_batch_size": 1,
|
1432 |
+
"trial_name": null,
|
1433 |
+
"trial_params": null
|
1434 |
+
}
|
checkpoint-2000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ea3b1c197edc1cf2ff9b4edb01ff7f40f1d11ded0754942f97e3dd5c9caac05d
|
3 |
+
size 5368
|