Training in progress, step 174, checkpoint
Browse files- checkpoint-174/added_tokens.json +5 -0
- checkpoint-174/chat_template.jinja +4 -0
- checkpoint-174/config.json +29 -0
- checkpoint-174/generation_config.json +7 -0
- checkpoint-174/merges.txt +0 -0
- checkpoint-174/model-00001-of-00002.safetensors +3 -0
- checkpoint-174/model-00002-of-00002.safetensors +3 -0
- checkpoint-174/model.safetensors.index.json +262 -0
- checkpoint-174/optimizer.pt +3 -0
- checkpoint-174/rng_state.pth +3 -0
- checkpoint-174/scheduler.pt +3 -0
- checkpoint-174/special_tokens_map.json +30 -0
- checkpoint-174/tokenizer.json +0 -0
- checkpoint-174/tokenizer_config.json +69 -0
- checkpoint-174/trainer_state.json +1252 -0
- checkpoint-174/training_args.bin +3 -0
- checkpoint-174/vocab.json +0 -0
checkpoint-174/added_tokens.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|endofprompt|>": 100276,
|
3 |
+
"<|im_end|>": 100265,
|
4 |
+
"<|im_start|>": 100264
|
5 |
+
}
|
checkpoint-174/chat_template.jinja
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% for message in messages %}{{'<|im_start|>' + message['role'] + '
|
2 |
+
' + message['content'] + '<|im_end|>' + '
|
3 |
+
'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant
|
4 |
+
' }}{% endif %}
|
checkpoint-174/config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"LlamaForCausalLM"
|
4 |
+
],
|
5 |
+
"attention_bias": false,
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 100257,
|
8 |
+
"eos_token_id": 100257,
|
9 |
+
"head_dim": 128,
|
10 |
+
"hidden_act": "silu",
|
11 |
+
"hidden_size": 4096,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"intermediate_size": 8192,
|
14 |
+
"max_position_embeddings": 262144,
|
15 |
+
"mlp_bias": false,
|
16 |
+
"model_type": "llama",
|
17 |
+
"num_attention_heads": 32,
|
18 |
+
"num_hidden_layers": 28,
|
19 |
+
"num_key_value_heads": 8,
|
20 |
+
"pretraining_tp": 1,
|
21 |
+
"rms_norm_eps": 1e-06,
|
22 |
+
"rope_scaling": null,
|
23 |
+
"rope_theta": 128000000,
|
24 |
+
"tie_word_embeddings": true,
|
25 |
+
"torch_dtype": "bfloat16",
|
26 |
+
"transformers_version": "4.53.1",
|
27 |
+
"use_cache": false,
|
28 |
+
"vocab_size": 102400
|
29 |
+
}
|
checkpoint-174/generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 1,
|
4 |
+
"do_sample": true,
|
5 |
+
"eos_token_id": 2,
|
6 |
+
"transformers_version": "4.53.1"
|
7 |
+
}
|
checkpoint-174/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-174/model-00001-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:19ac6bea40210fc2e7aac5892c0b77504865119120f257e02e8a87588be984c0
|
3 |
+
size 4983077832
|
checkpoint-174/model-00002-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e691fc00a869157810338d8b76c3ad0b358766909f96d11d9d4559826b7cc925
|
3 |
+
size 3842234168
|
checkpoint-174/model.safetensors.index.json
ADDED
@@ -0,0 +1,262 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_parameters": 4412641280,
|
4 |
+
"total_size": 8825282560
|
5 |
+
},
|
6 |
+
"weight_map": {
|
7 |
+
"model.embed_tokens.weight": "model-00001-of-00002.safetensors",
|
8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
13 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
14 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
15 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
16 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
17 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
18 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
19 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
20 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
21 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
22 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
23 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
24 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
25 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
26 |
+
"model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
27 |
+
"model.layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
28 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
29 |
+
"model.layers.10.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
30 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
31 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
32 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
33 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
34 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
35 |
+
"model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
36 |
+
"model.layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
37 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
38 |
+
"model.layers.11.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
39 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
40 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
41 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
42 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
43 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
44 |
+
"model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
45 |
+
"model.layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
46 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
47 |
+
"model.layers.12.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
48 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
49 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
50 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
51 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
52 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
53 |
+
"model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
54 |
+
"model.layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
55 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
56 |
+
"model.layers.13.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
57 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
58 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
59 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
60 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
61 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
62 |
+
"model.layers.14.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
63 |
+
"model.layers.14.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
64 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
65 |
+
"model.layers.14.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
66 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
67 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
68 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
69 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
70 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
71 |
+
"model.layers.15.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
72 |
+
"model.layers.15.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
73 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
74 |
+
"model.layers.15.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
75 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
76 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
77 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
78 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
79 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
80 |
+
"model.layers.16.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
81 |
+
"model.layers.16.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
82 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
83 |
+
"model.layers.16.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
84 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
85 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
86 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
87 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
88 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
89 |
+
"model.layers.17.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
90 |
+
"model.layers.17.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
91 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
92 |
+
"model.layers.17.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
93 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
94 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
95 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
96 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
97 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
98 |
+
"model.layers.18.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
99 |
+
"model.layers.18.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
100 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
101 |
+
"model.layers.18.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
102 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
103 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
104 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
105 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
106 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
107 |
+
"model.layers.19.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
108 |
+
"model.layers.19.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
109 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
110 |
+
"model.layers.19.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
111 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
112 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
113 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
114 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
115 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
116 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
117 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
118 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
119 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
120 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
121 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
122 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
123 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
124 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
125 |
+
"model.layers.20.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
126 |
+
"model.layers.20.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
127 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
128 |
+
"model.layers.20.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
129 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
130 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
131 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
132 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
133 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
134 |
+
"model.layers.21.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
135 |
+
"model.layers.21.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
136 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
137 |
+
"model.layers.21.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
138 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
139 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
140 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
141 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
142 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
143 |
+
"model.layers.22.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
144 |
+
"model.layers.22.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
145 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
146 |
+
"model.layers.22.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
147 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
148 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
149 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
150 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
151 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
152 |
+
"model.layers.23.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
153 |
+
"model.layers.23.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
154 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
155 |
+
"model.layers.23.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
156 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
157 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
158 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
159 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
160 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
161 |
+
"model.layers.24.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
162 |
+
"model.layers.24.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
163 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
164 |
+
"model.layers.24.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
165 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
166 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
167 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
168 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
169 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
170 |
+
"model.layers.25.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
171 |
+
"model.layers.25.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
172 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
173 |
+
"model.layers.25.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
174 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
175 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
176 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
177 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
178 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
179 |
+
"model.layers.26.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
180 |
+
"model.layers.26.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
181 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
182 |
+
"model.layers.26.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
183 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
184 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
185 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
186 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
187 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
188 |
+
"model.layers.27.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
189 |
+
"model.layers.27.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
190 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
191 |
+
"model.layers.27.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
192 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
193 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
194 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
195 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
196 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
197 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
198 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
199 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
200 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
201 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
202 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
203 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
204 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
205 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
206 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
207 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
208 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
209 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
210 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
211 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
212 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
213 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
214 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
215 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
216 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
217 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
218 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
219 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
220 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
221 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
222 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
223 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
224 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
225 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
226 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
227 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
228 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
229 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
230 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
231 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
232 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
233 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
234 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
235 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
236 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
237 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
238 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
239 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
240 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
241 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
242 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
243 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
244 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
245 |
+
"model.layers.8.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
246 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
247 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
248 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
249 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
250 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
251 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
252 |
+
"model.layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
253 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
254 |
+
"model.layers.9.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
255 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
256 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
257 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
258 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
259 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
260 |
+
"model.norm.weight": "model-00002-of-00002.safetensors"
|
261 |
+
}
|
262 |
+
}
|
checkpoint-174/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:10ef48e717bb79eb51708441a954111cf73e7ee7198b0799730cb8576bd0db90
|
3 |
+
size 11466962878
|
checkpoint-174/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e2768285b45b2a0c05f6f50bbb8c0287fca6f62a8cde6d1b1f02151ac72ee8dc
|
3 |
+
size 14244
|
checkpoint-174/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a41faa4f4584eb623b8b7dc1f1773fb5983e600e35c1cff80b44723d19efb5bd
|
3 |
+
size 1064
|
checkpoint-174/special_tokens_map.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<|endoftext|>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "<|endoftext|>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "<|endoftext|>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"unk_token": {
|
24 |
+
"content": "<|endoftext|>",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
}
|
30 |
+
}
|
checkpoint-174/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-174/tokenizer_config.json
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"added_tokens_decoder": {
|
4 |
+
"100257": {
|
5 |
+
"content": "<|endoftext|>",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": false,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false,
|
10 |
+
"special": true
|
11 |
+
},
|
12 |
+
"100258": {
|
13 |
+
"content": "<|fim_prefix|>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": false,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false,
|
18 |
+
"special": true
|
19 |
+
},
|
20 |
+
"100259": {
|
21 |
+
"content": "<|fim_middle|>",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": false,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false,
|
26 |
+
"special": true
|
27 |
+
},
|
28 |
+
"100260": {
|
29 |
+
"content": "<|fim_suffix|>",
|
30 |
+
"lstrip": false,
|
31 |
+
"normalized": false,
|
32 |
+
"rstrip": false,
|
33 |
+
"single_word": false,
|
34 |
+
"special": true
|
35 |
+
},
|
36 |
+
"100264": {
|
37 |
+
"content": "<|im_start|>",
|
38 |
+
"lstrip": false,
|
39 |
+
"normalized": false,
|
40 |
+
"rstrip": false,
|
41 |
+
"single_word": false,
|
42 |
+
"special": true
|
43 |
+
},
|
44 |
+
"100265": {
|
45 |
+
"content": "<|im_end|>",
|
46 |
+
"lstrip": false,
|
47 |
+
"normalized": false,
|
48 |
+
"rstrip": false,
|
49 |
+
"single_word": false,
|
50 |
+
"special": true
|
51 |
+
},
|
52 |
+
"100276": {
|
53 |
+
"content": "<|endofprompt|>",
|
54 |
+
"lstrip": false,
|
55 |
+
"normalized": false,
|
56 |
+
"rstrip": false,
|
57 |
+
"single_word": false,
|
58 |
+
"special": true
|
59 |
+
}
|
60 |
+
},
|
61 |
+
"bos_token": "<|endoftext|>",
|
62 |
+
"clean_up_tokenization_spaces": false,
|
63 |
+
"eos_token": "<|endoftext|>",
|
64 |
+
"extra_special_tokens": {},
|
65 |
+
"model_max_length": 16384,
|
66 |
+
"pad_token": "<|endoftext|>",
|
67 |
+
"tokenizer_class": "GPT2Tokenizer",
|
68 |
+
"unk_token": "<|endoftext|>"
|
69 |
+
}
|
checkpoint-174/trainer_state.json
ADDED
@@ -0,0 +1,1252 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": null,
|
3 |
+
"best_metric": null,
|
4 |
+
"best_model_checkpoint": null,
|
5 |
+
"epoch": 3.0,
|
6 |
+
"eval_steps": 500,
|
7 |
+
"global_step": 174,
|
8 |
+
"is_hyper_param_search": false,
|
9 |
+
"is_local_process_zero": true,
|
10 |
+
"is_world_process_zero": true,
|
11 |
+
"log_history": [
|
12 |
+
{
|
13 |
+
"epoch": 0.017241379310344827,
|
14 |
+
"grad_norm": 1.34375,
|
15 |
+
"learning_rate": 0.0,
|
16 |
+
"loss": 2.5553,
|
17 |
+
"step": 1
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.034482758620689655,
|
21 |
+
"grad_norm": 1.359375,
|
22 |
+
"learning_rate": 1.25e-06,
|
23 |
+
"loss": 2.5516,
|
24 |
+
"step": 2
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.05172413793103448,
|
28 |
+
"grad_norm": 1.25,
|
29 |
+
"learning_rate": 2.5e-06,
|
30 |
+
"loss": 2.5156,
|
31 |
+
"step": 3
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.06896551724137931,
|
35 |
+
"grad_norm": 1.3125,
|
36 |
+
"learning_rate": 3.7500000000000005e-06,
|
37 |
+
"loss": 2.5199,
|
38 |
+
"step": 4
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.08620689655172414,
|
42 |
+
"grad_norm": 1.1640625,
|
43 |
+
"learning_rate": 5e-06,
|
44 |
+
"loss": 2.5059,
|
45 |
+
"step": 5
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.10344827586206896,
|
49 |
+
"grad_norm": 1.2109375,
|
50 |
+
"learning_rate": 6.25e-06,
|
51 |
+
"loss": 2.4909,
|
52 |
+
"step": 6
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.1206896551724138,
|
56 |
+
"grad_norm": 1.03125,
|
57 |
+
"learning_rate": 7.500000000000001e-06,
|
58 |
+
"loss": 2.5399,
|
59 |
+
"step": 7
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.13793103448275862,
|
63 |
+
"grad_norm": 0.91796875,
|
64 |
+
"learning_rate": 8.750000000000001e-06,
|
65 |
+
"loss": 2.5355,
|
66 |
+
"step": 8
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.15517241379310345,
|
70 |
+
"grad_norm": 0.828125,
|
71 |
+
"learning_rate": 1e-05,
|
72 |
+
"loss": 2.5359,
|
73 |
+
"step": 9
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.1724137931034483,
|
77 |
+
"grad_norm": 0.70703125,
|
78 |
+
"learning_rate": 9.99910461334869e-06,
|
79 |
+
"loss": 2.5257,
|
80 |
+
"step": 10
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.1896551724137931,
|
84 |
+
"grad_norm": 0.6875,
|
85 |
+
"learning_rate": 9.996418774081658e-06,
|
86 |
+
"loss": 2.5138,
|
87 |
+
"step": 11
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.20689655172413793,
|
91 |
+
"grad_norm": 0.6953125,
|
92 |
+
"learning_rate": 9.991943444144758e-06,
|
93 |
+
"loss": 2.5139,
|
94 |
+
"step": 12
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.22413793103448276,
|
98 |
+
"grad_norm": 0.87109375,
|
99 |
+
"learning_rate": 9.985680226398261e-06,
|
100 |
+
"loss": 2.4983,
|
101 |
+
"step": 13
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.2413793103448276,
|
105 |
+
"grad_norm": 0.69921875,
|
106 |
+
"learning_rate": 9.977631364042796e-06,
|
107 |
+
"loss": 2.5036,
|
108 |
+
"step": 14
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.25862068965517243,
|
112 |
+
"grad_norm": 0.703125,
|
113 |
+
"learning_rate": 9.967799739815925e-06,
|
114 |
+
"loss": 2.5121,
|
115 |
+
"step": 15
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.27586206896551724,
|
119 |
+
"grad_norm": 0.703125,
|
120 |
+
"learning_rate": 9.956188874959686e-06,
|
121 |
+
"loss": 2.539,
|
122 |
+
"step": 16
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.29310344827586204,
|
126 |
+
"grad_norm": 0.70703125,
|
127 |
+
"learning_rate": 9.942802927959444e-06,
|
128 |
+
"loss": 2.5107,
|
129 |
+
"step": 17
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.3103448275862069,
|
133 |
+
"grad_norm": 0.67578125,
|
134 |
+
"learning_rate": 9.927646693054498e-06,
|
135 |
+
"loss": 2.4907,
|
136 |
+
"step": 18
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.3275862068965517,
|
140 |
+
"grad_norm": 0.66015625,
|
141 |
+
"learning_rate": 9.910725598521014e-06,
|
142 |
+
"loss": 2.4836,
|
143 |
+
"step": 19
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.3448275862068966,
|
147 |
+
"grad_norm": 0.66796875,
|
148 |
+
"learning_rate": 9.892045704727864e-06,
|
149 |
+
"loss": 2.494,
|
150 |
+
"step": 20
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.3620689655172414,
|
154 |
+
"grad_norm": 0.61328125,
|
155 |
+
"learning_rate": 9.871613701966067e-06,
|
156 |
+
"loss": 2.4733,
|
157 |
+
"step": 21
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.3793103448275862,
|
161 |
+
"grad_norm": 0.66796875,
|
162 |
+
"learning_rate": 9.849436908052636e-06,
|
163 |
+
"loss": 2.4141,
|
164 |
+
"step": 22
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 0.39655172413793105,
|
168 |
+
"grad_norm": 0.61328125,
|
169 |
+
"learning_rate": 9.825523265709667e-06,
|
170 |
+
"loss": 2.521,
|
171 |
+
"step": 23
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.41379310344827586,
|
175 |
+
"grad_norm": 0.640625,
|
176 |
+
"learning_rate": 9.799881339719615e-06,
|
177 |
+
"loss": 2.4647,
|
178 |
+
"step": 24
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 0.43103448275862066,
|
182 |
+
"grad_norm": 0.62109375,
|
183 |
+
"learning_rate": 9.772520313857777e-06,
|
184 |
+
"loss": 2.4892,
|
185 |
+
"step": 25
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.4482758620689655,
|
189 |
+
"grad_norm": 0.6015625,
|
190 |
+
"learning_rate": 9.743449987603082e-06,
|
191 |
+
"loss": 2.4734,
|
192 |
+
"step": 26
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 0.46551724137931033,
|
196 |
+
"grad_norm": 0.609375,
|
197 |
+
"learning_rate": 9.712680772628365e-06,
|
198 |
+
"loss": 2.5229,
|
199 |
+
"step": 27
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"epoch": 0.4827586206896552,
|
203 |
+
"grad_norm": 0.6171875,
|
204 |
+
"learning_rate": 9.680223689071364e-06,
|
205 |
+
"loss": 2.5502,
|
206 |
+
"step": 28
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 0.5,
|
210 |
+
"grad_norm": 0.6171875,
|
211 |
+
"learning_rate": 9.646090361587828e-06,
|
212 |
+
"loss": 2.5008,
|
213 |
+
"step": 29
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.5172413793103449,
|
217 |
+
"grad_norm": 0.63671875,
|
218 |
+
"learning_rate": 9.610293015188067e-06,
|
219 |
+
"loss": 2.5319,
|
220 |
+
"step": 30
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 0.5344827586206896,
|
224 |
+
"grad_norm": 0.61328125,
|
225 |
+
"learning_rate": 9.572844470858537e-06,
|
226 |
+
"loss": 2.5004,
|
227 |
+
"step": 31
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 0.5517241379310345,
|
231 |
+
"grad_norm": 0.6171875,
|
232 |
+
"learning_rate": 9.533758140969913e-06,
|
233 |
+
"loss": 2.4611,
|
234 |
+
"step": 32
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.5689655172413793,
|
238 |
+
"grad_norm": 0.625,
|
239 |
+
"learning_rate": 9.493048024473413e-06,
|
240 |
+
"loss": 2.4883,
|
241 |
+
"step": 33
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.5862068965517241,
|
245 |
+
"grad_norm": 0.59765625,
|
246 |
+
"learning_rate": 9.450728701886985e-06,
|
247 |
+
"loss": 2.5014,
|
248 |
+
"step": 34
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 0.603448275862069,
|
252 |
+
"grad_norm": 0.59765625,
|
253 |
+
"learning_rate": 9.406815330073244e-06,
|
254 |
+
"loss": 2.4959,
|
255 |
+
"step": 35
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 0.6206896551724138,
|
259 |
+
"grad_norm": 0.60546875,
|
260 |
+
"learning_rate": 9.36132363681097e-06,
|
261 |
+
"loss": 2.4901,
|
262 |
+
"step": 36
|
263 |
+
},
|
264 |
+
{
|
265 |
+
"epoch": 0.6379310344827587,
|
266 |
+
"grad_norm": 0.59765625,
|
267 |
+
"learning_rate": 9.314269915162115e-06,
|
268 |
+
"loss": 2.54,
|
269 |
+
"step": 37
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"epoch": 0.6551724137931034,
|
273 |
+
"grad_norm": 0.609375,
|
274 |
+
"learning_rate": 9.265671017636384e-06,
|
275 |
+
"loss": 2.5077,
|
276 |
+
"step": 38
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 0.6724137931034483,
|
280 |
+
"grad_norm": 0.60546875,
|
281 |
+
"learning_rate": 9.215544350155423e-06,
|
282 |
+
"loss": 2.5093,
|
283 |
+
"step": 39
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"epoch": 0.6896551724137931,
|
287 |
+
"grad_norm": 0.6015625,
|
288 |
+
"learning_rate": 9.163907865818806e-06,
|
289 |
+
"loss": 2.5134,
|
290 |
+
"step": 40
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 0.7068965517241379,
|
294 |
+
"grad_norm": 0.609375,
|
295 |
+
"learning_rate": 9.110780058474052e-06,
|
296 |
+
"loss": 2.5651,
|
297 |
+
"step": 41
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.7241379310344828,
|
301 |
+
"grad_norm": 0.59375,
|
302 |
+
"learning_rate": 9.056179956092961e-06,
|
303 |
+
"loss": 2.4615,
|
304 |
+
"step": 42
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 0.7413793103448276,
|
308 |
+
"grad_norm": 0.59375,
|
309 |
+
"learning_rate": 9.000127113956673e-06,
|
310 |
+
"loss": 2.4763,
|
311 |
+
"step": 43
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"epoch": 0.7586206896551724,
|
315 |
+
"grad_norm": 0.58203125,
|
316 |
+
"learning_rate": 8.94264160765183e-06,
|
317 |
+
"loss": 2.4732,
|
318 |
+
"step": 44
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"epoch": 0.7758620689655172,
|
322 |
+
"grad_norm": 0.58203125,
|
323 |
+
"learning_rate": 8.883744025880429e-06,
|
324 |
+
"loss": 2.49,
|
325 |
+
"step": 45
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"epoch": 0.7931034482758621,
|
329 |
+
"grad_norm": 0.5859375,
|
330 |
+
"learning_rate": 8.823455463085873e-06,
|
331 |
+
"loss": 2.4944,
|
332 |
+
"step": 46
|
333 |
+
},
|
334 |
+
{
|
335 |
+
"epoch": 0.8103448275862069,
|
336 |
+
"grad_norm": 0.58203125,
|
337 |
+
"learning_rate": 8.761797511897907e-06,
|
338 |
+
"loss": 2.5177,
|
339 |
+
"step": 47
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.8275862068965517,
|
343 |
+
"grad_norm": 0.6015625,
|
344 |
+
"learning_rate": 8.698792255399104e-06,
|
345 |
+
"loss": 2.5083,
|
346 |
+
"step": 48
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 0.8448275862068966,
|
350 |
+
"grad_norm": 0.58984375,
|
351 |
+
"learning_rate": 8.634462259215719e-06,
|
352 |
+
"loss": 2.5096,
|
353 |
+
"step": 49
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 0.8620689655172413,
|
357 |
+
"grad_norm": 0.60546875,
|
358 |
+
"learning_rate": 8.568830563435695e-06,
|
359 |
+
"loss": 2.5267,
|
360 |
+
"step": 50
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"epoch": 0.8793103448275862,
|
364 |
+
"grad_norm": 0.6015625,
|
365 |
+
"learning_rate": 8.501920674356755e-06,
|
366 |
+
"loss": 2.5041,
|
367 |
+
"step": 51
|
368 |
+
},
|
369 |
+
{
|
370 |
+
"epoch": 0.896551724137931,
|
371 |
+
"grad_norm": 0.59765625,
|
372 |
+
"learning_rate": 8.433756556067506e-06,
|
373 |
+
"loss": 2.5081,
|
374 |
+
"step": 52
|
375 |
+
},
|
376 |
+
{
|
377 |
+
"epoch": 0.9137931034482759,
|
378 |
+
"grad_norm": 0.578125,
|
379 |
+
"learning_rate": 8.364362621864595e-06,
|
380 |
+
"loss": 2.4329,
|
381 |
+
"step": 53
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 0.9310344827586207,
|
385 |
+
"grad_norm": 0.58984375,
|
386 |
+
"learning_rate": 8.29376372550897e-06,
|
387 |
+
"loss": 2.4784,
|
388 |
+
"step": 54
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"epoch": 0.9482758620689655,
|
392 |
+
"grad_norm": 0.60546875,
|
393 |
+
"learning_rate": 8.221985152324385e-06,
|
394 |
+
"loss": 2.5528,
|
395 |
+
"step": 55
|
396 |
+
},
|
397 |
+
{
|
398 |
+
"epoch": 0.9655172413793104,
|
399 |
+
"grad_norm": 0.59375,
|
400 |
+
"learning_rate": 8.149052610141357e-06,
|
401 |
+
"loss": 2.4803,
|
402 |
+
"step": 56
|
403 |
+
},
|
404 |
+
{
|
405 |
+
"epoch": 0.9827586206896551,
|
406 |
+
"grad_norm": 0.578125,
|
407 |
+
"learning_rate": 8.07499222008977e-06,
|
408 |
+
"loss": 2.5519,
|
409 |
+
"step": 57
|
410 |
+
},
|
411 |
+
{
|
412 |
+
"epoch": 1.0,
|
413 |
+
"grad_norm": 7.625,
|
414 |
+
"learning_rate": 7.999830507243478e-06,
|
415 |
+
"loss": 3.0347,
|
416 |
+
"step": 58
|
417 |
+
},
|
418 |
+
{
|
419 |
+
"epoch": 1.0172413793103448,
|
420 |
+
"grad_norm": 0.5703125,
|
421 |
+
"learning_rate": 7.923594391120237e-06,
|
422 |
+
"loss": 2.504,
|
423 |
+
"step": 59
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"epoch": 1.0344827586206897,
|
427 |
+
"grad_norm": 0.5859375,
|
428 |
+
"learning_rate": 7.846311176040331e-06,
|
429 |
+
"loss": 2.4902,
|
430 |
+
"step": 60
|
431 |
+
},
|
432 |
+
{
|
433 |
+
"epoch": 1.0517241379310345,
|
434 |
+
"grad_norm": 0.578125,
|
435 |
+
"learning_rate": 7.768008541347423e-06,
|
436 |
+
"loss": 2.4702,
|
437 |
+
"step": 61
|
438 |
+
},
|
439 |
+
{
|
440 |
+
"epoch": 1.0689655172413792,
|
441 |
+
"grad_norm": 0.578125,
|
442 |
+
"learning_rate": 7.688714531495061e-06,
|
443 |
+
"loss": 2.467,
|
444 |
+
"step": 62
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"epoch": 1.0862068965517242,
|
448 |
+
"grad_norm": 0.6015625,
|
449 |
+
"learning_rate": 7.608457546002423e-06,
|
450 |
+
"loss": 2.4747,
|
451 |
+
"step": 63
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"epoch": 1.103448275862069,
|
455 |
+
"grad_norm": 0.58203125,
|
456 |
+
"learning_rate": 7.527266329282905e-06,
|
457 |
+
"loss": 2.4916,
|
458 |
+
"step": 64
|
459 |
+
},
|
460 |
+
{
|
461 |
+
"epoch": 1.1206896551724137,
|
462 |
+
"grad_norm": 0.5859375,
|
463 |
+
"learning_rate": 7.445169960349167e-06,
|
464 |
+
"loss": 2.4334,
|
465 |
+
"step": 65
|
466 |
+
},
|
467 |
+
{
|
468 |
+
"epoch": 1.1379310344827587,
|
469 |
+
"grad_norm": 0.58984375,
|
470 |
+
"learning_rate": 7.362197842398355e-06,
|
471 |
+
"loss": 2.4852,
|
472 |
+
"step": 66
|
473 |
+
},
|
474 |
+
{
|
475 |
+
"epoch": 1.1551724137931034,
|
476 |
+
"grad_norm": 0.58984375,
|
477 |
+
"learning_rate": 7.278379692281209e-06,
|
478 |
+
"loss": 2.5411,
|
479 |
+
"step": 67
|
480 |
+
},
|
481 |
+
{
|
482 |
+
"epoch": 1.1724137931034484,
|
483 |
+
"grad_norm": 0.57421875,
|
484 |
+
"learning_rate": 7.193745529858827e-06,
|
485 |
+
"loss": 2.4498,
|
486 |
+
"step": 68
|
487 |
+
},
|
488 |
+
{
|
489 |
+
"epoch": 1.1896551724137931,
|
490 |
+
"grad_norm": 0.6015625,
|
491 |
+
"learning_rate": 7.10832566725092e-06,
|
492 |
+
"loss": 2.505,
|
493 |
+
"step": 69
|
494 |
+
},
|
495 |
+
{
|
496 |
+
"epoch": 1.206896551724138,
|
497 |
+
"grad_norm": 0.59765625,
|
498 |
+
"learning_rate": 7.022150697979385e-06,
|
499 |
+
"loss": 2.5124,
|
500 |
+
"step": 70
|
501 |
+
},
|
502 |
+
{
|
503 |
+
"epoch": 1.2241379310344827,
|
504 |
+
"grad_norm": 0.56640625,
|
505 |
+
"learning_rate": 6.9352514860110876e-06,
|
506 |
+
"loss": 2.4896,
|
507 |
+
"step": 71
|
508 |
+
},
|
509 |
+
{
|
510 |
+
"epoch": 1.2413793103448276,
|
511 |
+
"grad_norm": 0.58203125,
|
512 |
+
"learning_rate": 6.847659154703785e-06,
|
513 |
+
"loss": 2.4544,
|
514 |
+
"step": 72
|
515 |
+
},
|
516 |
+
{
|
517 |
+
"epoch": 1.2586206896551724,
|
518 |
+
"grad_norm": 0.58984375,
|
519 |
+
"learning_rate": 6.759405075659165e-06,
|
520 |
+
"loss": 2.4906,
|
521 |
+
"step": 73
|
522 |
+
},
|
523 |
+
{
|
524 |
+
"epoch": 1.2758620689655173,
|
525 |
+
"grad_norm": 0.5703125,
|
526 |
+
"learning_rate": 6.6705208574869504e-06,
|
527 |
+
"loss": 2.5192,
|
528 |
+
"step": 74
|
529 |
+
},
|
530 |
+
{
|
531 |
+
"epoch": 1.293103448275862,
|
532 |
+
"grad_norm": 0.57421875,
|
533 |
+
"learning_rate": 6.58103833448412e-06,
|
534 |
+
"loss": 2.4903,
|
535 |
+
"step": 75
|
536 |
+
},
|
537 |
+
{
|
538 |
+
"epoch": 1.3103448275862069,
|
539 |
+
"grad_norm": 0.59765625,
|
540 |
+
"learning_rate": 6.490989555233328e-06,
|
541 |
+
"loss": 2.4906,
|
542 |
+
"step": 76
|
543 |
+
},
|
544 |
+
{
|
545 |
+
"epoch": 1.3275862068965516,
|
546 |
+
"grad_norm": 0.578125,
|
547 |
+
"learning_rate": 6.4004067711245366e-06,
|
548 |
+
"loss": 2.53,
|
549 |
+
"step": 77
|
550 |
+
},
|
551 |
+
{
|
552 |
+
"epoch": 1.3448275862068966,
|
553 |
+
"grad_norm": 0.56640625,
|
554 |
+
"learning_rate": 6.309322424804034e-06,
|
555 |
+
"loss": 2.5156,
|
556 |
+
"step": 78
|
557 |
+
},
|
558 |
+
{
|
559 |
+
"epoch": 1.3620689655172413,
|
560 |
+
"grad_norm": 0.5859375,
|
561 |
+
"learning_rate": 6.2177691385549595e-06,
|
562 |
+
"loss": 2.4715,
|
563 |
+
"step": 79
|
564 |
+
},
|
565 |
+
{
|
566 |
+
"epoch": 1.3793103448275863,
|
567 |
+
"grad_norm": 0.59375,
|
568 |
+
"learning_rate": 6.125779702613471e-06,
|
569 |
+
"loss": 2.5168,
|
570 |
+
"step": 80
|
571 |
+
},
|
572 |
+
{
|
573 |
+
"epoch": 1.396551724137931,
|
574 |
+
"grad_norm": 0.58984375,
|
575 |
+
"learning_rate": 6.033387063424765e-06,
|
576 |
+
"loss": 2.4368,
|
577 |
+
"step": 81
|
578 |
+
},
|
579 |
+
{
|
580 |
+
"epoch": 1.4137931034482758,
|
581 |
+
"grad_norm": 0.578125,
|
582 |
+
"learning_rate": 5.94062431184317e-06,
|
583 |
+
"loss": 2.5114,
|
584 |
+
"step": 82
|
585 |
+
},
|
586 |
+
{
|
587 |
+
"epoch": 1.4310344827586206,
|
588 |
+
"grad_norm": 0.59375,
|
589 |
+
"learning_rate": 5.8475246712804845e-06,
|
590 |
+
"loss": 2.5196,
|
591 |
+
"step": 83
|
592 |
+
},
|
593 |
+
{
|
594 |
+
"epoch": 1.4482758620689655,
|
595 |
+
"grad_norm": 0.59375,
|
596 |
+
"learning_rate": 5.7541214858068705e-06,
|
597 |
+
"loss": 2.5102,
|
598 |
+
"step": 84
|
599 |
+
},
|
600 |
+
{
|
601 |
+
"epoch": 1.4655172413793103,
|
602 |
+
"grad_norm": 0.578125,
|
603 |
+
"learning_rate": 5.660448208208513e-06,
|
604 |
+
"loss": 2.5055,
|
605 |
+
"step": 85
|
606 |
+
},
|
607 |
+
{
|
608 |
+
"epoch": 1.4827586206896552,
|
609 |
+
"grad_norm": 0.58984375,
|
610 |
+
"learning_rate": 5.566538388006351e-06,
|
611 |
+
"loss": 2.4588,
|
612 |
+
"step": 86
|
613 |
+
},
|
614 |
+
{
|
615 |
+
"epoch": 1.5,
|
616 |
+
"grad_norm": 0.5859375,
|
617 |
+
"learning_rate": 5.472425659440157e-06,
|
618 |
+
"loss": 2.5023,
|
619 |
+
"step": 87
|
620 |
+
},
|
621 |
+
{
|
622 |
+
"epoch": 1.5172413793103448,
|
623 |
+
"grad_norm": 0.58203125,
|
624 |
+
"learning_rate": 5.378143729422285e-06,
|
625 |
+
"loss": 2.5304,
|
626 |
+
"step": 88
|
627 |
+
},
|
628 |
+
{
|
629 |
+
"epoch": 1.5344827586206895,
|
630 |
+
"grad_norm": 0.58203125,
|
631 |
+
"learning_rate": 5.2837263654653715e-06,
|
632 |
+
"loss": 2.4919,
|
633 |
+
"step": 89
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"epoch": 1.5517241379310345,
|
637 |
+
"grad_norm": 0.57421875,
|
638 |
+
"learning_rate": 5.189207383588353e-06,
|
639 |
+
"loss": 2.4797,
|
640 |
+
"step": 90
|
641 |
+
},
|
642 |
+
{
|
643 |
+
"epoch": 1.5689655172413794,
|
644 |
+
"grad_norm": 0.58203125,
|
645 |
+
"learning_rate": 5.094620636205096e-06,
|
646 |
+
"loss": 2.4814,
|
647 |
+
"step": 91
|
648 |
+
},
|
649 |
+
{
|
650 |
+
"epoch": 1.5862068965517242,
|
651 |
+
"grad_norm": 0.58984375,
|
652 |
+
"learning_rate": 5e-06,
|
653 |
+
"loss": 2.5611,
|
654 |
+
"step": 92
|
655 |
+
},
|
656 |
+
{
|
657 |
+
"epoch": 1.603448275862069,
|
658 |
+
"grad_norm": 0.59765625,
|
659 |
+
"learning_rate": 4.905379363794907e-06,
|
660 |
+
"loss": 2.5033,
|
661 |
+
"step": 93
|
662 |
+
},
|
663 |
+
{
|
664 |
+
"epoch": 1.6206896551724137,
|
665 |
+
"grad_norm": 0.59765625,
|
666 |
+
"learning_rate": 4.81079261641165e-06,
|
667 |
+
"loss": 2.4482,
|
668 |
+
"step": 94
|
669 |
+
},
|
670 |
+
{
|
671 |
+
"epoch": 1.6379310344827587,
|
672 |
+
"grad_norm": 0.5859375,
|
673 |
+
"learning_rate": 4.71627363453463e-06,
|
674 |
+
"loss": 2.4975,
|
675 |
+
"step": 95
|
676 |
+
},
|
677 |
+
{
|
678 |
+
"epoch": 1.6551724137931034,
|
679 |
+
"grad_norm": 0.58984375,
|
680 |
+
"learning_rate": 4.6218562705777185e-06,
|
681 |
+
"loss": 2.5358,
|
682 |
+
"step": 96
|
683 |
+
},
|
684 |
+
{
|
685 |
+
"epoch": 1.6724137931034484,
|
686 |
+
"grad_norm": 0.58984375,
|
687 |
+
"learning_rate": 4.527574340559844e-06,
|
688 |
+
"loss": 2.4869,
|
689 |
+
"step": 97
|
690 |
+
},
|
691 |
+
{
|
692 |
+
"epoch": 1.6896551724137931,
|
693 |
+
"grad_norm": 0.56640625,
|
694 |
+
"learning_rate": 4.4334616119936516e-06,
|
695 |
+
"loss": 2.4609,
|
696 |
+
"step": 98
|
697 |
+
},
|
698 |
+
{
|
699 |
+
"epoch": 1.706896551724138,
|
700 |
+
"grad_norm": 0.5703125,
|
701 |
+
"learning_rate": 4.33955179179149e-06,
|
702 |
+
"loss": 2.5028,
|
703 |
+
"step": 99
|
704 |
+
},
|
705 |
+
{
|
706 |
+
"epoch": 1.7241379310344827,
|
707 |
+
"grad_norm": 0.5703125,
|
708 |
+
"learning_rate": 4.245878514193131e-06,
|
709 |
+
"loss": 2.4754,
|
710 |
+
"step": 100
|
711 |
+
},
|
712 |
+
{
|
713 |
+
"epoch": 1.7413793103448276,
|
714 |
+
"grad_norm": 0.59375,
|
715 |
+
"learning_rate": 4.152475328719517e-06,
|
716 |
+
"loss": 2.4999,
|
717 |
+
"step": 101
|
718 |
+
},
|
719 |
+
{
|
720 |
+
"epoch": 1.7586206896551724,
|
721 |
+
"grad_norm": 0.5625,
|
722 |
+
"learning_rate": 4.059375688156833e-06,
|
723 |
+
"loss": 2.4888,
|
724 |
+
"step": 102
|
725 |
+
},
|
726 |
+
{
|
727 |
+
"epoch": 1.7758620689655173,
|
728 |
+
"grad_norm": 0.5859375,
|
729 |
+
"learning_rate": 3.966612936575235e-06,
|
730 |
+
"loss": 2.4616,
|
731 |
+
"step": 103
|
732 |
+
},
|
733 |
+
{
|
734 |
+
"epoch": 1.793103448275862,
|
735 |
+
"grad_norm": 0.578125,
|
736 |
+
"learning_rate": 3.87422029738653e-06,
|
737 |
+
"loss": 2.5035,
|
738 |
+
"step": 104
|
739 |
+
},
|
740 |
+
{
|
741 |
+
"epoch": 1.8103448275862069,
|
742 |
+
"grad_norm": 0.578125,
|
743 |
+
"learning_rate": 3.782230861445041e-06,
|
744 |
+
"loss": 2.4758,
|
745 |
+
"step": 105
|
746 |
+
},
|
747 |
+
{
|
748 |
+
"epoch": 1.8275862068965516,
|
749 |
+
"grad_norm": 0.5859375,
|
750 |
+
"learning_rate": 3.6906775751959667e-06,
|
751 |
+
"loss": 2.4702,
|
752 |
+
"step": 106
|
753 |
+
},
|
754 |
+
{
|
755 |
+
"epoch": 1.8448275862068966,
|
756 |
+
"grad_norm": 0.58203125,
|
757 |
+
"learning_rate": 3.5995932288754655e-06,
|
758 |
+
"loss": 2.4774,
|
759 |
+
"step": 107
|
760 |
+
},
|
761 |
+
{
|
762 |
+
"epoch": 1.8620689655172413,
|
763 |
+
"grad_norm": 0.5703125,
|
764 |
+
"learning_rate": 3.509010444766674e-06,
|
765 |
+
"loss": 2.4498,
|
766 |
+
"step": 108
|
767 |
+
},
|
768 |
+
{
|
769 |
+
"epoch": 1.8793103448275863,
|
770 |
+
"grad_norm": 0.57421875,
|
771 |
+
"learning_rate": 3.4189616655158803e-06,
|
772 |
+
"loss": 2.4637,
|
773 |
+
"step": 109
|
774 |
+
},
|
775 |
+
{
|
776 |
+
"epoch": 1.896551724137931,
|
777 |
+
"grad_norm": 0.59375,
|
778 |
+
"learning_rate": 3.3294791425130512e-06,
|
779 |
+
"loss": 2.4424,
|
780 |
+
"step": 110
|
781 |
+
},
|
782 |
+
{
|
783 |
+
"epoch": 1.9137931034482758,
|
784 |
+
"grad_norm": 0.578125,
|
785 |
+
"learning_rate": 3.240594924340835e-06,
|
786 |
+
"loss": 2.5001,
|
787 |
+
"step": 111
|
788 |
+
},
|
789 |
+
{
|
790 |
+
"epoch": 1.9310344827586206,
|
791 |
+
"grad_norm": 0.5703125,
|
792 |
+
"learning_rate": 3.1523408452962156e-06,
|
793 |
+
"loss": 2.4744,
|
794 |
+
"step": 112
|
795 |
+
},
|
796 |
+
{
|
797 |
+
"epoch": 1.9482758620689655,
|
798 |
+
"grad_norm": 0.578125,
|
799 |
+
"learning_rate": 3.0647485139889145e-06,
|
800 |
+
"loss": 2.4345,
|
801 |
+
"step": 113
|
802 |
+
},
|
803 |
+
{
|
804 |
+
"epoch": 1.9655172413793105,
|
805 |
+
"grad_norm": 0.58203125,
|
806 |
+
"learning_rate": 2.9778493020206155e-06,
|
807 |
+
"loss": 2.4341,
|
808 |
+
"step": 114
|
809 |
+
},
|
810 |
+
{
|
811 |
+
"epoch": 1.9827586206896552,
|
812 |
+
"grad_norm": 0.578125,
|
813 |
+
"learning_rate": 2.89167433274908e-06,
|
814 |
+
"loss": 2.4849,
|
815 |
+
"step": 115
|
816 |
+
},
|
817 |
+
{
|
818 |
+
"epoch": 2.0,
|
819 |
+
"grad_norm": 8.5,
|
820 |
+
"learning_rate": 2.806254470141174e-06,
|
821 |
+
"loss": 2.672,
|
822 |
+
"step": 116
|
823 |
+
},
|
824 |
+
{
|
825 |
+
"epoch": 2.0172413793103448,
|
826 |
+
"grad_norm": 0.5703125,
|
827 |
+
"learning_rate": 2.721620307718793e-06,
|
828 |
+
"loss": 2.4653,
|
829 |
+
"step": 117
|
830 |
+
},
|
831 |
+
{
|
832 |
+
"epoch": 2.0344827586206895,
|
833 |
+
"grad_norm": 0.58984375,
|
834 |
+
"learning_rate": 2.6378021576016467e-06,
|
835 |
+
"loss": 2.4909,
|
836 |
+
"step": 118
|
837 |
+
},
|
838 |
+
{
|
839 |
+
"epoch": 2.0517241379310347,
|
840 |
+
"grad_norm": 0.57421875,
|
841 |
+
"learning_rate": 2.554830039650834e-06,
|
842 |
+
"loss": 2.4597,
|
843 |
+
"step": 119
|
844 |
+
},
|
845 |
+
{
|
846 |
+
"epoch": 2.0689655172413794,
|
847 |
+
"grad_norm": 0.56640625,
|
848 |
+
"learning_rate": 2.4727336707170973e-06,
|
849 |
+
"loss": 2.4821,
|
850 |
+
"step": 120
|
851 |
+
},
|
852 |
+
{
|
853 |
+
"epoch": 2.086206896551724,
|
854 |
+
"grad_norm": 0.57421875,
|
855 |
+
"learning_rate": 2.391542453997578e-06,
|
856 |
+
"loss": 2.5163,
|
857 |
+
"step": 121
|
858 |
+
},
|
859 |
+
{
|
860 |
+
"epoch": 2.103448275862069,
|
861 |
+
"grad_norm": 0.5859375,
|
862 |
+
"learning_rate": 2.3112854685049397e-06,
|
863 |
+
"loss": 2.4828,
|
864 |
+
"step": 122
|
865 |
+
},
|
866 |
+
{
|
867 |
+
"epoch": 2.1206896551724137,
|
868 |
+
"grad_norm": 0.59375,
|
869 |
+
"learning_rate": 2.2319914586525776e-06,
|
870 |
+
"loss": 2.5516,
|
871 |
+
"step": 123
|
872 |
+
},
|
873 |
+
{
|
874 |
+
"epoch": 2.1379310344827585,
|
875 |
+
"grad_norm": 0.5859375,
|
876 |
+
"learning_rate": 2.1536888239596714e-06,
|
877 |
+
"loss": 2.5319,
|
878 |
+
"step": 124
|
879 |
+
},
|
880 |
+
{
|
881 |
+
"epoch": 2.1551724137931036,
|
882 |
+
"grad_norm": 0.58984375,
|
883 |
+
"learning_rate": 2.0764056088797646e-06,
|
884 |
+
"loss": 2.4779,
|
885 |
+
"step": 125
|
886 |
+
},
|
887 |
+
{
|
888 |
+
"epoch": 2.1724137931034484,
|
889 |
+
"grad_norm": 0.5859375,
|
890 |
+
"learning_rate": 2.000169492756523e-06,
|
891 |
+
"loss": 2.4576,
|
892 |
+
"step": 126
|
893 |
+
},
|
894 |
+
{
|
895 |
+
"epoch": 2.189655172413793,
|
896 |
+
"grad_norm": 0.578125,
|
897 |
+
"learning_rate": 1.9250077799102323e-06,
|
898 |
+
"loss": 2.517,
|
899 |
+
"step": 127
|
900 |
+
},
|
901 |
+
{
|
902 |
+
"epoch": 2.206896551724138,
|
903 |
+
"grad_norm": 0.578125,
|
904 |
+
"learning_rate": 1.8509473898586432e-06,
|
905 |
+
"loss": 2.4432,
|
906 |
+
"step": 128
|
907 |
+
},
|
908 |
+
{
|
909 |
+
"epoch": 2.2241379310344827,
|
910 |
+
"grad_norm": 0.58203125,
|
911 |
+
"learning_rate": 1.7780148476756148e-06,
|
912 |
+
"loss": 2.5175,
|
913 |
+
"step": 129
|
914 |
+
},
|
915 |
+
{
|
916 |
+
"epoch": 2.2413793103448274,
|
917 |
+
"grad_norm": 0.58203125,
|
918 |
+
"learning_rate": 1.7062362744910321e-06,
|
919 |
+
"loss": 2.5205,
|
920 |
+
"step": 130
|
921 |
+
},
|
922 |
+
{
|
923 |
+
"epoch": 2.2586206896551726,
|
924 |
+
"grad_norm": 0.578125,
|
925 |
+
"learning_rate": 1.6356373781354058e-06,
|
926 |
+
"loss": 2.4785,
|
927 |
+
"step": 131
|
928 |
+
},
|
929 |
+
{
|
930 |
+
"epoch": 2.2758620689655173,
|
931 |
+
"grad_norm": 0.59375,
|
932 |
+
"learning_rate": 1.566243443932496e-06,
|
933 |
+
"loss": 2.4949,
|
934 |
+
"step": 132
|
935 |
+
},
|
936 |
+
{
|
937 |
+
"epoch": 2.293103448275862,
|
938 |
+
"grad_norm": 0.58984375,
|
939 |
+
"learning_rate": 1.4980793256432474e-06,
|
940 |
+
"loss": 2.4718,
|
941 |
+
"step": 133
|
942 |
+
},
|
943 |
+
{
|
944 |
+
"epoch": 2.310344827586207,
|
945 |
+
"grad_norm": 0.5703125,
|
946 |
+
"learning_rate": 1.4311694365643048e-06,
|
947 |
+
"loss": 2.4628,
|
948 |
+
"step": 134
|
949 |
+
},
|
950 |
+
{
|
951 |
+
"epoch": 2.3275862068965516,
|
952 |
+
"grad_norm": 0.58203125,
|
953 |
+
"learning_rate": 1.3655377407842813e-06,
|
954 |
+
"loss": 2.4419,
|
955 |
+
"step": 135
|
956 |
+
},
|
957 |
+
{
|
958 |
+
"epoch": 2.344827586206897,
|
959 |
+
"grad_norm": 0.58203125,
|
960 |
+
"learning_rate": 1.3012077446008969e-06,
|
961 |
+
"loss": 2.5397,
|
962 |
+
"step": 136
|
963 |
+
},
|
964 |
+
{
|
965 |
+
"epoch": 2.3620689655172415,
|
966 |
+
"grad_norm": 0.56640625,
|
967 |
+
"learning_rate": 1.2382024881020937e-06,
|
968 |
+
"loss": 2.4173,
|
969 |
+
"step": 137
|
970 |
+
},
|
971 |
+
{
|
972 |
+
"epoch": 2.3793103448275863,
|
973 |
+
"grad_norm": 0.58203125,
|
974 |
+
"learning_rate": 1.1765445369141276e-06,
|
975 |
+
"loss": 2.4625,
|
976 |
+
"step": 138
|
977 |
+
},
|
978 |
+
{
|
979 |
+
"epoch": 2.396551724137931,
|
980 |
+
"grad_norm": 0.625,
|
981 |
+
"learning_rate": 1.1162559741195733e-06,
|
982 |
+
"loss": 2.4921,
|
983 |
+
"step": 139
|
984 |
+
},
|
985 |
+
{
|
986 |
+
"epoch": 2.413793103448276,
|
987 |
+
"grad_norm": 0.57421875,
|
988 |
+
"learning_rate": 1.057358392348171e-06,
|
989 |
+
"loss": 2.4595,
|
990 |
+
"step": 140
|
991 |
+
},
|
992 |
+
{
|
993 |
+
"epoch": 2.4310344827586206,
|
994 |
+
"grad_norm": 0.56640625,
|
995 |
+
"learning_rate": 9.998728860433277e-07,
|
996 |
+
"loss": 2.518,
|
997 |
+
"step": 141
|
998 |
+
},
|
999 |
+
{
|
1000 |
+
"epoch": 2.4482758620689653,
|
1001 |
+
"grad_norm": 0.56640625,
|
1002 |
+
"learning_rate": 9.438200439070388e-07,
|
1003 |
+
"loss": 2.4773,
|
1004 |
+
"step": 142
|
1005 |
+
},
|
1006 |
+
{
|
1007 |
+
"epoch": 2.4655172413793105,
|
1008 |
+
"grad_norm": 0.578125,
|
1009 |
+
"learning_rate": 8.892199415259501e-07,
|
1010 |
+
"loss": 2.4426,
|
1011 |
+
"step": 143
|
1012 |
+
},
|
1013 |
+
{
|
1014 |
+
"epoch": 2.4827586206896552,
|
1015 |
+
"grad_norm": 0.59375,
|
1016 |
+
"learning_rate": 8.360921341811956e-07,
|
1017 |
+
"loss": 2.5139,
|
1018 |
+
"step": 144
|
1019 |
+
},
|
1020 |
+
{
|
1021 |
+
"epoch": 2.5,
|
1022 |
+
"grad_norm": 0.58203125,
|
1023 |
+
"learning_rate": 7.844556498445788e-07,
|
1024 |
+
"loss": 2.4961,
|
1025 |
+
"step": 145
|
1026 |
+
},
|
1027 |
+
{
|
1028 |
+
"epoch": 2.5172413793103448,
|
1029 |
+
"grad_norm": 0.5859375,
|
1030 |
+
"learning_rate": 7.343289823636168e-07,
|
1031 |
+
"loss": 2.4857,
|
1032 |
+
"step": 146
|
1033 |
+
},
|
1034 |
+
{
|
1035 |
+
"epoch": 2.5344827586206895,
|
1036 |
+
"grad_norm": 0.5859375,
|
1037 |
+
"learning_rate": 6.857300848378857e-07,
|
1038 |
+
"loss": 2.4787,
|
1039 |
+
"step": 147
|
1040 |
+
},
|
1041 |
+
{
|
1042 |
+
"epoch": 2.5517241379310347,
|
1043 |
+
"grad_norm": 0.56640625,
|
1044 |
+
"learning_rate": 6.386763631890313e-07,
|
1045 |
+
"loss": 2.4518,
|
1046 |
+
"step": 148
|
1047 |
+
},
|
1048 |
+
{
|
1049 |
+
"epoch": 2.5689655172413794,
|
1050 |
+
"grad_norm": 0.58984375,
|
1051 |
+
"learning_rate": 5.931846699267558e-07,
|
1052 |
+
"loss": 2.4404,
|
1053 |
+
"step": 149
|
1054 |
+
},
|
1055 |
+
{
|
1056 |
+
"epoch": 2.586206896551724,
|
1057 |
+
"grad_norm": 0.56640625,
|
1058 |
+
"learning_rate": 5.492712981130171e-07,
|
1059 |
+
"loss": 2.52,
|
1060 |
+
"step": 150
|
1061 |
+
},
|
1062 |
+
{
|
1063 |
+
"epoch": 2.603448275862069,
|
1064 |
+
"grad_norm": 0.58984375,
|
1065 |
+
"learning_rate": 5.0695197552659e-07,
|
1066 |
+
"loss": 2.4569,
|
1067 |
+
"step": 151
|
1068 |
+
},
|
1069 |
+
{
|
1070 |
+
"epoch": 2.6206896551724137,
|
1071 |
+
"grad_norm": 0.5703125,
|
1072 |
+
"learning_rate": 4.6624185903008713e-07,
|
1073 |
+
"loss": 2.4528,
|
1074 |
+
"step": 152
|
1075 |
+
},
|
1076 |
+
{
|
1077 |
+
"epoch": 2.637931034482759,
|
1078 |
+
"grad_norm": 0.5859375,
|
1079 |
+
"learning_rate": 4.271555291414636e-07,
|
1080 |
+
"loss": 2.4914,
|
1081 |
+
"step": 153
|
1082 |
+
},
|
1083 |
+
{
|
1084 |
+
"epoch": 2.655172413793103,
|
1085 |
+
"grad_norm": 0.56640625,
|
1086 |
+
"learning_rate": 3.8970698481193225e-07,
|
1087 |
+
"loss": 2.4934,
|
1088 |
+
"step": 154
|
1089 |
+
},
|
1090 |
+
{
|
1091 |
+
"epoch": 2.6724137931034484,
|
1092 |
+
"grad_norm": 0.59375,
|
1093 |
+
"learning_rate": 3.539096384121743e-07,
|
1094 |
+
"loss": 2.5423,
|
1095 |
+
"step": 155
|
1096 |
+
},
|
1097 |
+
{
|
1098 |
+
"epoch": 2.689655172413793,
|
1099 |
+
"grad_norm": 0.58984375,
|
1100 |
+
"learning_rate": 3.1977631092863613e-07,
|
1101 |
+
"loss": 2.4767,
|
1102 |
+
"step": 156
|
1103 |
+
},
|
1104 |
+
{
|
1105 |
+
"epoch": 2.706896551724138,
|
1106 |
+
"grad_norm": 0.56640625,
|
1107 |
+
"learning_rate": 2.873192273716369e-07,
|
1108 |
+
"loss": 2.4789,
|
1109 |
+
"step": 157
|
1110 |
+
},
|
1111 |
+
{
|
1112 |
+
"epoch": 2.7241379310344827,
|
1113 |
+
"grad_norm": 0.578125,
|
1114 |
+
"learning_rate": 2.5655001239691836e-07,
|
1115 |
+
"loss": 2.5066,
|
1116 |
+
"step": 158
|
1117 |
+
},
|
1118 |
+
{
|
1119 |
+
"epoch": 2.7413793103448274,
|
1120 |
+
"grad_norm": 0.5859375,
|
1121 |
+
"learning_rate": 2.274796861422246e-07,
|
1122 |
+
"loss": 2.4971,
|
1123 |
+
"step": 159
|
1124 |
+
},
|
1125 |
+
{
|
1126 |
+
"epoch": 2.7586206896551726,
|
1127 |
+
"grad_norm": 0.578125,
|
1128 |
+
"learning_rate": 2.0011866028038617e-07,
|
1129 |
+
"loss": 2.4953,
|
1130 |
+
"step": 160
|
1131 |
+
},
|
1132 |
+
{
|
1133 |
+
"epoch": 2.7758620689655173,
|
1134 |
+
"grad_norm": 0.578125,
|
1135 |
+
"learning_rate": 1.7447673429033361e-07,
|
1136 |
+
"loss": 2.433,
|
1137 |
+
"step": 161
|
1138 |
+
},
|
1139 |
+
{
|
1140 |
+
"epoch": 2.793103448275862,
|
1141 |
+
"grad_norm": 0.55859375,
|
1142 |
+
"learning_rate": 1.5056309194736385e-07,
|
1143 |
+
"loss": 2.4957,
|
1144 |
+
"step": 162
|
1145 |
+
},
|
1146 |
+
{
|
1147 |
+
"epoch": 2.810344827586207,
|
1148 |
+
"grad_norm": 0.57421875,
|
1149 |
+
"learning_rate": 1.2838629803393343e-07,
|
1150 |
+
"loss": 2.5096,
|
1151 |
+
"step": 163
|
1152 |
+
},
|
1153 |
+
{
|
1154 |
+
"epoch": 2.8275862068965516,
|
1155 |
+
"grad_norm": 0.578125,
|
1156 |
+
"learning_rate": 1.0795429527213685e-07,
|
1157 |
+
"loss": 2.4909,
|
1158 |
+
"step": 164
|
1159 |
+
},
|
1160 |
+
{
|
1161 |
+
"epoch": 2.844827586206897,
|
1162 |
+
"grad_norm": 0.58984375,
|
1163 |
+
"learning_rate": 8.927440147898703e-08,
|
1164 |
+
"loss": 2.4872,
|
1165 |
+
"step": 165
|
1166 |
+
},
|
1167 |
+
{
|
1168 |
+
"epoch": 2.862068965517241,
|
1169 |
+
"grad_norm": 0.5703125,
|
1170 |
+
"learning_rate": 7.235330694550402e-08,
|
1171 |
+
"loss": 2.5162,
|
1172 |
+
"step": 166
|
1173 |
+
},
|
1174 |
+
{
|
1175 |
+
"epoch": 2.8793103448275863,
|
1176 |
+
"grad_norm": 0.5859375,
|
1177 |
+
"learning_rate": 5.7197072040557356e-08,
|
1178 |
+
"loss": 2.5127,
|
1179 |
+
"step": 167
|
1180 |
+
},
|
1181 |
+
{
|
1182 |
+
"epoch": 2.896551724137931,
|
1183 |
+
"grad_norm": 0.578125,
|
1184 |
+
"learning_rate": 4.381112504031337e-08,
|
1185 |
+
"loss": 2.4661,
|
1186 |
+
"step": 168
|
1187 |
+
},
|
1188 |
+
{
|
1189 |
+
"epoch": 2.913793103448276,
|
1190 |
+
"grad_norm": 0.5859375,
|
1191 |
+
"learning_rate": 3.220026018407541e-08,
|
1192 |
+
"loss": 2.4475,
|
1193 |
+
"step": 169
|
1194 |
+
},
|
1195 |
+
{
|
1196 |
+
"epoch": 2.9310344827586206,
|
1197 |
+
"grad_norm": 0.578125,
|
1198 |
+
"learning_rate": 2.236863595720562e-08,
|
1199 |
+
"loss": 2.4706,
|
1200 |
+
"step": 170
|
1201 |
+
},
|
1202 |
+
{
|
1203 |
+
"epoch": 2.9482758620689653,
|
1204 |
+
"grad_norm": 0.58984375,
|
1205 |
+
"learning_rate": 1.431977360173975e-08,
|
1206 |
+
"loss": 2.4365,
|
1207 |
+
"step": 171
|
1208 |
+
},
|
1209 |
+
{
|
1210 |
+
"epoch": 2.9655172413793105,
|
1211 |
+
"grad_norm": 0.58203125,
|
1212 |
+
"learning_rate": 8.056555855243675e-09,
|
1213 |
+
"loss": 2.4945,
|
1214 |
+
"step": 172
|
1215 |
+
},
|
1216 |
+
{
|
1217 |
+
"epoch": 2.9827586206896552,
|
1218 |
+
"grad_norm": 0.5703125,
|
1219 |
+
"learning_rate": 3.5812259183426457e-09,
|
1220 |
+
"loss": 2.4642,
|
1221 |
+
"step": 173
|
1222 |
+
},
|
1223 |
+
{
|
1224 |
+
"epoch": 3.0,
|
1225 |
+
"grad_norm": 5.28125,
|
1226 |
+
"learning_rate": 8.953866513111698e-10,
|
1227 |
+
"loss": 2.3197,
|
1228 |
+
"step": 174
|
1229 |
+
}
|
1230 |
+
],
|
1231 |
+
"logging_steps": 1,
|
1232 |
+
"max_steps": 174,
|
1233 |
+
"num_input_tokens_seen": 0,
|
1234 |
+
"num_train_epochs": 3,
|
1235 |
+
"save_steps": 58,
|
1236 |
+
"stateful_callbacks": {
|
1237 |
+
"TrainerControl": {
|
1238 |
+
"args": {
|
1239 |
+
"should_epoch_stop": false,
|
1240 |
+
"should_evaluate": false,
|
1241 |
+
"should_log": false,
|
1242 |
+
"should_save": true,
|
1243 |
+
"should_training_stop": true
|
1244 |
+
},
|
1245 |
+
"attributes": {}
|
1246 |
+
}
|
1247 |
+
},
|
1248 |
+
"total_flos": 1.0763682676368998e+18,
|
1249 |
+
"train_batch_size": 8,
|
1250 |
+
"trial_name": null,
|
1251 |
+
"trial_params": null
|
1252 |
+
}
|
checkpoint-174/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0be3f349f7a3fd9e30466668e6812794f83e6bab370c1a1e1650c7f1f413982c
|
3 |
+
size 6712
|
checkpoint-174/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|