upload
Browse files- all_results.json +14 -0
- config.json +27 -0
- eval_results.json +9 -0
- generation_config.json +7 -0
- pytorch_model.bin.index.json +266 -0
- special_tokens_map.json +23 -0
- tokenizer_config.json +40 -0
- train_results.json +8 -0
- trainer_state.json +937 -0
all_results.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 5.0,
|
3 |
+
"eval_loss": 1.2920420169830322,
|
4 |
+
"eval_runtime": 271.2161,
|
5 |
+
"eval_samples": 5066,
|
6 |
+
"eval_samples_per_second": 18.679,
|
7 |
+
"eval_steps_per_second": 2.338,
|
8 |
+
"perplexity": 3.640212346810755,
|
9 |
+
"train_loss": 1.2596230482321824,
|
10 |
+
"train_runtime": 116835.9972,
|
11 |
+
"train_samples": 96253,
|
12 |
+
"train_samples_per_second": 4.119,
|
13 |
+
"train_steps_per_second": 0.103
|
14 |
+
}
|
config.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "models/zju-7B",
|
3 |
+
"architectures": [
|
4 |
+
"BaiChuanForCausalLM"
|
5 |
+
],
|
6 |
+
"auto_map": {
|
7 |
+
"AutoConfig": "configuration_baichuan.BaiChuanConfig",
|
8 |
+
"AutoModelForCausalLM": "modeling_baichuan.BaiChuanForCausalLM"
|
9 |
+
},
|
10 |
+
"bos_token_id": 1,
|
11 |
+
"eos_token_id": 2,
|
12 |
+
"hidden_act": "silu",
|
13 |
+
"hidden_size": 4096,
|
14 |
+
"initializer_range": 0.02,
|
15 |
+
"intermediate_size": 11008,
|
16 |
+
"max_position_embeddings": 4096,
|
17 |
+
"model_type": "baichuan",
|
18 |
+
"num_attention_heads": 32,
|
19 |
+
"num_hidden_layers": 32,
|
20 |
+
"pad_token_id": 0,
|
21 |
+
"rms_norm_eps": 1e-06,
|
22 |
+
"tie_word_embeddings": false,
|
23 |
+
"torch_dtype": "bfloat16",
|
24 |
+
"transformers_version": "4.27.0",
|
25 |
+
"use_cache": true,
|
26 |
+
"vocab_size": 64000
|
27 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 5.0,
|
3 |
+
"eval_loss": 1.2920420169830322,
|
4 |
+
"eval_runtime": 271.2161,
|
5 |
+
"eval_samples": 5066,
|
6 |
+
"eval_samples_per_second": 18.679,
|
7 |
+
"eval_steps_per_second": 2.338,
|
8 |
+
"perplexity": 3.640212346810755
|
9 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 1,
|
4 |
+
"eos_token_id": 2,
|
5 |
+
"pad_token_id": 0,
|
6 |
+
"transformers_version": "4.27.0"
|
7 |
+
}
|
pytorch_model.bin.index.json
ADDED
@@ -0,0 +1,266 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 14001123328
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"lm_head.weight": "pytorch_model-00002-of-00002.bin",
|
7 |
+
"model.embed_tokens.weight": "pytorch_model-00001-of-00002.bin",
|
8 |
+
"model.layers.0.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
9 |
+
"model.layers.0.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
|
10 |
+
"model.layers.0.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
|
11 |
+
"model.layers.0.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
|
12 |
+
"model.layers.0.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
13 |
+
"model.layers.0.self_attn.W_pack.weight": "pytorch_model-00001-of-00002.bin",
|
14 |
+
"model.layers.0.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
|
15 |
+
"model.layers.0.self_attn.rotary_emb.inv_freq": "pytorch_model-00001-of-00002.bin",
|
16 |
+
"model.layers.1.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
17 |
+
"model.layers.1.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
|
18 |
+
"model.layers.1.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
|
19 |
+
"model.layers.1.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
|
20 |
+
"model.layers.1.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
21 |
+
"model.layers.1.self_attn.W_pack.weight": "pytorch_model-00001-of-00002.bin",
|
22 |
+
"model.layers.1.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
|
23 |
+
"model.layers.1.self_attn.rotary_emb.inv_freq": "pytorch_model-00001-of-00002.bin",
|
24 |
+
"model.layers.10.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
25 |
+
"model.layers.10.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
|
26 |
+
"model.layers.10.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
|
27 |
+
"model.layers.10.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
|
28 |
+
"model.layers.10.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
29 |
+
"model.layers.10.self_attn.W_pack.weight": "pytorch_model-00001-of-00002.bin",
|
30 |
+
"model.layers.10.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
|
31 |
+
"model.layers.10.self_attn.rotary_emb.inv_freq": "pytorch_model-00001-of-00002.bin",
|
32 |
+
"model.layers.11.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
33 |
+
"model.layers.11.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
|
34 |
+
"model.layers.11.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
|
35 |
+
"model.layers.11.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
|
36 |
+
"model.layers.11.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
37 |
+
"model.layers.11.self_attn.W_pack.weight": "pytorch_model-00001-of-00002.bin",
|
38 |
+
"model.layers.11.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
|
39 |
+
"model.layers.11.self_attn.rotary_emb.inv_freq": "pytorch_model-00001-of-00002.bin",
|
40 |
+
"model.layers.12.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
41 |
+
"model.layers.12.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
|
42 |
+
"model.layers.12.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
|
43 |
+
"model.layers.12.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
|
44 |
+
"model.layers.12.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
45 |
+
"model.layers.12.self_attn.W_pack.weight": "pytorch_model-00001-of-00002.bin",
|
46 |
+
"model.layers.12.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
|
47 |
+
"model.layers.12.self_attn.rotary_emb.inv_freq": "pytorch_model-00001-of-00002.bin",
|
48 |
+
"model.layers.13.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
49 |
+
"model.layers.13.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
|
50 |
+
"model.layers.13.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
|
51 |
+
"model.layers.13.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
|
52 |
+
"model.layers.13.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
53 |
+
"model.layers.13.self_attn.W_pack.weight": "pytorch_model-00001-of-00002.bin",
|
54 |
+
"model.layers.13.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
|
55 |
+
"model.layers.13.self_attn.rotary_emb.inv_freq": "pytorch_model-00001-of-00002.bin",
|
56 |
+
"model.layers.14.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
57 |
+
"model.layers.14.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
|
58 |
+
"model.layers.14.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
|
59 |
+
"model.layers.14.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
|
60 |
+
"model.layers.14.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
61 |
+
"model.layers.14.self_attn.W_pack.weight": "pytorch_model-00001-of-00002.bin",
|
62 |
+
"model.layers.14.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
|
63 |
+
"model.layers.14.self_attn.rotary_emb.inv_freq": "pytorch_model-00001-of-00002.bin",
|
64 |
+
"model.layers.15.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
65 |
+
"model.layers.15.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
|
66 |
+
"model.layers.15.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
|
67 |
+
"model.layers.15.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
|
68 |
+
"model.layers.15.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
69 |
+
"model.layers.15.self_attn.W_pack.weight": "pytorch_model-00001-of-00002.bin",
|
70 |
+
"model.layers.15.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
|
71 |
+
"model.layers.15.self_attn.rotary_emb.inv_freq": "pytorch_model-00001-of-00002.bin",
|
72 |
+
"model.layers.16.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
73 |
+
"model.layers.16.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
|
74 |
+
"model.layers.16.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
|
75 |
+
"model.layers.16.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
|
76 |
+
"model.layers.16.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
77 |
+
"model.layers.16.self_attn.W_pack.weight": "pytorch_model-00001-of-00002.bin",
|
78 |
+
"model.layers.16.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
|
79 |
+
"model.layers.16.self_attn.rotary_emb.inv_freq": "pytorch_model-00001-of-00002.bin",
|
80 |
+
"model.layers.17.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
81 |
+
"model.layers.17.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
|
82 |
+
"model.layers.17.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
|
83 |
+
"model.layers.17.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
|
84 |
+
"model.layers.17.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
85 |
+
"model.layers.17.self_attn.W_pack.weight": "pytorch_model-00001-of-00002.bin",
|
86 |
+
"model.layers.17.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
|
87 |
+
"model.layers.17.self_attn.rotary_emb.inv_freq": "pytorch_model-00001-of-00002.bin",
|
88 |
+
"model.layers.18.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
89 |
+
"model.layers.18.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
|
90 |
+
"model.layers.18.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
|
91 |
+
"model.layers.18.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
|
92 |
+
"model.layers.18.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
93 |
+
"model.layers.18.self_attn.W_pack.weight": "pytorch_model-00001-of-00002.bin",
|
94 |
+
"model.layers.18.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
|
95 |
+
"model.layers.18.self_attn.rotary_emb.inv_freq": "pytorch_model-00001-of-00002.bin",
|
96 |
+
"model.layers.19.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
97 |
+
"model.layers.19.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
|
98 |
+
"model.layers.19.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
|
99 |
+
"model.layers.19.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
|
100 |
+
"model.layers.19.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
101 |
+
"model.layers.19.self_attn.W_pack.weight": "pytorch_model-00001-of-00002.bin",
|
102 |
+
"model.layers.19.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
|
103 |
+
"model.layers.19.self_attn.rotary_emb.inv_freq": "pytorch_model-00001-of-00002.bin",
|
104 |
+
"model.layers.2.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
105 |
+
"model.layers.2.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
|
106 |
+
"model.layers.2.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
|
107 |
+
"model.layers.2.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
|
108 |
+
"model.layers.2.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
109 |
+
"model.layers.2.self_attn.W_pack.weight": "pytorch_model-00001-of-00002.bin",
|
110 |
+
"model.layers.2.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
|
111 |
+
"model.layers.2.self_attn.rotary_emb.inv_freq": "pytorch_model-00001-of-00002.bin",
|
112 |
+
"model.layers.20.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
113 |
+
"model.layers.20.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
|
114 |
+
"model.layers.20.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
|
115 |
+
"model.layers.20.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
|
116 |
+
"model.layers.20.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
117 |
+
"model.layers.20.self_attn.W_pack.weight": "pytorch_model-00001-of-00002.bin",
|
118 |
+
"model.layers.20.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
|
119 |
+
"model.layers.20.self_attn.rotary_emb.inv_freq": "pytorch_model-00001-of-00002.bin",
|
120 |
+
"model.layers.21.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
121 |
+
"model.layers.21.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
|
122 |
+
"model.layers.21.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
|
123 |
+
"model.layers.21.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
|
124 |
+
"model.layers.21.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
125 |
+
"model.layers.21.self_attn.W_pack.weight": "pytorch_model-00001-of-00002.bin",
|
126 |
+
"model.layers.21.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
|
127 |
+
"model.layers.21.self_attn.rotary_emb.inv_freq": "pytorch_model-00001-of-00002.bin",
|
128 |
+
"model.layers.22.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
129 |
+
"model.layers.22.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
|
130 |
+
"model.layers.22.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
|
131 |
+
"model.layers.22.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
|
132 |
+
"model.layers.22.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
133 |
+
"model.layers.22.self_attn.W_pack.weight": "pytorch_model-00001-of-00002.bin",
|
134 |
+
"model.layers.22.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
|
135 |
+
"model.layers.22.self_attn.rotary_emb.inv_freq": "pytorch_model-00001-of-00002.bin",
|
136 |
+
"model.layers.23.input_layernorm.weight": "pytorch_model-00002-of-00002.bin",
|
137 |
+
"model.layers.23.mlp.down_proj.weight": "pytorch_model-00002-of-00002.bin",
|
138 |
+
"model.layers.23.mlp.gate_proj.weight": "pytorch_model-00002-of-00002.bin",
|
139 |
+
"model.layers.23.mlp.up_proj.weight": "pytorch_model-00002-of-00002.bin",
|
140 |
+
"model.layers.23.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.bin",
|
141 |
+
"model.layers.23.self_attn.W_pack.weight": "pytorch_model-00001-of-00002.bin",
|
142 |
+
"model.layers.23.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
|
143 |
+
"model.layers.23.self_attn.rotary_emb.inv_freq": "pytorch_model-00001-of-00002.bin",
|
144 |
+
"model.layers.24.input_layernorm.weight": "pytorch_model-00002-of-00002.bin",
|
145 |
+
"model.layers.24.mlp.down_proj.weight": "pytorch_model-00002-of-00002.bin",
|
146 |
+
"model.layers.24.mlp.gate_proj.weight": "pytorch_model-00002-of-00002.bin",
|
147 |
+
"model.layers.24.mlp.up_proj.weight": "pytorch_model-00002-of-00002.bin",
|
148 |
+
"model.layers.24.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.bin",
|
149 |
+
"model.layers.24.self_attn.W_pack.weight": "pytorch_model-00002-of-00002.bin",
|
150 |
+
"model.layers.24.self_attn.o_proj.weight": "pytorch_model-00002-of-00002.bin",
|
151 |
+
"model.layers.24.self_attn.rotary_emb.inv_freq": "pytorch_model-00002-of-00002.bin",
|
152 |
+
"model.layers.25.input_layernorm.weight": "pytorch_model-00002-of-00002.bin",
|
153 |
+
"model.layers.25.mlp.down_proj.weight": "pytorch_model-00002-of-00002.bin",
|
154 |
+
"model.layers.25.mlp.gate_proj.weight": "pytorch_model-00002-of-00002.bin",
|
155 |
+
"model.layers.25.mlp.up_proj.weight": "pytorch_model-00002-of-00002.bin",
|
156 |
+
"model.layers.25.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.bin",
|
157 |
+
"model.layers.25.self_attn.W_pack.weight": "pytorch_model-00002-of-00002.bin",
|
158 |
+
"model.layers.25.self_attn.o_proj.weight": "pytorch_model-00002-of-00002.bin",
|
159 |
+
"model.layers.25.self_attn.rotary_emb.inv_freq": "pytorch_model-00002-of-00002.bin",
|
160 |
+
"model.layers.26.input_layernorm.weight": "pytorch_model-00002-of-00002.bin",
|
161 |
+
"model.layers.26.mlp.down_proj.weight": "pytorch_model-00002-of-00002.bin",
|
162 |
+
"model.layers.26.mlp.gate_proj.weight": "pytorch_model-00002-of-00002.bin",
|
163 |
+
"model.layers.26.mlp.up_proj.weight": "pytorch_model-00002-of-00002.bin",
|
164 |
+
"model.layers.26.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.bin",
|
165 |
+
"model.layers.26.self_attn.W_pack.weight": "pytorch_model-00002-of-00002.bin",
|
166 |
+
"model.layers.26.self_attn.o_proj.weight": "pytorch_model-00002-of-00002.bin",
|
167 |
+
"model.layers.26.self_attn.rotary_emb.inv_freq": "pytorch_model-00002-of-00002.bin",
|
168 |
+
"model.layers.27.input_layernorm.weight": "pytorch_model-00002-of-00002.bin",
|
169 |
+
"model.layers.27.mlp.down_proj.weight": "pytorch_model-00002-of-00002.bin",
|
170 |
+
"model.layers.27.mlp.gate_proj.weight": "pytorch_model-00002-of-00002.bin",
|
171 |
+
"model.layers.27.mlp.up_proj.weight": "pytorch_model-00002-of-00002.bin",
|
172 |
+
"model.layers.27.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.bin",
|
173 |
+
"model.layers.27.self_attn.W_pack.weight": "pytorch_model-00002-of-00002.bin",
|
174 |
+
"model.layers.27.self_attn.o_proj.weight": "pytorch_model-00002-of-00002.bin",
|
175 |
+
"model.layers.27.self_attn.rotary_emb.inv_freq": "pytorch_model-00002-of-00002.bin",
|
176 |
+
"model.layers.28.input_layernorm.weight": "pytorch_model-00002-of-00002.bin",
|
177 |
+
"model.layers.28.mlp.down_proj.weight": "pytorch_model-00002-of-00002.bin",
|
178 |
+
"model.layers.28.mlp.gate_proj.weight": "pytorch_model-00002-of-00002.bin",
|
179 |
+
"model.layers.28.mlp.up_proj.weight": "pytorch_model-00002-of-00002.bin",
|
180 |
+
"model.layers.28.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.bin",
|
181 |
+
"model.layers.28.self_attn.W_pack.weight": "pytorch_model-00002-of-00002.bin",
|
182 |
+
"model.layers.28.self_attn.o_proj.weight": "pytorch_model-00002-of-00002.bin",
|
183 |
+
"model.layers.28.self_attn.rotary_emb.inv_freq": "pytorch_model-00002-of-00002.bin",
|
184 |
+
"model.layers.29.input_layernorm.weight": "pytorch_model-00002-of-00002.bin",
|
185 |
+
"model.layers.29.mlp.down_proj.weight": "pytorch_model-00002-of-00002.bin",
|
186 |
+
"model.layers.29.mlp.gate_proj.weight": "pytorch_model-00002-of-00002.bin",
|
187 |
+
"model.layers.29.mlp.up_proj.weight": "pytorch_model-00002-of-00002.bin",
|
188 |
+
"model.layers.29.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.bin",
|
189 |
+
"model.layers.29.self_attn.W_pack.weight": "pytorch_model-00002-of-00002.bin",
|
190 |
+
"model.layers.29.self_attn.o_proj.weight": "pytorch_model-00002-of-00002.bin",
|
191 |
+
"model.layers.29.self_attn.rotary_emb.inv_freq": "pytorch_model-00002-of-00002.bin",
|
192 |
+
"model.layers.3.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
193 |
+
"model.layers.3.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
|
194 |
+
"model.layers.3.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
|
195 |
+
"model.layers.3.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
|
196 |
+
"model.layers.3.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
197 |
+
"model.layers.3.self_attn.W_pack.weight": "pytorch_model-00001-of-00002.bin",
|
198 |
+
"model.layers.3.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
|
199 |
+
"model.layers.3.self_attn.rotary_emb.inv_freq": "pytorch_model-00001-of-00002.bin",
|
200 |
+
"model.layers.30.input_layernorm.weight": "pytorch_model-00002-of-00002.bin",
|
201 |
+
"model.layers.30.mlp.down_proj.weight": "pytorch_model-00002-of-00002.bin",
|
202 |
+
"model.layers.30.mlp.gate_proj.weight": "pytorch_model-00002-of-00002.bin",
|
203 |
+
"model.layers.30.mlp.up_proj.weight": "pytorch_model-00002-of-00002.bin",
|
204 |
+
"model.layers.30.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.bin",
|
205 |
+
"model.layers.30.self_attn.W_pack.weight": "pytorch_model-00002-of-00002.bin",
|
206 |
+
"model.layers.30.self_attn.o_proj.weight": "pytorch_model-00002-of-00002.bin",
|
207 |
+
"model.layers.30.self_attn.rotary_emb.inv_freq": "pytorch_model-00002-of-00002.bin",
|
208 |
+
"model.layers.31.input_layernorm.weight": "pytorch_model-00002-of-00002.bin",
|
209 |
+
"model.layers.31.mlp.down_proj.weight": "pytorch_model-00002-of-00002.bin",
|
210 |
+
"model.layers.31.mlp.gate_proj.weight": "pytorch_model-00002-of-00002.bin",
|
211 |
+
"model.layers.31.mlp.up_proj.weight": "pytorch_model-00002-of-00002.bin",
|
212 |
+
"model.layers.31.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.bin",
|
213 |
+
"model.layers.31.self_attn.W_pack.weight": "pytorch_model-00002-of-00002.bin",
|
214 |
+
"model.layers.31.self_attn.o_proj.weight": "pytorch_model-00002-of-00002.bin",
|
215 |
+
"model.layers.31.self_attn.rotary_emb.inv_freq": "pytorch_model-00002-of-00002.bin",
|
216 |
+
"model.layers.4.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
217 |
+
"model.layers.4.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
|
218 |
+
"model.layers.4.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
|
219 |
+
"model.layers.4.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
|
220 |
+
"model.layers.4.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
221 |
+
"model.layers.4.self_attn.W_pack.weight": "pytorch_model-00001-of-00002.bin",
|
222 |
+
"model.layers.4.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
|
223 |
+
"model.layers.4.self_attn.rotary_emb.inv_freq": "pytorch_model-00001-of-00002.bin",
|
224 |
+
"model.layers.5.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
225 |
+
"model.layers.5.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
|
226 |
+
"model.layers.5.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
|
227 |
+
"model.layers.5.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
|
228 |
+
"model.layers.5.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
229 |
+
"model.layers.5.self_attn.W_pack.weight": "pytorch_model-00001-of-00002.bin",
|
230 |
+
"model.layers.5.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
|
231 |
+
"model.layers.5.self_attn.rotary_emb.inv_freq": "pytorch_model-00001-of-00002.bin",
|
232 |
+
"model.layers.6.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
233 |
+
"model.layers.6.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
|
234 |
+
"model.layers.6.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
|
235 |
+
"model.layers.6.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
|
236 |
+
"model.layers.6.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
237 |
+
"model.layers.6.self_attn.W_pack.weight": "pytorch_model-00001-of-00002.bin",
|
238 |
+
"model.layers.6.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
|
239 |
+
"model.layers.6.self_attn.rotary_emb.inv_freq": "pytorch_model-00001-of-00002.bin",
|
240 |
+
"model.layers.7.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
241 |
+
"model.layers.7.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
|
242 |
+
"model.layers.7.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
|
243 |
+
"model.layers.7.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
|
244 |
+
"model.layers.7.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
245 |
+
"model.layers.7.self_attn.W_pack.weight": "pytorch_model-00001-of-00002.bin",
|
246 |
+
"model.layers.7.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
|
247 |
+
"model.layers.7.self_attn.rotary_emb.inv_freq": "pytorch_model-00001-of-00002.bin",
|
248 |
+
"model.layers.8.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
249 |
+
"model.layers.8.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
|
250 |
+
"model.layers.8.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
|
251 |
+
"model.layers.8.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
|
252 |
+
"model.layers.8.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
253 |
+
"model.layers.8.self_attn.W_pack.weight": "pytorch_model-00001-of-00002.bin",
|
254 |
+
"model.layers.8.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
|
255 |
+
"model.layers.8.self_attn.rotary_emb.inv_freq": "pytorch_model-00001-of-00002.bin",
|
256 |
+
"model.layers.9.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
257 |
+
"model.layers.9.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
|
258 |
+
"model.layers.9.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
|
259 |
+
"model.layers.9.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
|
260 |
+
"model.layers.9.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
|
261 |
+
"model.layers.9.self_attn.W_pack.weight": "pytorch_model-00001-of-00002.bin",
|
262 |
+
"model.layers.9.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
|
263 |
+
"model.layers.9.self_attn.rotary_emb.inv_freq": "pytorch_model-00001-of-00002.bin",
|
264 |
+
"model.norm.weight": "pytorch_model-00002-of-00002.bin"
|
265 |
+
}
|
266 |
+
}
|
special_tokens_map.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": true,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "</s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": true,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"unk_token": {
|
17 |
+
"content": "<unk>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": true,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
}
|
23 |
+
}
|
tokenizer_config.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": false,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"auto_map": {
|
5 |
+
"AutoTokenizer": [
|
6 |
+
"tokenization_baichuan.BaiChuanTokenizer",
|
7 |
+
null
|
8 |
+
]
|
9 |
+
},
|
10 |
+
"bos_token": {
|
11 |
+
"__type": "AddedToken",
|
12 |
+
"content": "<s>",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": true,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false
|
17 |
+
},
|
18 |
+
"clean_up_tokenization_spaces": false,
|
19 |
+
"eos_token": {
|
20 |
+
"__type": "AddedToken",
|
21 |
+
"content": "</s>",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": true,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false
|
26 |
+
},
|
27 |
+
"model_max_length": 1000000000000000019884624838656,
|
28 |
+
"pad_token": null,
|
29 |
+
"sp_model_kwargs": {},
|
30 |
+
"special_tokens_map_file": "models/zju-7B/special_tokens_map.json",
|
31 |
+
"tokenizer_class": "BaiChuanTokenizer",
|
32 |
+
"unk_token": {
|
33 |
+
"__type": "AddedToken",
|
34 |
+
"content": "<unk>",
|
35 |
+
"lstrip": false,
|
36 |
+
"normalized": true,
|
37 |
+
"rstrip": false,
|
38 |
+
"single_word": false
|
39 |
+
}
|
40 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 5.0,
|
3 |
+
"train_loss": 1.2596230482321824,
|
4 |
+
"train_runtime": 116835.9972,
|
5 |
+
"train_samples": 96253,
|
6 |
+
"train_samples_per_second": 4.119,
|
7 |
+
"train_steps_per_second": 0.103
|
8 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,937 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 4.999168882978723,
|
5 |
+
"global_step": 12030,
|
6 |
+
"is_hyper_param_search": false,
|
7 |
+
"is_local_process_zero": true,
|
8 |
+
"is_world_process_zero": true,
|
9 |
+
"log_history": [
|
10 |
+
{
|
11 |
+
"epoch": 0.04,
|
12 |
+
"learning_rate": 6.492946524638607e-06,
|
13 |
+
"loss": 1.601,
|
14 |
+
"step": 100
|
15 |
+
},
|
16 |
+
{
|
17 |
+
"epoch": 0.08,
|
18 |
+
"learning_rate": 7.470232356717817e-06,
|
19 |
+
"loss": 1.4225,
|
20 |
+
"step": 200
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"epoch": 0.12,
|
24 |
+
"learning_rate": 8.041907920970229e-06,
|
25 |
+
"loss": 1.4184,
|
26 |
+
"step": 300
|
27 |
+
},
|
28 |
+
{
|
29 |
+
"epoch": 0.17,
|
30 |
+
"learning_rate": 8.447518188797028e-06,
|
31 |
+
"loss": 1.3869,
|
32 |
+
"step": 400
|
33 |
+
},
|
34 |
+
{
|
35 |
+
"epoch": 0.21,
|
36 |
+
"learning_rate": 8.762133954878699e-06,
|
37 |
+
"loss": 1.3759,
|
38 |
+
"step": 500
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.21,
|
42 |
+
"eval_loss": 1.3726129531860352,
|
43 |
+
"eval_runtime": 272.1193,
|
44 |
+
"eval_samples_per_second": 18.617,
|
45 |
+
"eval_steps_per_second": 2.33,
|
46 |
+
"step": 500
|
47 |
+
},
|
48 |
+
{
|
49 |
+
"epoch": 0.25,
|
50 |
+
"learning_rate": 9.019193753049438e-06,
|
51 |
+
"loss": 1.3454,
|
52 |
+
"step": 600
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.29,
|
56 |
+
"learning_rate": 9.236534715583339e-06,
|
57 |
+
"loss": 1.358,
|
58 |
+
"step": 700
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.33,
|
62 |
+
"learning_rate": 9.42480402087624e-06,
|
63 |
+
"loss": 1.3487,
|
64 |
+
"step": 800
|
65 |
+
},
|
66 |
+
{
|
67 |
+
"epoch": 0.37,
|
68 |
+
"learning_rate": 9.59086931730185e-06,
|
69 |
+
"loss": 1.3397,
|
70 |
+
"step": 900
|
71 |
+
},
|
72 |
+
{
|
73 |
+
"epoch": 0.42,
|
74 |
+
"learning_rate": 9.73941978695791e-06,
|
75 |
+
"loss": 1.3515,
|
76 |
+
"step": 1000
|
77 |
+
},
|
78 |
+
{
|
79 |
+
"epoch": 0.42,
|
80 |
+
"eval_loss": 1.346224069595337,
|
81 |
+
"eval_runtime": 272.1001,
|
82 |
+
"eval_samples_per_second": 18.618,
|
83 |
+
"eval_steps_per_second": 2.33,
|
84 |
+
"step": 1000
|
85 |
+
},
|
86 |
+
{
|
87 |
+
"epoch": 0.46,
|
88 |
+
"learning_rate": 9.873800032579688e-06,
|
89 |
+
"loss": 1.3469,
|
90 |
+
"step": 1100
|
91 |
+
},
|
92 |
+
{
|
93 |
+
"epoch": 0.5,
|
94 |
+
"learning_rate": 9.99647958512865e-06,
|
95 |
+
"loss": 1.3331,
|
96 |
+
"step": 1200
|
97 |
+
},
|
98 |
+
{
|
99 |
+
"epoch": 0.54,
|
100 |
+
"learning_rate": 9.911332779163204e-06,
|
101 |
+
"loss": 1.3336,
|
102 |
+
"step": 1300
|
103 |
+
},
|
104 |
+
{
|
105 |
+
"epoch": 0.58,
|
106 |
+
"learning_rate": 9.81897109079154e-06,
|
107 |
+
"loss": 1.3345,
|
108 |
+
"step": 1400
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.62,
|
112 |
+
"learning_rate": 9.726609402419877e-06,
|
113 |
+
"loss": 1.3207,
|
114 |
+
"step": 1500
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.62,
|
118 |
+
"eval_loss": 1.328342080116272,
|
119 |
+
"eval_runtime": 272.126,
|
120 |
+
"eval_samples_per_second": 18.616,
|
121 |
+
"eval_steps_per_second": 2.33,
|
122 |
+
"step": 1500
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.66,
|
126 |
+
"learning_rate": 9.634247714048214e-06,
|
127 |
+
"loss": 1.3345,
|
128 |
+
"step": 1600
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.71,
|
132 |
+
"learning_rate": 9.54188602567655e-06,
|
133 |
+
"loss": 1.3151,
|
134 |
+
"step": 1700
|
135 |
+
},
|
136 |
+
{
|
137 |
+
"epoch": 0.75,
|
138 |
+
"learning_rate": 9.449524337304887e-06,
|
139 |
+
"loss": 1.3387,
|
140 |
+
"step": 1800
|
141 |
+
},
|
142 |
+
{
|
143 |
+
"epoch": 0.79,
|
144 |
+
"learning_rate": 9.357162648933224e-06,
|
145 |
+
"loss": 1.3183,
|
146 |
+
"step": 1900
|
147 |
+
},
|
148 |
+
{
|
149 |
+
"epoch": 0.83,
|
150 |
+
"learning_rate": 9.264800960561559e-06,
|
151 |
+
"loss": 1.3172,
|
152 |
+
"step": 2000
|
153 |
+
},
|
154 |
+
{
|
155 |
+
"epoch": 0.83,
|
156 |
+
"eval_loss": 1.3202550411224365,
|
157 |
+
"eval_runtime": 272.1379,
|
158 |
+
"eval_samples_per_second": 18.616,
|
159 |
+
"eval_steps_per_second": 2.33,
|
160 |
+
"step": 2000
|
161 |
+
},
|
162 |
+
{
|
163 |
+
"epoch": 0.87,
|
164 |
+
"learning_rate": 9.172439272189896e-06,
|
165 |
+
"loss": 1.2997,
|
166 |
+
"step": 2100
|
167 |
+
},
|
168 |
+
{
|
169 |
+
"epoch": 0.91,
|
170 |
+
"learning_rate": 9.080077583818233e-06,
|
171 |
+
"loss": 1.3338,
|
172 |
+
"step": 2200
|
173 |
+
},
|
174 |
+
{
|
175 |
+
"epoch": 0.96,
|
176 |
+
"learning_rate": 8.987715895446569e-06,
|
177 |
+
"loss": 1.3199,
|
178 |
+
"step": 2300
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 1.0,
|
182 |
+
"learning_rate": 8.895354207074907e-06,
|
183 |
+
"loss": 1.3067,
|
184 |
+
"step": 2400
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 1.04,
|
188 |
+
"learning_rate": 8.802992518703243e-06,
|
189 |
+
"loss": 1.2836,
|
190 |
+
"step": 2500
|
191 |
+
},
|
192 |
+
{
|
193 |
+
"epoch": 1.04,
|
194 |
+
"eval_loss": 1.310795545578003,
|
195 |
+
"eval_runtime": 272.0952,
|
196 |
+
"eval_samples_per_second": 18.618,
|
197 |
+
"eval_steps_per_second": 2.33,
|
198 |
+
"step": 2500
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 1.08,
|
202 |
+
"learning_rate": 8.710630830331578e-06,
|
203 |
+
"loss": 1.2834,
|
204 |
+
"step": 2600
|
205 |
+
},
|
206 |
+
{
|
207 |
+
"epoch": 1.12,
|
208 |
+
"learning_rate": 8.618269141959917e-06,
|
209 |
+
"loss": 1.2902,
|
210 |
+
"step": 2700
|
211 |
+
},
|
212 |
+
{
|
213 |
+
"epoch": 1.16,
|
214 |
+
"learning_rate": 8.525907453588252e-06,
|
215 |
+
"loss": 1.2755,
|
216 |
+
"step": 2800
|
217 |
+
},
|
218 |
+
{
|
219 |
+
"epoch": 1.21,
|
220 |
+
"learning_rate": 8.43354576521659e-06,
|
221 |
+
"loss": 1.2887,
|
222 |
+
"step": 2900
|
223 |
+
},
|
224 |
+
{
|
225 |
+
"epoch": 1.25,
|
226 |
+
"learning_rate": 8.341184076844926e-06,
|
227 |
+
"loss": 1.2734,
|
228 |
+
"step": 3000
|
229 |
+
},
|
230 |
+
{
|
231 |
+
"epoch": 1.25,
|
232 |
+
"eval_loss": 1.3082149028778076,
|
233 |
+
"eval_runtime": 272.1154,
|
234 |
+
"eval_samples_per_second": 18.617,
|
235 |
+
"eval_steps_per_second": 2.33,
|
236 |
+
"step": 3000
|
237 |
+
},
|
238 |
+
{
|
239 |
+
"epoch": 1.29,
|
240 |
+
"learning_rate": 8.248822388473262e-06,
|
241 |
+
"loss": 1.282,
|
242 |
+
"step": 3100
|
243 |
+
},
|
244 |
+
{
|
245 |
+
"epoch": 1.33,
|
246 |
+
"learning_rate": 8.156460700101599e-06,
|
247 |
+
"loss": 1.2855,
|
248 |
+
"step": 3200
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 1.37,
|
252 |
+
"learning_rate": 8.064099011729936e-06,
|
253 |
+
"loss": 1.2793,
|
254 |
+
"step": 3300
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 1.41,
|
258 |
+
"learning_rate": 7.971737323358271e-06,
|
259 |
+
"loss": 1.2811,
|
260 |
+
"step": 3400
|
261 |
+
},
|
262 |
+
{
|
263 |
+
"epoch": 1.45,
|
264 |
+
"learning_rate": 7.879375634986609e-06,
|
265 |
+
"loss": 1.261,
|
266 |
+
"step": 3500
|
267 |
+
},
|
268 |
+
{
|
269 |
+
"epoch": 1.45,
|
270 |
+
"eval_loss": 1.3000493049621582,
|
271 |
+
"eval_runtime": 272.083,
|
272 |
+
"eval_samples_per_second": 18.619,
|
273 |
+
"eval_steps_per_second": 2.33,
|
274 |
+
"step": 3500
|
275 |
+
},
|
276 |
+
{
|
277 |
+
"epoch": 1.5,
|
278 |
+
"learning_rate": 7.787013946614946e-06,
|
279 |
+
"loss": 1.2742,
|
280 |
+
"step": 3600
|
281 |
+
},
|
282 |
+
{
|
283 |
+
"epoch": 1.54,
|
284 |
+
"learning_rate": 7.694652258243281e-06,
|
285 |
+
"loss": 1.2837,
|
286 |
+
"step": 3700
|
287 |
+
},
|
288 |
+
{
|
289 |
+
"epoch": 1.58,
|
290 |
+
"learning_rate": 7.602290569871617e-06,
|
291 |
+
"loss": 1.2663,
|
292 |
+
"step": 3800
|
293 |
+
},
|
294 |
+
{
|
295 |
+
"epoch": 1.62,
|
296 |
+
"learning_rate": 7.509928881499955e-06,
|
297 |
+
"loss": 1.2719,
|
298 |
+
"step": 3900
|
299 |
+
},
|
300 |
+
{
|
301 |
+
"epoch": 1.66,
|
302 |
+
"learning_rate": 7.4175671931282914e-06,
|
303 |
+
"loss": 1.2703,
|
304 |
+
"step": 4000
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 1.66,
|
308 |
+
"eval_loss": 1.2987574338912964,
|
309 |
+
"eval_runtime": 272.1184,
|
310 |
+
"eval_samples_per_second": 18.617,
|
311 |
+
"eval_steps_per_second": 2.33,
|
312 |
+
"step": 4000
|
313 |
+
},
|
314 |
+
{
|
315 |
+
"epoch": 1.7,
|
316 |
+
"learning_rate": 7.325205504756628e-06,
|
317 |
+
"loss": 1.2695,
|
318 |
+
"step": 4100
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"epoch": 1.75,
|
322 |
+
"learning_rate": 7.232843816384965e-06,
|
323 |
+
"loss": 1.262,
|
324 |
+
"step": 4200
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 1.79,
|
328 |
+
"learning_rate": 7.140482128013301e-06,
|
329 |
+
"loss": 1.2584,
|
330 |
+
"step": 4300
|
331 |
+
},
|
332 |
+
{
|
333 |
+
"epoch": 1.83,
|
334 |
+
"learning_rate": 7.048120439641637e-06,
|
335 |
+
"loss": 1.2707,
|
336 |
+
"step": 4400
|
337 |
+
},
|
338 |
+
{
|
339 |
+
"epoch": 1.87,
|
340 |
+
"learning_rate": 6.955758751269974e-06,
|
341 |
+
"loss": 1.2579,
|
342 |
+
"step": 4500
|
343 |
+
},
|
344 |
+
{
|
345 |
+
"epoch": 1.87,
|
346 |
+
"eval_loss": 1.2950292825698853,
|
347 |
+
"eval_runtime": 272.1448,
|
348 |
+
"eval_samples_per_second": 18.615,
|
349 |
+
"eval_steps_per_second": 2.33,
|
350 |
+
"step": 4500
|
351 |
+
},
|
352 |
+
{
|
353 |
+
"epoch": 1.91,
|
354 |
+
"learning_rate": 6.8633970628983106e-06,
|
355 |
+
"loss": 1.2784,
|
356 |
+
"step": 4600
|
357 |
+
},
|
358 |
+
{
|
359 |
+
"epoch": 1.95,
|
360 |
+
"learning_rate": 6.771035374526647e-06,
|
361 |
+
"loss": 1.2573,
|
362 |
+
"step": 4700
|
363 |
+
},
|
364 |
+
{
|
365 |
+
"epoch": 1.99,
|
366 |
+
"learning_rate": 6.678673686154984e-06,
|
367 |
+
"loss": 1.2722,
|
368 |
+
"step": 4800
|
369 |
+
},
|
370 |
+
{
|
371 |
+
"epoch": 2.04,
|
372 |
+
"learning_rate": 6.58631199778332e-06,
|
373 |
+
"loss": 1.2396,
|
374 |
+
"step": 4900
|
375 |
+
},
|
376 |
+
{
|
377 |
+
"epoch": 2.08,
|
378 |
+
"learning_rate": 6.493950309411656e-06,
|
379 |
+
"loss": 1.2447,
|
380 |
+
"step": 5000
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 2.08,
|
384 |
+
"eval_loss": 1.297192096710205,
|
385 |
+
"eval_runtime": 272.1306,
|
386 |
+
"eval_samples_per_second": 18.616,
|
387 |
+
"eval_steps_per_second": 2.33,
|
388 |
+
"step": 5000
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"epoch": 2.12,
|
392 |
+
"learning_rate": 6.4015886210399935e-06,
|
393 |
+
"loss": 1.2418,
|
394 |
+
"step": 5100
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 2.16,
|
398 |
+
"learning_rate": 6.30922693266833e-06,
|
399 |
+
"loss": 1.2523,
|
400 |
+
"step": 5200
|
401 |
+
},
|
402 |
+
{
|
403 |
+
"epoch": 2.2,
|
404 |
+
"learning_rate": 6.216865244296666e-06,
|
405 |
+
"loss": 1.2309,
|
406 |
+
"step": 5300
|
407 |
+
},
|
408 |
+
{
|
409 |
+
"epoch": 2.24,
|
410 |
+
"learning_rate": 6.124503555925003e-06,
|
411 |
+
"loss": 1.2442,
|
412 |
+
"step": 5400
|
413 |
+
},
|
414 |
+
{
|
415 |
+
"epoch": 2.29,
|
416 |
+
"learning_rate": 6.032141867553339e-06,
|
417 |
+
"loss": 1.2261,
|
418 |
+
"step": 5500
|
419 |
+
},
|
420 |
+
{
|
421 |
+
"epoch": 2.29,
|
422 |
+
"eval_loss": 1.2935367822647095,
|
423 |
+
"eval_runtime": 272.1527,
|
424 |
+
"eval_samples_per_second": 18.615,
|
425 |
+
"eval_steps_per_second": 2.33,
|
426 |
+
"step": 5500
|
427 |
+
},
|
428 |
+
{
|
429 |
+
"epoch": 2.33,
|
430 |
+
"learning_rate": 5.9397801791816755e-06,
|
431 |
+
"loss": 1.2561,
|
432 |
+
"step": 5600
|
433 |
+
},
|
434 |
+
{
|
435 |
+
"epoch": 2.37,
|
436 |
+
"learning_rate": 5.847418490810013e-06,
|
437 |
+
"loss": 1.234,
|
438 |
+
"step": 5700
|
439 |
+
},
|
440 |
+
{
|
441 |
+
"epoch": 2.41,
|
442 |
+
"learning_rate": 5.755056802438349e-06,
|
443 |
+
"loss": 1.2314,
|
444 |
+
"step": 5800
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"epoch": 2.45,
|
448 |
+
"learning_rate": 5.662695114066685e-06,
|
449 |
+
"loss": 1.24,
|
450 |
+
"step": 5900
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 2.49,
|
454 |
+
"learning_rate": 5.570333425695022e-06,
|
455 |
+
"loss": 1.2388,
|
456 |
+
"step": 6000
|
457 |
+
},
|
458 |
+
{
|
459 |
+
"epoch": 2.49,
|
460 |
+
"eval_loss": 1.2919647693634033,
|
461 |
+
"eval_runtime": 272.1268,
|
462 |
+
"eval_samples_per_second": 18.616,
|
463 |
+
"eval_steps_per_second": 2.33,
|
464 |
+
"step": 6000
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 2.53,
|
468 |
+
"learning_rate": 5.477971737323358e-06,
|
469 |
+
"loss": 1.2416,
|
470 |
+
"step": 6100
|
471 |
+
},
|
472 |
+
{
|
473 |
+
"epoch": 2.58,
|
474 |
+
"learning_rate": 5.385610048951695e-06,
|
475 |
+
"loss": 1.2527,
|
476 |
+
"step": 6200
|
477 |
+
},
|
478 |
+
{
|
479 |
+
"epoch": 2.62,
|
480 |
+
"learning_rate": 5.2932483605800326e-06,
|
481 |
+
"loss": 1.2331,
|
482 |
+
"step": 6300
|
483 |
+
},
|
484 |
+
{
|
485 |
+
"epoch": 2.66,
|
486 |
+
"learning_rate": 5.200886672208369e-06,
|
487 |
+
"loss": 1.2483,
|
488 |
+
"step": 6400
|
489 |
+
},
|
490 |
+
{
|
491 |
+
"epoch": 2.7,
|
492 |
+
"learning_rate": 5.108524983836704e-06,
|
493 |
+
"loss": 1.2467,
|
494 |
+
"step": 6500
|
495 |
+
},
|
496 |
+
{
|
497 |
+
"epoch": 2.7,
|
498 |
+
"eval_loss": 1.2915822267532349,
|
499 |
+
"eval_runtime": 272.1288,
|
500 |
+
"eval_samples_per_second": 18.616,
|
501 |
+
"eval_steps_per_second": 2.33,
|
502 |
+
"step": 6500
|
503 |
+
},
|
504 |
+
{
|
505 |
+
"epoch": 2.74,
|
506 |
+
"learning_rate": 5.016163295465042e-06,
|
507 |
+
"loss": 1.2528,
|
508 |
+
"step": 6600
|
509 |
+
},
|
510 |
+
{
|
511 |
+
"epoch": 2.78,
|
512 |
+
"learning_rate": 4.923801607093378e-06,
|
513 |
+
"loss": 1.2373,
|
514 |
+
"step": 6700
|
515 |
+
},
|
516 |
+
{
|
517 |
+
"epoch": 2.83,
|
518 |
+
"learning_rate": 4.831439918721715e-06,
|
519 |
+
"loss": 1.2357,
|
520 |
+
"step": 6800
|
521 |
+
},
|
522 |
+
{
|
523 |
+
"epoch": 2.87,
|
524 |
+
"learning_rate": 4.739078230350051e-06,
|
525 |
+
"loss": 1.2423,
|
526 |
+
"step": 6900
|
527 |
+
},
|
528 |
+
{
|
529 |
+
"epoch": 2.91,
|
530 |
+
"learning_rate": 4.646716541978388e-06,
|
531 |
+
"loss": 1.2358,
|
532 |
+
"step": 7000
|
533 |
+
},
|
534 |
+
{
|
535 |
+
"epoch": 2.91,
|
536 |
+
"eval_loss": 1.2892886400222778,
|
537 |
+
"eval_runtime": 272.1494,
|
538 |
+
"eval_samples_per_second": 18.615,
|
539 |
+
"eval_steps_per_second": 2.33,
|
540 |
+
"step": 7000
|
541 |
+
},
|
542 |
+
{
|
543 |
+
"epoch": 2.95,
|
544 |
+
"learning_rate": 4.554354853606724e-06,
|
545 |
+
"loss": 1.2398,
|
546 |
+
"step": 7100
|
547 |
+
},
|
548 |
+
{
|
549 |
+
"epoch": 2.99,
|
550 |
+
"learning_rate": 4.4619931652350604e-06,
|
551 |
+
"loss": 1.2271,
|
552 |
+
"step": 7200
|
553 |
+
},
|
554 |
+
{
|
555 |
+
"epoch": 3.03,
|
556 |
+
"learning_rate": 4.3696314768633975e-06,
|
557 |
+
"loss": 1.2167,
|
558 |
+
"step": 7300
|
559 |
+
},
|
560 |
+
{
|
561 |
+
"epoch": 3.08,
|
562 |
+
"learning_rate": 4.277269788491734e-06,
|
563 |
+
"loss": 1.2298,
|
564 |
+
"step": 7400
|
565 |
+
},
|
566 |
+
{
|
567 |
+
"epoch": 3.12,
|
568 |
+
"learning_rate": 4.18490810012007e-06,
|
569 |
+
"loss": 1.2121,
|
570 |
+
"step": 7500
|
571 |
+
},
|
572 |
+
{
|
573 |
+
"epoch": 3.12,
|
574 |
+
"eval_loss": 1.2931495904922485,
|
575 |
+
"eval_runtime": 272.1691,
|
576 |
+
"eval_samples_per_second": 18.613,
|
577 |
+
"eval_steps_per_second": 2.329,
|
578 |
+
"step": 7500
|
579 |
+
},
|
580 |
+
{
|
581 |
+
"epoch": 3.16,
|
582 |
+
"learning_rate": 4.092546411748407e-06,
|
583 |
+
"loss": 1.2265,
|
584 |
+
"step": 7600
|
585 |
+
},
|
586 |
+
{
|
587 |
+
"epoch": 3.2,
|
588 |
+
"learning_rate": 4.000184723376744e-06,
|
589 |
+
"loss": 1.216,
|
590 |
+
"step": 7700
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"epoch": 3.24,
|
594 |
+
"learning_rate": 3.9078230350050796e-06,
|
595 |
+
"loss": 1.2243,
|
596 |
+
"step": 7800
|
597 |
+
},
|
598 |
+
{
|
599 |
+
"epoch": 3.28,
|
600 |
+
"learning_rate": 3.815461346633417e-06,
|
601 |
+
"loss": 1.2047,
|
602 |
+
"step": 7900
|
603 |
+
},
|
604 |
+
{
|
605 |
+
"epoch": 3.32,
|
606 |
+
"learning_rate": 3.7230996582617533e-06,
|
607 |
+
"loss": 1.2274,
|
608 |
+
"step": 8000
|
609 |
+
},
|
610 |
+
{
|
611 |
+
"epoch": 3.32,
|
612 |
+
"eval_loss": 1.2907688617706299,
|
613 |
+
"eval_runtime": 272.1306,
|
614 |
+
"eval_samples_per_second": 18.616,
|
615 |
+
"eval_steps_per_second": 2.33,
|
616 |
+
"step": 8000
|
617 |
+
},
|
618 |
+
{
|
619 |
+
"epoch": 3.37,
|
620 |
+
"learning_rate": 3.6307379698900895e-06,
|
621 |
+
"loss": 1.2214,
|
622 |
+
"step": 8100
|
623 |
+
},
|
624 |
+
{
|
625 |
+
"epoch": 3.41,
|
626 |
+
"learning_rate": 3.538376281518426e-06,
|
627 |
+
"loss": 1.2215,
|
628 |
+
"step": 8200
|
629 |
+
},
|
630 |
+
{
|
631 |
+
"epoch": 3.45,
|
632 |
+
"learning_rate": 3.4460145931467633e-06,
|
633 |
+
"loss": 1.2221,
|
634 |
+
"step": 8300
|
635 |
+
},
|
636 |
+
{
|
637 |
+
"epoch": 3.49,
|
638 |
+
"learning_rate": 3.353652904775099e-06,
|
639 |
+
"loss": 1.2179,
|
640 |
+
"step": 8400
|
641 |
+
},
|
642 |
+
{
|
643 |
+
"epoch": 3.53,
|
644 |
+
"learning_rate": 3.261291216403436e-06,
|
645 |
+
"loss": 1.2229,
|
646 |
+
"step": 8500
|
647 |
+
},
|
648 |
+
{
|
649 |
+
"epoch": 3.53,
|
650 |
+
"eval_loss": 1.290418267250061,
|
651 |
+
"eval_runtime": 272.1197,
|
652 |
+
"eval_samples_per_second": 18.617,
|
653 |
+
"eval_steps_per_second": 2.33,
|
654 |
+
"step": 8500
|
655 |
+
},
|
656 |
+
{
|
657 |
+
"epoch": 3.57,
|
658 |
+
"learning_rate": 3.168929528031773e-06,
|
659 |
+
"loss": 1.2174,
|
660 |
+
"step": 8600
|
661 |
+
},
|
662 |
+
{
|
663 |
+
"epoch": 3.62,
|
664 |
+
"learning_rate": 3.076567839660109e-06,
|
665 |
+
"loss": 1.2101,
|
666 |
+
"step": 8700
|
667 |
+
},
|
668 |
+
{
|
669 |
+
"epoch": 3.66,
|
670 |
+
"learning_rate": 2.9842061512884458e-06,
|
671 |
+
"loss": 1.2199,
|
672 |
+
"step": 8800
|
673 |
+
},
|
674 |
+
{
|
675 |
+
"epoch": 3.7,
|
676 |
+
"learning_rate": 2.8918444629167824e-06,
|
677 |
+
"loss": 1.2365,
|
678 |
+
"step": 8900
|
679 |
+
},
|
680 |
+
{
|
681 |
+
"epoch": 3.74,
|
682 |
+
"learning_rate": 2.799482774545119e-06,
|
683 |
+
"loss": 1.218,
|
684 |
+
"step": 9000
|
685 |
+
},
|
686 |
+
{
|
687 |
+
"epoch": 3.74,
|
688 |
+
"eval_loss": 1.2891569137573242,
|
689 |
+
"eval_runtime": 272.1682,
|
690 |
+
"eval_samples_per_second": 18.613,
|
691 |
+
"eval_steps_per_second": 2.329,
|
692 |
+
"step": 9000
|
693 |
+
},
|
694 |
+
{
|
695 |
+
"epoch": 3.78,
|
696 |
+
"learning_rate": 2.7071210861734553e-06,
|
697 |
+
"loss": 1.2228,
|
698 |
+
"step": 9100
|
699 |
+
},
|
700 |
+
{
|
701 |
+
"epoch": 3.82,
|
702 |
+
"learning_rate": 2.614759397801792e-06,
|
703 |
+
"loss": 1.2309,
|
704 |
+
"step": 9200
|
705 |
+
},
|
706 |
+
{
|
707 |
+
"epoch": 3.86,
|
708 |
+
"learning_rate": 2.5223977094301287e-06,
|
709 |
+
"loss": 1.2271,
|
710 |
+
"step": 9300
|
711 |
+
},
|
712 |
+
{
|
713 |
+
"epoch": 3.91,
|
714 |
+
"learning_rate": 2.430036021058465e-06,
|
715 |
+
"loss": 1.2194,
|
716 |
+
"step": 9400
|
717 |
+
},
|
718 |
+
{
|
719 |
+
"epoch": 3.95,
|
720 |
+
"learning_rate": 2.3376743326868016e-06,
|
721 |
+
"loss": 1.214,
|
722 |
+
"step": 9500
|
723 |
+
},
|
724 |
+
{
|
725 |
+
"epoch": 3.95,
|
726 |
+
"eval_loss": 1.2882676124572754,
|
727 |
+
"eval_runtime": 272.1318,
|
728 |
+
"eval_samples_per_second": 18.616,
|
729 |
+
"eval_steps_per_second": 2.33,
|
730 |
+
"step": 9500
|
731 |
+
},
|
732 |
+
{
|
733 |
+
"epoch": 3.99,
|
734 |
+
"learning_rate": 2.2453126443151382e-06,
|
735 |
+
"loss": 1.2166,
|
736 |
+
"step": 9600
|
737 |
+
},
|
738 |
+
{
|
739 |
+
"epoch": 4.03,
|
740 |
+
"learning_rate": 2.152950955943475e-06,
|
741 |
+
"loss": 1.2048,
|
742 |
+
"step": 9700
|
743 |
+
},
|
744 |
+
{
|
745 |
+
"epoch": 4.07,
|
746 |
+
"learning_rate": 2.0605892675718116e-06,
|
747 |
+
"loss": 1.2171,
|
748 |
+
"step": 9800
|
749 |
+
},
|
750 |
+
{
|
751 |
+
"epoch": 4.11,
|
752 |
+
"learning_rate": 1.968227579200148e-06,
|
753 |
+
"loss": 1.2093,
|
754 |
+
"step": 9900
|
755 |
+
},
|
756 |
+
{
|
757 |
+
"epoch": 4.16,
|
758 |
+
"learning_rate": 1.8758658908284845e-06,
|
759 |
+
"loss": 1.1948,
|
760 |
+
"step": 10000
|
761 |
+
},
|
762 |
+
{
|
763 |
+
"epoch": 4.16,
|
764 |
+
"eval_loss": 1.2930774688720703,
|
765 |
+
"eval_runtime": 272.152,
|
766 |
+
"eval_samples_per_second": 18.615,
|
767 |
+
"eval_steps_per_second": 2.33,
|
768 |
+
"step": 10000
|
769 |
+
},
|
770 |
+
{
|
771 |
+
"epoch": 4.2,
|
772 |
+
"learning_rate": 1.7835042024568211e-06,
|
773 |
+
"loss": 1.2097,
|
774 |
+
"step": 10100
|
775 |
+
},
|
776 |
+
{
|
777 |
+
"epoch": 4.24,
|
778 |
+
"learning_rate": 1.6911425140851576e-06,
|
779 |
+
"loss": 1.2187,
|
780 |
+
"step": 10200
|
781 |
+
},
|
782 |
+
{
|
783 |
+
"epoch": 4.28,
|
784 |
+
"learning_rate": 1.5987808257134942e-06,
|
785 |
+
"loss": 1.1994,
|
786 |
+
"step": 10300
|
787 |
+
},
|
788 |
+
{
|
789 |
+
"epoch": 4.32,
|
790 |
+
"learning_rate": 1.5064191373418307e-06,
|
791 |
+
"loss": 1.2129,
|
792 |
+
"step": 10400
|
793 |
+
},
|
794 |
+
{
|
795 |
+
"epoch": 4.36,
|
796 |
+
"learning_rate": 1.4140574489701671e-06,
|
797 |
+
"loss": 1.2067,
|
798 |
+
"step": 10500
|
799 |
+
},
|
800 |
+
{
|
801 |
+
"epoch": 4.36,
|
802 |
+
"eval_loss": 1.292514681816101,
|
803 |
+
"eval_runtime": 272.1549,
|
804 |
+
"eval_samples_per_second": 18.614,
|
805 |
+
"eval_steps_per_second": 2.33,
|
806 |
+
"step": 10500
|
807 |
+
},
|
808 |
+
{
|
809 |
+
"epoch": 4.4,
|
810 |
+
"learning_rate": 1.321695760598504e-06,
|
811 |
+
"loss": 1.2075,
|
812 |
+
"step": 10600
|
813 |
+
},
|
814 |
+
{
|
815 |
+
"epoch": 4.45,
|
816 |
+
"learning_rate": 1.2293340722268405e-06,
|
817 |
+
"loss": 1.2224,
|
818 |
+
"step": 10700
|
819 |
+
},
|
820 |
+
{
|
821 |
+
"epoch": 4.49,
|
822 |
+
"learning_rate": 1.1369723838551771e-06,
|
823 |
+
"loss": 1.212,
|
824 |
+
"step": 10800
|
825 |
+
},
|
826 |
+
{
|
827 |
+
"epoch": 4.53,
|
828 |
+
"learning_rate": 1.0446106954835136e-06,
|
829 |
+
"loss": 1.2171,
|
830 |
+
"step": 10900
|
831 |
+
},
|
832 |
+
{
|
833 |
+
"epoch": 4.57,
|
834 |
+
"learning_rate": 9.522490071118501e-07,
|
835 |
+
"loss": 1.2106,
|
836 |
+
"step": 11000
|
837 |
+
},
|
838 |
+
{
|
839 |
+
"epoch": 4.57,
|
840 |
+
"eval_loss": 1.2926254272460938,
|
841 |
+
"eval_runtime": 272.1417,
|
842 |
+
"eval_samples_per_second": 18.615,
|
843 |
+
"eval_steps_per_second": 2.33,
|
844 |
+
"step": 11000
|
845 |
+
},
|
846 |
+
{
|
847 |
+
"epoch": 4.61,
|
848 |
+
"learning_rate": 8.598873187401867e-07,
|
849 |
+
"loss": 1.2025,
|
850 |
+
"step": 11100
|
851 |
+
},
|
852 |
+
{
|
853 |
+
"epoch": 4.65,
|
854 |
+
"learning_rate": 7.675256303685231e-07,
|
855 |
+
"loss": 1.2081,
|
856 |
+
"step": 11200
|
857 |
+
},
|
858 |
+
{
|
859 |
+
"epoch": 4.7,
|
860 |
+
"learning_rate": 6.751639419968597e-07,
|
861 |
+
"loss": 1.1977,
|
862 |
+
"step": 11300
|
863 |
+
},
|
864 |
+
{
|
865 |
+
"epoch": 4.74,
|
866 |
+
"learning_rate": 5.828022536251963e-07,
|
867 |
+
"loss": 1.2217,
|
868 |
+
"step": 11400
|
869 |
+
},
|
870 |
+
{
|
871 |
+
"epoch": 4.78,
|
872 |
+
"learning_rate": 4.904405652535329e-07,
|
873 |
+
"loss": 1.2026,
|
874 |
+
"step": 11500
|
875 |
+
},
|
876 |
+
{
|
877 |
+
"epoch": 4.78,
|
878 |
+
"eval_loss": 1.2920366525650024,
|
879 |
+
"eval_runtime": 272.1179,
|
880 |
+
"eval_samples_per_second": 18.617,
|
881 |
+
"eval_steps_per_second": 2.33,
|
882 |
+
"step": 11500
|
883 |
+
},
|
884 |
+
{
|
885 |
+
"epoch": 4.82,
|
886 |
+
"learning_rate": 3.9807887688186943e-07,
|
887 |
+
"loss": 1.214,
|
888 |
+
"step": 11600
|
889 |
+
},
|
890 |
+
{
|
891 |
+
"epoch": 4.86,
|
892 |
+
"learning_rate": 3.05717188510206e-07,
|
893 |
+
"loss": 1.2025,
|
894 |
+
"step": 11700
|
895 |
+
},
|
896 |
+
{
|
897 |
+
"epoch": 4.9,
|
898 |
+
"learning_rate": 2.1335550013854254e-07,
|
899 |
+
"loss": 1.225,
|
900 |
+
"step": 11800
|
901 |
+
},
|
902 |
+
{
|
903 |
+
"epoch": 4.95,
|
904 |
+
"learning_rate": 1.209938117668791e-07,
|
905 |
+
"loss": 1.2101,
|
906 |
+
"step": 11900
|
907 |
+
},
|
908 |
+
{
|
909 |
+
"epoch": 4.99,
|
910 |
+
"learning_rate": 2.8632123395215668e-08,
|
911 |
+
"loss": 1.1956,
|
912 |
+
"step": 12000
|
913 |
+
},
|
914 |
+
{
|
915 |
+
"epoch": 4.99,
|
916 |
+
"eval_loss": 1.2920278310775757,
|
917 |
+
"eval_runtime": 272.1447,
|
918 |
+
"eval_samples_per_second": 18.615,
|
919 |
+
"eval_steps_per_second": 2.33,
|
920 |
+
"step": 12000
|
921 |
+
},
|
922 |
+
{
|
923 |
+
"epoch": 5.0,
|
924 |
+
"step": 12030,
|
925 |
+
"total_flos": 1.5667694787731915e+19,
|
926 |
+
"train_loss": 1.2596230482321824,
|
927 |
+
"train_runtime": 116835.9972,
|
928 |
+
"train_samples_per_second": 4.119,
|
929 |
+
"train_steps_per_second": 0.103
|
930 |
+
}
|
931 |
+
],
|
932 |
+
"max_steps": 12030,
|
933 |
+
"num_train_epochs": 5,
|
934 |
+
"total_flos": 1.5667694787731915e+19,
|
935 |
+
"trial_name": null,
|
936 |
+
"trial_params": null
|
937 |
+
}
|