Upload folder using huggingface_hub
Browse files- added_tokens.json +5 -0
- config.json +29 -0
- generation_config.json +14 -0
- merges.txt +0 -0
- model-00001-of-00007.safetensors +3 -0
- model-00002-of-00007.safetensors +3 -0
- model-00003-of-00007.safetensors +3 -0
- model-00004-of-00007.safetensors +3 -0
- model-00005-of-00007.safetensors +3 -0
- model-00006-of-00007.safetensors +3 -0
- model-00007-of-00007.safetensors +3 -0
- model.safetensors.index.json +346 -0
- special_tokens_map.json +20 -0
- tokenizer.json +0 -0
- tokenizer_config.json +44 -0
- trainer_state.json +1328 -0
- vocab.json +0 -0
added_tokens.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|endoftext|>": 151643,
|
3 |
+
"<|im_end|>": 151645,
|
4 |
+
"<|im_start|>": 151644
|
5 |
+
}
|
config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "Qwen/Qwen2-7B-Instruct",
|
3 |
+
"architectures": [
|
4 |
+
"Qwen2ForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 151643,
|
8 |
+
"eos_token_id": 151645,
|
9 |
+
"hidden_act": "silu",
|
10 |
+
"hidden_size": 3584,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"intermediate_size": 18944,
|
13 |
+
"max_position_embeddings": 32768,
|
14 |
+
"max_window_layers": 28,
|
15 |
+
"model_type": "qwen2",
|
16 |
+
"num_attention_heads": 28,
|
17 |
+
"num_hidden_layers": 28,
|
18 |
+
"num_key_value_heads": 4,
|
19 |
+
"rms_norm_eps": 1e-06,
|
20 |
+
"rope_scaling": null,
|
21 |
+
"rope_theta": 1000000.0,
|
22 |
+
"sliding_window": null,
|
23 |
+
"tie_word_embeddings": false,
|
24 |
+
"torch_dtype": "float32",
|
25 |
+
"transformers_version": "4.45.1",
|
26 |
+
"use_cache": false,
|
27 |
+
"use_sliding_window": false,
|
28 |
+
"vocab_size": 152064
|
29 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 151643,
|
3 |
+
"do_sample": true,
|
4 |
+
"eos_token_id": [
|
5 |
+
151645,
|
6 |
+
151643
|
7 |
+
],
|
8 |
+
"pad_token_id": 151643,
|
9 |
+
"repetition_penalty": 1.05,
|
10 |
+
"temperature": 0.7,
|
11 |
+
"top_k": 20,
|
12 |
+
"top_p": 0.8,
|
13 |
+
"transformers_version": "4.45.1"
|
14 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
model-00001-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc219a5c232b10aeac7f67d3e65a6c3d6c03465823f5e2b752c4db1add6ad21e
|
3 |
+
size 4976687216
|
model-00002-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:497e8613c3dca124676bbd90fd6c93477808d3255b325adc7a96074194a36dfb
|
3 |
+
size 4778622352
|
model-00003-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c25656b215f7e2cefc4e3ec49584936d9dca4bd52e852c999dd2e2b688ed08ab
|
3 |
+
size 4932743960
|
model-00004-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c8105997b28fea3703d0886cb23114e8d1f0a08077750753776939736f5bf097
|
3 |
+
size 4932743992
|
model-00005-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a644ff14152fc5a93be019d46fe416871ae8d0ad2d67615f91089f1887aac886
|
3 |
+
size 4998852296
|
model-00006-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e8cbb3c6b4d112f23af6c318dced149a8e377adde6bfa9d7bb27350e10acf86
|
3 |
+
size 3662865184
|
model-00007-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5cccfd82649d6d895d64c85ad439cbf04a4a30d76936b119b704a622d16a039
|
3 |
+
size 2179989632
|
model.safetensors.index.json
ADDED
@@ -0,0 +1,346 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 30462466048
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"lm_head.weight": "model-00007-of-00007.safetensors",
|
7 |
+
"model.embed_tokens.weight": "model-00001-of-00007.safetensors",
|
8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00007.safetensors",
|
9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00007.safetensors",
|
10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00007.safetensors",
|
11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00007.safetensors",
|
12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00007.safetensors",
|
13 |
+
"model.layers.0.self_attn.k_proj.bias": "model-00001-of-00007.safetensors",
|
14 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00007.safetensors",
|
15 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00007.safetensors",
|
16 |
+
"model.layers.0.self_attn.q_proj.bias": "model-00001-of-00007.safetensors",
|
17 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00007.safetensors",
|
18 |
+
"model.layers.0.self_attn.v_proj.bias": "model-00001-of-00007.safetensors",
|
19 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00007.safetensors",
|
20 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00007.safetensors",
|
21 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00007.safetensors",
|
22 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00007.safetensors",
|
23 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00007.safetensors",
|
24 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00007.safetensors",
|
25 |
+
"model.layers.1.self_attn.k_proj.bias": "model-00001-of-00007.safetensors",
|
26 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00007.safetensors",
|
27 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00007.safetensors",
|
28 |
+
"model.layers.1.self_attn.q_proj.bias": "model-00001-of-00007.safetensors",
|
29 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00007.safetensors",
|
30 |
+
"model.layers.1.self_attn.v_proj.bias": "model-00001-of-00007.safetensors",
|
31 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00007.safetensors",
|
32 |
+
"model.layers.10.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
33 |
+
"model.layers.10.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
|
34 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
35 |
+
"model.layers.10.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
|
36 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
37 |
+
"model.layers.10.self_attn.k_proj.bias": "model-00003-of-00007.safetensors",
|
38 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
39 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
40 |
+
"model.layers.10.self_attn.q_proj.bias": "model-00003-of-00007.safetensors",
|
41 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
42 |
+
"model.layers.10.self_attn.v_proj.bias": "model-00003-of-00007.safetensors",
|
43 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
44 |
+
"model.layers.11.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
45 |
+
"model.layers.11.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
|
46 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
47 |
+
"model.layers.11.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
|
48 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
49 |
+
"model.layers.11.self_attn.k_proj.bias": "model-00003-of-00007.safetensors",
|
50 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
51 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
52 |
+
"model.layers.11.self_attn.q_proj.bias": "model-00003-of-00007.safetensors",
|
53 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
54 |
+
"model.layers.11.self_attn.v_proj.bias": "model-00003-of-00007.safetensors",
|
55 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
56 |
+
"model.layers.12.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
57 |
+
"model.layers.12.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
|
58 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
59 |
+
"model.layers.12.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
|
60 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
61 |
+
"model.layers.12.self_attn.k_proj.bias": "model-00003-of-00007.safetensors",
|
62 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
63 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
64 |
+
"model.layers.12.self_attn.q_proj.bias": "model-00003-of-00007.safetensors",
|
65 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
66 |
+
"model.layers.12.self_attn.v_proj.bias": "model-00003-of-00007.safetensors",
|
67 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
68 |
+
"model.layers.13.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
69 |
+
"model.layers.13.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
70 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
71 |
+
"model.layers.13.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
72 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
73 |
+
"model.layers.13.self_attn.k_proj.bias": "model-00003-of-00007.safetensors",
|
74 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
75 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
76 |
+
"model.layers.13.self_attn.q_proj.bias": "model-00003-of-00007.safetensors",
|
77 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
78 |
+
"model.layers.13.self_attn.v_proj.bias": "model-00003-of-00007.safetensors",
|
79 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
80 |
+
"model.layers.14.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
81 |
+
"model.layers.14.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
82 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
|
83 |
+
"model.layers.14.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
84 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
85 |
+
"model.layers.14.self_attn.k_proj.bias": "model-00004-of-00007.safetensors",
|
86 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
87 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
88 |
+
"model.layers.14.self_attn.q_proj.bias": "model-00004-of-00007.safetensors",
|
89 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
90 |
+
"model.layers.14.self_attn.v_proj.bias": "model-00004-of-00007.safetensors",
|
91 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
92 |
+
"model.layers.15.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
93 |
+
"model.layers.15.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
94 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
|
95 |
+
"model.layers.15.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
96 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
97 |
+
"model.layers.15.self_attn.k_proj.bias": "model-00004-of-00007.safetensors",
|
98 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
99 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
100 |
+
"model.layers.15.self_attn.q_proj.bias": "model-00004-of-00007.safetensors",
|
101 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
102 |
+
"model.layers.15.self_attn.v_proj.bias": "model-00004-of-00007.safetensors",
|
103 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
104 |
+
"model.layers.16.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
105 |
+
"model.layers.16.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
106 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
|
107 |
+
"model.layers.16.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
108 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
109 |
+
"model.layers.16.self_attn.k_proj.bias": "model-00004-of-00007.safetensors",
|
110 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
111 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
112 |
+
"model.layers.16.self_attn.q_proj.bias": "model-00004-of-00007.safetensors",
|
113 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
114 |
+
"model.layers.16.self_attn.v_proj.bias": "model-00004-of-00007.safetensors",
|
115 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
116 |
+
"model.layers.17.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
117 |
+
"model.layers.17.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
118 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
|
119 |
+
"model.layers.17.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
120 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
121 |
+
"model.layers.17.self_attn.k_proj.bias": "model-00004-of-00007.safetensors",
|
122 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
123 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
124 |
+
"model.layers.17.self_attn.q_proj.bias": "model-00004-of-00007.safetensors",
|
125 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
126 |
+
"model.layers.17.self_attn.v_proj.bias": "model-00004-of-00007.safetensors",
|
127 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
128 |
+
"model.layers.18.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
129 |
+
"model.layers.18.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
130 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
|
131 |
+
"model.layers.18.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
132 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
133 |
+
"model.layers.18.self_attn.k_proj.bias": "model-00004-of-00007.safetensors",
|
134 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
135 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
136 |
+
"model.layers.18.self_attn.q_proj.bias": "model-00004-of-00007.safetensors",
|
137 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
138 |
+
"model.layers.18.self_attn.v_proj.bias": "model-00004-of-00007.safetensors",
|
139 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
140 |
+
"model.layers.19.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
141 |
+
"model.layers.19.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
142 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
143 |
+
"model.layers.19.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
|
144 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
145 |
+
"model.layers.19.self_attn.k_proj.bias": "model-00005-of-00007.safetensors",
|
146 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
147 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
148 |
+
"model.layers.19.self_attn.q_proj.bias": "model-00005-of-00007.safetensors",
|
149 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
150 |
+
"model.layers.19.self_attn.v_proj.bias": "model-00005-of-00007.safetensors",
|
151 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
152 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00007.safetensors",
|
153 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00007.safetensors",
|
154 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00007.safetensors",
|
155 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00007.safetensors",
|
156 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00007.safetensors",
|
157 |
+
"model.layers.2.self_attn.k_proj.bias": "model-00001-of-00007.safetensors",
|
158 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00007.safetensors",
|
159 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00007.safetensors",
|
160 |
+
"model.layers.2.self_attn.q_proj.bias": "model-00001-of-00007.safetensors",
|
161 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00007.safetensors",
|
162 |
+
"model.layers.2.self_attn.v_proj.bias": "model-00001-of-00007.safetensors",
|
163 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00007.safetensors",
|
164 |
+
"model.layers.20.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
165 |
+
"model.layers.20.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
166 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
167 |
+
"model.layers.20.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
|
168 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
169 |
+
"model.layers.20.self_attn.k_proj.bias": "model-00005-of-00007.safetensors",
|
170 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
171 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
172 |
+
"model.layers.20.self_attn.q_proj.bias": "model-00005-of-00007.safetensors",
|
173 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
174 |
+
"model.layers.20.self_attn.v_proj.bias": "model-00005-of-00007.safetensors",
|
175 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
176 |
+
"model.layers.21.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
177 |
+
"model.layers.21.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
178 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
179 |
+
"model.layers.21.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
|
180 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
181 |
+
"model.layers.21.self_attn.k_proj.bias": "model-00005-of-00007.safetensors",
|
182 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
183 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
184 |
+
"model.layers.21.self_attn.q_proj.bias": "model-00005-of-00007.safetensors",
|
185 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
186 |
+
"model.layers.21.self_attn.v_proj.bias": "model-00005-of-00007.safetensors",
|
187 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
188 |
+
"model.layers.22.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
189 |
+
"model.layers.22.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
190 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
191 |
+
"model.layers.22.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
|
192 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
193 |
+
"model.layers.22.self_attn.k_proj.bias": "model-00005-of-00007.safetensors",
|
194 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
195 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
196 |
+
"model.layers.22.self_attn.q_proj.bias": "model-00005-of-00007.safetensors",
|
197 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
198 |
+
"model.layers.22.self_attn.v_proj.bias": "model-00005-of-00007.safetensors",
|
199 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
200 |
+
"model.layers.23.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
201 |
+
"model.layers.23.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
202 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
203 |
+
"model.layers.23.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
|
204 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
205 |
+
"model.layers.23.self_attn.k_proj.bias": "model-00005-of-00007.safetensors",
|
206 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
207 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
208 |
+
"model.layers.23.self_attn.q_proj.bias": "model-00005-of-00007.safetensors",
|
209 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
210 |
+
"model.layers.23.self_attn.v_proj.bias": "model-00005-of-00007.safetensors",
|
211 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
212 |
+
"model.layers.24.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
213 |
+
"model.layers.24.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
|
214 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
|
215 |
+
"model.layers.24.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
|
216 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
217 |
+
"model.layers.24.self_attn.k_proj.bias": "model-00005-of-00007.safetensors",
|
218 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
219 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
220 |
+
"model.layers.24.self_attn.q_proj.bias": "model-00005-of-00007.safetensors",
|
221 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
222 |
+
"model.layers.24.self_attn.v_proj.bias": "model-00005-of-00007.safetensors",
|
223 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
224 |
+
"model.layers.25.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
225 |
+
"model.layers.25.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
|
226 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
|
227 |
+
"model.layers.25.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
|
228 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
229 |
+
"model.layers.25.self_attn.k_proj.bias": "model-00006-of-00007.safetensors",
|
230 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
231 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
232 |
+
"model.layers.25.self_attn.q_proj.bias": "model-00006-of-00007.safetensors",
|
233 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
234 |
+
"model.layers.25.self_attn.v_proj.bias": "model-00006-of-00007.safetensors",
|
235 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
236 |
+
"model.layers.26.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
237 |
+
"model.layers.26.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
|
238 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
|
239 |
+
"model.layers.26.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
|
240 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
241 |
+
"model.layers.26.self_attn.k_proj.bias": "model-00006-of-00007.safetensors",
|
242 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
243 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
244 |
+
"model.layers.26.self_attn.q_proj.bias": "model-00006-of-00007.safetensors",
|
245 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
246 |
+
"model.layers.26.self_attn.v_proj.bias": "model-00006-of-00007.safetensors",
|
247 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
248 |
+
"model.layers.27.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
249 |
+
"model.layers.27.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
|
250 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
|
251 |
+
"model.layers.27.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
|
252 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
253 |
+
"model.layers.27.self_attn.k_proj.bias": "model-00006-of-00007.safetensors",
|
254 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
255 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
256 |
+
"model.layers.27.self_attn.q_proj.bias": "model-00006-of-00007.safetensors",
|
257 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
258 |
+
"model.layers.27.self_attn.v_proj.bias": "model-00006-of-00007.safetensors",
|
259 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
260 |
+
"model.layers.3.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
261 |
+
"model.layers.3.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
|
262 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
263 |
+
"model.layers.3.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
|
264 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
265 |
+
"model.layers.3.self_attn.k_proj.bias": "model-00002-of-00007.safetensors",
|
266 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
267 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
268 |
+
"model.layers.3.self_attn.q_proj.bias": "model-00002-of-00007.safetensors",
|
269 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
270 |
+
"model.layers.3.self_attn.v_proj.bias": "model-00002-of-00007.safetensors",
|
271 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
272 |
+
"model.layers.4.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
273 |
+
"model.layers.4.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
|
274 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
275 |
+
"model.layers.4.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
|
276 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
277 |
+
"model.layers.4.self_attn.k_proj.bias": "model-00002-of-00007.safetensors",
|
278 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
279 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
280 |
+
"model.layers.4.self_attn.q_proj.bias": "model-00002-of-00007.safetensors",
|
281 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
282 |
+
"model.layers.4.self_attn.v_proj.bias": "model-00002-of-00007.safetensors",
|
283 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
284 |
+
"model.layers.5.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
285 |
+
"model.layers.5.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
|
286 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
287 |
+
"model.layers.5.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
|
288 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
289 |
+
"model.layers.5.self_attn.k_proj.bias": "model-00002-of-00007.safetensors",
|
290 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
291 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
292 |
+
"model.layers.5.self_attn.q_proj.bias": "model-00002-of-00007.safetensors",
|
293 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
294 |
+
"model.layers.5.self_attn.v_proj.bias": "model-00002-of-00007.safetensors",
|
295 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
296 |
+
"model.layers.6.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
297 |
+
"model.layers.6.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
|
298 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
299 |
+
"model.layers.6.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
|
300 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
301 |
+
"model.layers.6.self_attn.k_proj.bias": "model-00002-of-00007.safetensors",
|
302 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
303 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
304 |
+
"model.layers.6.self_attn.q_proj.bias": "model-00002-of-00007.safetensors",
|
305 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
306 |
+
"model.layers.6.self_attn.v_proj.bias": "model-00002-of-00007.safetensors",
|
307 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
308 |
+
"model.layers.7.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
309 |
+
"model.layers.7.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
|
310 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
311 |
+
"model.layers.7.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
|
312 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
313 |
+
"model.layers.7.self_attn.k_proj.bias": "model-00002-of-00007.safetensors",
|
314 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
315 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
316 |
+
"model.layers.7.self_attn.q_proj.bias": "model-00002-of-00007.safetensors",
|
317 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
318 |
+
"model.layers.7.self_attn.v_proj.bias": "model-00002-of-00007.safetensors",
|
319 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
320 |
+
"model.layers.8.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
321 |
+
"model.layers.8.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
|
322 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
323 |
+
"model.layers.8.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
|
324 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
325 |
+
"model.layers.8.self_attn.k_proj.bias": "model-00002-of-00007.safetensors",
|
326 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
327 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
328 |
+
"model.layers.8.self_attn.q_proj.bias": "model-00002-of-00007.safetensors",
|
329 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
330 |
+
"model.layers.8.self_attn.v_proj.bias": "model-00002-of-00007.safetensors",
|
331 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
332 |
+
"model.layers.9.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
333 |
+
"model.layers.9.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
|
334 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
335 |
+
"model.layers.9.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
|
336 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
337 |
+
"model.layers.9.self_attn.k_proj.bias": "model-00003-of-00007.safetensors",
|
338 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
339 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
340 |
+
"model.layers.9.self_attn.q_proj.bias": "model-00003-of-00007.safetensors",
|
341 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
342 |
+
"model.layers.9.self_attn.v_proj.bias": "model-00003-of-00007.safetensors",
|
343 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
344 |
+
"model.norm.weight": "model-00006-of-00007.safetensors"
|
345 |
+
}
|
346 |
+
}
|
special_tokens_map.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|im_start|>",
|
4 |
+
"<|im_end|>"
|
5 |
+
],
|
6 |
+
"eos_token": {
|
7 |
+
"content": "<|im_end|>",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": false,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false
|
12 |
+
},
|
13 |
+
"pad_token": {
|
14 |
+
"content": "<|endoftext|>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false
|
19 |
+
}
|
20 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"added_tokens_decoder": {
|
4 |
+
"151643": {
|
5 |
+
"content": "<|endoftext|>",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": false,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false,
|
10 |
+
"special": true
|
11 |
+
},
|
12 |
+
"151644": {
|
13 |
+
"content": "<|im_start|>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": false,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false,
|
18 |
+
"special": true
|
19 |
+
},
|
20 |
+
"151645": {
|
21 |
+
"content": "<|im_end|>",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": false,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false,
|
26 |
+
"special": true
|
27 |
+
}
|
28 |
+
},
|
29 |
+
"additional_special_tokens": [
|
30 |
+
"<|im_start|>",
|
31 |
+
"<|im_end|>"
|
32 |
+
],
|
33 |
+
"bos_token": null,
|
34 |
+
"chat_template": "{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n' }}{% endif %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
|
35 |
+
"clean_up_tokenization_spaces": false,
|
36 |
+
"eos_token": "<|im_end|>",
|
37 |
+
"errors": "replace",
|
38 |
+
"model_max_length": 131072,
|
39 |
+
"pad_token": "<|endoftext|>",
|
40 |
+
"padding_side": "right",
|
41 |
+
"split_special_tokens": false,
|
42 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
43 |
+
"unk_token": null
|
44 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,1328 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 1.0,
|
5 |
+
"eval_steps": 0,
|
6 |
+
"global_step": 185,
|
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.005405405405405406,
|
13 |
+
"grad_norm": 4.0049285888671875,
|
14 |
+
"learning_rate": 3.3333333333333335e-05,
|
15 |
+
"loss": 1.4543,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.010810810810810811,
|
20 |
+
"grad_norm": 3.6172754764556885,
|
21 |
+
"learning_rate": 6.666666666666667e-05,
|
22 |
+
"loss": 1.4798,
|
23 |
+
"step": 2
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.016216216216216217,
|
27 |
+
"grad_norm": 15.047930717468262,
|
28 |
+
"learning_rate": 0.0001,
|
29 |
+
"loss": 2.3166,
|
30 |
+
"step": 3
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.021621621621621623,
|
34 |
+
"grad_norm": 30.211719512939453,
|
35 |
+
"learning_rate": 0.00013333333333333334,
|
36 |
+
"loss": 3.0968,
|
37 |
+
"step": 4
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.02702702702702703,
|
41 |
+
"grad_norm": 85.43743133544922,
|
42 |
+
"learning_rate": 0.0001666666666666667,
|
43 |
+
"loss": 9.2485,
|
44 |
+
"step": 5
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.032432432432432434,
|
48 |
+
"grad_norm": 31.648372650146484,
|
49 |
+
"learning_rate": 0.0002,
|
50 |
+
"loss": 5.6812,
|
51 |
+
"step": 6
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.03783783783783784,
|
55 |
+
"grad_norm": 28.307153701782227,
|
56 |
+
"learning_rate": 0.00019899441340782124,
|
57 |
+
"loss": 4.923,
|
58 |
+
"step": 7
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.043243243243243246,
|
62 |
+
"grad_norm": 72.10746002197266,
|
63 |
+
"learning_rate": 0.00019798882681564247,
|
64 |
+
"loss": 5.2033,
|
65 |
+
"step": 8
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.04864864864864865,
|
69 |
+
"grad_norm": 245.99508666992188,
|
70 |
+
"learning_rate": 0.00019698324022346367,
|
71 |
+
"loss": 4.7967,
|
72 |
+
"step": 9
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.05405405405405406,
|
76 |
+
"grad_norm": 19.966106414794922,
|
77 |
+
"learning_rate": 0.00019597765363128493,
|
78 |
+
"loss": 4.4746,
|
79 |
+
"step": 10
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.05945945945945946,
|
83 |
+
"grad_norm": 13.21216869354248,
|
84 |
+
"learning_rate": 0.00019497206703910616,
|
85 |
+
"loss": 3.853,
|
86 |
+
"step": 11
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.06486486486486487,
|
90 |
+
"grad_norm": 22.403423309326172,
|
91 |
+
"learning_rate": 0.00019396648044692737,
|
92 |
+
"loss": 3.8436,
|
93 |
+
"step": 12
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.07027027027027027,
|
97 |
+
"grad_norm": 19.907819747924805,
|
98 |
+
"learning_rate": 0.0001929608938547486,
|
99 |
+
"loss": 3.4515,
|
100 |
+
"step": 13
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.07567567567567568,
|
104 |
+
"grad_norm": 13.797648429870605,
|
105 |
+
"learning_rate": 0.00019195530726256985,
|
106 |
+
"loss": 3.1302,
|
107 |
+
"step": 14
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.08108108108108109,
|
111 |
+
"grad_norm": 13.124836921691895,
|
112 |
+
"learning_rate": 0.00019094972067039108,
|
113 |
+
"loss": 2.9113,
|
114 |
+
"step": 15
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.08648648648648649,
|
118 |
+
"grad_norm": 5.7703022956848145,
|
119 |
+
"learning_rate": 0.0001899441340782123,
|
120 |
+
"loss": 2.63,
|
121 |
+
"step": 16
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.0918918918918919,
|
125 |
+
"grad_norm": 10.830033302307129,
|
126 |
+
"learning_rate": 0.00018893854748603352,
|
127 |
+
"loss": 2.3445,
|
128 |
+
"step": 17
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.0972972972972973,
|
132 |
+
"grad_norm": 6.587128162384033,
|
133 |
+
"learning_rate": 0.00018793296089385475,
|
134 |
+
"loss": 2.4421,
|
135 |
+
"step": 18
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.10270270270270271,
|
139 |
+
"grad_norm": 8.627386093139648,
|
140 |
+
"learning_rate": 0.000186927374301676,
|
141 |
+
"loss": 2.55,
|
142 |
+
"step": 19
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.10810810810810811,
|
146 |
+
"grad_norm": 6.208451747894287,
|
147 |
+
"learning_rate": 0.0001859217877094972,
|
148 |
+
"loss": 2.3098,
|
149 |
+
"step": 20
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 0.11351351351351352,
|
153 |
+
"grad_norm": 3.859027624130249,
|
154 |
+
"learning_rate": 0.00018491620111731844,
|
155 |
+
"loss": 2.1369,
|
156 |
+
"step": 21
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 0.11891891891891893,
|
160 |
+
"grad_norm": 4.324620723724365,
|
161 |
+
"learning_rate": 0.00018391061452513967,
|
162 |
+
"loss": 2.2362,
|
163 |
+
"step": 22
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 0.12432432432432433,
|
167 |
+
"grad_norm": 4.892393112182617,
|
168 |
+
"learning_rate": 0.00018290502793296093,
|
169 |
+
"loss": 2.1266,
|
170 |
+
"step": 23
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 0.12972972972972974,
|
174 |
+
"grad_norm": 5.422415733337402,
|
175 |
+
"learning_rate": 0.00018189944134078213,
|
176 |
+
"loss": 2.0899,
|
177 |
+
"step": 24
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.13513513513513514,
|
181 |
+
"grad_norm": 5.536099910736084,
|
182 |
+
"learning_rate": 0.00018089385474860333,
|
183 |
+
"loss": 1.9812,
|
184 |
+
"step": 25
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.14054054054054055,
|
188 |
+
"grad_norm": 3.9717321395874023,
|
189 |
+
"learning_rate": 0.0001798882681564246,
|
190 |
+
"loss": 1.8578,
|
191 |
+
"step": 26
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.14594594594594595,
|
195 |
+
"grad_norm": 4.257945537567139,
|
196 |
+
"learning_rate": 0.00017888268156424582,
|
197 |
+
"loss": 1.9502,
|
198 |
+
"step": 27
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.15135135135135136,
|
202 |
+
"grad_norm": 3.4768412113189697,
|
203 |
+
"learning_rate": 0.00017787709497206705,
|
204 |
+
"loss": 1.8821,
|
205 |
+
"step": 28
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.15675675675675677,
|
209 |
+
"grad_norm": 5.640548229217529,
|
210 |
+
"learning_rate": 0.00017687150837988826,
|
211 |
+
"loss": 1.8934,
|
212 |
+
"step": 29
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.16216216216216217,
|
216 |
+
"grad_norm": 3.2775862216949463,
|
217 |
+
"learning_rate": 0.00017586592178770951,
|
218 |
+
"loss": 1.7708,
|
219 |
+
"step": 30
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.16756756756756758,
|
223 |
+
"grad_norm": 3.5710699558258057,
|
224 |
+
"learning_rate": 0.00017486033519553075,
|
225 |
+
"loss": 1.7744,
|
226 |
+
"step": 31
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.17297297297297298,
|
230 |
+
"grad_norm": 2.6257646083831787,
|
231 |
+
"learning_rate": 0.00017385474860335198,
|
232 |
+
"loss": 1.6934,
|
233 |
+
"step": 32
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 0.1783783783783784,
|
237 |
+
"grad_norm": 3.9629523754119873,
|
238 |
+
"learning_rate": 0.00017284916201117318,
|
239 |
+
"loss": 1.7363,
|
240 |
+
"step": 33
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 0.1837837837837838,
|
244 |
+
"grad_norm": 2.3908259868621826,
|
245 |
+
"learning_rate": 0.00017184357541899444,
|
246 |
+
"loss": 1.7277,
|
247 |
+
"step": 34
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 0.1891891891891892,
|
251 |
+
"grad_norm": 2.75465989112854,
|
252 |
+
"learning_rate": 0.00017083798882681567,
|
253 |
+
"loss": 1.7093,
|
254 |
+
"step": 35
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 0.1945945945945946,
|
258 |
+
"grad_norm": 8.39667797088623,
|
259 |
+
"learning_rate": 0.00016983240223463687,
|
260 |
+
"loss": 1.8453,
|
261 |
+
"step": 36
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.2,
|
265 |
+
"grad_norm": 55.12360382080078,
|
266 |
+
"learning_rate": 0.0001688268156424581,
|
267 |
+
"loss": 2.7956,
|
268 |
+
"step": 37
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 0.20540540540540542,
|
272 |
+
"grad_norm": 7.613361358642578,
|
273 |
+
"learning_rate": 0.00016782122905027933,
|
274 |
+
"loss": 1.9827,
|
275 |
+
"step": 38
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 0.21081081081081082,
|
279 |
+
"grad_norm": 4.211851119995117,
|
280 |
+
"learning_rate": 0.00016681564245810056,
|
281 |
+
"loss": 1.8414,
|
282 |
+
"step": 39
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 0.21621621621621623,
|
286 |
+
"grad_norm": 3.3652498722076416,
|
287 |
+
"learning_rate": 0.0001658100558659218,
|
288 |
+
"loss": 1.8754,
|
289 |
+
"step": 40
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 0.22162162162162163,
|
293 |
+
"grad_norm": 4.680253982543945,
|
294 |
+
"learning_rate": 0.00016480446927374302,
|
295 |
+
"loss": 1.8269,
|
296 |
+
"step": 41
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 0.22702702702702704,
|
300 |
+
"grad_norm": 2.4161698818206787,
|
301 |
+
"learning_rate": 0.00016379888268156425,
|
302 |
+
"loss": 1.7132,
|
303 |
+
"step": 42
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 0.23243243243243245,
|
307 |
+
"grad_norm": 2.6352972984313965,
|
308 |
+
"learning_rate": 0.00016279329608938548,
|
309 |
+
"loss": 1.7756,
|
310 |
+
"step": 43
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 0.23783783783783785,
|
314 |
+
"grad_norm": 2.8735787868499756,
|
315 |
+
"learning_rate": 0.00016178770949720671,
|
316 |
+
"loss": 1.7029,
|
317 |
+
"step": 44
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 0.24324324324324326,
|
321 |
+
"grad_norm": 2.2981088161468506,
|
322 |
+
"learning_rate": 0.00016078212290502792,
|
323 |
+
"loss": 1.7449,
|
324 |
+
"step": 45
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 0.24864864864864866,
|
328 |
+
"grad_norm": 3.6938095092773438,
|
329 |
+
"learning_rate": 0.00015977653631284918,
|
330 |
+
"loss": 1.6877,
|
331 |
+
"step": 46
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 0.25405405405405407,
|
335 |
+
"grad_norm": 2.38474702835083,
|
336 |
+
"learning_rate": 0.00015877094972067038,
|
337 |
+
"loss": 1.5995,
|
338 |
+
"step": 47
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 0.2594594594594595,
|
342 |
+
"grad_norm": 2.466663360595703,
|
343 |
+
"learning_rate": 0.00015776536312849164,
|
344 |
+
"loss": 1.5037,
|
345 |
+
"step": 48
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 0.2648648648648649,
|
349 |
+
"grad_norm": 2.7223317623138428,
|
350 |
+
"learning_rate": 0.00015675977653631284,
|
351 |
+
"loss": 1.5707,
|
352 |
+
"step": 49
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 0.2702702702702703,
|
356 |
+
"grad_norm": 2.1740567684173584,
|
357 |
+
"learning_rate": 0.0001557541899441341,
|
358 |
+
"loss": 1.5779,
|
359 |
+
"step": 50
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 0.2756756756756757,
|
363 |
+
"grad_norm": 2.130438804626465,
|
364 |
+
"learning_rate": 0.0001547486033519553,
|
365 |
+
"loss": 1.581,
|
366 |
+
"step": 51
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 0.2810810810810811,
|
370 |
+
"grad_norm": 3.1053080558776855,
|
371 |
+
"learning_rate": 0.00015374301675977656,
|
372 |
+
"loss": 1.6141,
|
373 |
+
"step": 52
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 0.2864864864864865,
|
377 |
+
"grad_norm": 2.1347055435180664,
|
378 |
+
"learning_rate": 0.00015273743016759776,
|
379 |
+
"loss": 1.5882,
|
380 |
+
"step": 53
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 0.2918918918918919,
|
384 |
+
"grad_norm": 2.012467384338379,
|
385 |
+
"learning_rate": 0.000151731843575419,
|
386 |
+
"loss": 1.5219,
|
387 |
+
"step": 54
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 0.2972972972972973,
|
391 |
+
"grad_norm": 2.5574147701263428,
|
392 |
+
"learning_rate": 0.00015072625698324022,
|
393 |
+
"loss": 1.6298,
|
394 |
+
"step": 55
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 0.3027027027027027,
|
398 |
+
"grad_norm": 3.091801881790161,
|
399 |
+
"learning_rate": 0.00014972067039106145,
|
400 |
+
"loss": 1.515,
|
401 |
+
"step": 56
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 0.3081081081081081,
|
405 |
+
"grad_norm": 2.234355926513672,
|
406 |
+
"learning_rate": 0.00014871508379888268,
|
407 |
+
"loss": 1.5501,
|
408 |
+
"step": 57
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 0.31351351351351353,
|
412 |
+
"grad_norm": 3.299154281616211,
|
413 |
+
"learning_rate": 0.00014770949720670391,
|
414 |
+
"loss": 1.6285,
|
415 |
+
"step": 58
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 0.31891891891891894,
|
419 |
+
"grad_norm": 2.0043587684631348,
|
420 |
+
"learning_rate": 0.00014670391061452514,
|
421 |
+
"loss": 1.5218,
|
422 |
+
"step": 59
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 0.32432432432432434,
|
426 |
+
"grad_norm": 2.3809549808502197,
|
427 |
+
"learning_rate": 0.00014569832402234638,
|
428 |
+
"loss": 1.4872,
|
429 |
+
"step": 60
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 0.32972972972972975,
|
433 |
+
"grad_norm": 2.2580623626708984,
|
434 |
+
"learning_rate": 0.0001446927374301676,
|
435 |
+
"loss": 1.4445,
|
436 |
+
"step": 61
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 0.33513513513513515,
|
440 |
+
"grad_norm": 1.822764277458191,
|
441 |
+
"learning_rate": 0.00014368715083798884,
|
442 |
+
"loss": 1.551,
|
443 |
+
"step": 62
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 0.34054054054054056,
|
447 |
+
"grad_norm": 1.8461302518844604,
|
448 |
+
"learning_rate": 0.00014268156424581004,
|
449 |
+
"loss": 1.4394,
|
450 |
+
"step": 63
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 0.34594594594594597,
|
454 |
+
"grad_norm": 1.7777131795883179,
|
455 |
+
"learning_rate": 0.0001416759776536313,
|
456 |
+
"loss": 1.3559,
|
457 |
+
"step": 64
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 0.35135135135135137,
|
461 |
+
"grad_norm": 1.775188684463501,
|
462 |
+
"learning_rate": 0.00014067039106145253,
|
463 |
+
"loss": 1.506,
|
464 |
+
"step": 65
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 0.3567567567567568,
|
468 |
+
"grad_norm": 1.8579380512237549,
|
469 |
+
"learning_rate": 0.00013966480446927376,
|
470 |
+
"loss": 1.5416,
|
471 |
+
"step": 66
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 0.3621621621621622,
|
475 |
+
"grad_norm": 2.0866875648498535,
|
476 |
+
"learning_rate": 0.00013865921787709496,
|
477 |
+
"loss": 1.5526,
|
478 |
+
"step": 67
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 0.3675675675675676,
|
482 |
+
"grad_norm": 2.1562321186065674,
|
483 |
+
"learning_rate": 0.00013765363128491622,
|
484 |
+
"loss": 1.4969,
|
485 |
+
"step": 68
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 0.372972972972973,
|
489 |
+
"grad_norm": 1.928788185119629,
|
490 |
+
"learning_rate": 0.00013664804469273745,
|
491 |
+
"loss": 1.5515,
|
492 |
+
"step": 69
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"epoch": 0.3783783783783784,
|
496 |
+
"grad_norm": 2.124756336212158,
|
497 |
+
"learning_rate": 0.00013564245810055868,
|
498 |
+
"loss": 1.4266,
|
499 |
+
"step": 70
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 0.3837837837837838,
|
503 |
+
"grad_norm": 1.4556527137756348,
|
504 |
+
"learning_rate": 0.00013463687150837988,
|
505 |
+
"loss": 1.4718,
|
506 |
+
"step": 71
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 0.3891891891891892,
|
510 |
+
"grad_norm": 1.5127558708190918,
|
511 |
+
"learning_rate": 0.00013363128491620111,
|
512 |
+
"loss": 1.4323,
|
513 |
+
"step": 72
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 0.3945945945945946,
|
517 |
+
"grad_norm": 1.6139051914215088,
|
518 |
+
"learning_rate": 0.00013262569832402237,
|
519 |
+
"loss": 1.3959,
|
520 |
+
"step": 73
|
521 |
+
},
|
522 |
+
{
|
523 |
+
"epoch": 0.4,
|
524 |
+
"grad_norm": 2.1050167083740234,
|
525 |
+
"learning_rate": 0.00013162011173184358,
|
526 |
+
"loss": 1.508,
|
527 |
+
"step": 74
|
528 |
+
},
|
529 |
+
{
|
530 |
+
"epoch": 0.40540540540540543,
|
531 |
+
"grad_norm": 2.010802745819092,
|
532 |
+
"learning_rate": 0.0001306145251396648,
|
533 |
+
"loss": 1.4919,
|
534 |
+
"step": 75
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 0.41081081081081083,
|
538 |
+
"grad_norm": 5.8437981605529785,
|
539 |
+
"learning_rate": 0.00012960893854748604,
|
540 |
+
"loss": 1.4919,
|
541 |
+
"step": 76
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 0.41621621621621624,
|
545 |
+
"grad_norm": 3.061354637145996,
|
546 |
+
"learning_rate": 0.0001286033519553073,
|
547 |
+
"loss": 1.5347,
|
548 |
+
"step": 77
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"epoch": 0.42162162162162165,
|
552 |
+
"grad_norm": 1.7366749048233032,
|
553 |
+
"learning_rate": 0.0001275977653631285,
|
554 |
+
"loss": 1.4741,
|
555 |
+
"step": 78
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 0.42702702702702705,
|
559 |
+
"grad_norm": 3.3530421257019043,
|
560 |
+
"learning_rate": 0.00012659217877094973,
|
561 |
+
"loss": 1.5562,
|
562 |
+
"step": 79
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 0.43243243243243246,
|
566 |
+
"grad_norm": 1.7036885023117065,
|
567 |
+
"learning_rate": 0.00012558659217877096,
|
568 |
+
"loss": 1.467,
|
569 |
+
"step": 80
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 0.43783783783783786,
|
573 |
+
"grad_norm": 1.7056543827056885,
|
574 |
+
"learning_rate": 0.00012458100558659222,
|
575 |
+
"loss": 1.5217,
|
576 |
+
"step": 81
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"epoch": 0.44324324324324327,
|
580 |
+
"grad_norm": 1.5444260835647583,
|
581 |
+
"learning_rate": 0.0001235754189944134,
|
582 |
+
"loss": 1.3959,
|
583 |
+
"step": 82
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"epoch": 0.4486486486486487,
|
587 |
+
"grad_norm": 1.461717963218689,
|
588 |
+
"learning_rate": 0.00012256983240223462,
|
589 |
+
"loss": 1.3684,
|
590 |
+
"step": 83
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"epoch": 0.4540540540540541,
|
594 |
+
"grad_norm": 2.405122756958008,
|
595 |
+
"learning_rate": 0.00012156424581005588,
|
596 |
+
"loss": 1.4736,
|
597 |
+
"step": 84
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 0.4594594594594595,
|
601 |
+
"grad_norm": 2.271719455718994,
|
602 |
+
"learning_rate": 0.0001205586592178771,
|
603 |
+
"loss": 1.4197,
|
604 |
+
"step": 85
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 0.4648648648648649,
|
608 |
+
"grad_norm": 1.6628215312957764,
|
609 |
+
"learning_rate": 0.00011955307262569834,
|
610 |
+
"loss": 1.4345,
|
611 |
+
"step": 86
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"epoch": 0.4702702702702703,
|
615 |
+
"grad_norm": 1.5047897100448608,
|
616 |
+
"learning_rate": 0.00011854748603351954,
|
617 |
+
"loss": 1.4675,
|
618 |
+
"step": 87
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"epoch": 0.4756756756756757,
|
622 |
+
"grad_norm": 2.330070972442627,
|
623 |
+
"learning_rate": 0.0001175418994413408,
|
624 |
+
"loss": 1.5053,
|
625 |
+
"step": 88
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 0.4810810810810811,
|
629 |
+
"grad_norm": 1.5151646137237549,
|
630 |
+
"learning_rate": 0.00011653631284916202,
|
631 |
+
"loss": 1.4277,
|
632 |
+
"step": 89
|
633 |
+
},
|
634 |
+
{
|
635 |
+
"epoch": 0.4864864864864865,
|
636 |
+
"grad_norm": 2.1238574981689453,
|
637 |
+
"learning_rate": 0.00011553072625698326,
|
638 |
+
"loss": 1.4749,
|
639 |
+
"step": 90
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 0.4918918918918919,
|
643 |
+
"grad_norm": 1.6031622886657715,
|
644 |
+
"learning_rate": 0.00011452513966480447,
|
645 |
+
"loss": 1.3802,
|
646 |
+
"step": 91
|
647 |
+
},
|
648 |
+
{
|
649 |
+
"epoch": 0.4972972972972973,
|
650 |
+
"grad_norm": 1.80471932888031,
|
651 |
+
"learning_rate": 0.0001135195530726257,
|
652 |
+
"loss": 1.4286,
|
653 |
+
"step": 92
|
654 |
+
},
|
655 |
+
{
|
656 |
+
"epoch": 0.5027027027027027,
|
657 |
+
"grad_norm": 1.7329200506210327,
|
658 |
+
"learning_rate": 0.00011251396648044694,
|
659 |
+
"loss": 1.4543,
|
660 |
+
"step": 93
|
661 |
+
},
|
662 |
+
{
|
663 |
+
"epoch": 0.5081081081081081,
|
664 |
+
"grad_norm": 2.031339406967163,
|
665 |
+
"learning_rate": 0.00011150837988826817,
|
666 |
+
"loss": 1.3877,
|
667 |
+
"step": 94
|
668 |
+
},
|
669 |
+
{
|
670 |
+
"epoch": 0.5135135135135135,
|
671 |
+
"grad_norm": 1.5385271310806274,
|
672 |
+
"learning_rate": 0.00011050279329608939,
|
673 |
+
"loss": 1.3736,
|
674 |
+
"step": 95
|
675 |
+
},
|
676 |
+
{
|
677 |
+
"epoch": 0.518918918918919,
|
678 |
+
"grad_norm": 2.143282413482666,
|
679 |
+
"learning_rate": 0.00010949720670391062,
|
680 |
+
"loss": 1.7171,
|
681 |
+
"step": 96
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"epoch": 0.5243243243243243,
|
685 |
+
"grad_norm": 1.5371496677398682,
|
686 |
+
"learning_rate": 0.00010849162011173184,
|
687 |
+
"loss": 1.3208,
|
688 |
+
"step": 97
|
689 |
+
},
|
690 |
+
{
|
691 |
+
"epoch": 0.5297297297297298,
|
692 |
+
"grad_norm": 2.0396029949188232,
|
693 |
+
"learning_rate": 0.00010748603351955308,
|
694 |
+
"loss": 1.3534,
|
695 |
+
"step": 98
|
696 |
+
},
|
697 |
+
{
|
698 |
+
"epoch": 0.5351351351351351,
|
699 |
+
"grad_norm": 1.9422366619110107,
|
700 |
+
"learning_rate": 0.00010648044692737431,
|
701 |
+
"loss": 1.421,
|
702 |
+
"step": 99
|
703 |
+
},
|
704 |
+
{
|
705 |
+
"epoch": 0.5405405405405406,
|
706 |
+
"grad_norm": 1.494828462600708,
|
707 |
+
"learning_rate": 0.00010547486033519554,
|
708 |
+
"loss": 1.2746,
|
709 |
+
"step": 100
|
710 |
+
},
|
711 |
+
{
|
712 |
+
"epoch": 0.5459459459459459,
|
713 |
+
"grad_norm": 2.1698765754699707,
|
714 |
+
"learning_rate": 0.00010446927374301676,
|
715 |
+
"loss": 1.3989,
|
716 |
+
"step": 101
|
717 |
+
},
|
718 |
+
{
|
719 |
+
"epoch": 0.5513513513513514,
|
720 |
+
"grad_norm": 1.3124092817306519,
|
721 |
+
"learning_rate": 0.000103463687150838,
|
722 |
+
"loss": 1.3855,
|
723 |
+
"step": 102
|
724 |
+
},
|
725 |
+
{
|
726 |
+
"epoch": 0.5567567567567567,
|
727 |
+
"grad_norm": 1.4328157901763916,
|
728 |
+
"learning_rate": 0.00010245810055865923,
|
729 |
+
"loss": 1.4112,
|
730 |
+
"step": 103
|
731 |
+
},
|
732 |
+
{
|
733 |
+
"epoch": 0.5621621621621622,
|
734 |
+
"grad_norm": 1.3698210716247559,
|
735 |
+
"learning_rate": 0.00010145251396648045,
|
736 |
+
"loss": 1.3152,
|
737 |
+
"step": 104
|
738 |
+
},
|
739 |
+
{
|
740 |
+
"epoch": 0.5675675675675675,
|
741 |
+
"grad_norm": 1.291865348815918,
|
742 |
+
"learning_rate": 0.00010044692737430168,
|
743 |
+
"loss": 1.3646,
|
744 |
+
"step": 105
|
745 |
+
},
|
746 |
+
{
|
747 |
+
"epoch": 0.572972972972973,
|
748 |
+
"grad_norm": 1.4178961515426636,
|
749 |
+
"learning_rate": 9.944134078212291e-05,
|
750 |
+
"loss": 1.2852,
|
751 |
+
"step": 106
|
752 |
+
},
|
753 |
+
{
|
754 |
+
"epoch": 0.5783783783783784,
|
755 |
+
"grad_norm": 1.1877104043960571,
|
756 |
+
"learning_rate": 9.843575418994413e-05,
|
757 |
+
"loss": 1.3402,
|
758 |
+
"step": 107
|
759 |
+
},
|
760 |
+
{
|
761 |
+
"epoch": 0.5837837837837838,
|
762 |
+
"grad_norm": 1.4503647089004517,
|
763 |
+
"learning_rate": 9.743016759776537e-05,
|
764 |
+
"loss": 1.3028,
|
765 |
+
"step": 108
|
766 |
+
},
|
767 |
+
{
|
768 |
+
"epoch": 0.5891891891891892,
|
769 |
+
"grad_norm": 1.3877456188201904,
|
770 |
+
"learning_rate": 9.64245810055866e-05,
|
771 |
+
"loss": 1.3231,
|
772 |
+
"step": 109
|
773 |
+
},
|
774 |
+
{
|
775 |
+
"epoch": 0.5945945945945946,
|
776 |
+
"grad_norm": 1.4520429372787476,
|
777 |
+
"learning_rate": 9.541899441340782e-05,
|
778 |
+
"loss": 1.2608,
|
779 |
+
"step": 110
|
780 |
+
},
|
781 |
+
{
|
782 |
+
"epoch": 0.6,
|
783 |
+
"grad_norm": 1.1344528198242188,
|
784 |
+
"learning_rate": 9.441340782122905e-05,
|
785 |
+
"loss": 1.3409,
|
786 |
+
"step": 111
|
787 |
+
},
|
788 |
+
{
|
789 |
+
"epoch": 0.6054054054054054,
|
790 |
+
"grad_norm": 1.9510555267333984,
|
791 |
+
"learning_rate": 9.34078212290503e-05,
|
792 |
+
"loss": 1.2762,
|
793 |
+
"step": 112
|
794 |
+
},
|
795 |
+
{
|
796 |
+
"epoch": 0.6108108108108108,
|
797 |
+
"grad_norm": 1.6498372554779053,
|
798 |
+
"learning_rate": 9.240223463687152e-05,
|
799 |
+
"loss": 1.3558,
|
800 |
+
"step": 113
|
801 |
+
},
|
802 |
+
{
|
803 |
+
"epoch": 0.6162162162162163,
|
804 |
+
"grad_norm": 1.3852072954177856,
|
805 |
+
"learning_rate": 9.139664804469274e-05,
|
806 |
+
"loss": 1.3515,
|
807 |
+
"step": 114
|
808 |
+
},
|
809 |
+
{
|
810 |
+
"epoch": 0.6216216216216216,
|
811 |
+
"grad_norm": 1.516605019569397,
|
812 |
+
"learning_rate": 9.039106145251397e-05,
|
813 |
+
"loss": 1.3595,
|
814 |
+
"step": 115
|
815 |
+
},
|
816 |
+
{
|
817 |
+
"epoch": 0.6270270270270271,
|
818 |
+
"grad_norm": 1.387160062789917,
|
819 |
+
"learning_rate": 8.938547486033519e-05,
|
820 |
+
"loss": 1.2759,
|
821 |
+
"step": 116
|
822 |
+
},
|
823 |
+
{
|
824 |
+
"epoch": 0.6324324324324324,
|
825 |
+
"grad_norm": 1.218645691871643,
|
826 |
+
"learning_rate": 8.837988826815642e-05,
|
827 |
+
"loss": 1.3228,
|
828 |
+
"step": 117
|
829 |
+
},
|
830 |
+
{
|
831 |
+
"epoch": 0.6378378378378379,
|
832 |
+
"grad_norm": 1.1323994398117065,
|
833 |
+
"learning_rate": 8.737430167597766e-05,
|
834 |
+
"loss": 1.3792,
|
835 |
+
"step": 118
|
836 |
+
},
|
837 |
+
{
|
838 |
+
"epoch": 0.6432432432432432,
|
839 |
+
"grad_norm": 1.492294430732727,
|
840 |
+
"learning_rate": 8.63687150837989e-05,
|
841 |
+
"loss": 1.2875,
|
842 |
+
"step": 119
|
843 |
+
},
|
844 |
+
{
|
845 |
+
"epoch": 0.6486486486486487,
|
846 |
+
"grad_norm": 1.343035340309143,
|
847 |
+
"learning_rate": 8.536312849162011e-05,
|
848 |
+
"loss": 1.2473,
|
849 |
+
"step": 120
|
850 |
+
},
|
851 |
+
{
|
852 |
+
"epoch": 0.654054054054054,
|
853 |
+
"grad_norm": 1.3583838939666748,
|
854 |
+
"learning_rate": 8.435754189944134e-05,
|
855 |
+
"loss": 1.367,
|
856 |
+
"step": 121
|
857 |
+
},
|
858 |
+
{
|
859 |
+
"epoch": 0.6594594594594595,
|
860 |
+
"grad_norm": 1.4810901880264282,
|
861 |
+
"learning_rate": 8.335195530726259e-05,
|
862 |
+
"loss": 1.3429,
|
863 |
+
"step": 122
|
864 |
+
},
|
865 |
+
{
|
866 |
+
"epoch": 0.6648648648648648,
|
867 |
+
"grad_norm": 1.1570441722869873,
|
868 |
+
"learning_rate": 8.234636871508382e-05,
|
869 |
+
"loss": 1.269,
|
870 |
+
"step": 123
|
871 |
+
},
|
872 |
+
{
|
873 |
+
"epoch": 0.6702702702702703,
|
874 |
+
"grad_norm": 1.2883822917938232,
|
875 |
+
"learning_rate": 8.134078212290503e-05,
|
876 |
+
"loss": 1.2602,
|
877 |
+
"step": 124
|
878 |
+
},
|
879 |
+
{
|
880 |
+
"epoch": 0.6756756756756757,
|
881 |
+
"grad_norm": 1.3522834777832031,
|
882 |
+
"learning_rate": 8.033519553072626e-05,
|
883 |
+
"loss": 1.2891,
|
884 |
+
"step": 125
|
885 |
+
},
|
886 |
+
{
|
887 |
+
"epoch": 0.6810810810810811,
|
888 |
+
"grad_norm": 1.0803565979003906,
|
889 |
+
"learning_rate": 7.932960893854748e-05,
|
890 |
+
"loss": 1.2391,
|
891 |
+
"step": 126
|
892 |
+
},
|
893 |
+
{
|
894 |
+
"epoch": 0.6864864864864865,
|
895 |
+
"grad_norm": 1.2738792896270752,
|
896 |
+
"learning_rate": 7.832402234636872e-05,
|
897 |
+
"loss": 1.2819,
|
898 |
+
"step": 127
|
899 |
+
},
|
900 |
+
{
|
901 |
+
"epoch": 0.6918918918918919,
|
902 |
+
"grad_norm": 1.2565838098526,
|
903 |
+
"learning_rate": 7.731843575418995e-05,
|
904 |
+
"loss": 1.3168,
|
905 |
+
"step": 128
|
906 |
+
},
|
907 |
+
{
|
908 |
+
"epoch": 0.6972972972972973,
|
909 |
+
"grad_norm": 1.1551238298416138,
|
910 |
+
"learning_rate": 7.631284916201119e-05,
|
911 |
+
"loss": 1.3582,
|
912 |
+
"step": 129
|
913 |
+
},
|
914 |
+
{
|
915 |
+
"epoch": 0.7027027027027027,
|
916 |
+
"grad_norm": 1.153626799583435,
|
917 |
+
"learning_rate": 7.53072625698324e-05,
|
918 |
+
"loss": 1.2153,
|
919 |
+
"step": 130
|
920 |
+
},
|
921 |
+
{
|
922 |
+
"epoch": 0.7081081081081081,
|
923 |
+
"grad_norm": 1.3645069599151611,
|
924 |
+
"learning_rate": 7.430167597765365e-05,
|
925 |
+
"loss": 1.2957,
|
926 |
+
"step": 131
|
927 |
+
},
|
928 |
+
{
|
929 |
+
"epoch": 0.7135135135135136,
|
930 |
+
"grad_norm": 1.1639150381088257,
|
931 |
+
"learning_rate": 7.329608938547488e-05,
|
932 |
+
"loss": 1.2426,
|
933 |
+
"step": 132
|
934 |
+
},
|
935 |
+
{
|
936 |
+
"epoch": 0.7189189189189189,
|
937 |
+
"grad_norm": 1.2247486114501953,
|
938 |
+
"learning_rate": 7.22905027932961e-05,
|
939 |
+
"loss": 1.2479,
|
940 |
+
"step": 133
|
941 |
+
},
|
942 |
+
{
|
943 |
+
"epoch": 0.7243243243243244,
|
944 |
+
"grad_norm": 1.3136733770370483,
|
945 |
+
"learning_rate": 7.128491620111732e-05,
|
946 |
+
"loss": 1.2577,
|
947 |
+
"step": 134
|
948 |
+
},
|
949 |
+
{
|
950 |
+
"epoch": 0.7297297297297297,
|
951 |
+
"grad_norm": 1.129638910293579,
|
952 |
+
"learning_rate": 7.027932960893855e-05,
|
953 |
+
"loss": 1.2942,
|
954 |
+
"step": 135
|
955 |
+
},
|
956 |
+
{
|
957 |
+
"epoch": 0.7351351351351352,
|
958 |
+
"grad_norm": 1.5812125205993652,
|
959 |
+
"learning_rate": 6.927374301675977e-05,
|
960 |
+
"loss": 1.3149,
|
961 |
+
"step": 136
|
962 |
+
},
|
963 |
+
{
|
964 |
+
"epoch": 0.7405405405405405,
|
965 |
+
"grad_norm": 1.1031138896942139,
|
966 |
+
"learning_rate": 6.826815642458102e-05,
|
967 |
+
"loss": 1.2825,
|
968 |
+
"step": 137
|
969 |
+
},
|
970 |
+
{
|
971 |
+
"epoch": 0.745945945945946,
|
972 |
+
"grad_norm": 1.4569562673568726,
|
973 |
+
"learning_rate": 6.726256983240225e-05,
|
974 |
+
"loss": 1.3553,
|
975 |
+
"step": 138
|
976 |
+
},
|
977 |
+
{
|
978 |
+
"epoch": 0.7513513513513513,
|
979 |
+
"grad_norm": 1.351787805557251,
|
980 |
+
"learning_rate": 6.625698324022346e-05,
|
981 |
+
"loss": 1.3805,
|
982 |
+
"step": 139
|
983 |
+
},
|
984 |
+
{
|
985 |
+
"epoch": 0.7567567567567568,
|
986 |
+
"grad_norm": 1.4399067163467407,
|
987 |
+
"learning_rate": 6.52513966480447e-05,
|
988 |
+
"loss": 1.3488,
|
989 |
+
"step": 140
|
990 |
+
},
|
991 |
+
{
|
992 |
+
"epoch": 0.7621621621621621,
|
993 |
+
"grad_norm": 1.097604751586914,
|
994 |
+
"learning_rate": 6.424581005586592e-05,
|
995 |
+
"loss": 1.2444,
|
996 |
+
"step": 141
|
997 |
+
},
|
998 |
+
{
|
999 |
+
"epoch": 0.7675675675675676,
|
1000 |
+
"grad_norm": 1.2245107889175415,
|
1001 |
+
"learning_rate": 6.324022346368715e-05,
|
1002 |
+
"loss": 1.2415,
|
1003 |
+
"step": 142
|
1004 |
+
},
|
1005 |
+
{
|
1006 |
+
"epoch": 0.772972972972973,
|
1007 |
+
"grad_norm": 1.2633042335510254,
|
1008 |
+
"learning_rate": 6.223463687150838e-05,
|
1009 |
+
"loss": 1.1964,
|
1010 |
+
"step": 143
|
1011 |
+
},
|
1012 |
+
{
|
1013 |
+
"epoch": 0.7783783783783784,
|
1014 |
+
"grad_norm": 1.1645766496658325,
|
1015 |
+
"learning_rate": 6.122905027932962e-05,
|
1016 |
+
"loss": 1.1874,
|
1017 |
+
"step": 144
|
1018 |
+
},
|
1019 |
+
{
|
1020 |
+
"epoch": 0.7837837837837838,
|
1021 |
+
"grad_norm": 1.013777494430542,
|
1022 |
+
"learning_rate": 6.022346368715084e-05,
|
1023 |
+
"loss": 1.2065,
|
1024 |
+
"step": 145
|
1025 |
+
},
|
1026 |
+
{
|
1027 |
+
"epoch": 0.7891891891891892,
|
1028 |
+
"grad_norm": 1.1051980257034302,
|
1029 |
+
"learning_rate": 5.921787709497206e-05,
|
1030 |
+
"loss": 1.2878,
|
1031 |
+
"step": 146
|
1032 |
+
},
|
1033 |
+
{
|
1034 |
+
"epoch": 0.7945945945945946,
|
1035 |
+
"grad_norm": 1.0944007635116577,
|
1036 |
+
"learning_rate": 5.82122905027933e-05,
|
1037 |
+
"loss": 1.2634,
|
1038 |
+
"step": 147
|
1039 |
+
},
|
1040 |
+
{
|
1041 |
+
"epoch": 0.8,
|
1042 |
+
"grad_norm": 1.1613037586212158,
|
1043 |
+
"learning_rate": 5.720670391061454e-05,
|
1044 |
+
"loss": 1.3074,
|
1045 |
+
"step": 148
|
1046 |
+
},
|
1047 |
+
{
|
1048 |
+
"epoch": 0.8054054054054054,
|
1049 |
+
"grad_norm": 1.0192413330078125,
|
1050 |
+
"learning_rate": 5.620111731843576e-05,
|
1051 |
+
"loss": 1.1785,
|
1052 |
+
"step": 149
|
1053 |
+
},
|
1054 |
+
{
|
1055 |
+
"epoch": 0.8108108108108109,
|
1056 |
+
"grad_norm": 1.0536669492721558,
|
1057 |
+
"learning_rate": 5.5195530726256985e-05,
|
1058 |
+
"loss": 1.2221,
|
1059 |
+
"step": 150
|
1060 |
+
},
|
1061 |
+
{
|
1062 |
+
"epoch": 0.8162162162162162,
|
1063 |
+
"grad_norm": 1.260764241218567,
|
1064 |
+
"learning_rate": 5.418994413407821e-05,
|
1065 |
+
"loss": 1.1202,
|
1066 |
+
"step": 151
|
1067 |
+
},
|
1068 |
+
{
|
1069 |
+
"epoch": 0.8216216216216217,
|
1070 |
+
"grad_norm": 1.1566349267959595,
|
1071 |
+
"learning_rate": 5.3184357541899446e-05,
|
1072 |
+
"loss": 1.2774,
|
1073 |
+
"step": 152
|
1074 |
+
},
|
1075 |
+
{
|
1076 |
+
"epoch": 0.827027027027027,
|
1077 |
+
"grad_norm": 1.132250189781189,
|
1078 |
+
"learning_rate": 5.2178770949720676e-05,
|
1079 |
+
"loss": 1.2011,
|
1080 |
+
"step": 153
|
1081 |
+
},
|
1082 |
+
{
|
1083 |
+
"epoch": 0.8324324324324325,
|
1084 |
+
"grad_norm": 1.0502394437789917,
|
1085 |
+
"learning_rate": 5.11731843575419e-05,
|
1086 |
+
"loss": 1.2538,
|
1087 |
+
"step": 154
|
1088 |
+
},
|
1089 |
+
{
|
1090 |
+
"epoch": 0.8378378378378378,
|
1091 |
+
"grad_norm": 2.7037501335144043,
|
1092 |
+
"learning_rate": 5.016759776536313e-05,
|
1093 |
+
"loss": 1.4687,
|
1094 |
+
"step": 155
|
1095 |
+
},
|
1096 |
+
{
|
1097 |
+
"epoch": 0.8432432432432433,
|
1098 |
+
"grad_norm": 1.1927903890609741,
|
1099 |
+
"learning_rate": 4.916201117318436e-05,
|
1100 |
+
"loss": 1.2044,
|
1101 |
+
"step": 156
|
1102 |
+
},
|
1103 |
+
{
|
1104 |
+
"epoch": 0.8486486486486486,
|
1105 |
+
"grad_norm": 1.0077776908874512,
|
1106 |
+
"learning_rate": 4.815642458100559e-05,
|
1107 |
+
"loss": 1.1471,
|
1108 |
+
"step": 157
|
1109 |
+
},
|
1110 |
+
{
|
1111 |
+
"epoch": 0.8540540540540541,
|
1112 |
+
"grad_norm": 0.9799959659576416,
|
1113 |
+
"learning_rate": 4.715083798882682e-05,
|
1114 |
+
"loss": 1.2181,
|
1115 |
+
"step": 158
|
1116 |
+
},
|
1117 |
+
{
|
1118 |
+
"epoch": 0.8594594594594595,
|
1119 |
+
"grad_norm": 1.0267740488052368,
|
1120 |
+
"learning_rate": 4.614525139664805e-05,
|
1121 |
+
"loss": 1.244,
|
1122 |
+
"step": 159
|
1123 |
+
},
|
1124 |
+
{
|
1125 |
+
"epoch": 0.8648648648648649,
|
1126 |
+
"grad_norm": 3.7082221508026123,
|
1127 |
+
"learning_rate": 4.5139664804469276e-05,
|
1128 |
+
"loss": 2.2304,
|
1129 |
+
"step": 160
|
1130 |
+
},
|
1131 |
+
{
|
1132 |
+
"epoch": 0.8702702702702703,
|
1133 |
+
"grad_norm": 1.0884734392166138,
|
1134 |
+
"learning_rate": 4.413407821229051e-05,
|
1135 |
+
"loss": 1.1469,
|
1136 |
+
"step": 161
|
1137 |
+
},
|
1138 |
+
{
|
1139 |
+
"epoch": 0.8756756756756757,
|
1140 |
+
"grad_norm": 1.1083415746688843,
|
1141 |
+
"learning_rate": 4.312849162011173e-05,
|
1142 |
+
"loss": 1.2713,
|
1143 |
+
"step": 162
|
1144 |
+
},
|
1145 |
+
{
|
1146 |
+
"epoch": 0.8810810810810811,
|
1147 |
+
"grad_norm": 1.0334668159484863,
|
1148 |
+
"learning_rate": 4.212290502793296e-05,
|
1149 |
+
"loss": 1.0654,
|
1150 |
+
"step": 163
|
1151 |
+
},
|
1152 |
+
{
|
1153 |
+
"epoch": 0.8864864864864865,
|
1154 |
+
"grad_norm": 0.9540927410125732,
|
1155 |
+
"learning_rate": 4.111731843575419e-05,
|
1156 |
+
"loss": 1.1151,
|
1157 |
+
"step": 164
|
1158 |
+
},
|
1159 |
+
{
|
1160 |
+
"epoch": 0.8918918918918919,
|
1161 |
+
"grad_norm": 0.9412338137626648,
|
1162 |
+
"learning_rate": 4.0111731843575415e-05,
|
1163 |
+
"loss": 1.2111,
|
1164 |
+
"step": 165
|
1165 |
+
},
|
1166 |
+
{
|
1167 |
+
"epoch": 0.8972972972972973,
|
1168 |
+
"grad_norm": 1.0096511840820312,
|
1169 |
+
"learning_rate": 3.910614525139665e-05,
|
1170 |
+
"loss": 1.3087,
|
1171 |
+
"step": 166
|
1172 |
+
},
|
1173 |
+
{
|
1174 |
+
"epoch": 0.9027027027027027,
|
1175 |
+
"grad_norm": 1.0874724388122559,
|
1176 |
+
"learning_rate": 3.8100558659217876e-05,
|
1177 |
+
"loss": 1.1717,
|
1178 |
+
"step": 167
|
1179 |
+
},
|
1180 |
+
{
|
1181 |
+
"epoch": 0.9081081081081082,
|
1182 |
+
"grad_norm": 0.9713255167007446,
|
1183 |
+
"learning_rate": 3.709497206703911e-05,
|
1184 |
+
"loss": 1.1705,
|
1185 |
+
"step": 168
|
1186 |
+
},
|
1187 |
+
{
|
1188 |
+
"epoch": 0.9135135135135135,
|
1189 |
+
"grad_norm": 0.9664978981018066,
|
1190 |
+
"learning_rate": 3.608938547486034e-05,
|
1191 |
+
"loss": 1.2627,
|
1192 |
+
"step": 169
|
1193 |
+
},
|
1194 |
+
{
|
1195 |
+
"epoch": 0.918918918918919,
|
1196 |
+
"grad_norm": 0.966834306716919,
|
1197 |
+
"learning_rate": 3.508379888268157e-05,
|
1198 |
+
"loss": 1.1916,
|
1199 |
+
"step": 170
|
1200 |
+
},
|
1201 |
+
{
|
1202 |
+
"epoch": 0.9243243243243243,
|
1203 |
+
"grad_norm": 1.0459810495376587,
|
1204 |
+
"learning_rate": 3.40782122905028e-05,
|
1205 |
+
"loss": 1.1613,
|
1206 |
+
"step": 171
|
1207 |
+
},
|
1208 |
+
{
|
1209 |
+
"epoch": 0.9297297297297298,
|
1210 |
+
"grad_norm": 1.3951828479766846,
|
1211 |
+
"learning_rate": 3.307262569832403e-05,
|
1212 |
+
"loss": 1.1818,
|
1213 |
+
"step": 172
|
1214 |
+
},
|
1215 |
+
{
|
1216 |
+
"epoch": 0.9351351351351351,
|
1217 |
+
"grad_norm": 1.0367494821548462,
|
1218 |
+
"learning_rate": 3.206703910614525e-05,
|
1219 |
+
"loss": 1.0986,
|
1220 |
+
"step": 173
|
1221 |
+
},
|
1222 |
+
{
|
1223 |
+
"epoch": 0.9405405405405406,
|
1224 |
+
"grad_norm": 0.9425138831138611,
|
1225 |
+
"learning_rate": 3.106145251396648e-05,
|
1226 |
+
"loss": 1.1385,
|
1227 |
+
"step": 174
|
1228 |
+
},
|
1229 |
+
{
|
1230 |
+
"epoch": 0.9459459459459459,
|
1231 |
+
"grad_norm": 0.9617014527320862,
|
1232 |
+
"learning_rate": 3.0055865921787714e-05,
|
1233 |
+
"loss": 1.1954,
|
1234 |
+
"step": 175
|
1235 |
+
},
|
1236 |
+
{
|
1237 |
+
"epoch": 0.9513513513513514,
|
1238 |
+
"grad_norm": 0.9694061279296875,
|
1239 |
+
"learning_rate": 2.9050279329608944e-05,
|
1240 |
+
"loss": 1.2628,
|
1241 |
+
"step": 176
|
1242 |
+
},
|
1243 |
+
{
|
1244 |
+
"epoch": 0.9567567567567568,
|
1245 |
+
"grad_norm": 0.9338908195495605,
|
1246 |
+
"learning_rate": 2.8044692737430168e-05,
|
1247 |
+
"loss": 1.1221,
|
1248 |
+
"step": 177
|
1249 |
+
},
|
1250 |
+
{
|
1251 |
+
"epoch": 0.9621621621621622,
|
1252 |
+
"grad_norm": 0.8477990031242371,
|
1253 |
+
"learning_rate": 2.70391061452514e-05,
|
1254 |
+
"loss": 1.1914,
|
1255 |
+
"step": 178
|
1256 |
+
},
|
1257 |
+
{
|
1258 |
+
"epoch": 0.9675675675675676,
|
1259 |
+
"grad_norm": 0.8513604998588562,
|
1260 |
+
"learning_rate": 2.603351955307263e-05,
|
1261 |
+
"loss": 1.1203,
|
1262 |
+
"step": 179
|
1263 |
+
},
|
1264 |
+
{
|
1265 |
+
"epoch": 0.972972972972973,
|
1266 |
+
"grad_norm": 1.0121779441833496,
|
1267 |
+
"learning_rate": 2.5027932960893856e-05,
|
1268 |
+
"loss": 1.1387,
|
1269 |
+
"step": 180
|
1270 |
+
},
|
1271 |
+
{
|
1272 |
+
"epoch": 0.9783783783783784,
|
1273 |
+
"grad_norm": 0.8904174566268921,
|
1274 |
+
"learning_rate": 2.4022346368715086e-05,
|
1275 |
+
"loss": 1.1362,
|
1276 |
+
"step": 181
|
1277 |
+
},
|
1278 |
+
{
|
1279 |
+
"epoch": 0.9837837837837838,
|
1280 |
+
"grad_norm": 0.9687130451202393,
|
1281 |
+
"learning_rate": 2.3016759776536314e-05,
|
1282 |
+
"loss": 1.1407,
|
1283 |
+
"step": 182
|
1284 |
+
},
|
1285 |
+
{
|
1286 |
+
"epoch": 0.9891891891891892,
|
1287 |
+
"grad_norm": 0.936590850353241,
|
1288 |
+
"learning_rate": 2.2011173184357544e-05,
|
1289 |
+
"loss": 1.1859,
|
1290 |
+
"step": 183
|
1291 |
+
},
|
1292 |
+
{
|
1293 |
+
"epoch": 0.9945945945945946,
|
1294 |
+
"grad_norm": 0.8786422610282898,
|
1295 |
+
"learning_rate": 2.100558659217877e-05,
|
1296 |
+
"loss": 1.184,
|
1297 |
+
"step": 184
|
1298 |
+
},
|
1299 |
+
{
|
1300 |
+
"epoch": 1.0,
|
1301 |
+
"grad_norm": 0.894349217414856,
|
1302 |
+
"learning_rate": 2e-05,
|
1303 |
+
"loss": 0.9644,
|
1304 |
+
"step": 185
|
1305 |
+
}
|
1306 |
+
],
|
1307 |
+
"logging_steps": 1.0,
|
1308 |
+
"max_steps": 185,
|
1309 |
+
"num_input_tokens_seen": 0,
|
1310 |
+
"num_train_epochs": 1,
|
1311 |
+
"save_steps": 0,
|
1312 |
+
"stateful_callbacks": {
|
1313 |
+
"TrainerControl": {
|
1314 |
+
"args": {
|
1315 |
+
"should_epoch_stop": false,
|
1316 |
+
"should_evaluate": false,
|
1317 |
+
"should_log": false,
|
1318 |
+
"should_save": true,
|
1319 |
+
"should_training_stop": true
|
1320 |
+
},
|
1321 |
+
"attributes": {}
|
1322 |
+
}
|
1323 |
+
},
|
1324 |
+
"total_flos": 6.38021889121321e+16,
|
1325 |
+
"train_batch_size": 1,
|
1326 |
+
"trial_name": null,
|
1327 |
+
"trial_params": null
|
1328 |
+
}
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|