Upload folder using huggingface_hub
Browse files- added_tokens.json +5 -0
- all_results.json +8 -0
- config.json +28 -0
- generation_config.json +6 -0
- merges.txt +0 -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 +394 -0
- special_tokens_map.json +21 -0
- tokenizer.json +0 -0
- tokenizer_config.json +43 -0
- train_results.json +8 -0
- trainer_state.json +2305 -0
- training_args.bin +3 -0
- vocab.json +0 -0
added_tokens.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|endoftext|>": 151643,
|
3 |
+
"<|im_end|>": 151645,
|
4 |
+
"<|im_start|>": 151644
|
5 |
+
}
|
all_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 3.0,
|
3 |
+
"train_loss": 0.7158041251294407,
|
4 |
+
"train_runtime": 19809.7521,
|
5 |
+
"train_samples": 68459,
|
6 |
+
"train_samples_per_second": 9.171,
|
7 |
+
"train_steps_per_second": 0.082
|
8 |
+
}
|
config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "Qwen/Qwen1.5-7B",
|
3 |
+
"architectures": [
|
4 |
+
"Qwen2ForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 151643,
|
8 |
+
"eos_token_id": 151643,
|
9 |
+
"hidden_act": "silu",
|
10 |
+
"hidden_size": 4096,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"intermediate_size": 11008,
|
13 |
+
"max_position_embeddings": 32768,
|
14 |
+
"max_window_layers": 28,
|
15 |
+
"model_type": "qwen2",
|
16 |
+
"num_attention_heads": 32,
|
17 |
+
"num_hidden_layers": 32,
|
18 |
+
"num_key_value_heads": 32,
|
19 |
+
"rms_norm_eps": 1e-06,
|
20 |
+
"rope_theta": 1000000.0,
|
21 |
+
"sliding_window": 32768,
|
22 |
+
"tie_word_embeddings": false,
|
23 |
+
"torch_dtype": "bfloat16",
|
24 |
+
"transformers_version": "4.39.0.dev0",
|
25 |
+
"use_cache": true,
|
26 |
+
"use_sliding_window": false,
|
27 |
+
"vocab_size": 151646
|
28 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 151643,
|
3 |
+
"eos_token_id": 151643,
|
4 |
+
"max_new_tokens": 2048,
|
5 |
+
"transformers_version": "4.39.0.dev0"
|
6 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
model-00001-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b56cc04d5319526418c30199238c3019d28b4aeb05dce34e1799ad14d39c5fb7
|
3 |
+
size 4986106736
|
model-00002-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52c7a7a33d9e74903b4bdaa2af9e3a903e9f053c32ef14545b832ef2b856f4dd
|
3 |
+
size 4981244328
|
model-00003-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:485b2f1a6df2017c002dad6e63d4f1fa2b9545b7f7e37cbef01e61cd6da19890
|
3 |
+
size 4228306968
|
model-00004-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb5884a032428e60e8a5fa18cfd16690eef8d63d603cb12d99853b5105585dd8
|
3 |
+
size 1242284160
|
model.safetensors.index.json
ADDED
@@ -0,0 +1,394 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 15437897728
|
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-00002-of-00004.safetensors",
|
129 |
+
"model.layers.18.mlp.down_proj.weight": "model-00002-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-00002-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-00002-of-00004.safetensors",
|
141 |
+
"model.layers.19.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
142 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
143 |
+
"model.layers.19.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
144 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
145 |
+
"model.layers.19.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
146 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
147 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
148 |
+
"model.layers.19.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
149 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
150 |
+
"model.layers.19.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
151 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00002-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-00002-of-00004.safetensors",
|
165 |
+
"model.layers.20.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
166 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
167 |
+
"model.layers.20.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
168 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
169 |
+
"model.layers.20.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
170 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
171 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
172 |
+
"model.layers.20.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
173 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
174 |
+
"model.layers.20.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
175 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00002-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-00002-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-00002-of-00004.safetensors",
|
182 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
183 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
184 |
+
"model.layers.21.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
185 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
186 |
+
"model.layers.21.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
187 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00002-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.28.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
261 |
+
"model.layers.28.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
262 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
263 |
+
"model.layers.28.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
264 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
265 |
+
"model.layers.28.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
266 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
267 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
268 |
+
"model.layers.28.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
269 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
270 |
+
"model.layers.28.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
271 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
272 |
+
"model.layers.29.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
273 |
+
"model.layers.29.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
274 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
275 |
+
"model.layers.29.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
276 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
277 |
+
"model.layers.29.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
278 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
279 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
280 |
+
"model.layers.29.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
281 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
282 |
+
"model.layers.29.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
283 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
284 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
285 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
286 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
287 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
288 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
289 |
+
"model.layers.3.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
290 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
291 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
292 |
+
"model.layers.3.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
293 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
294 |
+
"model.layers.3.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
295 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
296 |
+
"model.layers.30.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
297 |
+
"model.layers.30.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
298 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
299 |
+
"model.layers.30.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
300 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
301 |
+
"model.layers.30.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
302 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
303 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
304 |
+
"model.layers.30.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
305 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
306 |
+
"model.layers.30.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
307 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
308 |
+
"model.layers.31.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
309 |
+
"model.layers.31.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
310 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
311 |
+
"model.layers.31.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
312 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
313 |
+
"model.layers.31.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
314 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
315 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
316 |
+
"model.layers.31.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
317 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
318 |
+
"model.layers.31.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
319 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
320 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
321 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
322 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
323 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
324 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
325 |
+
"model.layers.4.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
326 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
327 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
328 |
+
"model.layers.4.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
329 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
330 |
+
"model.layers.4.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
331 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
332 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
333 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
334 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
335 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
336 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
337 |
+
"model.layers.5.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
338 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
339 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
340 |
+
"model.layers.5.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
341 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
342 |
+
"model.layers.5.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
343 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
344 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
345 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
346 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
347 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
348 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
349 |
+
"model.layers.6.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
350 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
351 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
352 |
+
"model.layers.6.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
353 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
354 |
+
"model.layers.6.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
355 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
356 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
357 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
358 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
359 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
360 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
361 |
+
"model.layers.7.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
362 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
363 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
364 |
+
"model.layers.7.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
365 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
366 |
+
"model.layers.7.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
367 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
368 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
369 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
370 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
371 |
+
"model.layers.8.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
372 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
373 |
+
"model.layers.8.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
374 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
375 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
376 |
+
"model.layers.8.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
377 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
378 |
+
"model.layers.8.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
379 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
380 |
+
"model.layers.9.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
381 |
+
"model.layers.9.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
382 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
383 |
+
"model.layers.9.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
384 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
385 |
+
"model.layers.9.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
386 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
387 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
388 |
+
"model.layers.9.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
389 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
390 |
+
"model.layers.9.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
391 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
392 |
+
"model.norm.weight": "model-00003-of-00004.safetensors"
|
393 |
+
}
|
394 |
+
}
|
special_tokens_map.json
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
{
|
4 |
+
"content": "<|im_start|>",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false
|
9 |
+
},
|
10 |
+
{
|
11 |
+
"content": "<|im_end|>",
|
12 |
+
"lstrip": false,
|
13 |
+
"normalized": false,
|
14 |
+
"rstrip": false,
|
15 |
+
"single_word": false
|
16 |
+
}
|
17 |
+
],
|
18 |
+
"bos_token": "<|im_start|>",
|
19 |
+
"eos_token": "<|im_end|>",
|
20 |
+
"pad_token": "<|im_end|>"
|
21 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"added_tokens_decoder": {
|
4 |
+
"151643": {
|
5 |
+
"content": "<|endoftext|>",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": false,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false,
|
10 |
+
"special": true
|
11 |
+
},
|
12 |
+
"151644": {
|
13 |
+
"content": "<|im_start|>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": false,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false,
|
18 |
+
"special": true
|
19 |
+
},
|
20 |
+
"151645": {
|
21 |
+
"content": "<|im_end|>",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": false,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false,
|
26 |
+
"special": true
|
27 |
+
}
|
28 |
+
},
|
29 |
+
"additional_special_tokens": [
|
30 |
+
"<|im_start|>",
|
31 |
+
"<|im_end|>"
|
32 |
+
],
|
33 |
+
"bos_token": "<|im_start|>",
|
34 |
+
"chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
|
35 |
+
"clean_up_tokenization_spaces": false,
|
36 |
+
"eos_token": "<|im_end|>",
|
37 |
+
"errors": "replace",
|
38 |
+
"model_max_length": 32768,
|
39 |
+
"pad_token": "<|im_end|>",
|
40 |
+
"split_special_tokens": false,
|
41 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
42 |
+
"unk_token": null
|
43 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 3.0,
|
3 |
+
"train_loss": 0.7158041251294407,
|
4 |
+
"train_runtime": 19809.7521,
|
5 |
+
"train_samples": 68459,
|
6 |
+
"train_samples_per_second": 9.171,
|
7 |
+
"train_steps_per_second": 0.082
|
8 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,2305 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 2.9958391123439667,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 1620,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 0.0,
|
13 |
+
"grad_norm": 5.380993430479339,
|
14 |
+
"learning_rate": 1.234567901234568e-07,
|
15 |
+
"loss": 1.2271,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.01,
|
20 |
+
"grad_norm": 5.348501093359578,
|
21 |
+
"learning_rate": 6.17283950617284e-07,
|
22 |
+
"loss": 1.2058,
|
23 |
+
"step": 5
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.02,
|
27 |
+
"grad_norm": 3.168916677113339,
|
28 |
+
"learning_rate": 1.234567901234568e-06,
|
29 |
+
"loss": 1.1892,
|
30 |
+
"step": 10
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.03,
|
34 |
+
"grad_norm": 1.858629179983347,
|
35 |
+
"learning_rate": 1.8518518518518519e-06,
|
36 |
+
"loss": 1.1398,
|
37 |
+
"step": 15
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.04,
|
41 |
+
"grad_norm": 1.8628353409602443,
|
42 |
+
"learning_rate": 2.469135802469136e-06,
|
43 |
+
"loss": 1.14,
|
44 |
+
"step": 20
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.05,
|
48 |
+
"grad_norm": 1.3320646229754611,
|
49 |
+
"learning_rate": 3.08641975308642e-06,
|
50 |
+
"loss": 1.1307,
|
51 |
+
"step": 25
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.06,
|
55 |
+
"grad_norm": 1.37142743263814,
|
56 |
+
"learning_rate": 3.7037037037037037e-06,
|
57 |
+
"loss": 1.1099,
|
58 |
+
"step": 30
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.06,
|
62 |
+
"grad_norm": 1.0893052711432178,
|
63 |
+
"learning_rate": 4.3209876543209875e-06,
|
64 |
+
"loss": 1.0872,
|
65 |
+
"step": 35
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.07,
|
69 |
+
"grad_norm": 1.0420541911865238,
|
70 |
+
"learning_rate": 4.938271604938272e-06,
|
71 |
+
"loss": 1.0793,
|
72 |
+
"step": 40
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.08,
|
76 |
+
"grad_norm": 0.9751244819319205,
|
77 |
+
"learning_rate": 5.555555555555557e-06,
|
78 |
+
"loss": 1.0845,
|
79 |
+
"step": 45
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.09,
|
83 |
+
"grad_norm": 0.9394712444469778,
|
84 |
+
"learning_rate": 6.17283950617284e-06,
|
85 |
+
"loss": 1.0581,
|
86 |
+
"step": 50
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.1,
|
90 |
+
"grad_norm": 0.9446819107089788,
|
91 |
+
"learning_rate": 6.790123456790124e-06,
|
92 |
+
"loss": 1.0711,
|
93 |
+
"step": 55
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.11,
|
97 |
+
"grad_norm": 0.9219248821961198,
|
98 |
+
"learning_rate": 7.4074074074074075e-06,
|
99 |
+
"loss": 1.0224,
|
100 |
+
"step": 60
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.12,
|
104 |
+
"grad_norm": 0.9248035052434173,
|
105 |
+
"learning_rate": 8.024691358024692e-06,
|
106 |
+
"loss": 1.0185,
|
107 |
+
"step": 65
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.13,
|
111 |
+
"grad_norm": 0.9767921779181035,
|
112 |
+
"learning_rate": 8.641975308641975e-06,
|
113 |
+
"loss": 1.0403,
|
114 |
+
"step": 70
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.14,
|
118 |
+
"grad_norm": 0.900831325888046,
|
119 |
+
"learning_rate": 9.25925925925926e-06,
|
120 |
+
"loss": 0.9946,
|
121 |
+
"step": 75
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.15,
|
125 |
+
"grad_norm": 1.0329827196383643,
|
126 |
+
"learning_rate": 9.876543209876543e-06,
|
127 |
+
"loss": 0.9826,
|
128 |
+
"step": 80
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.16,
|
132 |
+
"grad_norm": 1.028916413396711,
|
133 |
+
"learning_rate": 1.0493827160493827e-05,
|
134 |
+
"loss": 1.0026,
|
135 |
+
"step": 85
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.17,
|
139 |
+
"grad_norm": 0.9986410221150659,
|
140 |
+
"learning_rate": 1.1111111111111113e-05,
|
141 |
+
"loss": 1.0196,
|
142 |
+
"step": 90
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.18,
|
146 |
+
"grad_norm": 1.118007030382272,
|
147 |
+
"learning_rate": 1.1728395061728398e-05,
|
148 |
+
"loss": 1.0301,
|
149 |
+
"step": 95
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 0.18,
|
153 |
+
"grad_norm": 1.0306686260018971,
|
154 |
+
"learning_rate": 1.234567901234568e-05,
|
155 |
+
"loss": 0.991,
|
156 |
+
"step": 100
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 0.19,
|
160 |
+
"grad_norm": 1.1783877074338627,
|
161 |
+
"learning_rate": 1.2962962962962964e-05,
|
162 |
+
"loss": 0.9863,
|
163 |
+
"step": 105
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 0.2,
|
167 |
+
"grad_norm": 1.3347304199894814,
|
168 |
+
"learning_rate": 1.3580246913580248e-05,
|
169 |
+
"loss": 1.0055,
|
170 |
+
"step": 110
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 0.21,
|
174 |
+
"grad_norm": 1.1567825461094403,
|
175 |
+
"learning_rate": 1.4197530864197532e-05,
|
176 |
+
"loss": 0.9907,
|
177 |
+
"step": 115
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.22,
|
181 |
+
"grad_norm": 1.401145384918854,
|
182 |
+
"learning_rate": 1.4814814814814815e-05,
|
183 |
+
"loss": 1.0195,
|
184 |
+
"step": 120
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.23,
|
188 |
+
"grad_norm": 1.0619364925921315,
|
189 |
+
"learning_rate": 1.54320987654321e-05,
|
190 |
+
"loss": 0.9925,
|
191 |
+
"step": 125
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.24,
|
195 |
+
"grad_norm": 1.1224187517180184,
|
196 |
+
"learning_rate": 1.6049382716049385e-05,
|
197 |
+
"loss": 0.9748,
|
198 |
+
"step": 130
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.25,
|
202 |
+
"grad_norm": 1.058015781823731,
|
203 |
+
"learning_rate": 1.6666666666666667e-05,
|
204 |
+
"loss": 0.9642,
|
205 |
+
"step": 135
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.26,
|
209 |
+
"grad_norm": 1.0057166388176237,
|
210 |
+
"learning_rate": 1.728395061728395e-05,
|
211 |
+
"loss": 0.9794,
|
212 |
+
"step": 140
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.27,
|
216 |
+
"grad_norm": 1.219336306872448,
|
217 |
+
"learning_rate": 1.7901234567901236e-05,
|
218 |
+
"loss": 0.9848,
|
219 |
+
"step": 145
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.28,
|
223 |
+
"grad_norm": 1.1778812615671694,
|
224 |
+
"learning_rate": 1.851851851851852e-05,
|
225 |
+
"loss": 0.9406,
|
226 |
+
"step": 150
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.29,
|
230 |
+
"grad_norm": 1.4369525808973123,
|
231 |
+
"learning_rate": 1.9135802469135804e-05,
|
232 |
+
"loss": 0.9926,
|
233 |
+
"step": 155
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 0.3,
|
237 |
+
"grad_norm": 1.267670821149399,
|
238 |
+
"learning_rate": 1.9753086419753087e-05,
|
239 |
+
"loss": 0.9552,
|
240 |
+
"step": 160
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 0.31,
|
244 |
+
"grad_norm": 1.324502025754122,
|
245 |
+
"learning_rate": 1.9999791072456062e-05,
|
246 |
+
"loss": 0.9594,
|
247 |
+
"step": 165
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 0.31,
|
251 |
+
"grad_norm": 1.6398800307247399,
|
252 |
+
"learning_rate": 1.9998514324636053e-05,
|
253 |
+
"loss": 0.9742,
|
254 |
+
"step": 170
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 0.32,
|
258 |
+
"grad_norm": 1.282151405513815,
|
259 |
+
"learning_rate": 1.999607704786645e-05,
|
260 |
+
"loss": 0.9782,
|
261 |
+
"step": 175
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.33,
|
265 |
+
"grad_norm": 1.368937000876658,
|
266 |
+
"learning_rate": 1.9992479525042305e-05,
|
267 |
+
"loss": 0.97,
|
268 |
+
"step": 180
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 0.34,
|
272 |
+
"grad_norm": 1.1429149098857512,
|
273 |
+
"learning_rate": 1.9987722173728587e-05,
|
274 |
+
"loss": 0.9263,
|
275 |
+
"step": 185
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 0.35,
|
279 |
+
"grad_norm": 1.142494542354463,
|
280 |
+
"learning_rate": 1.9981805546111736e-05,
|
281 |
+
"loss": 0.9612,
|
282 |
+
"step": 190
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 0.36,
|
286 |
+
"grad_norm": 0.9661133733007405,
|
287 |
+
"learning_rate": 1.9974730328935534e-05,
|
288 |
+
"loss": 0.9564,
|
289 |
+
"step": 195
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 0.37,
|
293 |
+
"grad_norm": 1.0956422654374287,
|
294 |
+
"learning_rate": 1.996649734342143e-05,
|
295 |
+
"loss": 0.957,
|
296 |
+
"step": 200
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 0.38,
|
300 |
+
"grad_norm": 1.065395255714296,
|
301 |
+
"learning_rate": 1.995710754517319e-05,
|
302 |
+
"loss": 0.9428,
|
303 |
+
"step": 205
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 0.39,
|
307 |
+
"grad_norm": 1.0850009958268814,
|
308 |
+
"learning_rate": 1.9946562024066018e-05,
|
309 |
+
"loss": 0.9515,
|
310 |
+
"step": 210
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 0.4,
|
314 |
+
"grad_norm": 1.3698267000140338,
|
315 |
+
"learning_rate": 1.9934862004120003e-05,
|
316 |
+
"loss": 0.9441,
|
317 |
+
"step": 215
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 0.41,
|
321 |
+
"grad_norm": 1.2180243717222954,
|
322 |
+
"learning_rate": 1.9922008843358097e-05,
|
323 |
+
"loss": 0.9484,
|
324 |
+
"step": 220
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 0.42,
|
328 |
+
"grad_norm": 1.05421684125154,
|
329 |
+
"learning_rate": 1.9908004033648452e-05,
|
330 |
+
"loss": 0.9672,
|
331 |
+
"step": 225
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 0.43,
|
335 |
+
"grad_norm": 1.2382950773680732,
|
336 |
+
"learning_rate": 1.9892849200531294e-05,
|
337 |
+
"loss": 0.9375,
|
338 |
+
"step": 230
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 0.43,
|
342 |
+
"grad_norm": 1.1542981178332155,
|
343 |
+
"learning_rate": 1.9876546103030195e-05,
|
344 |
+
"loss": 0.9401,
|
345 |
+
"step": 235
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 0.44,
|
349 |
+
"grad_norm": 1.0395211592834745,
|
350 |
+
"learning_rate": 1.9859096633447965e-05,
|
351 |
+
"loss": 0.965,
|
352 |
+
"step": 240
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 0.45,
|
356 |
+
"grad_norm": 0.9620854176466995,
|
357 |
+
"learning_rate": 1.9840502817146965e-05,
|
358 |
+
"loss": 0.9254,
|
359 |
+
"step": 245
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 0.46,
|
363 |
+
"grad_norm": 1.0602273541577587,
|
364 |
+
"learning_rate": 1.9820766812314038e-05,
|
365 |
+
"loss": 0.9307,
|
366 |
+
"step": 250
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 0.47,
|
370 |
+
"grad_norm": 1.142745002321171,
|
371 |
+
"learning_rate": 1.9799890909710013e-05,
|
372 |
+
"loss": 0.9344,
|
373 |
+
"step": 255
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 0.48,
|
377 |
+
"grad_norm": 1.0822420018459202,
|
378 |
+
"learning_rate": 1.9777877532403816e-05,
|
379 |
+
"loss": 0.9345,
|
380 |
+
"step": 260
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 0.49,
|
384 |
+
"grad_norm": 1.165254793190554,
|
385 |
+
"learning_rate": 1.9754729235491207e-05,
|
386 |
+
"loss": 0.9148,
|
387 |
+
"step": 265
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 0.5,
|
391 |
+
"grad_norm": 0.9461032408631161,
|
392 |
+
"learning_rate": 1.973044870579824e-05,
|
393 |
+
"loss": 0.9248,
|
394 |
+
"step": 270
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 0.51,
|
398 |
+
"grad_norm": 1.0161807611793272,
|
399 |
+
"learning_rate": 1.9705038761569372e-05,
|
400 |
+
"loss": 0.9229,
|
401 |
+
"step": 275
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 0.52,
|
405 |
+
"grad_norm": 1.0682171583928652,
|
406 |
+
"learning_rate": 1.967850235214037e-05,
|
407 |
+
"loss": 0.9133,
|
408 |
+
"step": 280
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 0.53,
|
412 |
+
"grad_norm": 1.0674171129419805,
|
413 |
+
"learning_rate": 1.9650842557595968e-05,
|
414 |
+
"loss": 0.9281,
|
415 |
+
"step": 285
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 0.54,
|
419 |
+
"grad_norm": 1.0578949150556498,
|
420 |
+
"learning_rate": 1.9622062588412368e-05,
|
421 |
+
"loss": 0.9192,
|
422 |
+
"step": 290
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 0.55,
|
426 |
+
"grad_norm": 0.9900599023327956,
|
427 |
+
"learning_rate": 1.9592165785084606e-05,
|
428 |
+
"loss": 0.9312,
|
429 |
+
"step": 295
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 0.55,
|
433 |
+
"grad_norm": 1.0090102752673205,
|
434 |
+
"learning_rate": 1.95611556177388e-05,
|
435 |
+
"loss": 0.9201,
|
436 |
+
"step": 300
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 0.56,
|
440 |
+
"grad_norm": 1.0481187571731347,
|
441 |
+
"learning_rate": 1.952903568572939e-05,
|
442 |
+
"loss": 0.97,
|
443 |
+
"step": 305
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 0.57,
|
447 |
+
"grad_norm": 1.0175192665589157,
|
448 |
+
"learning_rate": 1.9495809717221362e-05,
|
449 |
+
"loss": 0.9164,
|
450 |
+
"step": 310
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 0.58,
|
454 |
+
"grad_norm": 1.1537464954378314,
|
455 |
+
"learning_rate": 1.946148156875751e-05,
|
456 |
+
"loss": 0.8919,
|
457 |
+
"step": 315
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 0.59,
|
461 |
+
"grad_norm": 1.0953888335358495,
|
462 |
+
"learning_rate": 1.9426055224810788e-05,
|
463 |
+
"loss": 0.9372,
|
464 |
+
"step": 320
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 0.6,
|
468 |
+
"grad_norm": 1.109481850979543,
|
469 |
+
"learning_rate": 1.9389534797321886e-05,
|
470 |
+
"loss": 0.9099,
|
471 |
+
"step": 325
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 0.61,
|
475 |
+
"grad_norm": 0.9506715246162528,
|
476 |
+
"learning_rate": 1.93519245252219e-05,
|
477 |
+
"loss": 0.9136,
|
478 |
+
"step": 330
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 0.62,
|
482 |
+
"grad_norm": 1.0986476835482393,
|
483 |
+
"learning_rate": 1.9313228773940346e-05,
|
484 |
+
"loss": 0.9082,
|
485 |
+
"step": 335
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 0.63,
|
489 |
+
"grad_norm": 1.2893613575243312,
|
490 |
+
"learning_rate": 1.9273452034898472e-05,
|
491 |
+
"loss": 0.9263,
|
492 |
+
"step": 340
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"epoch": 0.64,
|
496 |
+
"grad_norm": 0.9810983163054904,
|
497 |
+
"learning_rate": 1.9232598924987904e-05,
|
498 |
+
"loss": 0.9067,
|
499 |
+
"step": 345
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 0.65,
|
503 |
+
"grad_norm": 1.0414864956692913,
|
504 |
+
"learning_rate": 1.9190674186034806e-05,
|
505 |
+
"loss": 0.9325,
|
506 |
+
"step": 350
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 0.66,
|
510 |
+
"grad_norm": 1.0303257386302838,
|
511 |
+
"learning_rate": 1.914768268424946e-05,
|
512 |
+
"loss": 0.9144,
|
513 |
+
"step": 355
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 0.67,
|
517 |
+
"grad_norm": 0.8564282775083322,
|
518 |
+
"learning_rate": 1.9103629409661468e-05,
|
519 |
+
"loss": 0.922,
|
520 |
+
"step": 360
|
521 |
+
},
|
522 |
+
{
|
523 |
+
"epoch": 0.67,
|
524 |
+
"grad_norm": 1.0162068121952108,
|
525 |
+
"learning_rate": 1.905851947554054e-05,
|
526 |
+
"loss": 0.9117,
|
527 |
+
"step": 365
|
528 |
+
},
|
529 |
+
{
|
530 |
+
"epoch": 0.68,
|
531 |
+
"grad_norm": 0.9620441168199088,
|
532 |
+
"learning_rate": 1.9012358117803007e-05,
|
533 |
+
"loss": 0.9093,
|
534 |
+
"step": 370
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 0.69,
|
538 |
+
"grad_norm": 0.9267690533225905,
|
539 |
+
"learning_rate": 1.8965150694404094e-05,
|
540 |
+
"loss": 0.8991,
|
541 |
+
"step": 375
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 0.7,
|
545 |
+
"grad_norm": 0.8836709911598063,
|
546 |
+
"learning_rate": 1.8916902684716004e-05,
|
547 |
+
"loss": 0.875,
|
548 |
+
"step": 380
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"epoch": 0.71,
|
552 |
+
"grad_norm": 0.9323672084536093,
|
553 |
+
"learning_rate": 1.8867619688891937e-05,
|
554 |
+
"loss": 0.9045,
|
555 |
+
"step": 385
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 0.72,
|
559 |
+
"grad_norm": 0.9390789515929351,
|
560 |
+
"learning_rate": 1.881730742721608e-05,
|
561 |
+
"loss": 0.8889,
|
562 |
+
"step": 390
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 0.73,
|
566 |
+
"grad_norm": 0.8833432467724566,
|
567 |
+
"learning_rate": 1.876597173943965e-05,
|
568 |
+
"loss": 0.8833,
|
569 |
+
"step": 395
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 0.74,
|
573 |
+
"grad_norm": 0.9323098875612197,
|
574 |
+
"learning_rate": 1.871361858410308e-05,
|
575 |
+
"loss": 0.9008,
|
576 |
+
"step": 400
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"epoch": 0.75,
|
580 |
+
"grad_norm": 0.9297018536651566,
|
581 |
+
"learning_rate": 1.866025403784439e-05,
|
582 |
+
"loss": 0.8825,
|
583 |
+
"step": 405
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"epoch": 0.76,
|
587 |
+
"grad_norm": 0.8582511160272933,
|
588 |
+
"learning_rate": 1.8605884294693893e-05,
|
589 |
+
"loss": 0.8854,
|
590 |
+
"step": 410
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"epoch": 0.77,
|
594 |
+
"grad_norm": 0.9765404816133791,
|
595 |
+
"learning_rate": 1.8550515665355248e-05,
|
596 |
+
"loss": 0.8704,
|
597 |
+
"step": 415
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 0.78,
|
601 |
+
"grad_norm": 0.9316200284118313,
|
602 |
+
"learning_rate": 1.8494154576472976e-05,
|
603 |
+
"loss": 0.8944,
|
604 |
+
"step": 420
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 0.79,
|
608 |
+
"grad_norm": 1.072766513059026,
|
609 |
+
"learning_rate": 1.84368075698865e-05,
|
610 |
+
"loss": 0.8842,
|
611 |
+
"step": 425
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"epoch": 0.8,
|
615 |
+
"grad_norm": 1.543811244450574,
|
616 |
+
"learning_rate": 1.8378481301870865e-05,
|
617 |
+
"loss": 0.8928,
|
618 |
+
"step": 430
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"epoch": 0.8,
|
622 |
+
"grad_norm": 1.233415241676456,
|
623 |
+
"learning_rate": 1.8319182542364117e-05,
|
624 |
+
"loss": 0.8876,
|
625 |
+
"step": 435
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 0.81,
|
629 |
+
"grad_norm": 1.0407331796481731,
|
630 |
+
"learning_rate": 1.825891817418153e-05,
|
631 |
+
"loss": 0.8898,
|
632 |
+
"step": 440
|
633 |
+
},
|
634 |
+
{
|
635 |
+
"epoch": 0.82,
|
636 |
+
"grad_norm": 0.9852677786684936,
|
637 |
+
"learning_rate": 1.8197695192216702e-05,
|
638 |
+
"loss": 0.8884,
|
639 |
+
"step": 445
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 0.83,
|
643 |
+
"grad_norm": 0.9027726854768967,
|
644 |
+
"learning_rate": 1.8135520702629677e-05,
|
645 |
+
"loss": 0.8775,
|
646 |
+
"step": 450
|
647 |
+
},
|
648 |
+
{
|
649 |
+
"epoch": 0.84,
|
650 |
+
"grad_norm": 1.0941452436773764,
|
651 |
+
"learning_rate": 1.807240192202212e-05,
|
652 |
+
"loss": 0.884,
|
653 |
+
"step": 455
|
654 |
+
},
|
655 |
+
{
|
656 |
+
"epoch": 0.85,
|
657 |
+
"grad_norm": 1.107113850508076,
|
658 |
+
"learning_rate": 1.8008346176599675e-05,
|
659 |
+
"loss": 0.8746,
|
660 |
+
"step": 460
|
661 |
+
},
|
662 |
+
{
|
663 |
+
"epoch": 0.86,
|
664 |
+
"grad_norm": 1.060890008040459,
|
665 |
+
"learning_rate": 1.794336090132164e-05,
|
666 |
+
"loss": 0.8952,
|
667 |
+
"step": 465
|
668 |
+
},
|
669 |
+
{
|
670 |
+
"epoch": 0.87,
|
671 |
+
"grad_norm": 0.884966732457173,
|
672 |
+
"learning_rate": 1.7877453639037957e-05,
|
673 |
+
"loss": 0.8754,
|
674 |
+
"step": 470
|
675 |
+
},
|
676 |
+
{
|
677 |
+
"epoch": 0.88,
|
678 |
+
"grad_norm": 1.0704754541130148,
|
679 |
+
"learning_rate": 1.7810632039613735e-05,
|
680 |
+
"loss": 0.8764,
|
681 |
+
"step": 475
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"epoch": 0.89,
|
685 |
+
"grad_norm": 0.9919332562506876,
|
686 |
+
"learning_rate": 1.7742903859041324e-05,
|
687 |
+
"loss": 0.9005,
|
688 |
+
"step": 480
|
689 |
+
},
|
690 |
+
{
|
691 |
+
"epoch": 0.9,
|
692 |
+
"grad_norm": 0.9210227886163259,
|
693 |
+
"learning_rate": 1.7674276958540073e-05,
|
694 |
+
"loss": 0.8959,
|
695 |
+
"step": 485
|
696 |
+
},
|
697 |
+
{
|
698 |
+
"epoch": 0.91,
|
699 |
+
"grad_norm": 1.00396374488261,
|
700 |
+
"learning_rate": 1.7604759303643875e-05,
|
701 |
+
"loss": 0.8801,
|
702 |
+
"step": 490
|
703 |
+
},
|
704 |
+
{
|
705 |
+
"epoch": 0.92,
|
706 |
+
"grad_norm": 0.9278723416677115,
|
707 |
+
"learning_rate": 1.7534358963276606e-05,
|
708 |
+
"loss": 0.868,
|
709 |
+
"step": 495
|
710 |
+
},
|
711 |
+
{
|
712 |
+
"epoch": 0.92,
|
713 |
+
"grad_norm": 0.9760092293453418,
|
714 |
+
"learning_rate": 1.7463084108815587e-05,
|
715 |
+
"loss": 0.8713,
|
716 |
+
"step": 500
|
717 |
+
},
|
718 |
+
{
|
719 |
+
"epoch": 0.93,
|
720 |
+
"grad_norm": 0.9315652245047339,
|
721 |
+
"learning_rate": 1.7390943013143086e-05,
|
722 |
+
"loss": 0.8864,
|
723 |
+
"step": 505
|
724 |
+
},
|
725 |
+
{
|
726 |
+
"epoch": 0.94,
|
727 |
+
"grad_norm": 0.9213276756309196,
|
728 |
+
"learning_rate": 1.7317944049686125e-05,
|
729 |
+
"loss": 0.8705,
|
730 |
+
"step": 510
|
731 |
+
},
|
732 |
+
{
|
733 |
+
"epoch": 0.95,
|
734 |
+
"grad_norm": 0.873314757040681,
|
735 |
+
"learning_rate": 1.7244095691444548e-05,
|
736 |
+
"loss": 0.8566,
|
737 |
+
"step": 515
|
738 |
+
},
|
739 |
+
{
|
740 |
+
"epoch": 0.96,
|
741 |
+
"grad_norm": 0.925108959774349,
|
742 |
+
"learning_rate": 1.7169406510007592e-05,
|
743 |
+
"loss": 0.8742,
|
744 |
+
"step": 520
|
745 |
+
},
|
746 |
+
{
|
747 |
+
"epoch": 0.97,
|
748 |
+
"grad_norm": 0.9349095138962109,
|
749 |
+
"learning_rate": 1.709388517455893e-05,
|
750 |
+
"loss": 0.8792,
|
751 |
+
"step": 525
|
752 |
+
},
|
753 |
+
{
|
754 |
+
"epoch": 0.98,
|
755 |
+
"grad_norm": 0.879571628524229,
|
756 |
+
"learning_rate": 1.7017540450870488e-05,
|
757 |
+
"loss": 0.8503,
|
758 |
+
"step": 530
|
759 |
+
},
|
760 |
+
{
|
761 |
+
"epoch": 0.99,
|
762 |
+
"grad_norm": 0.9345436064226522,
|
763 |
+
"learning_rate": 1.694038120028497e-05,
|
764 |
+
"loss": 0.8655,
|
765 |
+
"step": 535
|
766 |
+
},
|
767 |
+
{
|
768 |
+
"epoch": 1.0,
|
769 |
+
"grad_norm": 0.9685720075998935,
|
770 |
+
"learning_rate": 1.686241637868734e-05,
|
771 |
+
"loss": 0.8593,
|
772 |
+
"step": 540
|
773 |
+
},
|
774 |
+
{
|
775 |
+
"epoch": 1.01,
|
776 |
+
"grad_norm": 1.3414804136782559,
|
777 |
+
"learning_rate": 1.6783655035465283e-05,
|
778 |
+
"loss": 0.7483,
|
779 |
+
"step": 545
|
780 |
+
},
|
781 |
+
{
|
782 |
+
"epoch": 1.02,
|
783 |
+
"grad_norm": 0.9769664465584709,
|
784 |
+
"learning_rate": 1.6704106312458878e-05,
|
785 |
+
"loss": 0.7202,
|
786 |
+
"step": 550
|
787 |
+
},
|
788 |
+
{
|
789 |
+
"epoch": 1.03,
|
790 |
+
"grad_norm": 0.9644265725777674,
|
791 |
+
"learning_rate": 1.662377944289948e-05,
|
792 |
+
"loss": 0.6971,
|
793 |
+
"step": 555
|
794 |
+
},
|
795 |
+
{
|
796 |
+
"epoch": 1.04,
|
797 |
+
"grad_norm": 0.8362096432716036,
|
798 |
+
"learning_rate": 1.654268375033802e-05,
|
799 |
+
"loss": 0.6859,
|
800 |
+
"step": 560
|
801 |
+
},
|
802 |
+
{
|
803 |
+
"epoch": 1.04,
|
804 |
+
"grad_norm": 0.8545500966881254,
|
805 |
+
"learning_rate": 1.646082864756282e-05,
|
806 |
+
"loss": 0.7126,
|
807 |
+
"step": 565
|
808 |
+
},
|
809 |
+
{
|
810 |
+
"epoch": 1.05,
|
811 |
+
"grad_norm": 1.010020002670418,
|
812 |
+
"learning_rate": 1.637822363550706e-05,
|
813 |
+
"loss": 0.738,
|
814 |
+
"step": 570
|
815 |
+
},
|
816 |
+
{
|
817 |
+
"epoch": 1.06,
|
818 |
+
"grad_norm": 0.9376974945477026,
|
819 |
+
"learning_rate": 1.6294878302145985e-05,
|
820 |
+
"loss": 0.7112,
|
821 |
+
"step": 575
|
822 |
+
},
|
823 |
+
{
|
824 |
+
"epoch": 1.07,
|
825 |
+
"grad_norm": 0.980172490577581,
|
826 |
+
"learning_rate": 1.6210802321384046e-05,
|
827 |
+
"loss": 0.7048,
|
828 |
+
"step": 580
|
829 |
+
},
|
830 |
+
{
|
831 |
+
"epoch": 1.08,
|
832 |
+
"grad_norm": 0.9692742001606004,
|
833 |
+
"learning_rate": 1.6126005451932028e-05,
|
834 |
+
"loss": 0.715,
|
835 |
+
"step": 585
|
836 |
+
},
|
837 |
+
{
|
838 |
+
"epoch": 1.09,
|
839 |
+
"grad_norm": 0.8503062561620759,
|
840 |
+
"learning_rate": 1.6040497536174378e-05,
|
841 |
+
"loss": 0.7068,
|
842 |
+
"step": 590
|
843 |
+
},
|
844 |
+
{
|
845 |
+
"epoch": 1.1,
|
846 |
+
"grad_norm": 1.0254807480179138,
|
847 |
+
"learning_rate": 1.5954288499026782e-05,
|
848 |
+
"loss": 0.7268,
|
849 |
+
"step": 595
|
850 |
+
},
|
851 |
+
{
|
852 |
+
"epoch": 1.11,
|
853 |
+
"grad_norm": 0.9171158338661931,
|
854 |
+
"learning_rate": 1.586738834678418e-05,
|
855 |
+
"loss": 0.7273,
|
856 |
+
"step": 600
|
857 |
+
},
|
858 |
+
{
|
859 |
+
"epoch": 1.12,
|
860 |
+
"grad_norm": 0.9117407742494892,
|
861 |
+
"learning_rate": 1.577980716595934e-05,
|
862 |
+
"loss": 0.7143,
|
863 |
+
"step": 605
|
864 |
+
},
|
865 |
+
{
|
866 |
+
"epoch": 1.13,
|
867 |
+
"grad_norm": 0.9418369956367377,
|
868 |
+
"learning_rate": 1.569155512211212e-05,
|
869 |
+
"loss": 0.7151,
|
870 |
+
"step": 610
|
871 |
+
},
|
872 |
+
{
|
873 |
+
"epoch": 1.14,
|
874 |
+
"grad_norm": 0.8973669405681762,
|
875 |
+
"learning_rate": 1.5602642458669527e-05,
|
876 |
+
"loss": 0.7096,
|
877 |
+
"step": 615
|
878 |
+
},
|
879 |
+
{
|
880 |
+
"epoch": 1.15,
|
881 |
+
"grad_norm": 0.8881508172475038,
|
882 |
+
"learning_rate": 1.5513079495736788e-05,
|
883 |
+
"loss": 0.7104,
|
884 |
+
"step": 620
|
885 |
+
},
|
886 |
+
{
|
887 |
+
"epoch": 1.16,
|
888 |
+
"grad_norm": 0.8876361729972202,
|
889 |
+
"learning_rate": 1.5422876628899482e-05,
|
890 |
+
"loss": 0.7195,
|
891 |
+
"step": 625
|
892 |
+
},
|
893 |
+
{
|
894 |
+
"epoch": 1.17,
|
895 |
+
"grad_norm": 0.9036094377090472,
|
896 |
+
"learning_rate": 1.5332044328016916e-05,
|
897 |
+
"loss": 0.7092,
|
898 |
+
"step": 630
|
899 |
+
},
|
900 |
+
{
|
901 |
+
"epoch": 1.17,
|
902 |
+
"grad_norm": 0.8281239604850335,
|
903 |
+
"learning_rate": 1.5240593136006898e-05,
|
904 |
+
"loss": 0.6929,
|
905 |
+
"step": 635
|
906 |
+
},
|
907 |
+
{
|
908 |
+
"epoch": 1.18,
|
909 |
+
"grad_norm": 0.8790456122568177,
|
910 |
+
"learning_rate": 1.5148533667622019e-05,
|
911 |
+
"loss": 0.6925,
|
912 |
+
"step": 640
|
913 |
+
},
|
914 |
+
{
|
915 |
+
"epoch": 1.19,
|
916 |
+
"grad_norm": 0.8177639630770596,
|
917 |
+
"learning_rate": 1.505587660821759e-05,
|
918 |
+
"loss": 0.6895,
|
919 |
+
"step": 645
|
920 |
+
},
|
921 |
+
{
|
922 |
+
"epoch": 1.2,
|
923 |
+
"grad_norm": 0.8927483767429891,
|
924 |
+
"learning_rate": 1.4962632712511395e-05,
|
925 |
+
"loss": 0.7031,
|
926 |
+
"step": 650
|
927 |
+
},
|
928 |
+
{
|
929 |
+
"epoch": 1.21,
|
930 |
+
"grad_norm": 0.8254512048587952,
|
931 |
+
"learning_rate": 1.486881280333539e-05,
|
932 |
+
"loss": 0.699,
|
933 |
+
"step": 655
|
934 |
+
},
|
935 |
+
{
|
936 |
+
"epoch": 1.22,
|
937 |
+
"grad_norm": 0.8724637574634844,
|
938 |
+
"learning_rate": 1.4774427770379492e-05,
|
939 |
+
"loss": 0.7107,
|
940 |
+
"step": 660
|
941 |
+
},
|
942 |
+
{
|
943 |
+
"epoch": 1.23,
|
944 |
+
"grad_norm": 0.8288821089286669,
|
945 |
+
"learning_rate": 1.4679488568927615e-05,
|
946 |
+
"loss": 0.7087,
|
947 |
+
"step": 665
|
948 |
+
},
|
949 |
+
{
|
950 |
+
"epoch": 1.24,
|
951 |
+
"grad_norm": 0.8486744655635069,
|
952 |
+
"learning_rate": 1.4584006218586096e-05,
|
953 |
+
"loss": 0.6947,
|
954 |
+
"step": 670
|
955 |
+
},
|
956 |
+
{
|
957 |
+
"epoch": 1.25,
|
958 |
+
"grad_norm": 0.957175575662007,
|
959 |
+
"learning_rate": 1.4487991802004625e-05,
|
960 |
+
"loss": 0.708,
|
961 |
+
"step": 675
|
962 |
+
},
|
963 |
+
{
|
964 |
+
"epoch": 1.26,
|
965 |
+
"grad_norm": 0.8860372365894343,
|
966 |
+
"learning_rate": 1.43914564635899e-05,
|
967 |
+
"loss": 0.7133,
|
968 |
+
"step": 680
|
969 |
+
},
|
970 |
+
{
|
971 |
+
"epoch": 1.27,
|
972 |
+
"grad_norm": 0.8519026179322932,
|
973 |
+
"learning_rate": 1.4294411408212093e-05,
|
974 |
+
"loss": 0.6917,
|
975 |
+
"step": 685
|
976 |
+
},
|
977 |
+
{
|
978 |
+
"epoch": 1.28,
|
979 |
+
"grad_norm": 0.8436704959136121,
|
980 |
+
"learning_rate": 1.4196867899904292e-05,
|
981 |
+
"loss": 0.7086,
|
982 |
+
"step": 690
|
983 |
+
},
|
984 |
+
{
|
985 |
+
"epoch": 1.29,
|
986 |
+
"grad_norm": 0.9215284562010572,
|
987 |
+
"learning_rate": 1.4098837260555086e-05,
|
988 |
+
"loss": 0.706,
|
989 |
+
"step": 695
|
990 |
+
},
|
991 |
+
{
|
992 |
+
"epoch": 1.29,
|
993 |
+
"grad_norm": 0.8726092038996182,
|
994 |
+
"learning_rate": 1.4000330868594428e-05,
|
995 |
+
"loss": 0.715,
|
996 |
+
"step": 700
|
997 |
+
},
|
998 |
+
{
|
999 |
+
"epoch": 1.3,
|
1000 |
+
"grad_norm": 0.8335655205275098,
|
1001 |
+
"learning_rate": 1.390136015767295e-05,
|
1002 |
+
"loss": 0.7033,
|
1003 |
+
"step": 705
|
1004 |
+
},
|
1005 |
+
{
|
1006 |
+
"epoch": 1.31,
|
1007 |
+
"grad_norm": 0.8308170289028934,
|
1008 |
+
"learning_rate": 1.3801936615334848e-05,
|
1009 |
+
"loss": 0.7017,
|
1010 |
+
"step": 710
|
1011 |
+
},
|
1012 |
+
{
|
1013 |
+
"epoch": 1.32,
|
1014 |
+
"grad_norm": 0.8488389190620426,
|
1015 |
+
"learning_rate": 1.370207178168452e-05,
|
1016 |
+
"loss": 0.7011,
|
1017 |
+
"step": 715
|
1018 |
+
},
|
1019 |
+
{
|
1020 |
+
"epoch": 1.33,
|
1021 |
+
"grad_norm": 0.9139523556398262,
|
1022 |
+
"learning_rate": 1.3601777248047105e-05,
|
1023 |
+
"loss": 0.7066,
|
1024 |
+
"step": 720
|
1025 |
+
},
|
1026 |
+
{
|
1027 |
+
"epoch": 1.34,
|
1028 |
+
"grad_norm": 0.9381426787661671,
|
1029 |
+
"learning_rate": 1.3501064655623095e-05,
|
1030 |
+
"loss": 0.7173,
|
1031 |
+
"step": 725
|
1032 |
+
},
|
1033 |
+
{
|
1034 |
+
"epoch": 1.35,
|
1035 |
+
"grad_norm": 0.822817225044632,
|
1036 |
+
"learning_rate": 1.3399945694137109e-05,
|
1037 |
+
"loss": 0.6979,
|
1038 |
+
"step": 730
|
1039 |
+
},
|
1040 |
+
{
|
1041 |
+
"epoch": 1.36,
|
1042 |
+
"grad_norm": 0.916057907116943,
|
1043 |
+
"learning_rate": 1.3298432100481078e-05,
|
1044 |
+
"loss": 0.6942,
|
1045 |
+
"step": 735
|
1046 |
+
},
|
1047 |
+
{
|
1048 |
+
"epoch": 1.37,
|
1049 |
+
"grad_norm": 0.9293994240579861,
|
1050 |
+
"learning_rate": 1.3196535657351959e-05,
|
1051 |
+
"loss": 0.7102,
|
1052 |
+
"step": 740
|
1053 |
+
},
|
1054 |
+
{
|
1055 |
+
"epoch": 1.38,
|
1056 |
+
"grad_norm": 0.8531666161772917,
|
1057 |
+
"learning_rate": 1.309426819188409e-05,
|
1058 |
+
"loss": 0.6963,
|
1059 |
+
"step": 745
|
1060 |
+
},
|
1061 |
+
{
|
1062 |
+
"epoch": 1.39,
|
1063 |
+
"grad_norm": 0.8969051991163846,
|
1064 |
+
"learning_rate": 1.2991641574276419e-05,
|
1065 |
+
"loss": 0.7058,
|
1066 |
+
"step": 750
|
1067 |
+
},
|
1068 |
+
{
|
1069 |
+
"epoch": 1.4,
|
1070 |
+
"grad_norm": 0.8758153277433447,
|
1071 |
+
"learning_rate": 1.288866771641474e-05,
|
1072 |
+
"loss": 0.7033,
|
1073 |
+
"step": 755
|
1074 |
+
},
|
1075 |
+
{
|
1076 |
+
"epoch": 1.41,
|
1077 |
+
"grad_norm": 0.8800800572010911,
|
1078 |
+
"learning_rate": 1.2785358570489077e-05,
|
1079 |
+
"loss": 0.6951,
|
1080 |
+
"step": 760
|
1081 |
+
},
|
1082 |
+
{
|
1083 |
+
"epoch": 1.41,
|
1084 |
+
"grad_norm": 0.7903117710072121,
|
1085 |
+
"learning_rate": 1.2681726127606374e-05,
|
1086 |
+
"loss": 0.6992,
|
1087 |
+
"step": 765
|
1088 |
+
},
|
1089 |
+
{
|
1090 |
+
"epoch": 1.42,
|
1091 |
+
"grad_norm": 0.9044773533349648,
|
1092 |
+
"learning_rate": 1.2577782416398708e-05,
|
1093 |
+
"loss": 0.7204,
|
1094 |
+
"step": 770
|
1095 |
+
},
|
1096 |
+
{
|
1097 |
+
"epoch": 1.43,
|
1098 |
+
"grad_norm": 0.8539428431672353,
|
1099 |
+
"learning_rate": 1.2473539501627101e-05,
|
1100 |
+
"loss": 0.7212,
|
1101 |
+
"step": 775
|
1102 |
+
},
|
1103 |
+
{
|
1104 |
+
"epoch": 1.44,
|
1105 |
+
"grad_norm": 0.8455375361267863,
|
1106 |
+
"learning_rate": 1.2369009482781191e-05,
|
1107 |
+
"loss": 0.702,
|
1108 |
+
"step": 780
|
1109 |
+
},
|
1110 |
+
{
|
1111 |
+
"epoch": 1.45,
|
1112 |
+
"grad_norm": 0.8134470805856595,
|
1113 |
+
"learning_rate": 1.2264204492674816e-05,
|
1114 |
+
"loss": 0.7134,
|
1115 |
+
"step": 785
|
1116 |
+
},
|
1117 |
+
{
|
1118 |
+
"epoch": 1.46,
|
1119 |
+
"grad_norm": 0.9426558956565058,
|
1120 |
+
"learning_rate": 1.2159136696037763e-05,
|
1121 |
+
"loss": 0.6899,
|
1122 |
+
"step": 790
|
1123 |
+
},
|
1124 |
+
{
|
1125 |
+
"epoch": 1.47,
|
1126 |
+
"grad_norm": 1.0712082472086517,
|
1127 |
+
"learning_rate": 1.205381828810382e-05,
|
1128 |
+
"loss": 0.6867,
|
1129 |
+
"step": 795
|
1130 |
+
},
|
1131 |
+
{
|
1132 |
+
"epoch": 1.48,
|
1133 |
+
"grad_norm": 0.8650015131089676,
|
1134 |
+
"learning_rate": 1.1948261493195256e-05,
|
1135 |
+
"loss": 0.6862,
|
1136 |
+
"step": 800
|
1137 |
+
},
|
1138 |
+
{
|
1139 |
+
"epoch": 1.49,
|
1140 |
+
"grad_norm": 0.8092140890169357,
|
1141 |
+
"learning_rate": 1.1842478563303953e-05,
|
1142 |
+
"loss": 0.692,
|
1143 |
+
"step": 805
|
1144 |
+
},
|
1145 |
+
{
|
1146 |
+
"epoch": 1.5,
|
1147 |
+
"grad_norm": 0.884259378052905,
|
1148 |
+
"learning_rate": 1.1736481776669307e-05,
|
1149 |
+
"loss": 0.6956,
|
1150 |
+
"step": 810
|
1151 |
+
},
|
1152 |
+
{
|
1153 |
+
"epoch": 1.51,
|
1154 |
+
"grad_norm": 0.88390160177522,
|
1155 |
+
"learning_rate": 1.1630283436353098e-05,
|
1156 |
+
"loss": 0.6867,
|
1157 |
+
"step": 815
|
1158 |
+
},
|
1159 |
+
{
|
1160 |
+
"epoch": 1.52,
|
1161 |
+
"grad_norm": 0.8296289744950246,
|
1162 |
+
"learning_rate": 1.1523895868811472e-05,
|
1163 |
+
"loss": 0.7104,
|
1164 |
+
"step": 820
|
1165 |
+
},
|
1166 |
+
{
|
1167 |
+
"epoch": 1.53,
|
1168 |
+
"grad_norm": 0.8817584934930776,
|
1169 |
+
"learning_rate": 1.1417331422464206e-05,
|
1170 |
+
"loss": 0.7035,
|
1171 |
+
"step": 825
|
1172 |
+
},
|
1173 |
+
{
|
1174 |
+
"epoch": 1.53,
|
1175 |
+
"grad_norm": 0.8714688770326949,
|
1176 |
+
"learning_rate": 1.1310602466261422e-05,
|
1177 |
+
"loss": 0.6852,
|
1178 |
+
"step": 830
|
1179 |
+
},
|
1180 |
+
{
|
1181 |
+
"epoch": 1.54,
|
1182 |
+
"grad_norm": 0.8625649509092821,
|
1183 |
+
"learning_rate": 1.1203721388247924e-05,
|
1184 |
+
"loss": 0.6965,
|
1185 |
+
"step": 835
|
1186 |
+
},
|
1187 |
+
{
|
1188 |
+
"epoch": 1.55,
|
1189 |
+
"grad_norm": 0.8201921799899131,
|
1190 |
+
"learning_rate": 1.1096700594125318e-05,
|
1191 |
+
"loss": 0.682,
|
1192 |
+
"step": 840
|
1193 |
+
},
|
1194 |
+
{
|
1195 |
+
"epoch": 1.56,
|
1196 |
+
"grad_norm": 0.8435657261904709,
|
1197 |
+
"learning_rate": 1.0989552505812073e-05,
|
1198 |
+
"loss": 0.6954,
|
1199 |
+
"step": 845
|
1200 |
+
},
|
1201 |
+
{
|
1202 |
+
"epoch": 1.57,
|
1203 |
+
"grad_norm": 0.7847155172741475,
|
1204 |
+
"learning_rate": 1.088228956000172e-05,
|
1205 |
+
"loss": 0.6988,
|
1206 |
+
"step": 850
|
1207 |
+
},
|
1208 |
+
{
|
1209 |
+
"epoch": 1.58,
|
1210 |
+
"grad_norm": 0.8407369975482921,
|
1211 |
+
"learning_rate": 1.077492420671931e-05,
|
1212 |
+
"loss": 0.6852,
|
1213 |
+
"step": 855
|
1214 |
+
},
|
1215 |
+
{
|
1216 |
+
"epoch": 1.59,
|
1217 |
+
"grad_norm": 0.8516693758714967,
|
1218 |
+
"learning_rate": 1.0667468907876349e-05,
|
1219 |
+
"loss": 0.7018,
|
1220 |
+
"step": 860
|
1221 |
+
},
|
1222 |
+
{
|
1223 |
+
"epoch": 1.6,
|
1224 |
+
"grad_norm": 0.8428393845492996,
|
1225 |
+
"learning_rate": 1.0559936135824322e-05,
|
1226 |
+
"loss": 0.7013,
|
1227 |
+
"step": 865
|
1228 |
+
},
|
1229 |
+
{
|
1230 |
+
"epoch": 1.61,
|
1231 |
+
"grad_norm": 0.8598951874688993,
|
1232 |
+
"learning_rate": 1.0452338371907065e-05,
|
1233 |
+
"loss": 0.7056,
|
1234 |
+
"step": 870
|
1235 |
+
},
|
1236 |
+
{
|
1237 |
+
"epoch": 1.62,
|
1238 |
+
"grad_norm": 0.9089941816299408,
|
1239 |
+
"learning_rate": 1.0344688105012006e-05,
|
1240 |
+
"loss": 0.7008,
|
1241 |
+
"step": 875
|
1242 |
+
},
|
1243 |
+
{
|
1244 |
+
"epoch": 1.63,
|
1245 |
+
"grad_norm": 0.8025939134141212,
|
1246 |
+
"learning_rate": 1.0236997830120614e-05,
|
1247 |
+
"loss": 0.6995,
|
1248 |
+
"step": 880
|
1249 |
+
},
|
1250 |
+
{
|
1251 |
+
"epoch": 1.64,
|
1252 |
+
"grad_norm": 0.8322635796721002,
|
1253 |
+
"learning_rate": 1.0129280046858085e-05,
|
1254 |
+
"loss": 0.7119,
|
1255 |
+
"step": 885
|
1256 |
+
},
|
1257 |
+
{
|
1258 |
+
"epoch": 1.65,
|
1259 |
+
"grad_norm": 0.9168431530161661,
|
1260 |
+
"learning_rate": 1.0021547258042522e-05,
|
1261 |
+
"loss": 0.7166,
|
1262 |
+
"step": 890
|
1263 |
+
},
|
1264 |
+
{
|
1265 |
+
"epoch": 1.66,
|
1266 |
+
"grad_norm": 0.8719580027768455,
|
1267 |
+
"learning_rate": 9.913811968233716e-06,
|
1268 |
+
"loss": 0.6971,
|
1269 |
+
"step": 895
|
1270 |
+
},
|
1271 |
+
{
|
1272 |
+
"epoch": 1.66,
|
1273 |
+
"grad_norm": 0.8754135160174089,
|
1274 |
+
"learning_rate": 9.806086682281759e-06,
|
1275 |
+
"loss": 0.6926,
|
1276 |
+
"step": 900
|
1277 |
+
},
|
1278 |
+
{
|
1279 |
+
"epoch": 1.67,
|
1280 |
+
"grad_norm": 0.7545254920889488,
|
1281 |
+
"learning_rate": 9.69838390387558e-06,
|
1282 |
+
"loss": 0.6881,
|
1283 |
+
"step": 905
|
1284 |
+
},
|
1285 |
+
{
|
1286 |
+
"epoch": 1.68,
|
1287 |
+
"grad_norm": 0.8170094862170797,
|
1288 |
+
"learning_rate": 9.59071613409167e-06,
|
1289 |
+
"loss": 0.6986,
|
1290 |
+
"step": 910
|
1291 |
+
},
|
1292 |
+
{
|
1293 |
+
"epoch": 1.69,
|
1294 |
+
"grad_norm": 0.8727115323209758,
|
1295 |
+
"learning_rate": 9.483095869943056e-06,
|
1296 |
+
"loss": 0.701,
|
1297 |
+
"step": 915
|
1298 |
+
},
|
1299 |
+
{
|
1300 |
+
"epoch": 1.7,
|
1301 |
+
"grad_norm": 0.8217893100447828,
|
1302 |
+
"learning_rate": 9.375535602928776e-06,
|
1303 |
+
"loss": 0.7125,
|
1304 |
+
"step": 920
|
1305 |
+
},
|
1306 |
+
{
|
1307 |
+
"epoch": 1.71,
|
1308 |
+
"grad_norm": 0.7669081950681641,
|
1309 |
+
"learning_rate": 9.268047817583997e-06,
|
1310 |
+
"loss": 0.6951,
|
1311 |
+
"step": 925
|
1312 |
+
},
|
1313 |
+
{
|
1314 |
+
"epoch": 1.72,
|
1315 |
+
"grad_norm": 0.8691713855735111,
|
1316 |
+
"learning_rate": 9.160644990030932e-06,
|
1317 |
+
"loss": 0.7053,
|
1318 |
+
"step": 930
|
1319 |
+
},
|
1320 |
+
{
|
1321 |
+
"epoch": 1.73,
|
1322 |
+
"grad_norm": 0.8465735557284857,
|
1323 |
+
"learning_rate": 9.053339586530724e-06,
|
1324 |
+
"loss": 0.7101,
|
1325 |
+
"step": 935
|
1326 |
+
},
|
1327 |
+
{
|
1328 |
+
"epoch": 1.74,
|
1329 |
+
"grad_norm": 0.8556436244244698,
|
1330 |
+
"learning_rate": 8.946144062036496e-06,
|
1331 |
+
"loss": 0.6859,
|
1332 |
+
"step": 940
|
1333 |
+
},
|
1334 |
+
{
|
1335 |
+
"epoch": 1.75,
|
1336 |
+
"grad_norm": 0.8013250456726765,
|
1337 |
+
"learning_rate": 8.839070858747697e-06,
|
1338 |
+
"loss": 0.7001,
|
1339 |
+
"step": 945
|
1340 |
+
},
|
1341 |
+
{
|
1342 |
+
"epoch": 1.76,
|
1343 |
+
"grad_norm": 0.8848341169666858,
|
1344 |
+
"learning_rate": 8.732132404665947e-06,
|
1345 |
+
"loss": 0.67,
|
1346 |
+
"step": 950
|
1347 |
+
},
|
1348 |
+
{
|
1349 |
+
"epoch": 1.77,
|
1350 |
+
"grad_norm": 0.79454106581273,
|
1351 |
+
"learning_rate": 8.625341112152487e-06,
|
1352 |
+
"loss": 0.6821,
|
1353 |
+
"step": 955
|
1354 |
+
},
|
1355 |
+
{
|
1356 |
+
"epoch": 1.78,
|
1357 |
+
"grad_norm": 0.8304144336068819,
|
1358 |
+
"learning_rate": 8.518709376487515e-06,
|
1359 |
+
"loss": 0.6831,
|
1360 |
+
"step": 960
|
1361 |
+
},
|
1362 |
+
{
|
1363 |
+
"epoch": 1.78,
|
1364 |
+
"grad_norm": 0.7913540202550371,
|
1365 |
+
"learning_rate": 8.412249574431429e-06,
|
1366 |
+
"loss": 0.7086,
|
1367 |
+
"step": 965
|
1368 |
+
},
|
1369 |
+
{
|
1370 |
+
"epoch": 1.79,
|
1371 |
+
"grad_norm": 0.8064141920037301,
|
1372 |
+
"learning_rate": 8.305974062788278e-06,
|
1373 |
+
"loss": 0.6953,
|
1374 |
+
"step": 970
|
1375 |
+
},
|
1376 |
+
{
|
1377 |
+
"epoch": 1.8,
|
1378 |
+
"grad_norm": 0.7828524157109749,
|
1379 |
+
"learning_rate": 8.199895176971489e-06,
|
1380 |
+
"loss": 0.6983,
|
1381 |
+
"step": 975
|
1382 |
+
},
|
1383 |
+
{
|
1384 |
+
"epoch": 1.81,
|
1385 |
+
"grad_norm": 0.8098706298944635,
|
1386 |
+
"learning_rate": 8.094025229572111e-06,
|
1387 |
+
"loss": 0.6966,
|
1388 |
+
"step": 980
|
1389 |
+
},
|
1390 |
+
{
|
1391 |
+
"epoch": 1.82,
|
1392 |
+
"grad_norm": 0.849544093718342,
|
1393 |
+
"learning_rate": 7.988376508929676e-06,
|
1394 |
+
"loss": 0.6727,
|
1395 |
+
"step": 985
|
1396 |
+
},
|
1397 |
+
{
|
1398 |
+
"epoch": 1.83,
|
1399 |
+
"grad_norm": 0.7975592097506601,
|
1400 |
+
"learning_rate": 7.882961277705897e-06,
|
1401 |
+
"loss": 0.6856,
|
1402 |
+
"step": 990
|
1403 |
+
},
|
1404 |
+
{
|
1405 |
+
"epoch": 1.84,
|
1406 |
+
"grad_norm": 0.8523673745310055,
|
1407 |
+
"learning_rate": 7.777791771461332e-06,
|
1408 |
+
"loss": 0.7029,
|
1409 |
+
"step": 995
|
1410 |
+
},
|
1411 |
+
{
|
1412 |
+
"epoch": 1.85,
|
1413 |
+
"grad_norm": 0.8204875573442207,
|
1414 |
+
"learning_rate": 7.672880197235223e-06,
|
1415 |
+
"loss": 0.6864,
|
1416 |
+
"step": 1000
|
1417 |
+
},
|
1418 |
+
{
|
1419 |
+
"epoch": 1.86,
|
1420 |
+
"grad_norm": 0.8248700076350647,
|
1421 |
+
"learning_rate": 7.568238732128586e-06,
|
1422 |
+
"loss": 0.6835,
|
1423 |
+
"step": 1005
|
1424 |
+
},
|
1425 |
+
{
|
1426 |
+
"epoch": 1.87,
|
1427 |
+
"grad_norm": 0.8191493692115818,
|
1428 |
+
"learning_rate": 7.463879521890847e-06,
|
1429 |
+
"loss": 0.6943,
|
1430 |
+
"step": 1010
|
1431 |
+
},
|
1432 |
+
{
|
1433 |
+
"epoch": 1.88,
|
1434 |
+
"grad_norm": 0.7791309739864153,
|
1435 |
+
"learning_rate": 7.359814679510065e-06,
|
1436 |
+
"loss": 0.7092,
|
1437 |
+
"step": 1015
|
1438 |
+
},
|
1439 |
+
{
|
1440 |
+
"epoch": 1.89,
|
1441 |
+
"grad_norm": 0.7843289733720519,
|
1442 |
+
"learning_rate": 7.256056283806987e-06,
|
1443 |
+
"loss": 0.6937,
|
1444 |
+
"step": 1020
|
1445 |
+
},
|
1446 |
+
{
|
1447 |
+
"epoch": 1.9,
|
1448 |
+
"grad_norm": 0.7842615760396254,
|
1449 |
+
"learning_rate": 7.152616378033043e-06,
|
1450 |
+
"loss": 0.7117,
|
1451 |
+
"step": 1025
|
1452 |
+
},
|
1453 |
+
{
|
1454 |
+
"epoch": 1.9,
|
1455 |
+
"grad_norm": 0.7829943694050134,
|
1456 |
+
"learning_rate": 7.049506968472497e-06,
|
1457 |
+
"loss": 0.7065,
|
1458 |
+
"step": 1030
|
1459 |
+
},
|
1460 |
+
{
|
1461 |
+
"epoch": 1.91,
|
1462 |
+
"grad_norm": 0.7561205508975692,
|
1463 |
+
"learning_rate": 6.94674002304887e-06,
|
1464 |
+
"loss": 0.6857,
|
1465 |
+
"step": 1035
|
1466 |
+
},
|
1467 |
+
{
|
1468 |
+
"epoch": 1.92,
|
1469 |
+
"grad_norm": 0.7512481608435314,
|
1470 |
+
"learning_rate": 6.844327469935826e-06,
|
1471 |
+
"loss": 0.6766,
|
1472 |
+
"step": 1040
|
1473 |
+
},
|
1474 |
+
{
|
1475 |
+
"epoch": 1.93,
|
1476 |
+
"grad_norm": 0.7532241014261504,
|
1477 |
+
"learning_rate": 6.742281196172663e-06,
|
1478 |
+
"loss": 0.6696,
|
1479 |
+
"step": 1045
|
1480 |
+
},
|
1481 |
+
{
|
1482 |
+
"epoch": 1.94,
|
1483 |
+
"grad_norm": 0.723095218170628,
|
1484 |
+
"learning_rate": 6.640613046284581e-06,
|
1485 |
+
"loss": 0.6695,
|
1486 |
+
"step": 1050
|
1487 |
+
},
|
1488 |
+
{
|
1489 |
+
"epoch": 1.95,
|
1490 |
+
"grad_norm": 0.7252212718824871,
|
1491 |
+
"learning_rate": 6.539334820907889e-06,
|
1492 |
+
"loss": 0.667,
|
1493 |
+
"step": 1055
|
1494 |
+
},
|
1495 |
+
{
|
1496 |
+
"epoch": 1.96,
|
1497 |
+
"grad_norm": 0.7830880287688797,
|
1498 |
+
"learning_rate": 6.438458275420309e-06,
|
1499 |
+
"loss": 0.683,
|
1500 |
+
"step": 1060
|
1501 |
+
},
|
1502 |
+
{
|
1503 |
+
"epoch": 1.97,
|
1504 |
+
"grad_norm": 0.8130835872824888,
|
1505 |
+
"learning_rate": 6.337995118576521e-06,
|
1506 |
+
"loss": 0.692,
|
1507 |
+
"step": 1065
|
1508 |
+
},
|
1509 |
+
{
|
1510 |
+
"epoch": 1.98,
|
1511 |
+
"grad_norm": 0.7894458277368371,
|
1512 |
+
"learning_rate": 6.23795701114912e-06,
|
1513 |
+
"loss": 0.7021,
|
1514 |
+
"step": 1070
|
1515 |
+
},
|
1516 |
+
{
|
1517 |
+
"epoch": 1.99,
|
1518 |
+
"grad_norm": 0.8367949367657657,
|
1519 |
+
"learning_rate": 6.138355564575169e-06,
|
1520 |
+
"loss": 0.6949,
|
1521 |
+
"step": 1075
|
1522 |
+
},
|
1523 |
+
{
|
1524 |
+
"epoch": 2.0,
|
1525 |
+
"grad_norm": 0.7786700756632423,
|
1526 |
+
"learning_rate": 6.039202339608432e-06,
|
1527 |
+
"loss": 0.6967,
|
1528 |
+
"step": 1080
|
1529 |
+
},
|
1530 |
+
{
|
1531 |
+
"epoch": 2.01,
|
1532 |
+
"grad_norm": 0.9633228870304994,
|
1533 |
+
"learning_rate": 5.9405088449775375e-06,
|
1534 |
+
"loss": 0.5819,
|
1535 |
+
"step": 1085
|
1536 |
+
},
|
1537 |
+
{
|
1538 |
+
"epoch": 2.02,
|
1539 |
+
"grad_norm": 1.0344070619967278,
|
1540 |
+
"learning_rate": 5.842286536050144e-06,
|
1541 |
+
"loss": 0.5011,
|
1542 |
+
"step": 1090
|
1543 |
+
},
|
1544 |
+
{
|
1545 |
+
"epoch": 2.02,
|
1546 |
+
"grad_norm": 1.0538641350381497,
|
1547 |
+
"learning_rate": 5.744546813503327e-06,
|
1548 |
+
"loss": 0.5319,
|
1549 |
+
"step": 1095
|
1550 |
+
},
|
1551 |
+
{
|
1552 |
+
"epoch": 2.03,
|
1553 |
+
"grad_norm": 0.8864489388413449,
|
1554 |
+
"learning_rate": 5.647301022000284e-06,
|
1555 |
+
"loss": 0.4926,
|
1556 |
+
"step": 1100
|
1557 |
+
},
|
1558 |
+
{
|
1559 |
+
"epoch": 2.04,
|
1560 |
+
"grad_norm": 0.8474505807265904,
|
1561 |
+
"learning_rate": 5.550560448873575e-06,
|
1562 |
+
"loss": 0.509,
|
1563 |
+
"step": 1105
|
1564 |
+
},
|
1565 |
+
{
|
1566 |
+
"epoch": 2.05,
|
1567 |
+
"grad_norm": 0.8267823766957728,
|
1568 |
+
"learning_rate": 5.454336322814995e-06,
|
1569 |
+
"loss": 0.5094,
|
1570 |
+
"step": 1110
|
1571 |
+
},
|
1572 |
+
{
|
1573 |
+
"epoch": 2.06,
|
1574 |
+
"grad_norm": 0.8086042498258639,
|
1575 |
+
"learning_rate": 5.358639812572244e-06,
|
1576 |
+
"loss": 0.4892,
|
1577 |
+
"step": 1115
|
1578 |
+
},
|
1579 |
+
{
|
1580 |
+
"epoch": 2.07,
|
1581 |
+
"grad_norm": 0.7975013388182653,
|
1582 |
+
"learning_rate": 5.263482025652591e-06,
|
1583 |
+
"loss": 0.501,
|
1584 |
+
"step": 1120
|
1585 |
+
},
|
1586 |
+
{
|
1587 |
+
"epoch": 2.08,
|
1588 |
+
"grad_norm": 0.8115736728203711,
|
1589 |
+
"learning_rate": 5.168874007033615e-06,
|
1590 |
+
"loss": 0.4934,
|
1591 |
+
"step": 1125
|
1592 |
+
},
|
1593 |
+
{
|
1594 |
+
"epoch": 2.09,
|
1595 |
+
"grad_norm": 0.7794798018780561,
|
1596 |
+
"learning_rate": 5.074826737881202e-06,
|
1597 |
+
"loss": 0.5055,
|
1598 |
+
"step": 1130
|
1599 |
+
},
|
1600 |
+
{
|
1601 |
+
"epoch": 2.1,
|
1602 |
+
"grad_norm": 0.795406266403286,
|
1603 |
+
"learning_rate": 4.981351134274981e-06,
|
1604 |
+
"loss": 0.5062,
|
1605 |
+
"step": 1135
|
1606 |
+
},
|
1607 |
+
{
|
1608 |
+
"epoch": 2.11,
|
1609 |
+
"grad_norm": 0.7805878111888855,
|
1610 |
+
"learning_rate": 4.888458045941269e-06,
|
1611 |
+
"loss": 0.5016,
|
1612 |
+
"step": 1140
|
1613 |
+
},
|
1614 |
+
{
|
1615 |
+
"epoch": 2.12,
|
1616 |
+
"grad_norm": 0.7875089983056415,
|
1617 |
+
"learning_rate": 4.796158254993768e-06,
|
1618 |
+
"loss": 0.4976,
|
1619 |
+
"step": 1145
|
1620 |
+
},
|
1621 |
+
{
|
1622 |
+
"epoch": 2.13,
|
1623 |
+
"grad_norm": 0.8049951869389942,
|
1624 |
+
"learning_rate": 4.704462474682055e-06,
|
1625 |
+
"loss": 0.4987,
|
1626 |
+
"step": 1150
|
1627 |
+
},
|
1628 |
+
{
|
1629 |
+
"epoch": 2.14,
|
1630 |
+
"grad_norm": 0.8009379405913797,
|
1631 |
+
"learning_rate": 4.613381348148125e-06,
|
1632 |
+
"loss": 0.5092,
|
1633 |
+
"step": 1155
|
1634 |
+
},
|
1635 |
+
{
|
1636 |
+
"epoch": 2.15,
|
1637 |
+
"grad_norm": 0.7841732209811066,
|
1638 |
+
"learning_rate": 4.522925447191006e-06,
|
1639 |
+
"loss": 0.5061,
|
1640 |
+
"step": 1160
|
1641 |
+
},
|
1642 |
+
{
|
1643 |
+
"epoch": 2.15,
|
1644 |
+
"grad_norm": 0.8055813206538527,
|
1645 |
+
"learning_rate": 4.433105271039722e-06,
|
1646 |
+
"loss": 0.5303,
|
1647 |
+
"step": 1165
|
1648 |
+
},
|
1649 |
+
{
|
1650 |
+
"epoch": 2.16,
|
1651 |
+
"grad_norm": 0.8150894233057778,
|
1652 |
+
"learning_rate": 4.343931245134616e-06,
|
1653 |
+
"loss": 0.5078,
|
1654 |
+
"step": 1170
|
1655 |
+
},
|
1656 |
+
{
|
1657 |
+
"epoch": 2.17,
|
1658 |
+
"grad_norm": 0.8052165058822955,
|
1659 |
+
"learning_rate": 4.255413719917294e-06,
|
1660 |
+
"loss": 0.5124,
|
1661 |
+
"step": 1175
|
1662 |
+
},
|
1663 |
+
{
|
1664 |
+
"epoch": 2.18,
|
1665 |
+
"grad_norm": 0.810378912782989,
|
1666 |
+
"learning_rate": 4.167562969629233e-06,
|
1667 |
+
"loss": 0.5159,
|
1668 |
+
"step": 1180
|
1669 |
+
},
|
1670 |
+
{
|
1671 |
+
"epoch": 2.19,
|
1672 |
+
"grad_norm": 0.7874419439695609,
|
1673 |
+
"learning_rate": 4.080389191119241e-06,
|
1674 |
+
"loss": 0.4961,
|
1675 |
+
"step": 1185
|
1676 |
+
},
|
1677 |
+
{
|
1678 |
+
"epoch": 2.2,
|
1679 |
+
"grad_norm": 0.8205952521678742,
|
1680 |
+
"learning_rate": 3.9939025026599335e-06,
|
1681 |
+
"loss": 0.5109,
|
1682 |
+
"step": 1190
|
1683 |
+
},
|
1684 |
+
{
|
1685 |
+
"epoch": 2.21,
|
1686 |
+
"grad_norm": 0.7961082784450934,
|
1687 |
+
"learning_rate": 3.908112942773278e-06,
|
1688 |
+
"loss": 0.5106,
|
1689 |
+
"step": 1195
|
1690 |
+
},
|
1691 |
+
{
|
1692 |
+
"epoch": 2.22,
|
1693 |
+
"grad_norm": 0.7902941678889169,
|
1694 |
+
"learning_rate": 3.823030469065431e-06,
|
1695 |
+
"loss": 0.5087,
|
1696 |
+
"step": 1200
|
1697 |
+
},
|
1698 |
+
{
|
1699 |
+
"epoch": 2.23,
|
1700 |
+
"grad_norm": 0.7993525374229726,
|
1701 |
+
"learning_rate": 3.738664957070964e-06,
|
1702 |
+
"loss": 0.492,
|
1703 |
+
"step": 1205
|
1704 |
+
},
|
1705 |
+
{
|
1706 |
+
"epoch": 2.24,
|
1707 |
+
"grad_norm": 0.809158748195732,
|
1708 |
+
"learning_rate": 3.655026199106595e-06,
|
1709 |
+
"loss": 0.4983,
|
1710 |
+
"step": 1210
|
1711 |
+
},
|
1712 |
+
{
|
1713 |
+
"epoch": 2.25,
|
1714 |
+
"grad_norm": 0.7673626425314425,
|
1715 |
+
"learning_rate": 3.5721239031346067e-06,
|
1716 |
+
"loss": 0.4887,
|
1717 |
+
"step": 1215
|
1718 |
+
},
|
1719 |
+
{
|
1720 |
+
"epoch": 2.26,
|
1721 |
+
"grad_norm": 0.7999177297746718,
|
1722 |
+
"learning_rate": 3.489967691636038e-06,
|
1723 |
+
"loss": 0.5028,
|
1724 |
+
"step": 1220
|
1725 |
+
},
|
1726 |
+
{
|
1727 |
+
"epoch": 2.27,
|
1728 |
+
"grad_norm": 0.7945863024103252,
|
1729 |
+
"learning_rate": 3.408567100493787e-06,
|
1730 |
+
"loss": 0.4927,
|
1731 |
+
"step": 1225
|
1732 |
+
},
|
1733 |
+
{
|
1734 |
+
"epoch": 2.27,
|
1735 |
+
"grad_norm": 0.786058386688595,
|
1736 |
+
"learning_rate": 3.3279315778858034e-06,
|
1737 |
+
"loss": 0.4974,
|
1738 |
+
"step": 1230
|
1739 |
+
},
|
1740 |
+
{
|
1741 |
+
"epoch": 2.28,
|
1742 |
+
"grad_norm": 0.7807385510973233,
|
1743 |
+
"learning_rate": 3.248070483188426e-06,
|
1744 |
+
"loss": 0.4974,
|
1745 |
+
"step": 1235
|
1746 |
+
},
|
1747 |
+
{
|
1748 |
+
"epoch": 2.29,
|
1749 |
+
"grad_norm": 0.7775262685810439,
|
1750 |
+
"learning_rate": 3.1689930858900265e-06,
|
1751 |
+
"loss": 0.5117,
|
1752 |
+
"step": 1240
|
1753 |
+
},
|
1754 |
+
{
|
1755 |
+
"epoch": 2.3,
|
1756 |
+
"grad_norm": 0.8435777447984063,
|
1757 |
+
"learning_rate": 3.090708564515125e-06,
|
1758 |
+
"loss": 0.496,
|
1759 |
+
"step": 1245
|
1760 |
+
},
|
1761 |
+
{
|
1762 |
+
"epoch": 2.31,
|
1763 |
+
"grad_norm": 0.7632453857565443,
|
1764 |
+
"learning_rate": 3.013226005559009e-06,
|
1765 |
+
"loss": 0.4912,
|
1766 |
+
"step": 1250
|
1767 |
+
},
|
1768 |
+
{
|
1769 |
+
"epoch": 2.32,
|
1770 |
+
"grad_norm": 0.7845597758185894,
|
1771 |
+
"learning_rate": 2.936554402433087e-06,
|
1772 |
+
"loss": 0.4909,
|
1773 |
+
"step": 1255
|
1774 |
+
},
|
1775 |
+
{
|
1776 |
+
"epoch": 2.33,
|
1777 |
+
"grad_norm": 0.7970687413033447,
|
1778 |
+
"learning_rate": 2.8607026544210115e-06,
|
1779 |
+
"loss": 0.488,
|
1780 |
+
"step": 1260
|
1781 |
+
},
|
1782 |
+
{
|
1783 |
+
"epoch": 2.34,
|
1784 |
+
"grad_norm": 0.7705687660032146,
|
1785 |
+
"learning_rate": 2.785679565645726e-06,
|
1786 |
+
"loss": 0.492,
|
1787 |
+
"step": 1265
|
1788 |
+
},
|
1789 |
+
{
|
1790 |
+
"epoch": 2.35,
|
1791 |
+
"grad_norm": 0.7871629482025935,
|
1792 |
+
"learning_rate": 2.7114938440475926e-06,
|
1793 |
+
"loss": 0.4977,
|
1794 |
+
"step": 1270
|
1795 |
+
},
|
1796 |
+
{
|
1797 |
+
"epoch": 2.36,
|
1798 |
+
"grad_norm": 0.7626742896975243,
|
1799 |
+
"learning_rate": 2.6381541003736486e-06,
|
1800 |
+
"loss": 0.5035,
|
1801 |
+
"step": 1275
|
1802 |
+
},
|
1803 |
+
{
|
1804 |
+
"epoch": 2.37,
|
1805 |
+
"grad_norm": 0.7747493631843794,
|
1806 |
+
"learning_rate": 2.5656688471781455e-06,
|
1807 |
+
"loss": 0.4865,
|
1808 |
+
"step": 1280
|
1809 |
+
},
|
1810 |
+
{
|
1811 |
+
"epoch": 2.38,
|
1812 |
+
"grad_norm": 0.7768979283390781,
|
1813 |
+
"learning_rate": 2.4940464978345182e-06,
|
1814 |
+
"loss": 0.4915,
|
1815 |
+
"step": 1285
|
1816 |
+
},
|
1817 |
+
{
|
1818 |
+
"epoch": 2.39,
|
1819 |
+
"grad_norm": 0.770753571366999,
|
1820 |
+
"learning_rate": 2.423295365558821e-06,
|
1821 |
+
"loss": 0.4877,
|
1822 |
+
"step": 1290
|
1823 |
+
},
|
1824 |
+
{
|
1825 |
+
"epoch": 2.39,
|
1826 |
+
"grad_norm": 0.796821433348244,
|
1827 |
+
"learning_rate": 2.3534236624448302e-06,
|
1828 |
+
"loss": 0.5015,
|
1829 |
+
"step": 1295
|
1830 |
+
},
|
1831 |
+
{
|
1832 |
+
"epoch": 2.4,
|
1833 |
+
"grad_norm": 0.7686662201911335,
|
1834 |
+
"learning_rate": 2.284439498510854e-06,
|
1835 |
+
"loss": 0.5033,
|
1836 |
+
"step": 1300
|
1837 |
+
},
|
1838 |
+
{
|
1839 |
+
"epoch": 2.41,
|
1840 |
+
"grad_norm": 0.7995269080777666,
|
1841 |
+
"learning_rate": 2.2163508807584e-06,
|
1842 |
+
"loss": 0.5032,
|
1843 |
+
"step": 1305
|
1844 |
+
},
|
1845 |
+
{
|
1846 |
+
"epoch": 2.42,
|
1847 |
+
"grad_norm": 0.7798024100681243,
|
1848 |
+
"learning_rate": 2.149165712242811e-06,
|
1849 |
+
"loss": 0.508,
|
1850 |
+
"step": 1310
|
1851 |
+
},
|
1852 |
+
{
|
1853 |
+
"epoch": 2.43,
|
1854 |
+
"grad_norm": 0.7952549320908302,
|
1855 |
+
"learning_rate": 2.0828917911559544e-06,
|
1856 |
+
"loss": 0.4991,
|
1857 |
+
"step": 1315
|
1858 |
+
},
|
1859 |
+
{
|
1860 |
+
"epoch": 2.44,
|
1861 |
+
"grad_norm": 0.7562949546743744,
|
1862 |
+
"learning_rate": 2.01753680992107e-06,
|
1863 |
+
"loss": 0.479,
|
1864 |
+
"step": 1320
|
1865 |
+
},
|
1866 |
+
{
|
1867 |
+
"epoch": 2.45,
|
1868 |
+
"grad_norm": 0.7738313454477512,
|
1869 |
+
"learning_rate": 1.953108354299932e-06,
|
1870 |
+
"loss": 0.5101,
|
1871 |
+
"step": 1325
|
1872 |
+
},
|
1873 |
+
{
|
1874 |
+
"epoch": 2.46,
|
1875 |
+
"grad_norm": 0.7632280693175711,
|
1876 |
+
"learning_rate": 1.8896139025123549e-06,
|
1877 |
+
"loss": 0.5029,
|
1878 |
+
"step": 1330
|
1879 |
+
},
|
1880 |
+
{
|
1881 |
+
"epoch": 2.47,
|
1882 |
+
"grad_norm": 0.7782927279263342,
|
1883 |
+
"learning_rate": 1.8270608243681953e-06,
|
1884 |
+
"loss": 0.4915,
|
1885 |
+
"step": 1335
|
1886 |
+
},
|
1887 |
+
{
|
1888 |
+
"epoch": 2.48,
|
1889 |
+
"grad_norm": 0.7721170069306357,
|
1890 |
+
"learning_rate": 1.7654563804119395e-06,
|
1891 |
+
"loss": 0.4949,
|
1892 |
+
"step": 1340
|
1893 |
+
},
|
1894 |
+
{
|
1895 |
+
"epoch": 2.49,
|
1896 |
+
"grad_norm": 0.7569293553310351,
|
1897 |
+
"learning_rate": 1.7048077210799774e-06,
|
1898 |
+
"loss": 0.4952,
|
1899 |
+
"step": 1345
|
1900 |
+
},
|
1901 |
+
{
|
1902 |
+
"epoch": 2.5,
|
1903 |
+
"grad_norm": 0.7713352384960788,
|
1904 |
+
"learning_rate": 1.6451218858706374e-06,
|
1905 |
+
"loss": 0.4915,
|
1906 |
+
"step": 1350
|
1907 |
+
},
|
1908 |
+
{
|
1909 |
+
"epoch": 2.51,
|
1910 |
+
"grad_norm": 0.8073489982779348,
|
1911 |
+
"learning_rate": 1.5864058025271245e-06,
|
1912 |
+
"loss": 0.5019,
|
1913 |
+
"step": 1355
|
1914 |
+
},
|
1915 |
+
{
|
1916 |
+
"epoch": 2.52,
|
1917 |
+
"grad_norm": 0.7532642687412483,
|
1918 |
+
"learning_rate": 1.5286662862334035e-06,
|
1919 |
+
"loss": 0.4817,
|
1920 |
+
"step": 1360
|
1921 |
+
},
|
1922 |
+
{
|
1923 |
+
"epoch": 2.52,
|
1924 |
+
"grad_norm": 0.7619263721625219,
|
1925 |
+
"learning_rate": 1.47191003882317e-06,
|
1926 |
+
"loss": 0.4926,
|
1927 |
+
"step": 1365
|
1928 |
+
},
|
1929 |
+
{
|
1930 |
+
"epoch": 2.53,
|
1931 |
+
"grad_norm": 0.7887732532731833,
|
1932 |
+
"learning_rate": 1.4161436480019651e-06,
|
1933 |
+
"loss": 0.51,
|
1934 |
+
"step": 1370
|
1935 |
+
},
|
1936 |
+
{
|
1937 |
+
"epoch": 2.54,
|
1938 |
+
"grad_norm": 0.756428418923445,
|
1939 |
+
"learning_rate": 1.3613735865825305e-06,
|
1940 |
+
"loss": 0.5113,
|
1941 |
+
"step": 1375
|
1942 |
+
},
|
1943 |
+
{
|
1944 |
+
"epoch": 2.55,
|
1945 |
+
"grad_norm": 0.7908916608851263,
|
1946 |
+
"learning_rate": 1.307606211733522e-06,
|
1947 |
+
"loss": 0.4872,
|
1948 |
+
"step": 1380
|
1949 |
+
},
|
1950 |
+
{
|
1951 |
+
"epoch": 2.56,
|
1952 |
+
"grad_norm": 0.7849304184738213,
|
1953 |
+
"learning_rate": 1.2548477642416258e-06,
|
1954 |
+
"loss": 0.4885,
|
1955 |
+
"step": 1385
|
1956 |
+
},
|
1957 |
+
{
|
1958 |
+
"epoch": 2.57,
|
1959 |
+
"grad_norm": 0.7425717403698943,
|
1960 |
+
"learning_rate": 1.2031043677871812e-06,
|
1961 |
+
"loss": 0.483,
|
1962 |
+
"step": 1390
|
1963 |
+
},
|
1964 |
+
{
|
1965 |
+
"epoch": 2.58,
|
1966 |
+
"grad_norm": 0.7449369354911503,
|
1967 |
+
"learning_rate": 1.152382028233422e-06,
|
1968 |
+
"loss": 0.4898,
|
1969 |
+
"step": 1395
|
1970 |
+
},
|
1971 |
+
{
|
1972 |
+
"epoch": 2.59,
|
1973 |
+
"grad_norm": 0.7711579503984141,
|
1974 |
+
"learning_rate": 1.102686632929363e-06,
|
1975 |
+
"loss": 0.5056,
|
1976 |
+
"step": 1400
|
1977 |
+
},
|
1978 |
+
{
|
1979 |
+
"epoch": 2.6,
|
1980 |
+
"grad_norm": 0.7859105451086833,
|
1981 |
+
"learning_rate": 1.0540239500264516e-06,
|
1982 |
+
"loss": 0.4914,
|
1983 |
+
"step": 1405
|
1984 |
+
},
|
1985 |
+
{
|
1986 |
+
"epoch": 2.61,
|
1987 |
+
"grad_norm": 0.7798228268418401,
|
1988 |
+
"learning_rate": 1.0063996278090704e-06,
|
1989 |
+
"loss": 0.5189,
|
1990 |
+
"step": 1410
|
1991 |
+
},
|
1992 |
+
{
|
1993 |
+
"epoch": 2.62,
|
1994 |
+
"grad_norm": 0.7615368434177107,
|
1995 |
+
"learning_rate": 9.598191940389257e-07,
|
1996 |
+
"loss": 0.5048,
|
1997 |
+
"step": 1415
|
1998 |
+
},
|
1999 |
+
{
|
2000 |
+
"epoch": 2.63,
|
2001 |
+
"grad_norm": 0.7767400021550324,
|
2002 |
+
"learning_rate": 9.142880553134515e-07,
|
2003 |
+
"loss": 0.4886,
|
2004 |
+
"step": 1420
|
2005 |
+
},
|
2006 |
+
{
|
2007 |
+
"epoch": 2.64,
|
2008 |
+
"grad_norm": 0.7671973600539562,
|
2009 |
+
"learning_rate": 8.698114964382598e-07,
|
2010 |
+
"loss": 0.4944,
|
2011 |
+
"step": 1425
|
2012 |
+
},
|
2013 |
+
{
|
2014 |
+
"epoch": 2.64,
|
2015 |
+
"grad_norm": 0.7912890267916621,
|
2016 |
+
"learning_rate": 8.26394679813729e-07,
|
2017 |
+
"loss": 0.5031,
|
2018 |
+
"step": 1430
|
2019 |
+
},
|
2020 |
+
{
|
2021 |
+
"epoch": 2.65,
|
2022 |
+
"grad_norm": 0.7411737851307407,
|
2023 |
+
"learning_rate": 7.840426448358085e-07,
|
2024 |
+
"loss": 0.4921,
|
2025 |
+
"step": 1435
|
2026 |
+
},
|
2027 |
+
{
|
2028 |
+
"epoch": 2.66,
|
2029 |
+
"grad_norm": 0.7523097552132488,
|
2030 |
+
"learning_rate": 7.427603073110967e-07,
|
2031 |
+
"loss": 0.4976,
|
2032 |
+
"step": 1440
|
2033 |
+
},
|
2034 |
+
{
|
2035 |
+
"epoch": 2.67,
|
2036 |
+
"grad_norm": 0.7706118040011497,
|
2037 |
+
"learning_rate": 7.025524588862542e-07,
|
2038 |
+
"loss": 0.483,
|
2039 |
+
"step": 1445
|
2040 |
+
},
|
2041 |
+
{
|
2042 |
+
"epoch": 2.68,
|
2043 |
+
"grad_norm": 0.7825700623120088,
|
2044 |
+
"learning_rate": 6.634237664918486e-07,
|
2045 |
+
"loss": 0.504,
|
2046 |
+
"step": 1450
|
2047 |
+
},
|
2048 |
+
{
|
2049 |
+
"epoch": 2.69,
|
2050 |
+
"grad_norm": 0.7420108171750802,
|
2051 |
+
"learning_rate": 6.253787718006499e-07,
|
2052 |
+
"loss": 0.4842,
|
2053 |
+
"step": 1455
|
2054 |
+
},
|
2055 |
+
{
|
2056 |
+
"epoch": 2.7,
|
2057 |
+
"grad_norm": 0.7658665779082047,
|
2058 |
+
"learning_rate": 5.884218907004902e-07,
|
2059 |
+
"loss": 0.4949,
|
2060 |
+
"step": 1460
|
2061 |
+
},
|
2062 |
+
{
|
2063 |
+
"epoch": 2.71,
|
2064 |
+
"grad_norm": 0.75083219136469,
|
2065 |
+
"learning_rate": 5.525574127817046e-07,
|
2066 |
+
"loss": 0.4824,
|
2067 |
+
"step": 1465
|
2068 |
+
},
|
2069 |
+
{
|
2070 |
+
"epoch": 2.72,
|
2071 |
+
"grad_norm": 0.7586917678605787,
|
2072 |
+
"learning_rate": 5.177895008392353e-07,
|
2073 |
+
"loss": 0.4926,
|
2074 |
+
"step": 1470
|
2075 |
+
},
|
2076 |
+
{
|
2077 |
+
"epoch": 2.73,
|
2078 |
+
"grad_norm": 0.7470158525401197,
|
2079 |
+
"learning_rate": 4.841221903894633e-07,
|
2080 |
+
"loss": 0.4882,
|
2081 |
+
"step": 1475
|
2082 |
+
},
|
2083 |
+
{
|
2084 |
+
"epoch": 2.74,
|
2085 |
+
"grad_norm": 0.7772763452878679,
|
2086 |
+
"learning_rate": 4.515593892018e-07,
|
2087 |
+
"loss": 0.5021,
|
2088 |
+
"step": 1480
|
2089 |
+
},
|
2090 |
+
{
|
2091 |
+
"epoch": 2.75,
|
2092 |
+
"grad_norm": 0.7477051621945912,
|
2093 |
+
"learning_rate": 4.2010487684511105e-07,
|
2094 |
+
"loss": 0.5065,
|
2095 |
+
"step": 1485
|
2096 |
+
},
|
2097 |
+
{
|
2098 |
+
"epoch": 2.76,
|
2099 |
+
"grad_norm": 0.7566118062090599,
|
2100 |
+
"learning_rate": 3.8976230424902616e-07,
|
2101 |
+
"loss": 0.5088,
|
2102 |
+
"step": 1490
|
2103 |
+
},
|
2104 |
+
{
|
2105 |
+
"epoch": 2.76,
|
2106 |
+
"grad_norm": 0.766254582563817,
|
2107 |
+
"learning_rate": 3.605351932801693e-07,
|
2108 |
+
"loss": 0.4975,
|
2109 |
+
"step": 1495
|
2110 |
+
},
|
2111 |
+
{
|
2112 |
+
"epoch": 2.77,
|
2113 |
+
"grad_norm": 0.7839374958680789,
|
2114 |
+
"learning_rate": 3.3242693633337986e-07,
|
2115 |
+
"loss": 0.4922,
|
2116 |
+
"step": 1500
|
2117 |
+
},
|
2118 |
+
{
|
2119 |
+
"epoch": 2.78,
|
2120 |
+
"grad_norm": 0.7509582193755757,
|
2121 |
+
"learning_rate": 3.054407959379557e-07,
|
2122 |
+
"loss": 0.4836,
|
2123 |
+
"step": 1505
|
2124 |
+
},
|
2125 |
+
{
|
2126 |
+
"epoch": 2.79,
|
2127 |
+
"grad_norm": 0.7549781441743341,
|
2128 |
+
"learning_rate": 2.795799043789682e-07,
|
2129 |
+
"loss": 0.4913,
|
2130 |
+
"step": 1510
|
2131 |
+
},
|
2132 |
+
{
|
2133 |
+
"epoch": 2.8,
|
2134 |
+
"grad_norm": 0.7280618469591504,
|
2135 |
+
"learning_rate": 2.548472633337007e-07,
|
2136 |
+
"loss": 0.5008,
|
2137 |
+
"step": 1515
|
2138 |
+
},
|
2139 |
+
{
|
2140 |
+
"epoch": 2.81,
|
2141 |
+
"grad_norm": 0.7426209450041604,
|
2142 |
+
"learning_rate": 2.3124574352324401e-07,
|
2143 |
+
"loss": 0.4859,
|
2144 |
+
"step": 1520
|
2145 |
+
},
|
2146 |
+
{
|
2147 |
+
"epoch": 2.82,
|
2148 |
+
"grad_norm": 0.730840640795566,
|
2149 |
+
"learning_rate": 2.0877808437928638e-07,
|
2150 |
+
"loss": 0.5015,
|
2151 |
+
"step": 1525
|
2152 |
+
},
|
2153 |
+
{
|
2154 |
+
"epoch": 2.83,
|
2155 |
+
"grad_norm": 0.7454219518836528,
|
2156 |
+
"learning_rate": 1.874468937261531e-07,
|
2157 |
+
"loss": 0.511,
|
2158 |
+
"step": 1530
|
2159 |
+
},
|
2160 |
+
{
|
2161 |
+
"epoch": 2.84,
|
2162 |
+
"grad_norm": 0.7526874859698496,
|
2163 |
+
"learning_rate": 1.6725464747811448e-07,
|
2164 |
+
"loss": 0.4833,
|
2165 |
+
"step": 1535
|
2166 |
+
},
|
2167 |
+
{
|
2168 |
+
"epoch": 2.85,
|
2169 |
+
"grad_norm": 0.7749898887857551,
|
2170 |
+
"learning_rate": 1.4820368935200003e-07,
|
2171 |
+
"loss": 0.5081,
|
2172 |
+
"step": 1540
|
2173 |
+
},
|
2174 |
+
{
|
2175 |
+
"epoch": 2.86,
|
2176 |
+
"grad_norm": 0.7520293477111654,
|
2177 |
+
"learning_rate": 1.3029623059517493e-07,
|
2178 |
+
"loss": 0.4863,
|
2179 |
+
"step": 1545
|
2180 |
+
},
|
2181 |
+
{
|
2182 |
+
"epoch": 2.87,
|
2183 |
+
"grad_norm": 0.7551486931155532,
|
2184 |
+
"learning_rate": 1.1353434972886879e-07,
|
2185 |
+
"loss": 0.477,
|
2186 |
+
"step": 1550
|
2187 |
+
},
|
2188 |
+
{
|
2189 |
+
"epoch": 2.88,
|
2190 |
+
"grad_norm": 0.7517623874328504,
|
2191 |
+
"learning_rate": 9.791999230692628e-08,
|
2192 |
+
"loss": 0.5004,
|
2193 |
+
"step": 1555
|
2194 |
+
},
|
2195 |
+
{
|
2196 |
+
"epoch": 2.88,
|
2197 |
+
"grad_norm": 0.7473196143337467,
|
2198 |
+
"learning_rate": 8.345497068998897e-08,
|
2199 |
+
"loss": 0.4991,
|
2200 |
+
"step": 1560
|
2201 |
+
},
|
2202 |
+
{
|
2203 |
+
"epoch": 2.89,
|
2204 |
+
"grad_norm": 0.7371970090752852,
|
2205 |
+
"learning_rate": 7.014096383512802e-08,
|
2206 |
+
"loss": 0.502,
|
2207 |
+
"step": 1565
|
2208 |
+
},
|
2209 |
+
{
|
2210 |
+
"epoch": 2.9,
|
2211 |
+
"grad_norm": 0.7598898724156786,
|
2212 |
+
"learning_rate": 5.797951710097449e-08,
|
2213 |
+
"loss": 0.4858,
|
2214 |
+
"step": 1570
|
2215 |
+
},
|
2216 |
+
{
|
2217 |
+
"epoch": 2.91,
|
2218 |
+
"grad_norm": 0.7632140847196374,
|
2219 |
+
"learning_rate": 4.6972042068341714e-08,
|
2220 |
+
"loss": 0.494,
|
2221 |
+
"step": 1575
|
2222 |
+
},
|
2223 |
+
{
|
2224 |
+
"epoch": 2.92,
|
2225 |
+
"grad_norm": 0.7741502455508422,
|
2226 |
+
"learning_rate": 3.711981637639084e-08,
|
2227 |
+
"loss": 0.4858,
|
2228 |
+
"step": 1580
|
2229 |
+
},
|
2230 |
+
{
|
2231 |
+
"epoch": 2.93,
|
2232 |
+
"grad_norm": 0.7521002538915811,
|
2233 |
+
"learning_rate": 2.8423983574328296e-08,
|
2234 |
+
"loss": 0.4953,
|
2235 |
+
"step": 1585
|
2236 |
+
},
|
2237 |
+
{
|
2238 |
+
"epoch": 2.94,
|
2239 |
+
"grad_norm": 0.7791912328389965,
|
2240 |
+
"learning_rate": 2.088555298867978e-08,
|
2241 |
+
"loss": 0.5056,
|
2242 |
+
"step": 1590
|
2243 |
+
},
|
2244 |
+
{
|
2245 |
+
"epoch": 2.95,
|
2246 |
+
"grad_norm": 0.7663549047032114,
|
2247 |
+
"learning_rate": 1.4505399606130621e-08,
|
2248 |
+
"loss": 0.4958,
|
2249 |
+
"step": 1595
|
2250 |
+
},
|
2251 |
+
{
|
2252 |
+
"epoch": 2.96,
|
2253 |
+
"grad_norm": 0.7692872828036317,
|
2254 |
+
"learning_rate": 9.284263971972574e-09,
|
2255 |
+
"loss": 0.4986,
|
2256 |
+
"step": 1600
|
2257 |
+
},
|
2258 |
+
{
|
2259 |
+
"epoch": 2.97,
|
2260 |
+
"grad_norm": 0.782988216493056,
|
2261 |
+
"learning_rate": 5.222752104147022e-09,
|
2262 |
+
"loss": 0.5066,
|
2263 |
+
"step": 1605
|
2264 |
+
},
|
2265 |
+
{
|
2266 |
+
"epoch": 2.98,
|
2267 |
+
"grad_norm": 0.7892002209997082,
|
2268 |
+
"learning_rate": 2.3213354229001395e-09,
|
2269 |
+
"loss": 0.5093,
|
2270 |
+
"step": 1610
|
2271 |
+
},
|
2272 |
+
{
|
2273 |
+
"epoch": 2.99,
|
2274 |
+
"grad_norm": 0.7748663851832998,
|
2275 |
+
"learning_rate": 5.803506960722072e-10,
|
2276 |
+
"loss": 0.5038,
|
2277 |
+
"step": 1615
|
2278 |
+
},
|
2279 |
+
{
|
2280 |
+
"epoch": 3.0,
|
2281 |
+
"grad_norm": 0.7392896696894132,
|
2282 |
+
"learning_rate": 0.0,
|
2283 |
+
"loss": 0.4834,
|
2284 |
+
"step": 1620
|
2285 |
+
},
|
2286 |
+
{
|
2287 |
+
"epoch": 3.0,
|
2288 |
+
"step": 1620,
|
2289 |
+
"total_flos": 1470053153243136.0,
|
2290 |
+
"train_loss": 0.7158041251294407,
|
2291 |
+
"train_runtime": 19809.7521,
|
2292 |
+
"train_samples_per_second": 9.171,
|
2293 |
+
"train_steps_per_second": 0.082
|
2294 |
+
}
|
2295 |
+
],
|
2296 |
+
"logging_steps": 5,
|
2297 |
+
"max_steps": 1620,
|
2298 |
+
"num_input_tokens_seen": 0,
|
2299 |
+
"num_train_epochs": 3,
|
2300 |
+
"save_steps": 500,
|
2301 |
+
"total_flos": 1470053153243136.0,
|
2302 |
+
"train_batch_size": 4,
|
2303 |
+
"trial_name": null,
|
2304 |
+
"trial_params": null
|
2305 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20abfb3175ace78c7c0c47c4685033299310bc0bf2ca74e7f133da9bab045286
|
3 |
+
size 6072
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|