add model files.
Browse files- added_tokens.json +6 -0
- config.json +28 -0
- generation_config.json +6 -0
- model-00001-of-00006.safetensors +3 -0
- model-00002-of-00006.safetensors +3 -0
- model-00003-of-00006.safetensors +3 -0
- model-00004-of-00006.safetensors +3 -0
- model-00005-of-00006.safetensors +3 -0
- model-00006-of-00006.safetensors +3 -0
- model.safetensors.index.json +370 -0
- special_tokens_map.json +29 -0
- tokenizer.json +0 -0
- tokenizer.model +3 -0
- tokenizer_config.json +83 -0
- trainer_state.json +2634 -0
- training_args.bin +3 -0
added_tokens.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"▁<EOT>": 32003,
|
3 |
+
"▁<MID>": 32001,
|
4 |
+
"▁<PRE>": 32000,
|
5 |
+
"▁<SUF>": 32002
|
6 |
+
}
|
config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "../model/codellama-instructed-by-evol-resummarized-by-wizardcoder-gpt4-13B-CL-1x80g-1epoch-0613",
|
3 |
+
"architectures": [
|
4 |
+
"LlamaForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_bias": false,
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"bos_token_id": 1,
|
9 |
+
"eos_token_id": 2,
|
10 |
+
"hidden_act": "silu",
|
11 |
+
"hidden_size": 5120,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"intermediate_size": 13824,
|
14 |
+
"max_position_embeddings": 16384,
|
15 |
+
"model_type": "llama",
|
16 |
+
"num_attention_heads": 40,
|
17 |
+
"num_hidden_layers": 40,
|
18 |
+
"num_key_value_heads": 40,
|
19 |
+
"pretraining_tp": 1,
|
20 |
+
"rms_norm_eps": 1e-05,
|
21 |
+
"rope_scaling": null,
|
22 |
+
"rope_theta": 1000000,
|
23 |
+
"tie_word_embeddings": false,
|
24 |
+
"torch_dtype": "bfloat16",
|
25 |
+
"transformers_version": "4.37.2",
|
26 |
+
"use_cache": true,
|
27 |
+
"vocab_size": 32000
|
28 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 1,
|
4 |
+
"eos_token_id": 2,
|
5 |
+
"transformers_version": "4.37.2"
|
6 |
+
}
|
model-00001-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e688dcbb68f75bf83d371a0631d43c7e1556fa9b68ecee4885e1da3e0830dbac
|
3 |
+
size 4978265800
|
model-00002-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:584fd00632397ecc18d4e98126dbc13d975f523c30eb5ff2a6313c0b523e6f4d
|
3 |
+
size 4970422232
|
model-00003-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1680efcbccb4bf288db511f46ed541bc5aa68fe158f676b10365f562ecb5c091
|
3 |
+
size 4970422256
|
model-00004-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50d197534885338c6ab9c0bd77cea6ca7bcdfba429c4bd5b25c0e6680ff2c25a
|
3 |
+
size 4933701504
|
model-00005-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec71d6733c8646f4475724a50628035f99eec8c013a342c32970a98dd0b187bc
|
3 |
+
size 4933722216
|
model-00006-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fdde82f57094500c6f8bbda764d5f7c5712dc9115537fe5eac9a987e46413f89
|
3 |
+
size 1245236920
|
model.safetensors.index.json
ADDED
@@ -0,0 +1,370 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 26031728640
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"lm_head.weight": "model-00006-of-00006.safetensors",
|
7 |
+
"model.embed_tokens.weight": "model-00001-of-00006.safetensors",
|
8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
13 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
14 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
15 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
16 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
17 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
18 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
19 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
20 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
21 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
22 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
23 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
24 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
25 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
26 |
+
"model.layers.10.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
27 |
+
"model.layers.10.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
28 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
29 |
+
"model.layers.10.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
30 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
31 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
32 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
33 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
34 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
35 |
+
"model.layers.11.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
36 |
+
"model.layers.11.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
37 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
38 |
+
"model.layers.11.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
39 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
40 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
41 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
42 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
43 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
44 |
+
"model.layers.12.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
45 |
+
"model.layers.12.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
46 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
47 |
+
"model.layers.12.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
48 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
49 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
50 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
51 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
52 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
53 |
+
"model.layers.13.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
54 |
+
"model.layers.13.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
55 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
56 |
+
"model.layers.13.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
57 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
58 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
59 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
60 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
61 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
62 |
+
"model.layers.14.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
63 |
+
"model.layers.14.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
64 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
65 |
+
"model.layers.14.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
66 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
67 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
68 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
69 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
70 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
71 |
+
"model.layers.15.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
72 |
+
"model.layers.15.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
73 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
74 |
+
"model.layers.15.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
75 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
76 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
77 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
78 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
79 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
80 |
+
"model.layers.16.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
81 |
+
"model.layers.16.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
82 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
83 |
+
"model.layers.16.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
84 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
85 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
86 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
87 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
88 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
89 |
+
"model.layers.17.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
90 |
+
"model.layers.17.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
91 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
92 |
+
"model.layers.17.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
93 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
94 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
95 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
96 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
97 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
98 |
+
"model.layers.18.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
99 |
+
"model.layers.18.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
100 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
101 |
+
"model.layers.18.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
102 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
103 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
104 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
105 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
106 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
107 |
+
"model.layers.19.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
108 |
+
"model.layers.19.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
109 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
110 |
+
"model.layers.19.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
111 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
112 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
113 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
114 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
115 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
116 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
117 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
118 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
119 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
120 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
121 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
122 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
123 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
124 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
125 |
+
"model.layers.20.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
126 |
+
"model.layers.20.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
127 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
128 |
+
"model.layers.20.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
129 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
130 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
131 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
132 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
133 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
134 |
+
"model.layers.21.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
135 |
+
"model.layers.21.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
136 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
137 |
+
"model.layers.21.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
138 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
139 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
140 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
141 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
142 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
143 |
+
"model.layers.22.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
144 |
+
"model.layers.22.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
145 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
146 |
+
"model.layers.22.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
147 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
148 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
149 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
150 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
151 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
152 |
+
"model.layers.23.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
153 |
+
"model.layers.23.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
154 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
155 |
+
"model.layers.23.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
156 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
157 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
158 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
159 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
160 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
161 |
+
"model.layers.24.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
162 |
+
"model.layers.24.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
163 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
164 |
+
"model.layers.24.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
165 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
166 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
167 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
168 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
169 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
170 |
+
"model.layers.25.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
171 |
+
"model.layers.25.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
172 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
173 |
+
"model.layers.25.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
174 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
175 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
176 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
177 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
178 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
179 |
+
"model.layers.26.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
180 |
+
"model.layers.26.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
181 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
182 |
+
"model.layers.26.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
183 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
184 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
185 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
186 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
187 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
188 |
+
"model.layers.27.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
189 |
+
"model.layers.27.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
190 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
191 |
+
"model.layers.27.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
192 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
193 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
194 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
195 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
196 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
197 |
+
"model.layers.28.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
198 |
+
"model.layers.28.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
199 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
200 |
+
"model.layers.28.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
201 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
202 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
203 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
204 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
205 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
206 |
+
"model.layers.29.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
207 |
+
"model.layers.29.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
208 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
209 |
+
"model.layers.29.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
210 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
211 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
212 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
213 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
214 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
215 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
216 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
217 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
218 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
219 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
220 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
221 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
222 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
223 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
224 |
+
"model.layers.30.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
225 |
+
"model.layers.30.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
226 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
227 |
+
"model.layers.30.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
228 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
229 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
230 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
231 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
232 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
233 |
+
"model.layers.31.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
234 |
+
"model.layers.31.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
235 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
236 |
+
"model.layers.31.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
237 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
238 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
239 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
240 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
241 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
242 |
+
"model.layers.32.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
243 |
+
"model.layers.32.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
244 |
+
"model.layers.32.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
245 |
+
"model.layers.32.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
246 |
+
"model.layers.32.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
247 |
+
"model.layers.32.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
248 |
+
"model.layers.32.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
249 |
+
"model.layers.32.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
250 |
+
"model.layers.32.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
251 |
+
"model.layers.33.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
252 |
+
"model.layers.33.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
253 |
+
"model.layers.33.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
254 |
+
"model.layers.33.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
255 |
+
"model.layers.33.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
256 |
+
"model.layers.33.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
257 |
+
"model.layers.33.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
258 |
+
"model.layers.33.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
259 |
+
"model.layers.33.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
260 |
+
"model.layers.34.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
261 |
+
"model.layers.34.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
262 |
+
"model.layers.34.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
263 |
+
"model.layers.34.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
264 |
+
"model.layers.34.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
265 |
+
"model.layers.34.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
266 |
+
"model.layers.34.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
267 |
+
"model.layers.34.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
268 |
+
"model.layers.34.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
269 |
+
"model.layers.35.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
270 |
+
"model.layers.35.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
271 |
+
"model.layers.35.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
272 |
+
"model.layers.35.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
273 |
+
"model.layers.35.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
274 |
+
"model.layers.35.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
275 |
+
"model.layers.35.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
276 |
+
"model.layers.35.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
277 |
+
"model.layers.35.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
278 |
+
"model.layers.36.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
279 |
+
"model.layers.36.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
280 |
+
"model.layers.36.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
281 |
+
"model.layers.36.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
282 |
+
"model.layers.36.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
283 |
+
"model.layers.36.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
284 |
+
"model.layers.36.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
285 |
+
"model.layers.36.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
286 |
+
"model.layers.36.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
287 |
+
"model.layers.37.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
288 |
+
"model.layers.37.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
289 |
+
"model.layers.37.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
290 |
+
"model.layers.37.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
291 |
+
"model.layers.37.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
292 |
+
"model.layers.37.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
293 |
+
"model.layers.37.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
294 |
+
"model.layers.37.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
295 |
+
"model.layers.37.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
296 |
+
"model.layers.38.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
297 |
+
"model.layers.38.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
298 |
+
"model.layers.38.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
299 |
+
"model.layers.38.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
300 |
+
"model.layers.38.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
301 |
+
"model.layers.38.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
302 |
+
"model.layers.38.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
303 |
+
"model.layers.38.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
304 |
+
"model.layers.38.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
305 |
+
"model.layers.39.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
306 |
+
"model.layers.39.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
307 |
+
"model.layers.39.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
308 |
+
"model.layers.39.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
309 |
+
"model.layers.39.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
310 |
+
"model.layers.39.self_attn.k_proj.weight": "model-00006-of-00006.safetensors",
|
311 |
+
"model.layers.39.self_attn.o_proj.weight": "model-00006-of-00006.safetensors",
|
312 |
+
"model.layers.39.self_attn.q_proj.weight": "model-00006-of-00006.safetensors",
|
313 |
+
"model.layers.39.self_attn.v_proj.weight": "model-00006-of-00006.safetensors",
|
314 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
315 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
316 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
317 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
318 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
319 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
320 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
321 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
322 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
323 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
324 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
325 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
326 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
327 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
328 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
329 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
330 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
331 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
332 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
333 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
334 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
335 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
336 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
337 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
338 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
339 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
340 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
341 |
+
"model.layers.7.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
342 |
+
"model.layers.7.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
343 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
344 |
+
"model.layers.7.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
345 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
346 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
347 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
348 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
349 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
350 |
+
"model.layers.8.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
351 |
+
"model.layers.8.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
352 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
353 |
+
"model.layers.8.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
354 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
355 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
356 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
357 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
358 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
359 |
+
"model.layers.9.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
360 |
+
"model.layers.9.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
361 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
362 |
+
"model.layers.9.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
363 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
364 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
365 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
366 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
367 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
368 |
+
"model.norm.weight": "model-00006-of-00006.safetensors"
|
369 |
+
}
|
370 |
+
}
|
special_tokens_map.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"▁<PRE>",
|
4 |
+
"▁<MID>",
|
5 |
+
"▁<SUF>",
|
6 |
+
"▁<EOT>"
|
7 |
+
],
|
8 |
+
"bos_token": {
|
9 |
+
"content": "<s>",
|
10 |
+
"lstrip": false,
|
11 |
+
"normalized": false,
|
12 |
+
"rstrip": false,
|
13 |
+
"single_word": false
|
14 |
+
},
|
15 |
+
"eos_token": {
|
16 |
+
"content": "</s>",
|
17 |
+
"lstrip": false,
|
18 |
+
"normalized": false,
|
19 |
+
"rstrip": false,
|
20 |
+
"single_word": false
|
21 |
+
},
|
22 |
+
"unk_token": {
|
23 |
+
"content": "<unk>",
|
24 |
+
"lstrip": false,
|
25 |
+
"normalized": false,
|
26 |
+
"rstrip": false,
|
27 |
+
"single_word": false
|
28 |
+
}
|
29 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
3 |
+
size 499723
|
tokenizer_config.json
ADDED
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"0": {
|
6 |
+
"content": "<unk>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"1": {
|
14 |
+
"content": "<s>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"2": {
|
22 |
+
"content": "</s>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
},
|
29 |
+
"32000": {
|
30 |
+
"content": "▁<PRE>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
},
|
37 |
+
"32001": {
|
38 |
+
"content": "▁<MID>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false,
|
43 |
+
"special": true
|
44 |
+
},
|
45 |
+
"32002": {
|
46 |
+
"content": "▁<SUF>",
|
47 |
+
"lstrip": false,
|
48 |
+
"normalized": false,
|
49 |
+
"rstrip": false,
|
50 |
+
"single_word": false,
|
51 |
+
"special": true
|
52 |
+
},
|
53 |
+
"32003": {
|
54 |
+
"content": "▁<EOT>",
|
55 |
+
"lstrip": false,
|
56 |
+
"normalized": false,
|
57 |
+
"rstrip": false,
|
58 |
+
"single_word": false,
|
59 |
+
"special": true
|
60 |
+
}
|
61 |
+
},
|
62 |
+
"additional_special_tokens": [
|
63 |
+
"▁<PRE>",
|
64 |
+
"▁<MID>",
|
65 |
+
"▁<SUF>",
|
66 |
+
"▁<EOT>"
|
67 |
+
],
|
68 |
+
"bos_token": "<s>",
|
69 |
+
"clean_up_tokenization_spaces": false,
|
70 |
+
"eos_token": "</s>",
|
71 |
+
"eot_token": "▁<EOT>",
|
72 |
+
"fill_token": "<FILL_ME>",
|
73 |
+
"legacy": null,
|
74 |
+
"middle_token": "▁<MID>",
|
75 |
+
"model_max_length": 1000000000000000019884624838656,
|
76 |
+
"pad_token": null,
|
77 |
+
"prefix_token": "▁<PRE>",
|
78 |
+
"sp_model_kwargs": {},
|
79 |
+
"suffix_token": "▁<SUF>",
|
80 |
+
"tokenizer_class": "CodeLlamaTokenizer",
|
81 |
+
"unk_token": "<unk>",
|
82 |
+
"use_default_system_prompt": false
|
83 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,2634 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 1.9985789194391228,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 434,
|
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 |
+
"learning_rate": 3.3333333333333333e-06,
|
14 |
+
"loss": 2154.8345,
|
15 |
+
"step": 1
|
16 |
+
},
|
17 |
+
{
|
18 |
+
"epoch": 0.01,
|
19 |
+
"learning_rate": 6.666666666666667e-06,
|
20 |
+
"loss": 312.5255,
|
21 |
+
"step": 2
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"epoch": 0.01,
|
25 |
+
"learning_rate": 1e-05,
|
26 |
+
"loss": 2138.2986,
|
27 |
+
"step": 3
|
28 |
+
},
|
29 |
+
{
|
30 |
+
"epoch": 0.02,
|
31 |
+
"learning_rate": 1.3333333333333333e-05,
|
32 |
+
"loss": 343.9667,
|
33 |
+
"step": 4
|
34 |
+
},
|
35 |
+
{
|
36 |
+
"epoch": 0.02,
|
37 |
+
"learning_rate": 1.6666666666666667e-05,
|
38 |
+
"loss": 8198.7002,
|
39 |
+
"step": 5
|
40 |
+
},
|
41 |
+
{
|
42 |
+
"epoch": 0.03,
|
43 |
+
"learning_rate": 2e-05,
|
44 |
+
"loss": 2178.5674,
|
45 |
+
"step": 6
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.03,
|
49 |
+
"learning_rate": 2.3333333333333336e-05,
|
50 |
+
"loss": 23595.8965,
|
51 |
+
"step": 7
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.04,
|
55 |
+
"learning_rate": 2.6666666666666667e-05,
|
56 |
+
"loss": 67273.3125,
|
57 |
+
"step": 8
|
58 |
+
},
|
59 |
+
{
|
60 |
+
"epoch": 0.04,
|
61 |
+
"learning_rate": 3e-05,
|
62 |
+
"loss": 141691.7031,
|
63 |
+
"step": 9
|
64 |
+
},
|
65 |
+
{
|
66 |
+
"epoch": 0.05,
|
67 |
+
"learning_rate": 3.3333333333333335e-05,
|
68 |
+
"loss": 103845.0469,
|
69 |
+
"step": 10
|
70 |
+
},
|
71 |
+
{
|
72 |
+
"epoch": 0.05,
|
73 |
+
"learning_rate": 3.6666666666666666e-05,
|
74 |
+
"loss": 468.9194,
|
75 |
+
"step": 11
|
76 |
+
},
|
77 |
+
{
|
78 |
+
"epoch": 0.06,
|
79 |
+
"learning_rate": 4e-05,
|
80 |
+
"loss": 1383.6638,
|
81 |
+
"step": 12
|
82 |
+
},
|
83 |
+
{
|
84 |
+
"epoch": 0.06,
|
85 |
+
"learning_rate": 4.3333333333333334e-05,
|
86 |
+
"loss": 1525188.25,
|
87 |
+
"step": 13
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.06,
|
91 |
+
"learning_rate": 4.666666666666667e-05,
|
92 |
+
"loss": 41394.4219,
|
93 |
+
"step": 14
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.07,
|
97 |
+
"learning_rate": 5e-05,
|
98 |
+
"loss": 531693.3125,
|
99 |
+
"step": 15
|
100 |
+
},
|
101 |
+
{
|
102 |
+
"epoch": 0.07,
|
103 |
+
"learning_rate": 4.988066825775656e-05,
|
104 |
+
"loss": 424.9092,
|
105 |
+
"step": 16
|
106 |
+
},
|
107 |
+
{
|
108 |
+
"epoch": 0.08,
|
109 |
+
"learning_rate": 4.976133651551313e-05,
|
110 |
+
"loss": 4699.9478,
|
111 |
+
"step": 17
|
112 |
+
},
|
113 |
+
{
|
114 |
+
"epoch": 0.08,
|
115 |
+
"learning_rate": 4.964200477326969e-05,
|
116 |
+
"loss": 3598.4495,
|
117 |
+
"step": 18
|
118 |
+
},
|
119 |
+
{
|
120 |
+
"epoch": 0.09,
|
121 |
+
"learning_rate": 4.952267303102625e-05,
|
122 |
+
"loss": 329783.8438,
|
123 |
+
"step": 19
|
124 |
+
},
|
125 |
+
{
|
126 |
+
"epoch": 0.09,
|
127 |
+
"learning_rate": 4.940334128878282e-05,
|
128 |
+
"loss": 108553.8594,
|
129 |
+
"step": 20
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.1,
|
133 |
+
"learning_rate": 4.9284009546539385e-05,
|
134 |
+
"loss": 669686.625,
|
135 |
+
"step": 21
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.1,
|
139 |
+
"learning_rate": 4.9164677804295945e-05,
|
140 |
+
"loss": 516.546,
|
141 |
+
"step": 22
|
142 |
+
},
|
143 |
+
{
|
144 |
+
"epoch": 0.11,
|
145 |
+
"learning_rate": 4.904534606205251e-05,
|
146 |
+
"loss": 1165.3262,
|
147 |
+
"step": 23
|
148 |
+
},
|
149 |
+
{
|
150 |
+
"epoch": 0.11,
|
151 |
+
"learning_rate": 4.892601431980907e-05,
|
152 |
+
"loss": 14278.1465,
|
153 |
+
"step": 24
|
154 |
+
},
|
155 |
+
{
|
156 |
+
"epoch": 0.12,
|
157 |
+
"learning_rate": 4.880668257756563e-05,
|
158 |
+
"loss": 803169.0625,
|
159 |
+
"step": 25
|
160 |
+
},
|
161 |
+
{
|
162 |
+
"epoch": 0.12,
|
163 |
+
"learning_rate": 4.8687350835322196e-05,
|
164 |
+
"loss": 3864.5024,
|
165 |
+
"step": 26
|
166 |
+
},
|
167 |
+
{
|
168 |
+
"epoch": 0.12,
|
169 |
+
"learning_rate": 4.856801909307876e-05,
|
170 |
+
"loss": 286386.7812,
|
171 |
+
"step": 27
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.13,
|
175 |
+
"learning_rate": 4.844868735083533e-05,
|
176 |
+
"loss": 9645701.0,
|
177 |
+
"step": 28
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.13,
|
181 |
+
"learning_rate": 4.832935560859189e-05,
|
182 |
+
"loss": 10830.8975,
|
183 |
+
"step": 29
|
184 |
+
},
|
185 |
+
{
|
186 |
+
"epoch": 0.14,
|
187 |
+
"learning_rate": 4.821002386634845e-05,
|
188 |
+
"loss": 7533.4912,
|
189 |
+
"step": 30
|
190 |
+
},
|
191 |
+
{
|
192 |
+
"epoch": 0.14,
|
193 |
+
"learning_rate": 4.809069212410501e-05,
|
194 |
+
"loss": 11029.4629,
|
195 |
+
"step": 31
|
196 |
+
},
|
197 |
+
{
|
198 |
+
"epoch": 0.15,
|
199 |
+
"learning_rate": 4.797136038186158e-05,
|
200 |
+
"loss": 5534.8965,
|
201 |
+
"step": 32
|
202 |
+
},
|
203 |
+
{
|
204 |
+
"epoch": 0.15,
|
205 |
+
"learning_rate": 4.785202863961814e-05,
|
206 |
+
"loss": 3849.7932,
|
207 |
+
"step": 33
|
208 |
+
},
|
209 |
+
{
|
210 |
+
"epoch": 0.16,
|
211 |
+
"learning_rate": 4.7732696897374704e-05,
|
212 |
+
"loss": 14622.9688,
|
213 |
+
"step": 34
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.16,
|
217 |
+
"learning_rate": 4.761336515513127e-05,
|
218 |
+
"loss": 2258.0952,
|
219 |
+
"step": 35
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.17,
|
223 |
+
"learning_rate": 4.749403341288783e-05,
|
224 |
+
"loss": 562.1243,
|
225 |
+
"step": 36
|
226 |
+
},
|
227 |
+
{
|
228 |
+
"epoch": 0.17,
|
229 |
+
"learning_rate": 4.7374701670644396e-05,
|
230 |
+
"loss": 1060.5302,
|
231 |
+
"step": 37
|
232 |
+
},
|
233 |
+
{
|
234 |
+
"epoch": 0.17,
|
235 |
+
"learning_rate": 4.7255369928400955e-05,
|
236 |
+
"loss": 94356.0781,
|
237 |
+
"step": 38
|
238 |
+
},
|
239 |
+
{
|
240 |
+
"epoch": 0.18,
|
241 |
+
"learning_rate": 4.713603818615752e-05,
|
242 |
+
"loss": 325.8985,
|
243 |
+
"step": 39
|
244 |
+
},
|
245 |
+
{
|
246 |
+
"epoch": 0.18,
|
247 |
+
"learning_rate": 4.701670644391408e-05,
|
248 |
+
"loss": 1542.8948,
|
249 |
+
"step": 40
|
250 |
+
},
|
251 |
+
{
|
252 |
+
"epoch": 0.19,
|
253 |
+
"learning_rate": 4.6897374701670647e-05,
|
254 |
+
"loss": 25336.4648,
|
255 |
+
"step": 41
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 0.19,
|
259 |
+
"learning_rate": 4.677804295942721e-05,
|
260 |
+
"loss": 8603.3447,
|
261 |
+
"step": 42
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.2,
|
265 |
+
"learning_rate": 4.665871121718377e-05,
|
266 |
+
"loss": 164.9301,
|
267 |
+
"step": 43
|
268 |
+
},
|
269 |
+
{
|
270 |
+
"epoch": 0.2,
|
271 |
+
"learning_rate": 4.653937947494034e-05,
|
272 |
+
"loss": 35805.4766,
|
273 |
+
"step": 44
|
274 |
+
},
|
275 |
+
{
|
276 |
+
"epoch": 0.21,
|
277 |
+
"learning_rate": 4.64200477326969e-05,
|
278 |
+
"loss": 178383.0625,
|
279 |
+
"step": 45
|
280 |
+
},
|
281 |
+
{
|
282 |
+
"epoch": 0.21,
|
283 |
+
"learning_rate": 4.6300715990453463e-05,
|
284 |
+
"loss": 756.3121,
|
285 |
+
"step": 46
|
286 |
+
},
|
287 |
+
{
|
288 |
+
"epoch": 0.22,
|
289 |
+
"learning_rate": 4.618138424821002e-05,
|
290 |
+
"loss": 3312.0427,
|
291 |
+
"step": 47
|
292 |
+
},
|
293 |
+
{
|
294 |
+
"epoch": 0.22,
|
295 |
+
"learning_rate": 4.606205250596659e-05,
|
296 |
+
"loss": 2473.1311,
|
297 |
+
"step": 48
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.23,
|
301 |
+
"learning_rate": 4.594272076372315e-05,
|
302 |
+
"loss": 8402.5947,
|
303 |
+
"step": 49
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 0.23,
|
307 |
+
"learning_rate": 4.582338902147972e-05,
|
308 |
+
"loss": 93.5995,
|
309 |
+
"step": 50
|
310 |
+
},
|
311 |
+
{
|
312 |
+
"epoch": 0.23,
|
313 |
+
"learning_rate": 4.570405727923628e-05,
|
314 |
+
"loss": 235.2204,
|
315 |
+
"step": 51
|
316 |
+
},
|
317 |
+
{
|
318 |
+
"epoch": 0.24,
|
319 |
+
"learning_rate": 4.5584725536992847e-05,
|
320 |
+
"loss": 21004.8418,
|
321 |
+
"step": 52
|
322 |
+
},
|
323 |
+
{
|
324 |
+
"epoch": 0.24,
|
325 |
+
"learning_rate": 4.5465393794749406e-05,
|
326 |
+
"loss": 9018.7559,
|
327 |
+
"step": 53
|
328 |
+
},
|
329 |
+
{
|
330 |
+
"epoch": 0.25,
|
331 |
+
"learning_rate": 4.5346062052505965e-05,
|
332 |
+
"loss": 31628.4824,
|
333 |
+
"step": 54
|
334 |
+
},
|
335 |
+
{
|
336 |
+
"epoch": 0.25,
|
337 |
+
"learning_rate": 4.522673031026253e-05,
|
338 |
+
"loss": 98.9685,
|
339 |
+
"step": 55
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.26,
|
343 |
+
"learning_rate": 4.510739856801909e-05,
|
344 |
+
"loss": 55139.7383,
|
345 |
+
"step": 56
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 0.26,
|
349 |
+
"learning_rate": 4.498806682577566e-05,
|
350 |
+
"loss": 3274.8267,
|
351 |
+
"step": 57
|
352 |
+
},
|
353 |
+
{
|
354 |
+
"epoch": 0.27,
|
355 |
+
"learning_rate": 4.486873508353222e-05,
|
356 |
+
"loss": 387.2443,
|
357 |
+
"step": 58
|
358 |
+
},
|
359 |
+
{
|
360 |
+
"epoch": 0.27,
|
361 |
+
"learning_rate": 4.474940334128879e-05,
|
362 |
+
"loss": 115.7972,
|
363 |
+
"step": 59
|
364 |
+
},
|
365 |
+
{
|
366 |
+
"epoch": 0.28,
|
367 |
+
"learning_rate": 4.463007159904535e-05,
|
368 |
+
"loss": 4086.0728,
|
369 |
+
"step": 60
|
370 |
+
},
|
371 |
+
{
|
372 |
+
"epoch": 0.28,
|
373 |
+
"learning_rate": 4.4510739856801914e-05,
|
374 |
+
"loss": 13200.7227,
|
375 |
+
"step": 61
|
376 |
+
},
|
377 |
+
{
|
378 |
+
"epoch": 0.29,
|
379 |
+
"learning_rate": 4.4391408114558474e-05,
|
380 |
+
"loss": 392.8962,
|
381 |
+
"step": 62
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 0.29,
|
385 |
+
"learning_rate": 4.427207637231503e-05,
|
386 |
+
"loss": 1629.9041,
|
387 |
+
"step": 63
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 0.29,
|
391 |
+
"learning_rate": 4.41527446300716e-05,
|
392 |
+
"loss": 665.3759,
|
393 |
+
"step": 64
|
394 |
+
},
|
395 |
+
{
|
396 |
+
"epoch": 0.3,
|
397 |
+
"learning_rate": 4.4033412887828165e-05,
|
398 |
+
"loss": 1822.3533,
|
399 |
+
"step": 65
|
400 |
+
},
|
401 |
+
{
|
402 |
+
"epoch": 0.3,
|
403 |
+
"learning_rate": 4.391408114558473e-05,
|
404 |
+
"loss": 84440.8281,
|
405 |
+
"step": 66
|
406 |
+
},
|
407 |
+
{
|
408 |
+
"epoch": 0.31,
|
409 |
+
"learning_rate": 4.379474940334129e-05,
|
410 |
+
"loss": 156.116,
|
411 |
+
"step": 67
|
412 |
+
},
|
413 |
+
{
|
414 |
+
"epoch": 0.31,
|
415 |
+
"learning_rate": 4.367541766109786e-05,
|
416 |
+
"loss": 33720.3906,
|
417 |
+
"step": 68
|
418 |
+
},
|
419 |
+
{
|
420 |
+
"epoch": 0.32,
|
421 |
+
"learning_rate": 4.3556085918854416e-05,
|
422 |
+
"loss": 57585.8555,
|
423 |
+
"step": 69
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"epoch": 0.32,
|
427 |
+
"learning_rate": 4.343675417661098e-05,
|
428 |
+
"loss": 27.3209,
|
429 |
+
"step": 70
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 0.33,
|
433 |
+
"learning_rate": 4.331742243436754e-05,
|
434 |
+
"loss": 1515.2338,
|
435 |
+
"step": 71
|
436 |
+
},
|
437 |
+
{
|
438 |
+
"epoch": 0.33,
|
439 |
+
"learning_rate": 4.319809069212411e-05,
|
440 |
+
"loss": 360.9213,
|
441 |
+
"step": 72
|
442 |
+
},
|
443 |
+
{
|
444 |
+
"epoch": 0.34,
|
445 |
+
"learning_rate": 4.3078758949880674e-05,
|
446 |
+
"loss": 44361.9766,
|
447 |
+
"step": 73
|
448 |
+
},
|
449 |
+
{
|
450 |
+
"epoch": 0.34,
|
451 |
+
"learning_rate": 4.295942720763723e-05,
|
452 |
+
"loss": 2210.8513,
|
453 |
+
"step": 74
|
454 |
+
},
|
455 |
+
{
|
456 |
+
"epoch": 0.35,
|
457 |
+
"learning_rate": 4.28400954653938e-05,
|
458 |
+
"loss": 1037.6666,
|
459 |
+
"step": 75
|
460 |
+
},
|
461 |
+
{
|
462 |
+
"epoch": 0.35,
|
463 |
+
"learning_rate": 4.272076372315036e-05,
|
464 |
+
"loss": 4023.9438,
|
465 |
+
"step": 76
|
466 |
+
},
|
467 |
+
{
|
468 |
+
"epoch": 0.35,
|
469 |
+
"learning_rate": 4.2601431980906925e-05,
|
470 |
+
"loss": 82307.1484,
|
471 |
+
"step": 77
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 0.36,
|
475 |
+
"learning_rate": 4.2482100238663484e-05,
|
476 |
+
"loss": 323.2414,
|
477 |
+
"step": 78
|
478 |
+
},
|
479 |
+
{
|
480 |
+
"epoch": 0.36,
|
481 |
+
"learning_rate": 4.236276849642005e-05,
|
482 |
+
"loss": 135475.5312,
|
483 |
+
"step": 79
|
484 |
+
},
|
485 |
+
{
|
486 |
+
"epoch": 0.37,
|
487 |
+
"learning_rate": 4.2243436754176616e-05,
|
488 |
+
"loss": 3599.7883,
|
489 |
+
"step": 80
|
490 |
+
},
|
491 |
+
{
|
492 |
+
"epoch": 0.37,
|
493 |
+
"learning_rate": 4.2124105011933175e-05,
|
494 |
+
"loss": 363409.875,
|
495 |
+
"step": 81
|
496 |
+
},
|
497 |
+
{
|
498 |
+
"epoch": 0.38,
|
499 |
+
"learning_rate": 4.200477326968974e-05,
|
500 |
+
"loss": 125604.3984,
|
501 |
+
"step": 82
|
502 |
+
},
|
503 |
+
{
|
504 |
+
"epoch": 0.38,
|
505 |
+
"learning_rate": 4.18854415274463e-05,
|
506 |
+
"loss": 220.2469,
|
507 |
+
"step": 83
|
508 |
+
},
|
509 |
+
{
|
510 |
+
"epoch": 0.39,
|
511 |
+
"learning_rate": 4.176610978520287e-05,
|
512 |
+
"loss": 1677.0813,
|
513 |
+
"step": 84
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 0.39,
|
517 |
+
"learning_rate": 4.1646778042959426e-05,
|
518 |
+
"loss": 4098.7871,
|
519 |
+
"step": 85
|
520 |
+
},
|
521 |
+
{
|
522 |
+
"epoch": 0.4,
|
523 |
+
"learning_rate": 4.152744630071599e-05,
|
524 |
+
"loss": 2398.8313,
|
525 |
+
"step": 86
|
526 |
+
},
|
527 |
+
{
|
528 |
+
"epoch": 0.4,
|
529 |
+
"learning_rate": 4.140811455847255e-05,
|
530 |
+
"loss": 923.5432,
|
531 |
+
"step": 87
|
532 |
+
},
|
533 |
+
{
|
534 |
+
"epoch": 0.41,
|
535 |
+
"learning_rate": 4.1288782816229125e-05,
|
536 |
+
"loss": 10474.2695,
|
537 |
+
"step": 88
|
538 |
+
},
|
539 |
+
{
|
540 |
+
"epoch": 0.41,
|
541 |
+
"learning_rate": 4.1169451073985684e-05,
|
542 |
+
"loss": 85930.8516,
|
543 |
+
"step": 89
|
544 |
+
},
|
545 |
+
{
|
546 |
+
"epoch": 0.41,
|
547 |
+
"learning_rate": 4.105011933174224e-05,
|
548 |
+
"loss": 628.9391,
|
549 |
+
"step": 90
|
550 |
+
},
|
551 |
+
{
|
552 |
+
"epoch": 0.42,
|
553 |
+
"learning_rate": 4.093078758949881e-05,
|
554 |
+
"loss": 266.4478,
|
555 |
+
"step": 91
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 0.42,
|
559 |
+
"learning_rate": 4.081145584725537e-05,
|
560 |
+
"loss": 3529850.0,
|
561 |
+
"step": 92
|
562 |
+
},
|
563 |
+
{
|
564 |
+
"epoch": 0.43,
|
565 |
+
"learning_rate": 4.0692124105011935e-05,
|
566 |
+
"loss": 30642.959,
|
567 |
+
"step": 93
|
568 |
+
},
|
569 |
+
{
|
570 |
+
"epoch": 0.43,
|
571 |
+
"learning_rate": 4.0572792362768494e-05,
|
572 |
+
"loss": 4583143.0,
|
573 |
+
"step": 94
|
574 |
+
},
|
575 |
+
{
|
576 |
+
"epoch": 0.44,
|
577 |
+
"learning_rate": 4.045346062052506e-05,
|
578 |
+
"loss": 6407.5708,
|
579 |
+
"step": 95
|
580 |
+
},
|
581 |
+
{
|
582 |
+
"epoch": 0.44,
|
583 |
+
"learning_rate": 4.0334128878281626e-05,
|
584 |
+
"loss": 3839.4238,
|
585 |
+
"step": 96
|
586 |
+
},
|
587 |
+
{
|
588 |
+
"epoch": 0.45,
|
589 |
+
"learning_rate": 4.021479713603819e-05,
|
590 |
+
"loss": 815.6643,
|
591 |
+
"step": 97
|
592 |
+
},
|
593 |
+
{
|
594 |
+
"epoch": 0.45,
|
595 |
+
"learning_rate": 4.009546539379475e-05,
|
596 |
+
"loss": 349.929,
|
597 |
+
"step": 98
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 0.46,
|
601 |
+
"learning_rate": 3.997613365155131e-05,
|
602 |
+
"loss": 371217.7812,
|
603 |
+
"step": 99
|
604 |
+
},
|
605 |
+
{
|
606 |
+
"epoch": 0.46,
|
607 |
+
"learning_rate": 3.985680190930788e-05,
|
608 |
+
"loss": 176.3654,
|
609 |
+
"step": 100
|
610 |
+
},
|
611 |
+
{
|
612 |
+
"epoch": 0.47,
|
613 |
+
"learning_rate": 3.9737470167064437e-05,
|
614 |
+
"loss": 64.4966,
|
615 |
+
"step": 101
|
616 |
+
},
|
617 |
+
{
|
618 |
+
"epoch": 0.47,
|
619 |
+
"learning_rate": 3.9618138424821e-05,
|
620 |
+
"loss": 17530.2637,
|
621 |
+
"step": 102
|
622 |
+
},
|
623 |
+
{
|
624 |
+
"epoch": 0.47,
|
625 |
+
"learning_rate": 3.949880668257757e-05,
|
626 |
+
"loss": 544.7783,
|
627 |
+
"step": 103
|
628 |
+
},
|
629 |
+
{
|
630 |
+
"epoch": 0.48,
|
631 |
+
"learning_rate": 3.9379474940334135e-05,
|
632 |
+
"loss": 7955.9927,
|
633 |
+
"step": 104
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"epoch": 0.48,
|
637 |
+
"learning_rate": 3.9260143198090694e-05,
|
638 |
+
"loss": 197.6159,
|
639 |
+
"step": 105
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 0.49,
|
643 |
+
"learning_rate": 3.914081145584726e-05,
|
644 |
+
"loss": 1884.6552,
|
645 |
+
"step": 106
|
646 |
+
},
|
647 |
+
{
|
648 |
+
"epoch": 0.49,
|
649 |
+
"learning_rate": 3.902147971360382e-05,
|
650 |
+
"loss": 1102.6284,
|
651 |
+
"step": 107
|
652 |
+
},
|
653 |
+
{
|
654 |
+
"epoch": 0.5,
|
655 |
+
"learning_rate": 3.8902147971360386e-05,
|
656 |
+
"loss": 52947.9766,
|
657 |
+
"step": 108
|
658 |
+
},
|
659 |
+
{
|
660 |
+
"epoch": 0.5,
|
661 |
+
"learning_rate": 3.8782816229116945e-05,
|
662 |
+
"loss": 836.1002,
|
663 |
+
"step": 109
|
664 |
+
},
|
665 |
+
{
|
666 |
+
"epoch": 0.51,
|
667 |
+
"learning_rate": 3.866348448687351e-05,
|
668 |
+
"loss": 8226.0859,
|
669 |
+
"step": 110
|
670 |
+
},
|
671 |
+
{
|
672 |
+
"epoch": 0.51,
|
673 |
+
"learning_rate": 3.854415274463008e-05,
|
674 |
+
"loss": 671.9891,
|
675 |
+
"step": 111
|
676 |
+
},
|
677 |
+
{
|
678 |
+
"epoch": 0.52,
|
679 |
+
"learning_rate": 3.8424821002386637e-05,
|
680 |
+
"loss": 3420.7861,
|
681 |
+
"step": 112
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"epoch": 0.52,
|
685 |
+
"learning_rate": 3.83054892601432e-05,
|
686 |
+
"loss": 6020.8076,
|
687 |
+
"step": 113
|
688 |
+
},
|
689 |
+
{
|
690 |
+
"epoch": 0.52,
|
691 |
+
"learning_rate": 3.818615751789976e-05,
|
692 |
+
"loss": 9401.3975,
|
693 |
+
"step": 114
|
694 |
+
},
|
695 |
+
{
|
696 |
+
"epoch": 0.53,
|
697 |
+
"learning_rate": 3.806682577565633e-05,
|
698 |
+
"loss": 888.0344,
|
699 |
+
"step": 115
|
700 |
+
},
|
701 |
+
{
|
702 |
+
"epoch": 0.53,
|
703 |
+
"learning_rate": 3.794749403341289e-05,
|
704 |
+
"loss": 20902.9258,
|
705 |
+
"step": 116
|
706 |
+
},
|
707 |
+
{
|
708 |
+
"epoch": 0.54,
|
709 |
+
"learning_rate": 3.7828162291169453e-05,
|
710 |
+
"loss": 33.6206,
|
711 |
+
"step": 117
|
712 |
+
},
|
713 |
+
{
|
714 |
+
"epoch": 0.54,
|
715 |
+
"learning_rate": 3.770883054892602e-05,
|
716 |
+
"loss": 36034.0859,
|
717 |
+
"step": 118
|
718 |
+
},
|
719 |
+
{
|
720 |
+
"epoch": 0.55,
|
721 |
+
"learning_rate": 3.758949880668258e-05,
|
722 |
+
"loss": 4315.4829,
|
723 |
+
"step": 119
|
724 |
+
},
|
725 |
+
{
|
726 |
+
"epoch": 0.55,
|
727 |
+
"learning_rate": 3.7470167064439145e-05,
|
728 |
+
"loss": 41.5108,
|
729 |
+
"step": 120
|
730 |
+
},
|
731 |
+
{
|
732 |
+
"epoch": 0.56,
|
733 |
+
"learning_rate": 3.7350835322195704e-05,
|
734 |
+
"loss": 118439.2344,
|
735 |
+
"step": 121
|
736 |
+
},
|
737 |
+
{
|
738 |
+
"epoch": 0.56,
|
739 |
+
"learning_rate": 3.723150357995227e-05,
|
740 |
+
"loss": 56936.8984,
|
741 |
+
"step": 122
|
742 |
+
},
|
743 |
+
{
|
744 |
+
"epoch": 0.57,
|
745 |
+
"learning_rate": 3.711217183770883e-05,
|
746 |
+
"loss": 70.141,
|
747 |
+
"step": 123
|
748 |
+
},
|
749 |
+
{
|
750 |
+
"epoch": 0.57,
|
751 |
+
"learning_rate": 3.6992840095465396e-05,
|
752 |
+
"loss": 1669.0631,
|
753 |
+
"step": 124
|
754 |
+
},
|
755 |
+
{
|
756 |
+
"epoch": 0.58,
|
757 |
+
"learning_rate": 3.6873508353221955e-05,
|
758 |
+
"loss": 993.8124,
|
759 |
+
"step": 125
|
760 |
+
},
|
761 |
+
{
|
762 |
+
"epoch": 0.58,
|
763 |
+
"learning_rate": 3.675417661097852e-05,
|
764 |
+
"loss": 323.3054,
|
765 |
+
"step": 126
|
766 |
+
},
|
767 |
+
{
|
768 |
+
"epoch": 0.58,
|
769 |
+
"learning_rate": 3.663484486873509e-05,
|
770 |
+
"loss": 2687.2642,
|
771 |
+
"step": 127
|
772 |
+
},
|
773 |
+
{
|
774 |
+
"epoch": 0.59,
|
775 |
+
"learning_rate": 3.651551312649165e-05,
|
776 |
+
"loss": 809.3516,
|
777 |
+
"step": 128
|
778 |
+
},
|
779 |
+
{
|
780 |
+
"epoch": 0.59,
|
781 |
+
"learning_rate": 3.639618138424821e-05,
|
782 |
+
"loss": 2634.0364,
|
783 |
+
"step": 129
|
784 |
+
},
|
785 |
+
{
|
786 |
+
"epoch": 0.6,
|
787 |
+
"learning_rate": 3.627684964200477e-05,
|
788 |
+
"loss": 1219.66,
|
789 |
+
"step": 130
|
790 |
+
},
|
791 |
+
{
|
792 |
+
"epoch": 0.6,
|
793 |
+
"learning_rate": 3.615751789976134e-05,
|
794 |
+
"loss": 340.3108,
|
795 |
+
"step": 131
|
796 |
+
},
|
797 |
+
{
|
798 |
+
"epoch": 0.61,
|
799 |
+
"learning_rate": 3.60381861575179e-05,
|
800 |
+
"loss": 202.8932,
|
801 |
+
"step": 132
|
802 |
+
},
|
803 |
+
{
|
804 |
+
"epoch": 0.61,
|
805 |
+
"learning_rate": 3.5918854415274464e-05,
|
806 |
+
"loss": 2560.3716,
|
807 |
+
"step": 133
|
808 |
+
},
|
809 |
+
{
|
810 |
+
"epoch": 0.62,
|
811 |
+
"learning_rate": 3.579952267303103e-05,
|
812 |
+
"loss": 194.0811,
|
813 |
+
"step": 134
|
814 |
+
},
|
815 |
+
{
|
816 |
+
"epoch": 0.62,
|
817 |
+
"learning_rate": 3.5680190930787596e-05,
|
818 |
+
"loss": 280622.0938,
|
819 |
+
"step": 135
|
820 |
+
},
|
821 |
+
{
|
822 |
+
"epoch": 0.63,
|
823 |
+
"learning_rate": 3.5560859188544155e-05,
|
824 |
+
"loss": 1152.0107,
|
825 |
+
"step": 136
|
826 |
+
},
|
827 |
+
{
|
828 |
+
"epoch": 0.63,
|
829 |
+
"learning_rate": 3.5441527446300715e-05,
|
830 |
+
"loss": 1275.4032,
|
831 |
+
"step": 137
|
832 |
+
},
|
833 |
+
{
|
834 |
+
"epoch": 0.64,
|
835 |
+
"learning_rate": 3.532219570405728e-05,
|
836 |
+
"loss": 2975.0798,
|
837 |
+
"step": 138
|
838 |
+
},
|
839 |
+
{
|
840 |
+
"epoch": 0.64,
|
841 |
+
"learning_rate": 3.520286396181384e-05,
|
842 |
+
"loss": 4207.3472,
|
843 |
+
"step": 139
|
844 |
+
},
|
845 |
+
{
|
846 |
+
"epoch": 0.64,
|
847 |
+
"learning_rate": 3.5083532219570406e-05,
|
848 |
+
"loss": 1444.906,
|
849 |
+
"step": 140
|
850 |
+
},
|
851 |
+
{
|
852 |
+
"epoch": 0.65,
|
853 |
+
"learning_rate": 3.496420047732697e-05,
|
854 |
+
"loss": 10217.4951,
|
855 |
+
"step": 141
|
856 |
+
},
|
857 |
+
{
|
858 |
+
"epoch": 0.65,
|
859 |
+
"learning_rate": 3.484486873508354e-05,
|
860 |
+
"loss": 2441.9373,
|
861 |
+
"step": 142
|
862 |
+
},
|
863 |
+
{
|
864 |
+
"epoch": 0.66,
|
865 |
+
"learning_rate": 3.47255369928401e-05,
|
866 |
+
"loss": 2693.4023,
|
867 |
+
"step": 143
|
868 |
+
},
|
869 |
+
{
|
870 |
+
"epoch": 0.66,
|
871 |
+
"learning_rate": 3.4606205250596664e-05,
|
872 |
+
"loss": 289.4755,
|
873 |
+
"step": 144
|
874 |
+
},
|
875 |
+
{
|
876 |
+
"epoch": 0.67,
|
877 |
+
"learning_rate": 3.448687350835322e-05,
|
878 |
+
"loss": 3141.6868,
|
879 |
+
"step": 145
|
880 |
+
},
|
881 |
+
{
|
882 |
+
"epoch": 0.67,
|
883 |
+
"learning_rate": 3.436754176610978e-05,
|
884 |
+
"loss": 4827.5513,
|
885 |
+
"step": 146
|
886 |
+
},
|
887 |
+
{
|
888 |
+
"epoch": 0.68,
|
889 |
+
"learning_rate": 3.424821002386635e-05,
|
890 |
+
"loss": 140.7513,
|
891 |
+
"step": 147
|
892 |
+
},
|
893 |
+
{
|
894 |
+
"epoch": 0.68,
|
895 |
+
"learning_rate": 3.4128878281622915e-05,
|
896 |
+
"loss": 407.0926,
|
897 |
+
"step": 148
|
898 |
+
},
|
899 |
+
{
|
900 |
+
"epoch": 0.69,
|
901 |
+
"learning_rate": 3.400954653937948e-05,
|
902 |
+
"loss": 11325.877,
|
903 |
+
"step": 149
|
904 |
+
},
|
905 |
+
{
|
906 |
+
"epoch": 0.69,
|
907 |
+
"learning_rate": 3.389021479713604e-05,
|
908 |
+
"loss": 1355.1071,
|
909 |
+
"step": 150
|
910 |
+
},
|
911 |
+
{
|
912 |
+
"epoch": 0.7,
|
913 |
+
"learning_rate": 3.3770883054892606e-05,
|
914 |
+
"loss": 2447.5452,
|
915 |
+
"step": 151
|
916 |
+
},
|
917 |
+
{
|
918 |
+
"epoch": 0.7,
|
919 |
+
"learning_rate": 3.3651551312649165e-05,
|
920 |
+
"loss": 179011.7969,
|
921 |
+
"step": 152
|
922 |
+
},
|
923 |
+
{
|
924 |
+
"epoch": 0.7,
|
925 |
+
"learning_rate": 3.353221957040573e-05,
|
926 |
+
"loss": 4771.3545,
|
927 |
+
"step": 153
|
928 |
+
},
|
929 |
+
{
|
930 |
+
"epoch": 0.71,
|
931 |
+
"learning_rate": 3.341288782816229e-05,
|
932 |
+
"loss": 10228.957,
|
933 |
+
"step": 154
|
934 |
+
},
|
935 |
+
{
|
936 |
+
"epoch": 0.71,
|
937 |
+
"learning_rate": 3.329355608591885e-05,
|
938 |
+
"loss": 6799.0142,
|
939 |
+
"step": 155
|
940 |
+
},
|
941 |
+
{
|
942 |
+
"epoch": 0.72,
|
943 |
+
"learning_rate": 3.3174224343675416e-05,
|
944 |
+
"loss": 62602.7656,
|
945 |
+
"step": 156
|
946 |
+
},
|
947 |
+
{
|
948 |
+
"epoch": 0.72,
|
949 |
+
"learning_rate": 3.305489260143198e-05,
|
950 |
+
"loss": 1877.1234,
|
951 |
+
"step": 157
|
952 |
+
},
|
953 |
+
{
|
954 |
+
"epoch": 0.73,
|
955 |
+
"learning_rate": 3.293556085918855e-05,
|
956 |
+
"loss": 23234.3672,
|
957 |
+
"step": 158
|
958 |
+
},
|
959 |
+
{
|
960 |
+
"epoch": 0.73,
|
961 |
+
"learning_rate": 3.281622911694511e-05,
|
962 |
+
"loss": 3270.4211,
|
963 |
+
"step": 159
|
964 |
+
},
|
965 |
+
{
|
966 |
+
"epoch": 0.74,
|
967 |
+
"learning_rate": 3.2696897374701674e-05,
|
968 |
+
"loss": 210849.625,
|
969 |
+
"step": 160
|
970 |
+
},
|
971 |
+
{
|
972 |
+
"epoch": 0.74,
|
973 |
+
"learning_rate": 3.257756563245823e-05,
|
974 |
+
"loss": 21.4817,
|
975 |
+
"step": 161
|
976 |
+
},
|
977 |
+
{
|
978 |
+
"epoch": 0.75,
|
979 |
+
"learning_rate": 3.24582338902148e-05,
|
980 |
+
"loss": 440.5267,
|
981 |
+
"step": 162
|
982 |
+
},
|
983 |
+
{
|
984 |
+
"epoch": 0.75,
|
985 |
+
"learning_rate": 3.233890214797136e-05,
|
986 |
+
"loss": 11568.3057,
|
987 |
+
"step": 163
|
988 |
+
},
|
989 |
+
{
|
990 |
+
"epoch": 0.76,
|
991 |
+
"learning_rate": 3.2219570405727925e-05,
|
992 |
+
"loss": 222751.4375,
|
993 |
+
"step": 164
|
994 |
+
},
|
995 |
+
{
|
996 |
+
"epoch": 0.76,
|
997 |
+
"learning_rate": 3.210023866348449e-05,
|
998 |
+
"loss": 8170.4053,
|
999 |
+
"step": 165
|
1000 |
+
},
|
1001 |
+
{
|
1002 |
+
"epoch": 0.76,
|
1003 |
+
"learning_rate": 3.198090692124105e-05,
|
1004 |
+
"loss": 895.7988,
|
1005 |
+
"step": 166
|
1006 |
+
},
|
1007 |
+
{
|
1008 |
+
"epoch": 0.77,
|
1009 |
+
"learning_rate": 3.1861575178997616e-05,
|
1010 |
+
"loss": 1350.8844,
|
1011 |
+
"step": 167
|
1012 |
+
},
|
1013 |
+
{
|
1014 |
+
"epoch": 0.77,
|
1015 |
+
"learning_rate": 3.1742243436754176e-05,
|
1016 |
+
"loss": 5618.6152,
|
1017 |
+
"step": 168
|
1018 |
+
},
|
1019 |
+
{
|
1020 |
+
"epoch": 0.78,
|
1021 |
+
"learning_rate": 3.162291169451074e-05,
|
1022 |
+
"loss": 4986.3745,
|
1023 |
+
"step": 169
|
1024 |
+
},
|
1025 |
+
{
|
1026 |
+
"epoch": 0.78,
|
1027 |
+
"learning_rate": 3.15035799522673e-05,
|
1028 |
+
"loss": 47760.0273,
|
1029 |
+
"step": 170
|
1030 |
+
},
|
1031 |
+
{
|
1032 |
+
"epoch": 0.79,
|
1033 |
+
"learning_rate": 3.138424821002387e-05,
|
1034 |
+
"loss": 1268.5199,
|
1035 |
+
"step": 171
|
1036 |
+
},
|
1037 |
+
{
|
1038 |
+
"epoch": 0.79,
|
1039 |
+
"learning_rate": 3.126491646778043e-05,
|
1040 |
+
"loss": 2829.28,
|
1041 |
+
"step": 172
|
1042 |
+
},
|
1043 |
+
{
|
1044 |
+
"epoch": 0.8,
|
1045 |
+
"learning_rate": 3.1145584725537e-05,
|
1046 |
+
"loss": 63647.0195,
|
1047 |
+
"step": 173
|
1048 |
+
},
|
1049 |
+
{
|
1050 |
+
"epoch": 0.8,
|
1051 |
+
"learning_rate": 3.102625298329356e-05,
|
1052 |
+
"loss": 289.5919,
|
1053 |
+
"step": 174
|
1054 |
+
},
|
1055 |
+
{
|
1056 |
+
"epoch": 0.81,
|
1057 |
+
"learning_rate": 3.090692124105012e-05,
|
1058 |
+
"loss": 212786.1406,
|
1059 |
+
"step": 175
|
1060 |
+
},
|
1061 |
+
{
|
1062 |
+
"epoch": 0.81,
|
1063 |
+
"learning_rate": 3.0787589498806684e-05,
|
1064 |
+
"loss": 750.4266,
|
1065 |
+
"step": 176
|
1066 |
+
},
|
1067 |
+
{
|
1068 |
+
"epoch": 0.82,
|
1069 |
+
"learning_rate": 3.0668257756563243e-05,
|
1070 |
+
"loss": 439.2351,
|
1071 |
+
"step": 177
|
1072 |
+
},
|
1073 |
+
{
|
1074 |
+
"epoch": 0.82,
|
1075 |
+
"learning_rate": 3.054892601431981e-05,
|
1076 |
+
"loss": 3095.3596,
|
1077 |
+
"step": 178
|
1078 |
+
},
|
1079 |
+
{
|
1080 |
+
"epoch": 0.82,
|
1081 |
+
"learning_rate": 3.0429594272076372e-05,
|
1082 |
+
"loss": 1786.9099,
|
1083 |
+
"step": 179
|
1084 |
+
},
|
1085 |
+
{
|
1086 |
+
"epoch": 0.83,
|
1087 |
+
"learning_rate": 3.031026252983294e-05,
|
1088 |
+
"loss": 24.2971,
|
1089 |
+
"step": 180
|
1090 |
+
},
|
1091 |
+
{
|
1092 |
+
"epoch": 0.83,
|
1093 |
+
"learning_rate": 3.01909307875895e-05,
|
1094 |
+
"loss": 8940.6621,
|
1095 |
+
"step": 181
|
1096 |
+
},
|
1097 |
+
{
|
1098 |
+
"epoch": 0.84,
|
1099 |
+
"learning_rate": 3.0071599045346067e-05,
|
1100 |
+
"loss": 35.1568,
|
1101 |
+
"step": 182
|
1102 |
+
},
|
1103 |
+
{
|
1104 |
+
"epoch": 0.84,
|
1105 |
+
"learning_rate": 2.9952267303102627e-05,
|
1106 |
+
"loss": 464.3121,
|
1107 |
+
"step": 183
|
1108 |
+
},
|
1109 |
+
{
|
1110 |
+
"epoch": 0.85,
|
1111 |
+
"learning_rate": 2.983293556085919e-05,
|
1112 |
+
"loss": 1286.3716,
|
1113 |
+
"step": 184
|
1114 |
+
},
|
1115 |
+
{
|
1116 |
+
"epoch": 0.85,
|
1117 |
+
"learning_rate": 2.9713603818615755e-05,
|
1118 |
+
"loss": 2473.5828,
|
1119 |
+
"step": 185
|
1120 |
+
},
|
1121 |
+
{
|
1122 |
+
"epoch": 0.86,
|
1123 |
+
"learning_rate": 2.9594272076372315e-05,
|
1124 |
+
"loss": 53711.5586,
|
1125 |
+
"step": 186
|
1126 |
+
},
|
1127 |
+
{
|
1128 |
+
"epoch": 0.86,
|
1129 |
+
"learning_rate": 2.947494033412888e-05,
|
1130 |
+
"loss": 28963.9258,
|
1131 |
+
"step": 187
|
1132 |
+
},
|
1133 |
+
{
|
1134 |
+
"epoch": 0.87,
|
1135 |
+
"learning_rate": 2.935560859188544e-05,
|
1136 |
+
"loss": 75207.0234,
|
1137 |
+
"step": 188
|
1138 |
+
},
|
1139 |
+
{
|
1140 |
+
"epoch": 0.87,
|
1141 |
+
"learning_rate": 2.923627684964201e-05,
|
1142 |
+
"loss": 4702.6685,
|
1143 |
+
"step": 189
|
1144 |
+
},
|
1145 |
+
{
|
1146 |
+
"epoch": 0.87,
|
1147 |
+
"learning_rate": 2.911694510739857e-05,
|
1148 |
+
"loss": 4575.6294,
|
1149 |
+
"step": 190
|
1150 |
+
},
|
1151 |
+
{
|
1152 |
+
"epoch": 0.88,
|
1153 |
+
"learning_rate": 2.8997613365155135e-05,
|
1154 |
+
"loss": 651.8832,
|
1155 |
+
"step": 191
|
1156 |
+
},
|
1157 |
+
{
|
1158 |
+
"epoch": 0.88,
|
1159 |
+
"learning_rate": 2.8878281622911694e-05,
|
1160 |
+
"loss": 71858.8516,
|
1161 |
+
"step": 192
|
1162 |
+
},
|
1163 |
+
{
|
1164 |
+
"epoch": 0.89,
|
1165 |
+
"learning_rate": 2.8758949880668257e-05,
|
1166 |
+
"loss": 3636.6687,
|
1167 |
+
"step": 193
|
1168 |
+
},
|
1169 |
+
{
|
1170 |
+
"epoch": 0.89,
|
1171 |
+
"learning_rate": 2.8639618138424823e-05,
|
1172 |
+
"loss": 76.8694,
|
1173 |
+
"step": 194
|
1174 |
+
},
|
1175 |
+
{
|
1176 |
+
"epoch": 0.9,
|
1177 |
+
"learning_rate": 2.8520286396181382e-05,
|
1178 |
+
"loss": 390.3317,
|
1179 |
+
"step": 195
|
1180 |
+
},
|
1181 |
+
{
|
1182 |
+
"epoch": 0.9,
|
1183 |
+
"learning_rate": 2.840095465393795e-05,
|
1184 |
+
"loss": 2925.4253,
|
1185 |
+
"step": 196
|
1186 |
+
},
|
1187 |
+
{
|
1188 |
+
"epoch": 0.91,
|
1189 |
+
"learning_rate": 2.828162291169451e-05,
|
1190 |
+
"loss": 2840.2637,
|
1191 |
+
"step": 197
|
1192 |
+
},
|
1193 |
+
{
|
1194 |
+
"epoch": 0.91,
|
1195 |
+
"learning_rate": 2.8162291169451077e-05,
|
1196 |
+
"loss": 19435.1816,
|
1197 |
+
"step": 198
|
1198 |
+
},
|
1199 |
+
{
|
1200 |
+
"epoch": 0.92,
|
1201 |
+
"learning_rate": 2.8042959427207637e-05,
|
1202 |
+
"loss": 13893.8916,
|
1203 |
+
"step": 199
|
1204 |
+
},
|
1205 |
+
{
|
1206 |
+
"epoch": 0.92,
|
1207 |
+
"learning_rate": 2.7923627684964203e-05,
|
1208 |
+
"loss": 85997.7031,
|
1209 |
+
"step": 200
|
1210 |
+
},
|
1211 |
+
{
|
1212 |
+
"epoch": 0.93,
|
1213 |
+
"learning_rate": 2.7804295942720766e-05,
|
1214 |
+
"loss": 1057.1903,
|
1215 |
+
"step": 201
|
1216 |
+
},
|
1217 |
+
{
|
1218 |
+
"epoch": 0.93,
|
1219 |
+
"learning_rate": 2.7684964200477325e-05,
|
1220 |
+
"loss": 222.8144,
|
1221 |
+
"step": 202
|
1222 |
+
},
|
1223 |
+
{
|
1224 |
+
"epoch": 0.93,
|
1225 |
+
"learning_rate": 2.756563245823389e-05,
|
1226 |
+
"loss": 3508.3396,
|
1227 |
+
"step": 203
|
1228 |
+
},
|
1229 |
+
{
|
1230 |
+
"epoch": 0.94,
|
1231 |
+
"learning_rate": 2.7446300715990454e-05,
|
1232 |
+
"loss": 77230.9922,
|
1233 |
+
"step": 204
|
1234 |
+
},
|
1235 |
+
{
|
1236 |
+
"epoch": 0.94,
|
1237 |
+
"learning_rate": 2.732696897374702e-05,
|
1238 |
+
"loss": 118.6687,
|
1239 |
+
"step": 205
|
1240 |
+
},
|
1241 |
+
{
|
1242 |
+
"epoch": 0.95,
|
1243 |
+
"learning_rate": 2.720763723150358e-05,
|
1244 |
+
"loss": 818.3032,
|
1245 |
+
"step": 206
|
1246 |
+
},
|
1247 |
+
{
|
1248 |
+
"epoch": 0.95,
|
1249 |
+
"learning_rate": 2.7088305489260145e-05,
|
1250 |
+
"loss": 614.3881,
|
1251 |
+
"step": 207
|
1252 |
+
},
|
1253 |
+
{
|
1254 |
+
"epoch": 0.96,
|
1255 |
+
"learning_rate": 2.6968973747016708e-05,
|
1256 |
+
"loss": 1442.3588,
|
1257 |
+
"step": 208
|
1258 |
+
},
|
1259 |
+
{
|
1260 |
+
"epoch": 0.96,
|
1261 |
+
"learning_rate": 2.6849642004773274e-05,
|
1262 |
+
"loss": 11598.5752,
|
1263 |
+
"step": 209
|
1264 |
+
},
|
1265 |
+
{
|
1266 |
+
"epoch": 0.97,
|
1267 |
+
"learning_rate": 2.6730310262529833e-05,
|
1268 |
+
"loss": 3279.7495,
|
1269 |
+
"step": 210
|
1270 |
+
},
|
1271 |
+
{
|
1272 |
+
"epoch": 0.97,
|
1273 |
+
"learning_rate": 2.6610978520286396e-05,
|
1274 |
+
"loss": 9819.6895,
|
1275 |
+
"step": 211
|
1276 |
+
},
|
1277 |
+
{
|
1278 |
+
"epoch": 0.98,
|
1279 |
+
"learning_rate": 2.6491646778042962e-05,
|
1280 |
+
"loss": 619.9316,
|
1281 |
+
"step": 212
|
1282 |
+
},
|
1283 |
+
{
|
1284 |
+
"epoch": 0.98,
|
1285 |
+
"learning_rate": 2.637231503579952e-05,
|
1286 |
+
"loss": 43706.6953,
|
1287 |
+
"step": 213
|
1288 |
+
},
|
1289 |
+
{
|
1290 |
+
"epoch": 0.99,
|
1291 |
+
"learning_rate": 2.6252983293556088e-05,
|
1292 |
+
"loss": 64.7919,
|
1293 |
+
"step": 214
|
1294 |
+
},
|
1295 |
+
{
|
1296 |
+
"epoch": 0.99,
|
1297 |
+
"learning_rate": 2.613365155131265e-05,
|
1298 |
+
"loss": 3574.5085,
|
1299 |
+
"step": 215
|
1300 |
+
},
|
1301 |
+
{
|
1302 |
+
"epoch": 0.99,
|
1303 |
+
"learning_rate": 2.6014319809069216e-05,
|
1304 |
+
"loss": 678.5247,
|
1305 |
+
"step": 216
|
1306 |
+
},
|
1307 |
+
{
|
1308 |
+
"epoch": 1.0,
|
1309 |
+
"learning_rate": 2.5894988066825776e-05,
|
1310 |
+
"loss": 66.3897,
|
1311 |
+
"step": 217
|
1312 |
+
},
|
1313 |
+
{
|
1314 |
+
"epoch": 1.0,
|
1315 |
+
"learning_rate": 2.5775656324582342e-05,
|
1316 |
+
"loss": 41925.4766,
|
1317 |
+
"step": 218
|
1318 |
+
},
|
1319 |
+
{
|
1320 |
+
"epoch": 1.01,
|
1321 |
+
"learning_rate": 2.5656324582338905e-05,
|
1322 |
+
"loss": 190234.2188,
|
1323 |
+
"step": 219
|
1324 |
+
},
|
1325 |
+
{
|
1326 |
+
"epoch": 1.01,
|
1327 |
+
"learning_rate": 2.5536992840095464e-05,
|
1328 |
+
"loss": 1073.3352,
|
1329 |
+
"step": 220
|
1330 |
+
},
|
1331 |
+
{
|
1332 |
+
"epoch": 1.02,
|
1333 |
+
"learning_rate": 2.541766109785203e-05,
|
1334 |
+
"loss": 87.6374,
|
1335 |
+
"step": 221
|
1336 |
+
},
|
1337 |
+
{
|
1338 |
+
"epoch": 1.02,
|
1339 |
+
"learning_rate": 2.529832935560859e-05,
|
1340 |
+
"loss": 26874.1582,
|
1341 |
+
"step": 222
|
1342 |
+
},
|
1343 |
+
{
|
1344 |
+
"epoch": 1.03,
|
1345 |
+
"learning_rate": 2.517899761336516e-05,
|
1346 |
+
"loss": 410.1149,
|
1347 |
+
"step": 223
|
1348 |
+
},
|
1349 |
+
{
|
1350 |
+
"epoch": 1.03,
|
1351 |
+
"learning_rate": 2.5059665871121718e-05,
|
1352 |
+
"loss": 7732.0552,
|
1353 |
+
"step": 224
|
1354 |
+
},
|
1355 |
+
{
|
1356 |
+
"epoch": 1.04,
|
1357 |
+
"learning_rate": 2.494033412887828e-05,
|
1358 |
+
"loss": 1358.0614,
|
1359 |
+
"step": 225
|
1360 |
+
},
|
1361 |
+
{
|
1362 |
+
"epoch": 1.04,
|
1363 |
+
"learning_rate": 2.4821002386634844e-05,
|
1364 |
+
"loss": 33285.3281,
|
1365 |
+
"step": 226
|
1366 |
+
},
|
1367 |
+
{
|
1368 |
+
"epoch": 1.05,
|
1369 |
+
"learning_rate": 2.470167064439141e-05,
|
1370 |
+
"loss": 8909.3711,
|
1371 |
+
"step": 227
|
1372 |
+
},
|
1373 |
+
{
|
1374 |
+
"epoch": 1.05,
|
1375 |
+
"learning_rate": 2.4582338902147972e-05,
|
1376 |
+
"loss": 407.9029,
|
1377 |
+
"step": 228
|
1378 |
+
},
|
1379 |
+
{
|
1380 |
+
"epoch": 1.05,
|
1381 |
+
"learning_rate": 2.4463007159904535e-05,
|
1382 |
+
"loss": 912.2557,
|
1383 |
+
"step": 229
|
1384 |
+
},
|
1385 |
+
{
|
1386 |
+
"epoch": 1.06,
|
1387 |
+
"learning_rate": 2.4343675417661098e-05,
|
1388 |
+
"loss": 11245.6484,
|
1389 |
+
"step": 230
|
1390 |
+
},
|
1391 |
+
{
|
1392 |
+
"epoch": 1.06,
|
1393 |
+
"learning_rate": 2.4224343675417664e-05,
|
1394 |
+
"loss": 13153.9141,
|
1395 |
+
"step": 231
|
1396 |
+
},
|
1397 |
+
{
|
1398 |
+
"epoch": 1.07,
|
1399 |
+
"learning_rate": 2.4105011933174227e-05,
|
1400 |
+
"loss": 1926.8518,
|
1401 |
+
"step": 232
|
1402 |
+
},
|
1403 |
+
{
|
1404 |
+
"epoch": 1.07,
|
1405 |
+
"learning_rate": 2.398568019093079e-05,
|
1406 |
+
"loss": 275.4235,
|
1407 |
+
"step": 233
|
1408 |
+
},
|
1409 |
+
{
|
1410 |
+
"epoch": 1.08,
|
1411 |
+
"learning_rate": 2.3866348448687352e-05,
|
1412 |
+
"loss": 2805.95,
|
1413 |
+
"step": 234
|
1414 |
+
},
|
1415 |
+
{
|
1416 |
+
"epoch": 1.08,
|
1417 |
+
"learning_rate": 2.3747016706443915e-05,
|
1418 |
+
"loss": 3201.3953,
|
1419 |
+
"step": 235
|
1420 |
+
},
|
1421 |
+
{
|
1422 |
+
"epoch": 1.09,
|
1423 |
+
"learning_rate": 2.3627684964200477e-05,
|
1424 |
+
"loss": 788.0258,
|
1425 |
+
"step": 236
|
1426 |
+
},
|
1427 |
+
{
|
1428 |
+
"epoch": 1.09,
|
1429 |
+
"learning_rate": 2.350835322195704e-05,
|
1430 |
+
"loss": 11083.1758,
|
1431 |
+
"step": 237
|
1432 |
+
},
|
1433 |
+
{
|
1434 |
+
"epoch": 1.1,
|
1435 |
+
"learning_rate": 2.3389021479713606e-05,
|
1436 |
+
"loss": 55374.0273,
|
1437 |
+
"step": 238
|
1438 |
+
},
|
1439 |
+
{
|
1440 |
+
"epoch": 1.1,
|
1441 |
+
"learning_rate": 2.326968973747017e-05,
|
1442 |
+
"loss": 584374.6875,
|
1443 |
+
"step": 239
|
1444 |
+
},
|
1445 |
+
{
|
1446 |
+
"epoch": 1.11,
|
1447 |
+
"learning_rate": 2.3150357995226732e-05,
|
1448 |
+
"loss": 61.7834,
|
1449 |
+
"step": 240
|
1450 |
+
},
|
1451 |
+
{
|
1452 |
+
"epoch": 1.11,
|
1453 |
+
"learning_rate": 2.3031026252983294e-05,
|
1454 |
+
"loss": 16746.6934,
|
1455 |
+
"step": 241
|
1456 |
+
},
|
1457 |
+
{
|
1458 |
+
"epoch": 1.11,
|
1459 |
+
"learning_rate": 2.291169451073986e-05,
|
1460 |
+
"loss": 729.4385,
|
1461 |
+
"step": 242
|
1462 |
+
},
|
1463 |
+
{
|
1464 |
+
"epoch": 1.12,
|
1465 |
+
"learning_rate": 2.2792362768496423e-05,
|
1466 |
+
"loss": 2346.0439,
|
1467 |
+
"step": 243
|
1468 |
+
},
|
1469 |
+
{
|
1470 |
+
"epoch": 1.12,
|
1471 |
+
"learning_rate": 2.2673031026252983e-05,
|
1472 |
+
"loss": 22444.0,
|
1473 |
+
"step": 244
|
1474 |
+
},
|
1475 |
+
{
|
1476 |
+
"epoch": 1.13,
|
1477 |
+
"learning_rate": 2.2553699284009545e-05,
|
1478 |
+
"loss": 11688.8047,
|
1479 |
+
"step": 245
|
1480 |
+
},
|
1481 |
+
{
|
1482 |
+
"epoch": 1.13,
|
1483 |
+
"learning_rate": 2.243436754176611e-05,
|
1484 |
+
"loss": 8438.4268,
|
1485 |
+
"step": 246
|
1486 |
+
},
|
1487 |
+
{
|
1488 |
+
"epoch": 1.14,
|
1489 |
+
"learning_rate": 2.2315035799522674e-05,
|
1490 |
+
"loss": 513.0939,
|
1491 |
+
"step": 247
|
1492 |
+
},
|
1493 |
+
{
|
1494 |
+
"epoch": 1.14,
|
1495 |
+
"learning_rate": 2.2195704057279237e-05,
|
1496 |
+
"loss": 145.1669,
|
1497 |
+
"step": 248
|
1498 |
+
},
|
1499 |
+
{
|
1500 |
+
"epoch": 1.15,
|
1501 |
+
"learning_rate": 2.20763723150358e-05,
|
1502 |
+
"loss": 33718.2617,
|
1503 |
+
"step": 249
|
1504 |
+
},
|
1505 |
+
{
|
1506 |
+
"epoch": 1.15,
|
1507 |
+
"learning_rate": 2.1957040572792366e-05,
|
1508 |
+
"loss": 5309.7217,
|
1509 |
+
"step": 250
|
1510 |
+
},
|
1511 |
+
{
|
1512 |
+
"epoch": 1.16,
|
1513 |
+
"learning_rate": 2.183770883054893e-05,
|
1514 |
+
"loss": 1561.8147,
|
1515 |
+
"step": 251
|
1516 |
+
},
|
1517 |
+
{
|
1518 |
+
"epoch": 1.16,
|
1519 |
+
"learning_rate": 2.171837708830549e-05,
|
1520 |
+
"loss": 401.0991,
|
1521 |
+
"step": 252
|
1522 |
+
},
|
1523 |
+
{
|
1524 |
+
"epoch": 1.17,
|
1525 |
+
"learning_rate": 2.1599045346062054e-05,
|
1526 |
+
"loss": 691.1371,
|
1527 |
+
"step": 253
|
1528 |
+
},
|
1529 |
+
{
|
1530 |
+
"epoch": 1.17,
|
1531 |
+
"learning_rate": 2.1479713603818617e-05,
|
1532 |
+
"loss": 5117.2085,
|
1533 |
+
"step": 254
|
1534 |
+
},
|
1535 |
+
{
|
1536 |
+
"epoch": 1.17,
|
1537 |
+
"learning_rate": 2.136038186157518e-05,
|
1538 |
+
"loss": 441.8343,
|
1539 |
+
"step": 255
|
1540 |
+
},
|
1541 |
+
{
|
1542 |
+
"epoch": 1.18,
|
1543 |
+
"learning_rate": 2.1241050119331742e-05,
|
1544 |
+
"loss": 4239.8047,
|
1545 |
+
"step": 256
|
1546 |
+
},
|
1547 |
+
{
|
1548 |
+
"epoch": 1.18,
|
1549 |
+
"learning_rate": 2.1121718377088308e-05,
|
1550 |
+
"loss": 2131.5051,
|
1551 |
+
"step": 257
|
1552 |
+
},
|
1553 |
+
{
|
1554 |
+
"epoch": 1.19,
|
1555 |
+
"learning_rate": 2.100238663484487e-05,
|
1556 |
+
"loss": 15543.0732,
|
1557 |
+
"step": 258
|
1558 |
+
},
|
1559 |
+
{
|
1560 |
+
"epoch": 1.19,
|
1561 |
+
"learning_rate": 2.0883054892601433e-05,
|
1562 |
+
"loss": 1561.8523,
|
1563 |
+
"step": 259
|
1564 |
+
},
|
1565 |
+
{
|
1566 |
+
"epoch": 1.2,
|
1567 |
+
"learning_rate": 2.0763723150357996e-05,
|
1568 |
+
"loss": 501.6205,
|
1569 |
+
"step": 260
|
1570 |
+
},
|
1571 |
+
{
|
1572 |
+
"epoch": 1.2,
|
1573 |
+
"learning_rate": 2.0644391408114562e-05,
|
1574 |
+
"loss": 31348.1641,
|
1575 |
+
"step": 261
|
1576 |
+
},
|
1577 |
+
{
|
1578 |
+
"epoch": 1.21,
|
1579 |
+
"learning_rate": 2.052505966587112e-05,
|
1580 |
+
"loss": 9407.1494,
|
1581 |
+
"step": 262
|
1582 |
+
},
|
1583 |
+
{
|
1584 |
+
"epoch": 1.21,
|
1585 |
+
"learning_rate": 2.0405727923627684e-05,
|
1586 |
+
"loss": 5945.5815,
|
1587 |
+
"step": 263
|
1588 |
+
},
|
1589 |
+
{
|
1590 |
+
"epoch": 1.22,
|
1591 |
+
"learning_rate": 2.0286396181384247e-05,
|
1592 |
+
"loss": 198.1411,
|
1593 |
+
"step": 264
|
1594 |
+
},
|
1595 |
+
{
|
1596 |
+
"epoch": 1.22,
|
1597 |
+
"learning_rate": 2.0167064439140813e-05,
|
1598 |
+
"loss": 1753.7537,
|
1599 |
+
"step": 265
|
1600 |
+
},
|
1601 |
+
{
|
1602 |
+
"epoch": 1.22,
|
1603 |
+
"learning_rate": 2.0047732696897376e-05,
|
1604 |
+
"loss": 1425.4434,
|
1605 |
+
"step": 266
|
1606 |
+
},
|
1607 |
+
{
|
1608 |
+
"epoch": 1.23,
|
1609 |
+
"learning_rate": 1.992840095465394e-05,
|
1610 |
+
"loss": 417.404,
|
1611 |
+
"step": 267
|
1612 |
+
},
|
1613 |
+
{
|
1614 |
+
"epoch": 1.23,
|
1615 |
+
"learning_rate": 1.98090692124105e-05,
|
1616 |
+
"loss": 3352.2693,
|
1617 |
+
"step": 268
|
1618 |
+
},
|
1619 |
+
{
|
1620 |
+
"epoch": 1.24,
|
1621 |
+
"learning_rate": 1.9689737470167067e-05,
|
1622 |
+
"loss": 419649.4062,
|
1623 |
+
"step": 269
|
1624 |
+
},
|
1625 |
+
{
|
1626 |
+
"epoch": 1.24,
|
1627 |
+
"learning_rate": 1.957040572792363e-05,
|
1628 |
+
"loss": 331.6387,
|
1629 |
+
"step": 270
|
1630 |
+
},
|
1631 |
+
{
|
1632 |
+
"epoch": 1.25,
|
1633 |
+
"learning_rate": 1.9451073985680193e-05,
|
1634 |
+
"loss": 3271.9436,
|
1635 |
+
"step": 271
|
1636 |
+
},
|
1637 |
+
{
|
1638 |
+
"epoch": 1.25,
|
1639 |
+
"learning_rate": 1.9331742243436756e-05,
|
1640 |
+
"loss": 257.6401,
|
1641 |
+
"step": 272
|
1642 |
+
},
|
1643 |
+
{
|
1644 |
+
"epoch": 1.26,
|
1645 |
+
"learning_rate": 1.9212410501193318e-05,
|
1646 |
+
"loss": 77.437,
|
1647 |
+
"step": 273
|
1648 |
+
},
|
1649 |
+
{
|
1650 |
+
"epoch": 1.26,
|
1651 |
+
"learning_rate": 1.909307875894988e-05,
|
1652 |
+
"loss": 4351.1445,
|
1653 |
+
"step": 274
|
1654 |
+
},
|
1655 |
+
{
|
1656 |
+
"epoch": 1.27,
|
1657 |
+
"learning_rate": 1.8973747016706444e-05,
|
1658 |
+
"loss": 945.9266,
|
1659 |
+
"step": 275
|
1660 |
+
},
|
1661 |
+
{
|
1662 |
+
"epoch": 1.27,
|
1663 |
+
"learning_rate": 1.885441527446301e-05,
|
1664 |
+
"loss": 863.4519,
|
1665 |
+
"step": 276
|
1666 |
+
},
|
1667 |
+
{
|
1668 |
+
"epoch": 1.28,
|
1669 |
+
"learning_rate": 1.8735083532219573e-05,
|
1670 |
+
"loss": 3068.04,
|
1671 |
+
"step": 277
|
1672 |
+
},
|
1673 |
+
{
|
1674 |
+
"epoch": 1.28,
|
1675 |
+
"learning_rate": 1.8615751789976135e-05,
|
1676 |
+
"loss": 152.3694,
|
1677 |
+
"step": 278
|
1678 |
+
},
|
1679 |
+
{
|
1680 |
+
"epoch": 1.28,
|
1681 |
+
"learning_rate": 1.8496420047732698e-05,
|
1682 |
+
"loss": 27651.7871,
|
1683 |
+
"step": 279
|
1684 |
+
},
|
1685 |
+
{
|
1686 |
+
"epoch": 1.29,
|
1687 |
+
"learning_rate": 1.837708830548926e-05,
|
1688 |
+
"loss": 1480.9608,
|
1689 |
+
"step": 280
|
1690 |
+
},
|
1691 |
+
{
|
1692 |
+
"epoch": 1.29,
|
1693 |
+
"learning_rate": 1.8257756563245823e-05,
|
1694 |
+
"loss": 20972.2227,
|
1695 |
+
"step": 281
|
1696 |
+
},
|
1697 |
+
{
|
1698 |
+
"epoch": 1.3,
|
1699 |
+
"learning_rate": 1.8138424821002386e-05,
|
1700 |
+
"loss": 509.0767,
|
1701 |
+
"step": 282
|
1702 |
+
},
|
1703 |
+
{
|
1704 |
+
"epoch": 1.3,
|
1705 |
+
"learning_rate": 1.801909307875895e-05,
|
1706 |
+
"loss": 25930.4199,
|
1707 |
+
"step": 283
|
1708 |
+
},
|
1709 |
+
{
|
1710 |
+
"epoch": 1.31,
|
1711 |
+
"learning_rate": 1.7899761336515515e-05,
|
1712 |
+
"loss": 33.3048,
|
1713 |
+
"step": 284
|
1714 |
+
},
|
1715 |
+
{
|
1716 |
+
"epoch": 1.31,
|
1717 |
+
"learning_rate": 1.7780429594272078e-05,
|
1718 |
+
"loss": 12881.1221,
|
1719 |
+
"step": 285
|
1720 |
+
},
|
1721 |
+
{
|
1722 |
+
"epoch": 1.32,
|
1723 |
+
"learning_rate": 1.766109785202864e-05,
|
1724 |
+
"loss": 125079.1875,
|
1725 |
+
"step": 286
|
1726 |
+
},
|
1727 |
+
{
|
1728 |
+
"epoch": 1.32,
|
1729 |
+
"learning_rate": 1.7541766109785203e-05,
|
1730 |
+
"loss": 17346.0098,
|
1731 |
+
"step": 287
|
1732 |
+
},
|
1733 |
+
{
|
1734 |
+
"epoch": 1.33,
|
1735 |
+
"learning_rate": 1.742243436754177e-05,
|
1736 |
+
"loss": 3085.6494,
|
1737 |
+
"step": 288
|
1738 |
+
},
|
1739 |
+
{
|
1740 |
+
"epoch": 1.33,
|
1741 |
+
"learning_rate": 1.7303102625298332e-05,
|
1742 |
+
"loss": 1862.4844,
|
1743 |
+
"step": 289
|
1744 |
+
},
|
1745 |
+
{
|
1746 |
+
"epoch": 1.34,
|
1747 |
+
"learning_rate": 1.718377088305489e-05,
|
1748 |
+
"loss": 584.3925,
|
1749 |
+
"step": 290
|
1750 |
+
},
|
1751 |
+
{
|
1752 |
+
"epoch": 1.34,
|
1753 |
+
"learning_rate": 1.7064439140811457e-05,
|
1754 |
+
"loss": 1440.3424,
|
1755 |
+
"step": 291
|
1756 |
+
},
|
1757 |
+
{
|
1758 |
+
"epoch": 1.34,
|
1759 |
+
"learning_rate": 1.694510739856802e-05,
|
1760 |
+
"loss": 10591.7715,
|
1761 |
+
"step": 292
|
1762 |
+
},
|
1763 |
+
{
|
1764 |
+
"epoch": 1.35,
|
1765 |
+
"learning_rate": 1.6825775656324583e-05,
|
1766 |
+
"loss": 3629.6746,
|
1767 |
+
"step": 293
|
1768 |
+
},
|
1769 |
+
{
|
1770 |
+
"epoch": 1.35,
|
1771 |
+
"learning_rate": 1.6706443914081145e-05,
|
1772 |
+
"loss": 203.7102,
|
1773 |
+
"step": 294
|
1774 |
+
},
|
1775 |
+
{
|
1776 |
+
"epoch": 1.36,
|
1777 |
+
"learning_rate": 1.6587112171837708e-05,
|
1778 |
+
"loss": 1990.9237,
|
1779 |
+
"step": 295
|
1780 |
+
},
|
1781 |
+
{
|
1782 |
+
"epoch": 1.36,
|
1783 |
+
"learning_rate": 1.6467780429594274e-05,
|
1784 |
+
"loss": 4698.8696,
|
1785 |
+
"step": 296
|
1786 |
+
},
|
1787 |
+
{
|
1788 |
+
"epoch": 1.37,
|
1789 |
+
"learning_rate": 1.6348448687350837e-05,
|
1790 |
+
"loss": 12364.7568,
|
1791 |
+
"step": 297
|
1792 |
+
},
|
1793 |
+
{
|
1794 |
+
"epoch": 1.37,
|
1795 |
+
"learning_rate": 1.62291169451074e-05,
|
1796 |
+
"loss": 3250.7644,
|
1797 |
+
"step": 298
|
1798 |
+
},
|
1799 |
+
{
|
1800 |
+
"epoch": 1.38,
|
1801 |
+
"learning_rate": 1.6109785202863962e-05,
|
1802 |
+
"loss": 563.4382,
|
1803 |
+
"step": 299
|
1804 |
+
},
|
1805 |
+
{
|
1806 |
+
"epoch": 1.38,
|
1807 |
+
"learning_rate": 1.5990453460620525e-05,
|
1808 |
+
"loss": 4512.2549,
|
1809 |
+
"step": 300
|
1810 |
+
},
|
1811 |
+
{
|
1812 |
+
"epoch": 1.39,
|
1813 |
+
"learning_rate": 1.5871121718377088e-05,
|
1814 |
+
"loss": 356.9354,
|
1815 |
+
"step": 301
|
1816 |
+
},
|
1817 |
+
{
|
1818 |
+
"epoch": 1.39,
|
1819 |
+
"learning_rate": 1.575178997613365e-05,
|
1820 |
+
"loss": 20561.3516,
|
1821 |
+
"step": 302
|
1822 |
+
},
|
1823 |
+
{
|
1824 |
+
"epoch": 1.4,
|
1825 |
+
"learning_rate": 1.5632458233890217e-05,
|
1826 |
+
"loss": 1720.2273,
|
1827 |
+
"step": 303
|
1828 |
+
},
|
1829 |
+
{
|
1830 |
+
"epoch": 1.4,
|
1831 |
+
"learning_rate": 1.551312649164678e-05,
|
1832 |
+
"loss": 61301.4414,
|
1833 |
+
"step": 304
|
1834 |
+
},
|
1835 |
+
{
|
1836 |
+
"epoch": 1.4,
|
1837 |
+
"learning_rate": 1.5393794749403342e-05,
|
1838 |
+
"loss": 2145.4048,
|
1839 |
+
"step": 305
|
1840 |
+
},
|
1841 |
+
{
|
1842 |
+
"epoch": 1.41,
|
1843 |
+
"learning_rate": 1.5274463007159905e-05,
|
1844 |
+
"loss": 32.2598,
|
1845 |
+
"step": 306
|
1846 |
+
},
|
1847 |
+
{
|
1848 |
+
"epoch": 1.41,
|
1849 |
+
"learning_rate": 1.515513126491647e-05,
|
1850 |
+
"loss": 98319.1484,
|
1851 |
+
"step": 307
|
1852 |
+
},
|
1853 |
+
{
|
1854 |
+
"epoch": 1.42,
|
1855 |
+
"learning_rate": 1.5035799522673034e-05,
|
1856 |
+
"loss": 41.3583,
|
1857 |
+
"step": 308
|
1858 |
+
},
|
1859 |
+
{
|
1860 |
+
"epoch": 1.42,
|
1861 |
+
"learning_rate": 1.4916467780429595e-05,
|
1862 |
+
"loss": 969.0966,
|
1863 |
+
"step": 309
|
1864 |
+
},
|
1865 |
+
{
|
1866 |
+
"epoch": 1.43,
|
1867 |
+
"learning_rate": 1.4797136038186157e-05,
|
1868 |
+
"loss": 11281.6221,
|
1869 |
+
"step": 310
|
1870 |
+
},
|
1871 |
+
{
|
1872 |
+
"epoch": 1.43,
|
1873 |
+
"learning_rate": 1.467780429594272e-05,
|
1874 |
+
"loss": 140.3954,
|
1875 |
+
"step": 311
|
1876 |
+
},
|
1877 |
+
{
|
1878 |
+
"epoch": 1.44,
|
1879 |
+
"learning_rate": 1.4558472553699284e-05,
|
1880 |
+
"loss": 40839.0352,
|
1881 |
+
"step": 312
|
1882 |
+
},
|
1883 |
+
{
|
1884 |
+
"epoch": 1.44,
|
1885 |
+
"learning_rate": 1.4439140811455847e-05,
|
1886 |
+
"loss": 687.9666,
|
1887 |
+
"step": 313
|
1888 |
+
},
|
1889 |
+
{
|
1890 |
+
"epoch": 1.45,
|
1891 |
+
"learning_rate": 1.4319809069212412e-05,
|
1892 |
+
"loss": 15623.2422,
|
1893 |
+
"step": 314
|
1894 |
+
},
|
1895 |
+
{
|
1896 |
+
"epoch": 1.45,
|
1897 |
+
"learning_rate": 1.4200477326968974e-05,
|
1898 |
+
"loss": 36405.7031,
|
1899 |
+
"step": 315
|
1900 |
+
},
|
1901 |
+
{
|
1902 |
+
"epoch": 1.46,
|
1903 |
+
"learning_rate": 1.4081145584725539e-05,
|
1904 |
+
"loss": 18.3407,
|
1905 |
+
"step": 316
|
1906 |
+
},
|
1907 |
+
{
|
1908 |
+
"epoch": 1.46,
|
1909 |
+
"learning_rate": 1.3961813842482101e-05,
|
1910 |
+
"loss": 20860.0215,
|
1911 |
+
"step": 317
|
1912 |
+
},
|
1913 |
+
{
|
1914 |
+
"epoch": 1.46,
|
1915 |
+
"learning_rate": 1.3842482100238662e-05,
|
1916 |
+
"loss": 136255.6094,
|
1917 |
+
"step": 318
|
1918 |
+
},
|
1919 |
+
{
|
1920 |
+
"epoch": 1.47,
|
1921 |
+
"learning_rate": 1.3723150357995227e-05,
|
1922 |
+
"loss": 114715.4141,
|
1923 |
+
"step": 319
|
1924 |
+
},
|
1925 |
+
{
|
1926 |
+
"epoch": 1.47,
|
1927 |
+
"learning_rate": 1.360381861575179e-05,
|
1928 |
+
"loss": 380233.5312,
|
1929 |
+
"step": 320
|
1930 |
+
},
|
1931 |
+
{
|
1932 |
+
"epoch": 1.48,
|
1933 |
+
"learning_rate": 1.3484486873508354e-05,
|
1934 |
+
"loss": 92655.1797,
|
1935 |
+
"step": 321
|
1936 |
+
},
|
1937 |
+
{
|
1938 |
+
"epoch": 1.48,
|
1939 |
+
"learning_rate": 1.3365155131264917e-05,
|
1940 |
+
"loss": 221169.5625,
|
1941 |
+
"step": 322
|
1942 |
+
},
|
1943 |
+
{
|
1944 |
+
"epoch": 1.49,
|
1945 |
+
"learning_rate": 1.3245823389021481e-05,
|
1946 |
+
"loss": 14491.3555,
|
1947 |
+
"step": 323
|
1948 |
+
},
|
1949 |
+
{
|
1950 |
+
"epoch": 1.49,
|
1951 |
+
"learning_rate": 1.3126491646778044e-05,
|
1952 |
+
"loss": 604.6326,
|
1953 |
+
"step": 324
|
1954 |
+
},
|
1955 |
+
{
|
1956 |
+
"epoch": 1.5,
|
1957 |
+
"learning_rate": 1.3007159904534608e-05,
|
1958 |
+
"loss": 1070.2869,
|
1959 |
+
"step": 325
|
1960 |
+
},
|
1961 |
+
{
|
1962 |
+
"epoch": 1.5,
|
1963 |
+
"learning_rate": 1.2887828162291171e-05,
|
1964 |
+
"loss": 1943.536,
|
1965 |
+
"step": 326
|
1966 |
+
},
|
1967 |
+
{
|
1968 |
+
"epoch": 1.51,
|
1969 |
+
"learning_rate": 1.2768496420047732e-05,
|
1970 |
+
"loss": 13625.3975,
|
1971 |
+
"step": 327
|
1972 |
+
},
|
1973 |
+
{
|
1974 |
+
"epoch": 1.51,
|
1975 |
+
"learning_rate": 1.2649164677804295e-05,
|
1976 |
+
"loss": 18923.8242,
|
1977 |
+
"step": 328
|
1978 |
+
},
|
1979 |
+
{
|
1980 |
+
"epoch": 1.52,
|
1981 |
+
"learning_rate": 1.2529832935560859e-05,
|
1982 |
+
"loss": 8192.084,
|
1983 |
+
"step": 329
|
1984 |
+
},
|
1985 |
+
{
|
1986 |
+
"epoch": 1.52,
|
1987 |
+
"learning_rate": 1.2410501193317422e-05,
|
1988 |
+
"loss": 18687.1094,
|
1989 |
+
"step": 330
|
1990 |
+
},
|
1991 |
+
{
|
1992 |
+
"epoch": 1.52,
|
1993 |
+
"learning_rate": 1.2291169451073986e-05,
|
1994 |
+
"loss": 24.7262,
|
1995 |
+
"step": 331
|
1996 |
+
},
|
1997 |
+
{
|
1998 |
+
"epoch": 1.53,
|
1999 |
+
"learning_rate": 1.2171837708830549e-05,
|
2000 |
+
"loss": 31110.3066,
|
2001 |
+
"step": 332
|
2002 |
+
},
|
2003 |
+
{
|
2004 |
+
"epoch": 1.53,
|
2005 |
+
"learning_rate": 1.2052505966587113e-05,
|
2006 |
+
"loss": 22251.8145,
|
2007 |
+
"step": 333
|
2008 |
+
},
|
2009 |
+
{
|
2010 |
+
"epoch": 1.54,
|
2011 |
+
"learning_rate": 1.1933174224343676e-05,
|
2012 |
+
"loss": 1738.8523,
|
2013 |
+
"step": 334
|
2014 |
+
},
|
2015 |
+
{
|
2016 |
+
"epoch": 1.54,
|
2017 |
+
"learning_rate": 1.1813842482100239e-05,
|
2018 |
+
"loss": 135108.0,
|
2019 |
+
"step": 335
|
2020 |
+
},
|
2021 |
+
{
|
2022 |
+
"epoch": 1.55,
|
2023 |
+
"learning_rate": 1.1694510739856803e-05,
|
2024 |
+
"loss": 421.1908,
|
2025 |
+
"step": 336
|
2026 |
+
},
|
2027 |
+
{
|
2028 |
+
"epoch": 1.55,
|
2029 |
+
"learning_rate": 1.1575178997613366e-05,
|
2030 |
+
"loss": 1606.5295,
|
2031 |
+
"step": 337
|
2032 |
+
},
|
2033 |
+
{
|
2034 |
+
"epoch": 1.56,
|
2035 |
+
"learning_rate": 1.145584725536993e-05,
|
2036 |
+
"loss": 2758.7969,
|
2037 |
+
"step": 338
|
2038 |
+
},
|
2039 |
+
{
|
2040 |
+
"epoch": 1.56,
|
2041 |
+
"learning_rate": 1.1336515513126491e-05,
|
2042 |
+
"loss": 3688.4736,
|
2043 |
+
"step": 339
|
2044 |
+
},
|
2045 |
+
{
|
2046 |
+
"epoch": 1.57,
|
2047 |
+
"learning_rate": 1.1217183770883056e-05,
|
2048 |
+
"loss": 42112.6953,
|
2049 |
+
"step": 340
|
2050 |
+
},
|
2051 |
+
{
|
2052 |
+
"epoch": 1.57,
|
2053 |
+
"learning_rate": 1.1097852028639618e-05,
|
2054 |
+
"loss": 1432.4136,
|
2055 |
+
"step": 341
|
2056 |
+
},
|
2057 |
+
{
|
2058 |
+
"epoch": 1.57,
|
2059 |
+
"learning_rate": 1.0978520286396183e-05,
|
2060 |
+
"loss": 1795.425,
|
2061 |
+
"step": 342
|
2062 |
+
},
|
2063 |
+
{
|
2064 |
+
"epoch": 1.58,
|
2065 |
+
"learning_rate": 1.0859188544152746e-05,
|
2066 |
+
"loss": 7462.5249,
|
2067 |
+
"step": 343
|
2068 |
+
},
|
2069 |
+
{
|
2070 |
+
"epoch": 1.58,
|
2071 |
+
"learning_rate": 1.0739856801909308e-05,
|
2072 |
+
"loss": 314273.4688,
|
2073 |
+
"step": 344
|
2074 |
+
},
|
2075 |
+
{
|
2076 |
+
"epoch": 1.59,
|
2077 |
+
"learning_rate": 1.0620525059665871e-05,
|
2078 |
+
"loss": 82580.6328,
|
2079 |
+
"step": 345
|
2080 |
+
},
|
2081 |
+
{
|
2082 |
+
"epoch": 1.59,
|
2083 |
+
"learning_rate": 1.0501193317422435e-05,
|
2084 |
+
"loss": 7970.0132,
|
2085 |
+
"step": 346
|
2086 |
+
},
|
2087 |
+
{
|
2088 |
+
"epoch": 1.6,
|
2089 |
+
"learning_rate": 1.0381861575178998e-05,
|
2090 |
+
"loss": 34508.6797,
|
2091 |
+
"step": 347
|
2092 |
+
},
|
2093 |
+
{
|
2094 |
+
"epoch": 1.6,
|
2095 |
+
"learning_rate": 1.026252983293556e-05,
|
2096 |
+
"loss": 69825.7188,
|
2097 |
+
"step": 348
|
2098 |
+
},
|
2099 |
+
{
|
2100 |
+
"epoch": 1.61,
|
2101 |
+
"learning_rate": 1.0143198090692124e-05,
|
2102 |
+
"loss": 841.0046,
|
2103 |
+
"step": 349
|
2104 |
+
},
|
2105 |
+
{
|
2106 |
+
"epoch": 1.61,
|
2107 |
+
"learning_rate": 1.0023866348448688e-05,
|
2108 |
+
"loss": 1370.4319,
|
2109 |
+
"step": 350
|
2110 |
+
},
|
2111 |
+
{
|
2112 |
+
"epoch": 1.62,
|
2113 |
+
"learning_rate": 9.90453460620525e-06,
|
2114 |
+
"loss": 296.6957,
|
2115 |
+
"step": 351
|
2116 |
+
},
|
2117 |
+
{
|
2118 |
+
"epoch": 1.62,
|
2119 |
+
"learning_rate": 9.785202863961815e-06,
|
2120 |
+
"loss": 469730.4062,
|
2121 |
+
"step": 352
|
2122 |
+
},
|
2123 |
+
{
|
2124 |
+
"epoch": 1.63,
|
2125 |
+
"learning_rate": 9.665871121718378e-06,
|
2126 |
+
"loss": 25752.3867,
|
2127 |
+
"step": 353
|
2128 |
+
},
|
2129 |
+
{
|
2130 |
+
"epoch": 1.63,
|
2131 |
+
"learning_rate": 9.54653937947494e-06,
|
2132 |
+
"loss": 3364.7927,
|
2133 |
+
"step": 354
|
2134 |
+
},
|
2135 |
+
{
|
2136 |
+
"epoch": 1.63,
|
2137 |
+
"learning_rate": 9.427207637231505e-06,
|
2138 |
+
"loss": 2272.8479,
|
2139 |
+
"step": 355
|
2140 |
+
},
|
2141 |
+
{
|
2142 |
+
"epoch": 1.64,
|
2143 |
+
"learning_rate": 9.307875894988068e-06,
|
2144 |
+
"loss": 6455.9248,
|
2145 |
+
"step": 356
|
2146 |
+
},
|
2147 |
+
{
|
2148 |
+
"epoch": 1.64,
|
2149 |
+
"learning_rate": 9.18854415274463e-06,
|
2150 |
+
"loss": 1536.6981,
|
2151 |
+
"step": 357
|
2152 |
+
},
|
2153 |
+
{
|
2154 |
+
"epoch": 1.65,
|
2155 |
+
"learning_rate": 9.069212410501193e-06,
|
2156 |
+
"loss": 1008.3629,
|
2157 |
+
"step": 358
|
2158 |
+
},
|
2159 |
+
{
|
2160 |
+
"epoch": 1.65,
|
2161 |
+
"learning_rate": 8.949880668257757e-06,
|
2162 |
+
"loss": 5969.8877,
|
2163 |
+
"step": 359
|
2164 |
+
},
|
2165 |
+
{
|
2166 |
+
"epoch": 1.66,
|
2167 |
+
"learning_rate": 8.83054892601432e-06,
|
2168 |
+
"loss": 3844.1497,
|
2169 |
+
"step": 360
|
2170 |
+
},
|
2171 |
+
{
|
2172 |
+
"epoch": 1.66,
|
2173 |
+
"learning_rate": 8.711217183770885e-06,
|
2174 |
+
"loss": 5906.2695,
|
2175 |
+
"step": 361
|
2176 |
+
},
|
2177 |
+
{
|
2178 |
+
"epoch": 1.67,
|
2179 |
+
"learning_rate": 8.591885441527446e-06,
|
2180 |
+
"loss": 22959.3652,
|
2181 |
+
"step": 362
|
2182 |
+
},
|
2183 |
+
{
|
2184 |
+
"epoch": 1.67,
|
2185 |
+
"learning_rate": 8.47255369928401e-06,
|
2186 |
+
"loss": 356.8062,
|
2187 |
+
"step": 363
|
2188 |
+
},
|
2189 |
+
{
|
2190 |
+
"epoch": 1.68,
|
2191 |
+
"learning_rate": 8.353221957040573e-06,
|
2192 |
+
"loss": 10640.417,
|
2193 |
+
"step": 364
|
2194 |
+
},
|
2195 |
+
{
|
2196 |
+
"epoch": 1.68,
|
2197 |
+
"learning_rate": 8.233890214797137e-06,
|
2198 |
+
"loss": 15015.7236,
|
2199 |
+
"step": 365
|
2200 |
+
},
|
2201 |
+
{
|
2202 |
+
"epoch": 1.69,
|
2203 |
+
"learning_rate": 8.1145584725537e-06,
|
2204 |
+
"loss": 27919.8359,
|
2205 |
+
"step": 366
|
2206 |
+
},
|
2207 |
+
{
|
2208 |
+
"epoch": 1.69,
|
2209 |
+
"learning_rate": 7.995226730310263e-06,
|
2210 |
+
"loss": 93.8642,
|
2211 |
+
"step": 367
|
2212 |
+
},
|
2213 |
+
{
|
2214 |
+
"epoch": 1.69,
|
2215 |
+
"learning_rate": 7.875894988066825e-06,
|
2216 |
+
"loss": 531.3182,
|
2217 |
+
"step": 368
|
2218 |
+
},
|
2219 |
+
{
|
2220 |
+
"epoch": 1.7,
|
2221 |
+
"learning_rate": 7.75656324582339e-06,
|
2222 |
+
"loss": 44.6307,
|
2223 |
+
"step": 369
|
2224 |
+
},
|
2225 |
+
{
|
2226 |
+
"epoch": 1.7,
|
2227 |
+
"learning_rate": 7.637231503579952e-06,
|
2228 |
+
"loss": 617.2424,
|
2229 |
+
"step": 370
|
2230 |
+
},
|
2231 |
+
{
|
2232 |
+
"epoch": 1.71,
|
2233 |
+
"learning_rate": 7.517899761336517e-06,
|
2234 |
+
"loss": 35023.9141,
|
2235 |
+
"step": 371
|
2236 |
+
},
|
2237 |
+
{
|
2238 |
+
"epoch": 1.71,
|
2239 |
+
"learning_rate": 7.398568019093079e-06,
|
2240 |
+
"loss": 301.8852,
|
2241 |
+
"step": 372
|
2242 |
+
},
|
2243 |
+
{
|
2244 |
+
"epoch": 1.72,
|
2245 |
+
"learning_rate": 7.279236276849642e-06,
|
2246 |
+
"loss": 4805.9424,
|
2247 |
+
"step": 373
|
2248 |
+
},
|
2249 |
+
{
|
2250 |
+
"epoch": 1.72,
|
2251 |
+
"learning_rate": 7.159904534606206e-06,
|
2252 |
+
"loss": 981.1636,
|
2253 |
+
"step": 374
|
2254 |
+
},
|
2255 |
+
{
|
2256 |
+
"epoch": 1.73,
|
2257 |
+
"learning_rate": 7.040572792362769e-06,
|
2258 |
+
"loss": 2385.3809,
|
2259 |
+
"step": 375
|
2260 |
+
},
|
2261 |
+
{
|
2262 |
+
"epoch": 1.73,
|
2263 |
+
"learning_rate": 6.921241050119331e-06,
|
2264 |
+
"loss": 17975.209,
|
2265 |
+
"step": 376
|
2266 |
+
},
|
2267 |
+
{
|
2268 |
+
"epoch": 1.74,
|
2269 |
+
"learning_rate": 6.801909307875895e-06,
|
2270 |
+
"loss": 14639.3535,
|
2271 |
+
"step": 377
|
2272 |
+
},
|
2273 |
+
{
|
2274 |
+
"epoch": 1.74,
|
2275 |
+
"learning_rate": 6.682577565632458e-06,
|
2276 |
+
"loss": 184.0828,
|
2277 |
+
"step": 378
|
2278 |
+
},
|
2279 |
+
{
|
2280 |
+
"epoch": 1.75,
|
2281 |
+
"learning_rate": 6.563245823389022e-06,
|
2282 |
+
"loss": 4096.9023,
|
2283 |
+
"step": 379
|
2284 |
+
},
|
2285 |
+
{
|
2286 |
+
"epoch": 1.75,
|
2287 |
+
"learning_rate": 6.4439140811455855e-06,
|
2288 |
+
"loss": 3484.0598,
|
2289 |
+
"step": 380
|
2290 |
+
},
|
2291 |
+
{
|
2292 |
+
"epoch": 1.75,
|
2293 |
+
"learning_rate": 6.324582338902147e-06,
|
2294 |
+
"loss": 875.6252,
|
2295 |
+
"step": 381
|
2296 |
+
},
|
2297 |
+
{
|
2298 |
+
"epoch": 1.76,
|
2299 |
+
"learning_rate": 6.205250596658711e-06,
|
2300 |
+
"loss": 372.1837,
|
2301 |
+
"step": 382
|
2302 |
+
},
|
2303 |
+
{
|
2304 |
+
"epoch": 1.76,
|
2305 |
+
"learning_rate": 6.0859188544152745e-06,
|
2306 |
+
"loss": 374.8253,
|
2307 |
+
"step": 383
|
2308 |
+
},
|
2309 |
+
{
|
2310 |
+
"epoch": 1.77,
|
2311 |
+
"learning_rate": 5.966587112171838e-06,
|
2312 |
+
"loss": 148.9297,
|
2313 |
+
"step": 384
|
2314 |
+
},
|
2315 |
+
{
|
2316 |
+
"epoch": 1.77,
|
2317 |
+
"learning_rate": 5.847255369928402e-06,
|
2318 |
+
"loss": 2172.886,
|
2319 |
+
"step": 385
|
2320 |
+
},
|
2321 |
+
{
|
2322 |
+
"epoch": 1.78,
|
2323 |
+
"learning_rate": 5.727923627684965e-06,
|
2324 |
+
"loss": 114176.7109,
|
2325 |
+
"step": 386
|
2326 |
+
},
|
2327 |
+
{
|
2328 |
+
"epoch": 1.78,
|
2329 |
+
"learning_rate": 5.608591885441528e-06,
|
2330 |
+
"loss": 774.8303,
|
2331 |
+
"step": 387
|
2332 |
+
},
|
2333 |
+
{
|
2334 |
+
"epoch": 1.79,
|
2335 |
+
"learning_rate": 5.489260143198091e-06,
|
2336 |
+
"loss": 8663.0283,
|
2337 |
+
"step": 388
|
2338 |
+
},
|
2339 |
+
{
|
2340 |
+
"epoch": 1.79,
|
2341 |
+
"learning_rate": 5.369928400954654e-06,
|
2342 |
+
"loss": 39.113,
|
2343 |
+
"step": 389
|
2344 |
+
},
|
2345 |
+
{
|
2346 |
+
"epoch": 1.8,
|
2347 |
+
"learning_rate": 5.250596658711218e-06,
|
2348 |
+
"loss": 569.8843,
|
2349 |
+
"step": 390
|
2350 |
+
},
|
2351 |
+
{
|
2352 |
+
"epoch": 1.8,
|
2353 |
+
"learning_rate": 5.13126491646778e-06,
|
2354 |
+
"loss": 62.069,
|
2355 |
+
"step": 391
|
2356 |
+
},
|
2357 |
+
{
|
2358 |
+
"epoch": 1.81,
|
2359 |
+
"learning_rate": 5.011933174224344e-06,
|
2360 |
+
"loss": 16262.8975,
|
2361 |
+
"step": 392
|
2362 |
+
},
|
2363 |
+
{
|
2364 |
+
"epoch": 1.81,
|
2365 |
+
"learning_rate": 4.8926014319809075e-06,
|
2366 |
+
"loss": 386.9028,
|
2367 |
+
"step": 393
|
2368 |
+
},
|
2369 |
+
{
|
2370 |
+
"epoch": 1.81,
|
2371 |
+
"learning_rate": 4.77326968973747e-06,
|
2372 |
+
"loss": 1635.613,
|
2373 |
+
"step": 394
|
2374 |
+
},
|
2375 |
+
{
|
2376 |
+
"epoch": 1.82,
|
2377 |
+
"learning_rate": 4.653937947494034e-06,
|
2378 |
+
"loss": 6881.8877,
|
2379 |
+
"step": 395
|
2380 |
+
},
|
2381 |
+
{
|
2382 |
+
"epoch": 1.82,
|
2383 |
+
"learning_rate": 4.5346062052505965e-06,
|
2384 |
+
"loss": 9540.7607,
|
2385 |
+
"step": 396
|
2386 |
+
},
|
2387 |
+
{
|
2388 |
+
"epoch": 1.83,
|
2389 |
+
"learning_rate": 4.41527446300716e-06,
|
2390 |
+
"loss": 1987.6592,
|
2391 |
+
"step": 397
|
2392 |
+
},
|
2393 |
+
{
|
2394 |
+
"epoch": 1.83,
|
2395 |
+
"learning_rate": 4.295942720763723e-06,
|
2396 |
+
"loss": 6021.2861,
|
2397 |
+
"step": 398
|
2398 |
+
},
|
2399 |
+
{
|
2400 |
+
"epoch": 1.84,
|
2401 |
+
"learning_rate": 4.176610978520286e-06,
|
2402 |
+
"loss": 2370.6196,
|
2403 |
+
"step": 399
|
2404 |
+
},
|
2405 |
+
{
|
2406 |
+
"epoch": 1.84,
|
2407 |
+
"learning_rate": 4.05727923627685e-06,
|
2408 |
+
"loss": 1680.244,
|
2409 |
+
"step": 400
|
2410 |
+
},
|
2411 |
+
{
|
2412 |
+
"epoch": 1.85,
|
2413 |
+
"learning_rate": 3.937947494033413e-06,
|
2414 |
+
"loss": 82911.6641,
|
2415 |
+
"step": 401
|
2416 |
+
},
|
2417 |
+
{
|
2418 |
+
"epoch": 1.85,
|
2419 |
+
"learning_rate": 3.818615751789976e-06,
|
2420 |
+
"loss": 767.3438,
|
2421 |
+
"step": 402
|
2422 |
+
},
|
2423 |
+
{
|
2424 |
+
"epoch": 1.86,
|
2425 |
+
"learning_rate": 3.6992840095465393e-06,
|
2426 |
+
"loss": 316.2509,
|
2427 |
+
"step": 403
|
2428 |
+
},
|
2429 |
+
{
|
2430 |
+
"epoch": 1.86,
|
2431 |
+
"learning_rate": 3.579952267303103e-06,
|
2432 |
+
"loss": 169716.9688,
|
2433 |
+
"step": 404
|
2434 |
+
},
|
2435 |
+
{
|
2436 |
+
"epoch": 1.87,
|
2437 |
+
"learning_rate": 3.4606205250596656e-06,
|
2438 |
+
"loss": 307.0406,
|
2439 |
+
"step": 405
|
2440 |
+
},
|
2441 |
+
{
|
2442 |
+
"epoch": 1.87,
|
2443 |
+
"learning_rate": 3.341288782816229e-06,
|
2444 |
+
"loss": 730.7938,
|
2445 |
+
"step": 406
|
2446 |
+
},
|
2447 |
+
{
|
2448 |
+
"epoch": 1.87,
|
2449 |
+
"learning_rate": 3.2219570405727927e-06,
|
2450 |
+
"loss": 95440.8516,
|
2451 |
+
"step": 407
|
2452 |
+
},
|
2453 |
+
{
|
2454 |
+
"epoch": 1.88,
|
2455 |
+
"learning_rate": 3.1026252983293554e-06,
|
2456 |
+
"loss": 4808.3286,
|
2457 |
+
"step": 408
|
2458 |
+
},
|
2459 |
+
{
|
2460 |
+
"epoch": 1.88,
|
2461 |
+
"learning_rate": 2.983293556085919e-06,
|
2462 |
+
"loss": 1284.4513,
|
2463 |
+
"step": 409
|
2464 |
+
},
|
2465 |
+
{
|
2466 |
+
"epoch": 1.89,
|
2467 |
+
"learning_rate": 2.8639618138424826e-06,
|
2468 |
+
"loss": 720.0696,
|
2469 |
+
"step": 410
|
2470 |
+
},
|
2471 |
+
{
|
2472 |
+
"epoch": 1.89,
|
2473 |
+
"learning_rate": 2.7446300715990457e-06,
|
2474 |
+
"loss": 102548.2656,
|
2475 |
+
"step": 411
|
2476 |
+
},
|
2477 |
+
{
|
2478 |
+
"epoch": 1.9,
|
2479 |
+
"learning_rate": 2.625298329355609e-06,
|
2480 |
+
"loss": 84.6599,
|
2481 |
+
"step": 412
|
2482 |
+
},
|
2483 |
+
{
|
2484 |
+
"epoch": 1.9,
|
2485 |
+
"learning_rate": 2.505966587112172e-06,
|
2486 |
+
"loss": 1387.675,
|
2487 |
+
"step": 413
|
2488 |
+
},
|
2489 |
+
{
|
2490 |
+
"epoch": 1.91,
|
2491 |
+
"learning_rate": 2.386634844868735e-06,
|
2492 |
+
"loss": 424.9204,
|
2493 |
+
"step": 414
|
2494 |
+
},
|
2495 |
+
{
|
2496 |
+
"epoch": 1.91,
|
2497 |
+
"learning_rate": 2.2673031026252983e-06,
|
2498 |
+
"loss": 1309.8296,
|
2499 |
+
"step": 415
|
2500 |
+
},
|
2501 |
+
{
|
2502 |
+
"epoch": 1.92,
|
2503 |
+
"learning_rate": 2.1479713603818614e-06,
|
2504 |
+
"loss": 6679.3481,
|
2505 |
+
"step": 416
|
2506 |
+
},
|
2507 |
+
{
|
2508 |
+
"epoch": 1.92,
|
2509 |
+
"learning_rate": 2.028639618138425e-06,
|
2510 |
+
"loss": 14053.2295,
|
2511 |
+
"step": 417
|
2512 |
+
},
|
2513 |
+
{
|
2514 |
+
"epoch": 1.92,
|
2515 |
+
"learning_rate": 1.909307875894988e-06,
|
2516 |
+
"loss": 44.5011,
|
2517 |
+
"step": 418
|
2518 |
+
},
|
2519 |
+
{
|
2520 |
+
"epoch": 1.93,
|
2521 |
+
"learning_rate": 1.7899761336515514e-06,
|
2522 |
+
"loss": 4494.7183,
|
2523 |
+
"step": 419
|
2524 |
+
},
|
2525 |
+
{
|
2526 |
+
"epoch": 1.93,
|
2527 |
+
"learning_rate": 1.6706443914081146e-06,
|
2528 |
+
"loss": 149.143,
|
2529 |
+
"step": 420
|
2530 |
+
},
|
2531 |
+
{
|
2532 |
+
"epoch": 1.94,
|
2533 |
+
"learning_rate": 1.5513126491646777e-06,
|
2534 |
+
"loss": 821.6967,
|
2535 |
+
"step": 421
|
2536 |
+
},
|
2537 |
+
{
|
2538 |
+
"epoch": 1.94,
|
2539 |
+
"learning_rate": 1.4319809069212413e-06,
|
2540 |
+
"loss": 1617.1495,
|
2541 |
+
"step": 422
|
2542 |
+
},
|
2543 |
+
{
|
2544 |
+
"epoch": 1.95,
|
2545 |
+
"learning_rate": 1.3126491646778044e-06,
|
2546 |
+
"loss": 2006.76,
|
2547 |
+
"step": 423
|
2548 |
+
},
|
2549 |
+
{
|
2550 |
+
"epoch": 1.95,
|
2551 |
+
"learning_rate": 1.1933174224343676e-06,
|
2552 |
+
"loss": 64.7329,
|
2553 |
+
"step": 424
|
2554 |
+
},
|
2555 |
+
{
|
2556 |
+
"epoch": 1.96,
|
2557 |
+
"learning_rate": 1.0739856801909307e-06,
|
2558 |
+
"loss": 1603.62,
|
2559 |
+
"step": 425
|
2560 |
+
},
|
2561 |
+
{
|
2562 |
+
"epoch": 1.96,
|
2563 |
+
"learning_rate": 9.54653937947494e-07,
|
2564 |
+
"loss": 2882.3655,
|
2565 |
+
"step": 426
|
2566 |
+
},
|
2567 |
+
{
|
2568 |
+
"epoch": 1.97,
|
2569 |
+
"learning_rate": 8.353221957040573e-07,
|
2570 |
+
"loss": 69.2657,
|
2571 |
+
"step": 427
|
2572 |
+
},
|
2573 |
+
{
|
2574 |
+
"epoch": 1.97,
|
2575 |
+
"learning_rate": 7.159904534606206e-07,
|
2576 |
+
"loss": 286800.9062,
|
2577 |
+
"step": 428
|
2578 |
+
},
|
2579 |
+
{
|
2580 |
+
"epoch": 1.98,
|
2581 |
+
"learning_rate": 5.966587112171838e-07,
|
2582 |
+
"loss": 4796.5063,
|
2583 |
+
"step": 429
|
2584 |
+
},
|
2585 |
+
{
|
2586 |
+
"epoch": 1.98,
|
2587 |
+
"learning_rate": 4.77326968973747e-07,
|
2588 |
+
"loss": 267.1339,
|
2589 |
+
"step": 430
|
2590 |
+
},
|
2591 |
+
{
|
2592 |
+
"epoch": 1.98,
|
2593 |
+
"learning_rate": 3.579952267303103e-07,
|
2594 |
+
"loss": 1926.3707,
|
2595 |
+
"step": 431
|
2596 |
+
},
|
2597 |
+
{
|
2598 |
+
"epoch": 1.99,
|
2599 |
+
"learning_rate": 2.386634844868735e-07,
|
2600 |
+
"loss": 7170.8643,
|
2601 |
+
"step": 432
|
2602 |
+
},
|
2603 |
+
{
|
2604 |
+
"epoch": 1.99,
|
2605 |
+
"learning_rate": 1.1933174224343676e-07,
|
2606 |
+
"loss": 612.3254,
|
2607 |
+
"step": 433
|
2608 |
+
},
|
2609 |
+
{
|
2610 |
+
"epoch": 2.0,
|
2611 |
+
"learning_rate": 0.0,
|
2612 |
+
"loss": 7622.6533,
|
2613 |
+
"step": 434
|
2614 |
+
},
|
2615 |
+
{
|
2616 |
+
"epoch": 2.0,
|
2617 |
+
"step": 434,
|
2618 |
+
"total_flos": 1.0362069838124974e+19,
|
2619 |
+
"train_loss": 74766.76249146792,
|
2620 |
+
"train_runtime": 78556.7962,
|
2621 |
+
"train_samples_per_second": 2.831,
|
2622 |
+
"train_steps_per_second": 0.006
|
2623 |
+
}
|
2624 |
+
],
|
2625 |
+
"logging_steps": 1.0,
|
2626 |
+
"max_steps": 434,
|
2627 |
+
"num_input_tokens_seen": 0,
|
2628 |
+
"num_train_epochs": 2,
|
2629 |
+
"save_steps": 500,
|
2630 |
+
"total_flos": 1.0362069838124974e+19,
|
2631 |
+
"train_batch_size": 1,
|
2632 |
+
"trial_name": null,
|
2633 |
+
"trial_params": null
|
2634 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4c3b5e138d031cee687eda01dc683cc53d51f0d7d85008860f84dc9dd2ed5920
|
3 |
+
size 4920
|