CjangCjengh
commited on
Commit
•
a6053dc
1
Parent(s):
7db354d
Upload files
Browse files- added_tokens.json +5 -0
- config.json +29 -0
- generation_config.json +6 -0
- merges.txt +0 -0
- model-00001-of-00006.safetensors +3 -0
- model-00002-of-00006.safetensors +3 -0
- model-00003-of-00006.safetensors +3 -0
- model-00004-of-00006.safetensors +3 -0
- model-00005-of-00006.safetensors +3 -0
- model-00006-of-00006.safetensors +3 -0
- model.safetensors.index.json +490 -0
- special_tokens_map.json +20 -0
- tokenizer_config.json +44 -0
- trainer_state.json +1540 -0
- training_args.bin +3 -0
- vocab.json +0 -0
added_tokens.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|endoftext|>": 151643,
|
3 |
+
"<|im_end|>": 151645,
|
4 |
+
"<|im_start|>": 151644
|
5 |
+
}
|
config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "Sakura-14B-Qwen2beta-Base-v2",
|
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": 5120,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"intermediate_size": 13696,
|
13 |
+
"max_position_embeddings": 32768,
|
14 |
+
"max_window_layers": 35,
|
15 |
+
"model_type": "qwen2",
|
16 |
+
"num_attention_heads": 40,
|
17 |
+
"num_hidden_layers": 40,
|
18 |
+
"num_key_value_heads": 40,
|
19 |
+
"rms_norm_eps": 1e-06,
|
20 |
+
"rope_theta": 1000000.0,
|
21 |
+
"sliding_window": 32768,
|
22 |
+
"tie_word_embeddings": false,
|
23 |
+
"torch_dtype": "bfloat16",
|
24 |
+
"transformers_version": "4.41.2",
|
25 |
+
"use_cache": false,
|
26 |
+
"use_flash_attention": true,
|
27 |
+
"use_sliding_window": false,
|
28 |
+
"vocab_size": 152064
|
29 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 151643,
|
3 |
+
"eos_token_id": 151645,
|
4 |
+
"max_new_tokens": 2048,
|
5 |
+
"transformers_version": "4.41.2"
|
6 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
model-00001-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf3fcd1a502542bed5d5e85337ee3f6d777e470b10f9ed9128fb0ed237d50286
|
3 |
+
size 4919426680
|
model-00002-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:36e08364486936aa597eaaff5d6bf51daa75575d2862beb35f1deab886c413e2
|
3 |
+
size 4991642256
|
model-00003-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2022cb4e705edc9f41c39e76e4894340f59304612569a04a5c60f12c9950c019
|
3 |
+
size 4991631960
|
model-00004-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b3440ede9a61f1626c2f91b8b02e5fe0742843fe8932d3f227e4e03e09e220b
|
3 |
+
size 4991631960
|
model-00005-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f6f14216749012dfbc80bbc741bac9854321320536c09c0544b4b441c8ab2a5
|
3 |
+
size 4991631960
|
model-00006-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1a1730ffb60cdd1a7392cf33228ad23cddf2d5f7954e1210397a26565b7f1454
|
3 |
+
size 3448672536
|
model.safetensors.index.json
ADDED
@@ -0,0 +1,490 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 28334581760
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"lm_head.weight": "model-00006-of-00006.safetensors",
|
7 |
+
"model.embed_tokens.weight": "model-00001-of-00006.safetensors",
|
8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
13 |
+
"model.layers.0.self_attn.k_proj.bias": "model-00001-of-00006.safetensors",
|
14 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
15 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
16 |
+
"model.layers.0.self_attn.q_proj.bias": "model-00001-of-00006.safetensors",
|
17 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
18 |
+
"model.layers.0.self_attn.v_proj.bias": "model-00001-of-00006.safetensors",
|
19 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
20 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
21 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
22 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
23 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
24 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
25 |
+
"model.layers.1.self_attn.k_proj.bias": "model-00001-of-00006.safetensors",
|
26 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
27 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
28 |
+
"model.layers.1.self_attn.q_proj.bias": "model-00001-of-00006.safetensors",
|
29 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
30 |
+
"model.layers.1.self_attn.v_proj.bias": "model-00001-of-00006.safetensors",
|
31 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
32 |
+
"model.layers.10.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
33 |
+
"model.layers.10.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
34 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
35 |
+
"model.layers.10.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
36 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
37 |
+
"model.layers.10.self_attn.k_proj.bias": "model-00002-of-00006.safetensors",
|
38 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
39 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
40 |
+
"model.layers.10.self_attn.q_proj.bias": "model-00002-of-00006.safetensors",
|
41 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
42 |
+
"model.layers.10.self_attn.v_proj.bias": "model-00002-of-00006.safetensors",
|
43 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
44 |
+
"model.layers.11.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
45 |
+
"model.layers.11.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
46 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
47 |
+
"model.layers.11.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
48 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
49 |
+
"model.layers.11.self_attn.k_proj.bias": "model-00002-of-00006.safetensors",
|
50 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
51 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
52 |
+
"model.layers.11.self_attn.q_proj.bias": "model-00002-of-00006.safetensors",
|
53 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
54 |
+
"model.layers.11.self_attn.v_proj.bias": "model-00002-of-00006.safetensors",
|
55 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
56 |
+
"model.layers.12.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
57 |
+
"model.layers.12.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
58 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
59 |
+
"model.layers.12.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
60 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
61 |
+
"model.layers.12.self_attn.k_proj.bias": "model-00002-of-00006.safetensors",
|
62 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
63 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
64 |
+
"model.layers.12.self_attn.q_proj.bias": "model-00002-of-00006.safetensors",
|
65 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
66 |
+
"model.layers.12.self_attn.v_proj.bias": "model-00002-of-00006.safetensors",
|
67 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
68 |
+
"model.layers.13.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
69 |
+
"model.layers.13.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
70 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
71 |
+
"model.layers.13.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
72 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
73 |
+
"model.layers.13.self_attn.k_proj.bias": "model-00002-of-00006.safetensors",
|
74 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
75 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
76 |
+
"model.layers.13.self_attn.q_proj.bias": "model-00002-of-00006.safetensors",
|
77 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
78 |
+
"model.layers.13.self_attn.v_proj.bias": "model-00002-of-00006.safetensors",
|
79 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
80 |
+
"model.layers.14.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
81 |
+
"model.layers.14.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
82 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
83 |
+
"model.layers.14.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
84 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
85 |
+
"model.layers.14.self_attn.k_proj.bias": "model-00003-of-00006.safetensors",
|
86 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
87 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
88 |
+
"model.layers.14.self_attn.q_proj.bias": "model-00003-of-00006.safetensors",
|
89 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
90 |
+
"model.layers.14.self_attn.v_proj.bias": "model-00003-of-00006.safetensors",
|
91 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
92 |
+
"model.layers.15.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
93 |
+
"model.layers.15.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
94 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
95 |
+
"model.layers.15.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
96 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
97 |
+
"model.layers.15.self_attn.k_proj.bias": "model-00003-of-00006.safetensors",
|
98 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
99 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
100 |
+
"model.layers.15.self_attn.q_proj.bias": "model-00003-of-00006.safetensors",
|
101 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
102 |
+
"model.layers.15.self_attn.v_proj.bias": "model-00003-of-00006.safetensors",
|
103 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
104 |
+
"model.layers.16.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
105 |
+
"model.layers.16.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
106 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
107 |
+
"model.layers.16.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
108 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
109 |
+
"model.layers.16.self_attn.k_proj.bias": "model-00003-of-00006.safetensors",
|
110 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
111 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
112 |
+
"model.layers.16.self_attn.q_proj.bias": "model-00003-of-00006.safetensors",
|
113 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
114 |
+
"model.layers.16.self_attn.v_proj.bias": "model-00003-of-00006.safetensors",
|
115 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
116 |
+
"model.layers.17.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
117 |
+
"model.layers.17.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
118 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
119 |
+
"model.layers.17.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
120 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
121 |
+
"model.layers.17.self_attn.k_proj.bias": "model-00003-of-00006.safetensors",
|
122 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
123 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
124 |
+
"model.layers.17.self_attn.q_proj.bias": "model-00003-of-00006.safetensors",
|
125 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
126 |
+
"model.layers.17.self_attn.v_proj.bias": "model-00003-of-00006.safetensors",
|
127 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
128 |
+
"model.layers.18.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
129 |
+
"model.layers.18.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
130 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
131 |
+
"model.layers.18.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
132 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
133 |
+
"model.layers.18.self_attn.k_proj.bias": "model-00003-of-00006.safetensors",
|
134 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
135 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
136 |
+
"model.layers.18.self_attn.q_proj.bias": "model-00003-of-00006.safetensors",
|
137 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
138 |
+
"model.layers.18.self_attn.v_proj.bias": "model-00003-of-00006.safetensors",
|
139 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
140 |
+
"model.layers.19.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
141 |
+
"model.layers.19.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
142 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
143 |
+
"model.layers.19.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
144 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
145 |
+
"model.layers.19.self_attn.k_proj.bias": "model-00003-of-00006.safetensors",
|
146 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
147 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
148 |
+
"model.layers.19.self_attn.q_proj.bias": "model-00003-of-00006.safetensors",
|
149 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
150 |
+
"model.layers.19.self_attn.v_proj.bias": "model-00003-of-00006.safetensors",
|
151 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
152 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
153 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
154 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
155 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
156 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
157 |
+
"model.layers.2.self_attn.k_proj.bias": "model-00001-of-00006.safetensors",
|
158 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
159 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
160 |
+
"model.layers.2.self_attn.q_proj.bias": "model-00001-of-00006.safetensors",
|
161 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
162 |
+
"model.layers.2.self_attn.v_proj.bias": "model-00001-of-00006.safetensors",
|
163 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
164 |
+
"model.layers.20.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
165 |
+
"model.layers.20.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
166 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
167 |
+
"model.layers.20.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
168 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
169 |
+
"model.layers.20.self_attn.k_proj.bias": "model-00003-of-00006.safetensors",
|
170 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
171 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
172 |
+
"model.layers.20.self_attn.q_proj.bias": "model-00003-of-00006.safetensors",
|
173 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
174 |
+
"model.layers.20.self_attn.v_proj.bias": "model-00003-of-00006.safetensors",
|
175 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
176 |
+
"model.layers.21.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
177 |
+
"model.layers.21.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
178 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
179 |
+
"model.layers.21.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
180 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
181 |
+
"model.layers.21.self_attn.k_proj.bias": "model-00003-of-00006.safetensors",
|
182 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
183 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
184 |
+
"model.layers.21.self_attn.q_proj.bias": "model-00003-of-00006.safetensors",
|
185 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
186 |
+
"model.layers.21.self_attn.v_proj.bias": "model-00004-of-00006.safetensors",
|
187 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
188 |
+
"model.layers.22.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
189 |
+
"model.layers.22.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
190 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
191 |
+
"model.layers.22.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
192 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
193 |
+
"model.layers.22.self_attn.k_proj.bias": "model-00004-of-00006.safetensors",
|
194 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
195 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
196 |
+
"model.layers.22.self_attn.q_proj.bias": "model-00004-of-00006.safetensors",
|
197 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
198 |
+
"model.layers.22.self_attn.v_proj.bias": "model-00004-of-00006.safetensors",
|
199 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
200 |
+
"model.layers.23.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
201 |
+
"model.layers.23.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
202 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
203 |
+
"model.layers.23.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
204 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
205 |
+
"model.layers.23.self_attn.k_proj.bias": "model-00004-of-00006.safetensors",
|
206 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
207 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
208 |
+
"model.layers.23.self_attn.q_proj.bias": "model-00004-of-00006.safetensors",
|
209 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
210 |
+
"model.layers.23.self_attn.v_proj.bias": "model-00004-of-00006.safetensors",
|
211 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
212 |
+
"model.layers.24.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
213 |
+
"model.layers.24.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
214 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
215 |
+
"model.layers.24.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
216 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
217 |
+
"model.layers.24.self_attn.k_proj.bias": "model-00004-of-00006.safetensors",
|
218 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
219 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
220 |
+
"model.layers.24.self_attn.q_proj.bias": "model-00004-of-00006.safetensors",
|
221 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
222 |
+
"model.layers.24.self_attn.v_proj.bias": "model-00004-of-00006.safetensors",
|
223 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
224 |
+
"model.layers.25.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
225 |
+
"model.layers.25.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
226 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
227 |
+
"model.layers.25.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
228 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
229 |
+
"model.layers.25.self_attn.k_proj.bias": "model-00004-of-00006.safetensors",
|
230 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
231 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
232 |
+
"model.layers.25.self_attn.q_proj.bias": "model-00004-of-00006.safetensors",
|
233 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
234 |
+
"model.layers.25.self_attn.v_proj.bias": "model-00004-of-00006.safetensors",
|
235 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
236 |
+
"model.layers.26.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
237 |
+
"model.layers.26.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
238 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
239 |
+
"model.layers.26.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
240 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
241 |
+
"model.layers.26.self_attn.k_proj.bias": "model-00004-of-00006.safetensors",
|
242 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
243 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
244 |
+
"model.layers.26.self_attn.q_proj.bias": "model-00004-of-00006.safetensors",
|
245 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
246 |
+
"model.layers.26.self_attn.v_proj.bias": "model-00004-of-00006.safetensors",
|
247 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
248 |
+
"model.layers.27.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
249 |
+
"model.layers.27.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
250 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
251 |
+
"model.layers.27.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
252 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
253 |
+
"model.layers.27.self_attn.k_proj.bias": "model-00004-of-00006.safetensors",
|
254 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
255 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
256 |
+
"model.layers.27.self_attn.q_proj.bias": "model-00004-of-00006.safetensors",
|
257 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
258 |
+
"model.layers.27.self_attn.v_proj.bias": "model-00004-of-00006.safetensors",
|
259 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
260 |
+
"model.layers.28.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
261 |
+
"model.layers.28.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
262 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
263 |
+
"model.layers.28.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
264 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
265 |
+
"model.layers.28.self_attn.k_proj.bias": "model-00004-of-00006.safetensors",
|
266 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
267 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
268 |
+
"model.layers.28.self_attn.q_proj.bias": "model-00004-of-00006.safetensors",
|
269 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
270 |
+
"model.layers.28.self_attn.v_proj.bias": "model-00004-of-00006.safetensors",
|
271 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
272 |
+
"model.layers.29.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
273 |
+
"model.layers.29.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
274 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
275 |
+
"model.layers.29.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
276 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
277 |
+
"model.layers.29.self_attn.k_proj.bias": "model-00005-of-00006.safetensors",
|
278 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
279 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
280 |
+
"model.layers.29.self_attn.q_proj.bias": "model-00004-of-00006.safetensors",
|
281 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
282 |
+
"model.layers.29.self_attn.v_proj.bias": "model-00005-of-00006.safetensors",
|
283 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
284 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
285 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
286 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
287 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
288 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
289 |
+
"model.layers.3.self_attn.k_proj.bias": "model-00001-of-00006.safetensors",
|
290 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
291 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
292 |
+
"model.layers.3.self_attn.q_proj.bias": "model-00001-of-00006.safetensors",
|
293 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
294 |
+
"model.layers.3.self_attn.v_proj.bias": "model-00001-of-00006.safetensors",
|
295 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
296 |
+
"model.layers.30.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
297 |
+
"model.layers.30.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
298 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
299 |
+
"model.layers.30.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
300 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
301 |
+
"model.layers.30.self_attn.k_proj.bias": "model-00005-of-00006.safetensors",
|
302 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
303 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
304 |
+
"model.layers.30.self_attn.q_proj.bias": "model-00005-of-00006.safetensors",
|
305 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
306 |
+
"model.layers.30.self_attn.v_proj.bias": "model-00005-of-00006.safetensors",
|
307 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
308 |
+
"model.layers.31.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
309 |
+
"model.layers.31.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
310 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
311 |
+
"model.layers.31.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
312 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
313 |
+
"model.layers.31.self_attn.k_proj.bias": "model-00005-of-00006.safetensors",
|
314 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
315 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
316 |
+
"model.layers.31.self_attn.q_proj.bias": "model-00005-of-00006.safetensors",
|
317 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
318 |
+
"model.layers.31.self_attn.v_proj.bias": "model-00005-of-00006.safetensors",
|
319 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
320 |
+
"model.layers.32.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
321 |
+
"model.layers.32.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
322 |
+
"model.layers.32.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
323 |
+
"model.layers.32.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
324 |
+
"model.layers.32.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
325 |
+
"model.layers.32.self_attn.k_proj.bias": "model-00005-of-00006.safetensors",
|
326 |
+
"model.layers.32.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
327 |
+
"model.layers.32.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
328 |
+
"model.layers.32.self_attn.q_proj.bias": "model-00005-of-00006.safetensors",
|
329 |
+
"model.layers.32.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
330 |
+
"model.layers.32.self_attn.v_proj.bias": "model-00005-of-00006.safetensors",
|
331 |
+
"model.layers.32.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
332 |
+
"model.layers.33.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
333 |
+
"model.layers.33.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
334 |
+
"model.layers.33.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
335 |
+
"model.layers.33.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
336 |
+
"model.layers.33.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
337 |
+
"model.layers.33.self_attn.k_proj.bias": "model-00005-of-00006.safetensors",
|
338 |
+
"model.layers.33.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
339 |
+
"model.layers.33.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
340 |
+
"model.layers.33.self_attn.q_proj.bias": "model-00005-of-00006.safetensors",
|
341 |
+
"model.layers.33.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
342 |
+
"model.layers.33.self_attn.v_proj.bias": "model-00005-of-00006.safetensors",
|
343 |
+
"model.layers.33.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
344 |
+
"model.layers.34.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
345 |
+
"model.layers.34.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
346 |
+
"model.layers.34.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
347 |
+
"model.layers.34.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
348 |
+
"model.layers.34.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
349 |
+
"model.layers.34.self_attn.k_proj.bias": "model-00005-of-00006.safetensors",
|
350 |
+
"model.layers.34.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
351 |
+
"model.layers.34.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
352 |
+
"model.layers.34.self_attn.q_proj.bias": "model-00005-of-00006.safetensors",
|
353 |
+
"model.layers.34.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
354 |
+
"model.layers.34.self_attn.v_proj.bias": "model-00005-of-00006.safetensors",
|
355 |
+
"model.layers.34.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
356 |
+
"model.layers.35.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
357 |
+
"model.layers.35.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
358 |
+
"model.layers.35.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
359 |
+
"model.layers.35.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
360 |
+
"model.layers.35.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
361 |
+
"model.layers.35.self_attn.k_proj.bias": "model-00005-of-00006.safetensors",
|
362 |
+
"model.layers.35.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
363 |
+
"model.layers.35.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
364 |
+
"model.layers.35.self_attn.q_proj.bias": "model-00005-of-00006.safetensors",
|
365 |
+
"model.layers.35.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
366 |
+
"model.layers.35.self_attn.v_proj.bias": "model-00005-of-00006.safetensors",
|
367 |
+
"model.layers.35.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
368 |
+
"model.layers.36.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
369 |
+
"model.layers.36.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
370 |
+
"model.layers.36.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
371 |
+
"model.layers.36.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
372 |
+
"model.layers.36.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
373 |
+
"model.layers.36.self_attn.k_proj.bias": "model-00005-of-00006.safetensors",
|
374 |
+
"model.layers.36.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
375 |
+
"model.layers.36.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
376 |
+
"model.layers.36.self_attn.q_proj.bias": "model-00005-of-00006.safetensors",
|
377 |
+
"model.layers.36.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
378 |
+
"model.layers.36.self_attn.v_proj.bias": "model-00005-of-00006.safetensors",
|
379 |
+
"model.layers.36.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
380 |
+
"model.layers.37.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
381 |
+
"model.layers.37.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
382 |
+
"model.layers.37.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
383 |
+
"model.layers.37.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
384 |
+
"model.layers.37.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
385 |
+
"model.layers.37.self_attn.k_proj.bias": "model-00006-of-00006.safetensors",
|
386 |
+
"model.layers.37.self_attn.k_proj.weight": "model-00006-of-00006.safetensors",
|
387 |
+
"model.layers.37.self_attn.o_proj.weight": "model-00006-of-00006.safetensors",
|
388 |
+
"model.layers.37.self_attn.q_proj.bias": "model-00006-of-00006.safetensors",
|
389 |
+
"model.layers.37.self_attn.q_proj.weight": "model-00006-of-00006.safetensors",
|
390 |
+
"model.layers.37.self_attn.v_proj.bias": "model-00006-of-00006.safetensors",
|
391 |
+
"model.layers.37.self_attn.v_proj.weight": "model-00006-of-00006.safetensors",
|
392 |
+
"model.layers.38.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
393 |
+
"model.layers.38.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
394 |
+
"model.layers.38.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
395 |
+
"model.layers.38.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
396 |
+
"model.layers.38.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
397 |
+
"model.layers.38.self_attn.k_proj.bias": "model-00006-of-00006.safetensors",
|
398 |
+
"model.layers.38.self_attn.k_proj.weight": "model-00006-of-00006.safetensors",
|
399 |
+
"model.layers.38.self_attn.o_proj.weight": "model-00006-of-00006.safetensors",
|
400 |
+
"model.layers.38.self_attn.q_proj.bias": "model-00006-of-00006.safetensors",
|
401 |
+
"model.layers.38.self_attn.q_proj.weight": "model-00006-of-00006.safetensors",
|
402 |
+
"model.layers.38.self_attn.v_proj.bias": "model-00006-of-00006.safetensors",
|
403 |
+
"model.layers.38.self_attn.v_proj.weight": "model-00006-of-00006.safetensors",
|
404 |
+
"model.layers.39.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
405 |
+
"model.layers.39.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
406 |
+
"model.layers.39.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
407 |
+
"model.layers.39.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
408 |
+
"model.layers.39.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
409 |
+
"model.layers.39.self_attn.k_proj.bias": "model-00006-of-00006.safetensors",
|
410 |
+
"model.layers.39.self_attn.k_proj.weight": "model-00006-of-00006.safetensors",
|
411 |
+
"model.layers.39.self_attn.o_proj.weight": "model-00006-of-00006.safetensors",
|
412 |
+
"model.layers.39.self_attn.q_proj.bias": "model-00006-of-00006.safetensors",
|
413 |
+
"model.layers.39.self_attn.q_proj.weight": "model-00006-of-00006.safetensors",
|
414 |
+
"model.layers.39.self_attn.v_proj.bias": "model-00006-of-00006.safetensors",
|
415 |
+
"model.layers.39.self_attn.v_proj.weight": "model-00006-of-00006.safetensors",
|
416 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
417 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
418 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
419 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
420 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
421 |
+
"model.layers.4.self_attn.k_proj.bias": "model-00001-of-00006.safetensors",
|
422 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
423 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
424 |
+
"model.layers.4.self_attn.q_proj.bias": "model-00001-of-00006.safetensors",
|
425 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
426 |
+
"model.layers.4.self_attn.v_proj.bias": "model-00001-of-00006.safetensors",
|
427 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
428 |
+
"model.layers.5.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
429 |
+
"model.layers.5.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
430 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
431 |
+
"model.layers.5.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
432 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
433 |
+
"model.layers.5.self_attn.k_proj.bias": "model-00001-of-00006.safetensors",
|
434 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
435 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
436 |
+
"model.layers.5.self_attn.q_proj.bias": "model-00001-of-00006.safetensors",
|
437 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
438 |
+
"model.layers.5.self_attn.v_proj.bias": "model-00001-of-00006.safetensors",
|
439 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
440 |
+
"model.layers.6.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
441 |
+
"model.layers.6.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
442 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
443 |
+
"model.layers.6.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
444 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
445 |
+
"model.layers.6.self_attn.k_proj.bias": "model-00002-of-00006.safetensors",
|
446 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
447 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
448 |
+
"model.layers.6.self_attn.q_proj.bias": "model-00002-of-00006.safetensors",
|
449 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
450 |
+
"model.layers.6.self_attn.v_proj.bias": "model-00002-of-00006.safetensors",
|
451 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
452 |
+
"model.layers.7.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
453 |
+
"model.layers.7.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
454 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
455 |
+
"model.layers.7.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
456 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
457 |
+
"model.layers.7.self_attn.k_proj.bias": "model-00002-of-00006.safetensors",
|
458 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
459 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
460 |
+
"model.layers.7.self_attn.q_proj.bias": "model-00002-of-00006.safetensors",
|
461 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
462 |
+
"model.layers.7.self_attn.v_proj.bias": "model-00002-of-00006.safetensors",
|
463 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
464 |
+
"model.layers.8.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
465 |
+
"model.layers.8.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
466 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
467 |
+
"model.layers.8.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
468 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
469 |
+
"model.layers.8.self_attn.k_proj.bias": "model-00002-of-00006.safetensors",
|
470 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
471 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
472 |
+
"model.layers.8.self_attn.q_proj.bias": "model-00002-of-00006.safetensors",
|
473 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
474 |
+
"model.layers.8.self_attn.v_proj.bias": "model-00002-of-00006.safetensors",
|
475 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
476 |
+
"model.layers.9.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
477 |
+
"model.layers.9.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
478 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
479 |
+
"model.layers.9.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
480 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
481 |
+
"model.layers.9.self_attn.k_proj.bias": "model-00002-of-00006.safetensors",
|
482 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
483 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
484 |
+
"model.layers.9.self_attn.q_proj.bias": "model-00002-of-00006.safetensors",
|
485 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
486 |
+
"model.layers.9.self_attn.v_proj.bias": "model-00002-of-00006.safetensors",
|
487 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
488 |
+
"model.norm.weight": "model-00006-of-00006.safetensors"
|
489 |
+
}
|
490 |
+
}
|
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": "<|endoftext|>",
|
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_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": "<|endoftext|>",
|
37 |
+
"errors": "replace",
|
38 |
+
"model_max_length": 2048,
|
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,1540 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.9970879440885265,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 214,
|
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.004659289458357601,
|
13 |
+
"grad_norm": 37.4553865599607,
|
14 |
+
"learning_rate": 0.0,
|
15 |
+
"loss": 2.4488,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.009318578916715201,
|
20 |
+
"grad_norm": 10.88300608738222,
|
21 |
+
"learning_rate": 6.309297535714574e-06,
|
22 |
+
"loss": 2.1388,
|
23 |
+
"step": 2
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.013977868375072802,
|
27 |
+
"grad_norm": 11.568553101687147,
|
28 |
+
"learning_rate": 1e-05,
|
29 |
+
"loss": 2.2252,
|
30 |
+
"step": 3
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.018637157833430402,
|
34 |
+
"grad_norm": 7.643720965332644,
|
35 |
+
"learning_rate": 1e-05,
|
36 |
+
"loss": 1.9329,
|
37 |
+
"step": 4
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.023296447291788,
|
41 |
+
"grad_norm": 5.748382614323999,
|
42 |
+
"learning_rate": 1e-05,
|
43 |
+
"loss": 1.8794,
|
44 |
+
"step": 5
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.027955736750145604,
|
48 |
+
"grad_norm": 6.567036028997142,
|
49 |
+
"learning_rate": 1e-05,
|
50 |
+
"loss": 1.8839,
|
51 |
+
"step": 6
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.032615026208503206,
|
55 |
+
"grad_norm": 4.4306758077305455,
|
56 |
+
"learning_rate": 1e-05,
|
57 |
+
"loss": 1.8774,
|
58 |
+
"step": 7
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.037274315666860805,
|
62 |
+
"grad_norm": 3.660970589217281,
|
63 |
+
"learning_rate": 1e-05,
|
64 |
+
"loss": 1.7406,
|
65 |
+
"step": 8
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.041933605125218404,
|
69 |
+
"grad_norm": 3.2695948007985227,
|
70 |
+
"learning_rate": 1e-05,
|
71 |
+
"loss": 1.8113,
|
72 |
+
"step": 9
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.046592894583576,
|
76 |
+
"grad_norm": 3.356468736985637,
|
77 |
+
"learning_rate": 1e-05,
|
78 |
+
"loss": 1.7207,
|
79 |
+
"step": 10
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.0512521840419336,
|
83 |
+
"grad_norm": 3.5450444591858394,
|
84 |
+
"learning_rate": 1e-05,
|
85 |
+
"loss": 1.7032,
|
86 |
+
"step": 11
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.05591147350029121,
|
90 |
+
"grad_norm": 3.19419501302636,
|
91 |
+
"learning_rate": 1e-05,
|
92 |
+
"loss": 1.699,
|
93 |
+
"step": 12
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.060570762958648806,
|
97 |
+
"grad_norm": 2.8474267589247417,
|
98 |
+
"learning_rate": 1e-05,
|
99 |
+
"loss": 1.6978,
|
100 |
+
"step": 13
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.06523005241700641,
|
104 |
+
"grad_norm": 3.1135350288269166,
|
105 |
+
"learning_rate": 1e-05,
|
106 |
+
"loss": 1.7062,
|
107 |
+
"step": 14
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.06988934187536401,
|
111 |
+
"grad_norm": 2.770146289905479,
|
112 |
+
"learning_rate": 1e-05,
|
113 |
+
"loss": 1.6356,
|
114 |
+
"step": 15
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.07454863133372161,
|
118 |
+
"grad_norm": 2.9479050208283173,
|
119 |
+
"learning_rate": 1e-05,
|
120 |
+
"loss": 1.6605,
|
121 |
+
"step": 16
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.07920792079207921,
|
125 |
+
"grad_norm": 2.9102020117907847,
|
126 |
+
"learning_rate": 1e-05,
|
127 |
+
"loss": 1.6725,
|
128 |
+
"step": 17
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.08386721025043681,
|
132 |
+
"grad_norm": 2.837755280153835,
|
133 |
+
"learning_rate": 1e-05,
|
134 |
+
"loss": 1.7021,
|
135 |
+
"step": 18
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.0885264997087944,
|
139 |
+
"grad_norm": 2.7877405064893557,
|
140 |
+
"learning_rate": 1e-05,
|
141 |
+
"loss": 1.5947,
|
142 |
+
"step": 19
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.093185789167152,
|
146 |
+
"grad_norm": 2.5815355221611727,
|
147 |
+
"learning_rate": 1e-05,
|
148 |
+
"loss": 1.6915,
|
149 |
+
"step": 20
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 0.0978450786255096,
|
153 |
+
"grad_norm": 2.7006002228913526,
|
154 |
+
"learning_rate": 1e-05,
|
155 |
+
"loss": 1.6286,
|
156 |
+
"step": 21
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 0.1025043680838672,
|
160 |
+
"grad_norm": 2.784209069755651,
|
161 |
+
"learning_rate": 1e-05,
|
162 |
+
"loss": 1.6685,
|
163 |
+
"step": 22
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 0.10716365754222482,
|
167 |
+
"grad_norm": 2.9524143186766567,
|
168 |
+
"learning_rate": 1e-05,
|
169 |
+
"loss": 1.6315,
|
170 |
+
"step": 23
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 0.11182294700058241,
|
174 |
+
"grad_norm": 3.070122490149911,
|
175 |
+
"learning_rate": 1e-05,
|
176 |
+
"loss": 1.647,
|
177 |
+
"step": 24
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.11648223645894001,
|
181 |
+
"grad_norm": 2.719822294385443,
|
182 |
+
"learning_rate": 1e-05,
|
183 |
+
"loss": 1.6034,
|
184 |
+
"step": 25
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.12114152591729761,
|
188 |
+
"grad_norm": 2.925248468241921,
|
189 |
+
"learning_rate": 1e-05,
|
190 |
+
"loss": 1.6777,
|
191 |
+
"step": 26
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.1258008153756552,
|
195 |
+
"grad_norm": 2.9031875873598962,
|
196 |
+
"learning_rate": 1e-05,
|
197 |
+
"loss": 1.63,
|
198 |
+
"step": 27
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.13046010483401282,
|
202 |
+
"grad_norm": 2.6836639962275184,
|
203 |
+
"learning_rate": 1e-05,
|
204 |
+
"loss": 1.638,
|
205 |
+
"step": 28
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.1351193942923704,
|
209 |
+
"grad_norm": 2.5540688972245515,
|
210 |
+
"learning_rate": 1e-05,
|
211 |
+
"loss": 1.6721,
|
212 |
+
"step": 29
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.13977868375072802,
|
216 |
+
"grad_norm": 2.811652255435364,
|
217 |
+
"learning_rate": 1e-05,
|
218 |
+
"loss": 1.602,
|
219 |
+
"step": 30
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.1444379732090856,
|
223 |
+
"grad_norm": 2.570946004882331,
|
224 |
+
"learning_rate": 1e-05,
|
225 |
+
"loss": 1.6118,
|
226 |
+
"step": 31
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.14909726266744322,
|
230 |
+
"grad_norm": 2.371184921508139,
|
231 |
+
"learning_rate": 1e-05,
|
232 |
+
"loss": 1.6038,
|
233 |
+
"step": 32
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 0.1537565521258008,
|
237 |
+
"grad_norm": 2.677393543132455,
|
238 |
+
"learning_rate": 1e-05,
|
239 |
+
"loss": 1.6211,
|
240 |
+
"step": 33
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 0.15841584158415842,
|
244 |
+
"grad_norm": 2.8813028493341495,
|
245 |
+
"learning_rate": 1e-05,
|
246 |
+
"loss": 1.6526,
|
247 |
+
"step": 34
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 0.163075131042516,
|
251 |
+
"grad_norm": 2.517387020615115,
|
252 |
+
"learning_rate": 1e-05,
|
253 |
+
"loss": 1.5879,
|
254 |
+
"step": 35
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 0.16773442050087362,
|
258 |
+
"grad_norm": 2.3301459869544527,
|
259 |
+
"learning_rate": 1e-05,
|
260 |
+
"loss": 1.5954,
|
261 |
+
"step": 36
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.17239370995923123,
|
265 |
+
"grad_norm": 2.4447934986055335,
|
266 |
+
"learning_rate": 1e-05,
|
267 |
+
"loss": 1.5929,
|
268 |
+
"step": 37
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 0.1770529994175888,
|
272 |
+
"grad_norm": 2.817763614899898,
|
273 |
+
"learning_rate": 1e-05,
|
274 |
+
"loss": 1.6128,
|
275 |
+
"step": 38
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 0.18171228887594643,
|
279 |
+
"grad_norm": 2.566684690956894,
|
280 |
+
"learning_rate": 1e-05,
|
281 |
+
"loss": 1.5668,
|
282 |
+
"step": 39
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 0.186371578334304,
|
286 |
+
"grad_norm": 2.661562404310152,
|
287 |
+
"learning_rate": 1e-05,
|
288 |
+
"loss": 1.6154,
|
289 |
+
"step": 40
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 0.19103086779266162,
|
293 |
+
"grad_norm": 2.4627832136882444,
|
294 |
+
"learning_rate": 1e-05,
|
295 |
+
"loss": 1.6519,
|
296 |
+
"step": 41
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 0.1956901572510192,
|
300 |
+
"grad_norm": 2.597954766071769,
|
301 |
+
"learning_rate": 1e-05,
|
302 |
+
"loss": 1.6,
|
303 |
+
"step": 42
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 0.20034944670937682,
|
307 |
+
"grad_norm": 2.754493319360813,
|
308 |
+
"learning_rate": 1e-05,
|
309 |
+
"loss": 1.5652,
|
310 |
+
"step": 43
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 0.2050087361677344,
|
314 |
+
"grad_norm": 2.6151045585662045,
|
315 |
+
"learning_rate": 1e-05,
|
316 |
+
"loss": 1.5709,
|
317 |
+
"step": 44
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 0.20966802562609202,
|
321 |
+
"grad_norm": 2.394985883263223,
|
322 |
+
"learning_rate": 1e-05,
|
323 |
+
"loss": 1.5708,
|
324 |
+
"step": 45
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 0.21432731508444963,
|
328 |
+
"grad_norm": 2.754166542274207,
|
329 |
+
"learning_rate": 1e-05,
|
330 |
+
"loss": 1.5709,
|
331 |
+
"step": 46
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 0.21898660454280722,
|
335 |
+
"grad_norm": 2.363803590882057,
|
336 |
+
"learning_rate": 1e-05,
|
337 |
+
"loss": 1.5652,
|
338 |
+
"step": 47
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 0.22364589400116483,
|
342 |
+
"grad_norm": 2.779877793574347,
|
343 |
+
"learning_rate": 1e-05,
|
344 |
+
"loss": 1.5415,
|
345 |
+
"step": 48
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 0.22830518345952241,
|
349 |
+
"grad_norm": 2.6675042398192534,
|
350 |
+
"learning_rate": 1e-05,
|
351 |
+
"loss": 1.6183,
|
352 |
+
"step": 49
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 0.23296447291788003,
|
356 |
+
"grad_norm": 2.4116922018773095,
|
357 |
+
"learning_rate": 1e-05,
|
358 |
+
"loss": 1.5527,
|
359 |
+
"step": 50
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 0.2376237623762376,
|
363 |
+
"grad_norm": 2.3315932179612155,
|
364 |
+
"learning_rate": 1e-05,
|
365 |
+
"loss": 1.5901,
|
366 |
+
"step": 51
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 0.24228305183459523,
|
370 |
+
"grad_norm": 2.3019835184053905,
|
371 |
+
"learning_rate": 1e-05,
|
372 |
+
"loss": 1.544,
|
373 |
+
"step": 52
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 0.24694234129295284,
|
377 |
+
"grad_norm": 2.6424581659593898,
|
378 |
+
"learning_rate": 1e-05,
|
379 |
+
"loss": 1.5892,
|
380 |
+
"step": 53
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 0.2516016307513104,
|
384 |
+
"grad_norm": 2.587045419024974,
|
385 |
+
"learning_rate": 1e-05,
|
386 |
+
"loss": 1.577,
|
387 |
+
"step": 54
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 0.256260920209668,
|
391 |
+
"grad_norm": 2.4773093313847685,
|
392 |
+
"learning_rate": 1e-05,
|
393 |
+
"loss": 1.5864,
|
394 |
+
"step": 55
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 0.26092020966802565,
|
398 |
+
"grad_norm": 2.4149084409040116,
|
399 |
+
"learning_rate": 1e-05,
|
400 |
+
"loss": 1.6176,
|
401 |
+
"step": 56
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 0.26557949912638323,
|
405 |
+
"grad_norm": 2.4512017044947734,
|
406 |
+
"learning_rate": 1e-05,
|
407 |
+
"loss": 1.6246,
|
408 |
+
"step": 57
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 0.2702387885847408,
|
412 |
+
"grad_norm": 2.401483628381168,
|
413 |
+
"learning_rate": 1e-05,
|
414 |
+
"loss": 1.5652,
|
415 |
+
"step": 58
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 0.2748980780430984,
|
419 |
+
"grad_norm": 2.5214336145047,
|
420 |
+
"learning_rate": 1e-05,
|
421 |
+
"loss": 1.5791,
|
422 |
+
"step": 59
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 0.27955736750145604,
|
426 |
+
"grad_norm": 3.024295336906611,
|
427 |
+
"learning_rate": 1e-05,
|
428 |
+
"loss": 1.5421,
|
429 |
+
"step": 60
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 0.28421665695981363,
|
433 |
+
"grad_norm": 2.509650308333821,
|
434 |
+
"learning_rate": 1e-05,
|
435 |
+
"loss": 1.5147,
|
436 |
+
"step": 61
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 0.2888759464181712,
|
440 |
+
"grad_norm": 2.374198285202519,
|
441 |
+
"learning_rate": 1e-05,
|
442 |
+
"loss": 1.5759,
|
443 |
+
"step": 62
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 0.29353523587652885,
|
447 |
+
"grad_norm": 2.3112309742555066,
|
448 |
+
"learning_rate": 1e-05,
|
449 |
+
"loss": 1.5253,
|
450 |
+
"step": 63
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 0.29819452533488644,
|
454 |
+
"grad_norm": 2.3977382823518303,
|
455 |
+
"learning_rate": 1e-05,
|
456 |
+
"loss": 1.5422,
|
457 |
+
"step": 64
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 0.302853814793244,
|
461 |
+
"grad_norm": 2.508604177665278,
|
462 |
+
"learning_rate": 1e-05,
|
463 |
+
"loss": 1.5628,
|
464 |
+
"step": 65
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 0.3075131042516016,
|
468 |
+
"grad_norm": 2.5543152862332685,
|
469 |
+
"learning_rate": 1e-05,
|
470 |
+
"loss": 1.5789,
|
471 |
+
"step": 66
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 0.31217239370995925,
|
475 |
+
"grad_norm": 2.615684261823402,
|
476 |
+
"learning_rate": 1e-05,
|
477 |
+
"loss": 1.497,
|
478 |
+
"step": 67
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 0.31683168316831684,
|
482 |
+
"grad_norm": 2.321913113942261,
|
483 |
+
"learning_rate": 1e-05,
|
484 |
+
"loss": 1.5619,
|
485 |
+
"step": 68
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 0.3214909726266744,
|
489 |
+
"grad_norm": 2.3380073471748783,
|
490 |
+
"learning_rate": 1e-05,
|
491 |
+
"loss": 1.5434,
|
492 |
+
"step": 69
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"epoch": 0.326150262085032,
|
496 |
+
"grad_norm": 2.194756331960441,
|
497 |
+
"learning_rate": 1e-05,
|
498 |
+
"loss": 1.5429,
|
499 |
+
"step": 70
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 0.33080955154338965,
|
503 |
+
"grad_norm": 2.339565902888178,
|
504 |
+
"learning_rate": 1e-05,
|
505 |
+
"loss": 1.5898,
|
506 |
+
"step": 71
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 0.33546884100174723,
|
510 |
+
"grad_norm": 2.589829563994277,
|
511 |
+
"learning_rate": 1e-05,
|
512 |
+
"loss": 1.522,
|
513 |
+
"step": 72
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 0.3401281304601048,
|
517 |
+
"grad_norm": 2.475665557332239,
|
518 |
+
"learning_rate": 1e-05,
|
519 |
+
"loss": 1.6017,
|
520 |
+
"step": 73
|
521 |
+
},
|
522 |
+
{
|
523 |
+
"epoch": 0.34478741991846246,
|
524 |
+
"grad_norm": 2.638214948295715,
|
525 |
+
"learning_rate": 1e-05,
|
526 |
+
"loss": 1.4913,
|
527 |
+
"step": 74
|
528 |
+
},
|
529 |
+
{
|
530 |
+
"epoch": 0.34944670937682004,
|
531 |
+
"grad_norm": 2.373158176130504,
|
532 |
+
"learning_rate": 1e-05,
|
533 |
+
"loss": 1.5273,
|
534 |
+
"step": 75
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 0.3541059988351776,
|
538 |
+
"grad_norm": 2.3444375276771323,
|
539 |
+
"learning_rate": 1e-05,
|
540 |
+
"loss": 1.5152,
|
541 |
+
"step": 76
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 0.3587652882935352,
|
545 |
+
"grad_norm": 2.2407053882148142,
|
546 |
+
"learning_rate": 1e-05,
|
547 |
+
"loss": 1.5944,
|
548 |
+
"step": 77
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"epoch": 0.36342457775189285,
|
552 |
+
"grad_norm": 2.337831790434085,
|
553 |
+
"learning_rate": 1e-05,
|
554 |
+
"loss": 1.547,
|
555 |
+
"step": 78
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 0.36808386721025044,
|
559 |
+
"grad_norm": 2.5112280582608864,
|
560 |
+
"learning_rate": 1e-05,
|
561 |
+
"loss": 1.5366,
|
562 |
+
"step": 79
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 0.372743156668608,
|
566 |
+
"grad_norm": 2.258790618824264,
|
567 |
+
"learning_rate": 1e-05,
|
568 |
+
"loss": 1.5493,
|
569 |
+
"step": 80
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 0.37740244612696566,
|
573 |
+
"grad_norm": 2.255161437661444,
|
574 |
+
"learning_rate": 1e-05,
|
575 |
+
"loss": 1.5308,
|
576 |
+
"step": 81
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"epoch": 0.38206173558532325,
|
580 |
+
"grad_norm": 2.4688158937749485,
|
581 |
+
"learning_rate": 1e-05,
|
582 |
+
"loss": 1.5546,
|
583 |
+
"step": 82
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"epoch": 0.38672102504368083,
|
587 |
+
"grad_norm": 2.4069475693862867,
|
588 |
+
"learning_rate": 1e-05,
|
589 |
+
"loss": 1.5211,
|
590 |
+
"step": 83
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"epoch": 0.3913803145020384,
|
594 |
+
"grad_norm": 2.374794651480313,
|
595 |
+
"learning_rate": 1e-05,
|
596 |
+
"loss": 1.494,
|
597 |
+
"step": 84
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 0.39603960396039606,
|
601 |
+
"grad_norm": 2.3398152209467833,
|
602 |
+
"learning_rate": 1e-05,
|
603 |
+
"loss": 1.5342,
|
604 |
+
"step": 85
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 0.40069889341875364,
|
608 |
+
"grad_norm": 2.35428983704996,
|
609 |
+
"learning_rate": 1e-05,
|
610 |
+
"loss": 1.4785,
|
611 |
+
"step": 86
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"epoch": 0.40535818287711123,
|
615 |
+
"grad_norm": 2.388724058110063,
|
616 |
+
"learning_rate": 1e-05,
|
617 |
+
"loss": 1.5467,
|
618 |
+
"step": 87
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"epoch": 0.4100174723354688,
|
622 |
+
"grad_norm": 2.4134839455509804,
|
623 |
+
"learning_rate": 1e-05,
|
624 |
+
"loss": 1.5179,
|
625 |
+
"step": 88
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 0.41467676179382645,
|
629 |
+
"grad_norm": 2.463768285922605,
|
630 |
+
"learning_rate": 1e-05,
|
631 |
+
"loss": 1.576,
|
632 |
+
"step": 89
|
633 |
+
},
|
634 |
+
{
|
635 |
+
"epoch": 0.41933605125218404,
|
636 |
+
"grad_norm": 2.444581005858159,
|
637 |
+
"learning_rate": 1e-05,
|
638 |
+
"loss": 1.5008,
|
639 |
+
"step": 90
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 0.4239953407105416,
|
643 |
+
"grad_norm": 2.190503733939241,
|
644 |
+
"learning_rate": 1e-05,
|
645 |
+
"loss": 1.5156,
|
646 |
+
"step": 91
|
647 |
+
},
|
648 |
+
{
|
649 |
+
"epoch": 0.42865463016889926,
|
650 |
+
"grad_norm": 2.593833508710404,
|
651 |
+
"learning_rate": 1e-05,
|
652 |
+
"loss": 1.5075,
|
653 |
+
"step": 92
|
654 |
+
},
|
655 |
+
{
|
656 |
+
"epoch": 0.43331391962725685,
|
657 |
+
"grad_norm": 2.2851452541574218,
|
658 |
+
"learning_rate": 1e-05,
|
659 |
+
"loss": 1.5325,
|
660 |
+
"step": 93
|
661 |
+
},
|
662 |
+
{
|
663 |
+
"epoch": 0.43797320908561443,
|
664 |
+
"grad_norm": 2.3210289097461776,
|
665 |
+
"learning_rate": 1e-05,
|
666 |
+
"loss": 1.5011,
|
667 |
+
"step": 94
|
668 |
+
},
|
669 |
+
{
|
670 |
+
"epoch": 0.442632498543972,
|
671 |
+
"grad_norm": 2.3246717326280044,
|
672 |
+
"learning_rate": 1e-05,
|
673 |
+
"loss": 1.5085,
|
674 |
+
"step": 95
|
675 |
+
},
|
676 |
+
{
|
677 |
+
"epoch": 0.44729178800232966,
|
678 |
+
"grad_norm": 2.4021880355407546,
|
679 |
+
"learning_rate": 1e-05,
|
680 |
+
"loss": 1.5572,
|
681 |
+
"step": 96
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"epoch": 0.45195107746068724,
|
685 |
+
"grad_norm": 2.1612576748589825,
|
686 |
+
"learning_rate": 1e-05,
|
687 |
+
"loss": 1.5181,
|
688 |
+
"step": 97
|
689 |
+
},
|
690 |
+
{
|
691 |
+
"epoch": 0.45661036691904483,
|
692 |
+
"grad_norm": 2.517060089072893,
|
693 |
+
"learning_rate": 1e-05,
|
694 |
+
"loss": 1.5696,
|
695 |
+
"step": 98
|
696 |
+
},
|
697 |
+
{
|
698 |
+
"epoch": 0.46126965637740247,
|
699 |
+
"grad_norm": 2.509779517463924,
|
700 |
+
"learning_rate": 1e-05,
|
701 |
+
"loss": 1.4737,
|
702 |
+
"step": 99
|
703 |
+
},
|
704 |
+
{
|
705 |
+
"epoch": 0.46592894583576006,
|
706 |
+
"grad_norm": 2.2278628463607597,
|
707 |
+
"learning_rate": 1e-05,
|
708 |
+
"loss": 1.4381,
|
709 |
+
"step": 100
|
710 |
+
},
|
711 |
+
{
|
712 |
+
"epoch": 0.47058823529411764,
|
713 |
+
"grad_norm": 2.5421872957086853,
|
714 |
+
"learning_rate": 1e-05,
|
715 |
+
"loss": 1.5216,
|
716 |
+
"step": 101
|
717 |
+
},
|
718 |
+
{
|
719 |
+
"epoch": 0.4752475247524752,
|
720 |
+
"grad_norm": 2.7534020196807623,
|
721 |
+
"learning_rate": 1e-05,
|
722 |
+
"loss": 1.5311,
|
723 |
+
"step": 102
|
724 |
+
},
|
725 |
+
{
|
726 |
+
"epoch": 0.47990681421083287,
|
727 |
+
"grad_norm": 2.315666594456174,
|
728 |
+
"learning_rate": 1e-05,
|
729 |
+
"loss": 1.5471,
|
730 |
+
"step": 103
|
731 |
+
},
|
732 |
+
{
|
733 |
+
"epoch": 0.48456610366919045,
|
734 |
+
"grad_norm": 2.181276723760835,
|
735 |
+
"learning_rate": 1e-05,
|
736 |
+
"loss": 1.5186,
|
737 |
+
"step": 104
|
738 |
+
},
|
739 |
+
{
|
740 |
+
"epoch": 0.48922539312754804,
|
741 |
+
"grad_norm": 2.3599566582977856,
|
742 |
+
"learning_rate": 1e-05,
|
743 |
+
"loss": 1.5002,
|
744 |
+
"step": 105
|
745 |
+
},
|
746 |
+
{
|
747 |
+
"epoch": 0.4938846825859057,
|
748 |
+
"grad_norm": 2.4800646557316255,
|
749 |
+
"learning_rate": 1e-05,
|
750 |
+
"loss": 1.4866,
|
751 |
+
"step": 106
|
752 |
+
},
|
753 |
+
{
|
754 |
+
"epoch": 0.49854397204426326,
|
755 |
+
"grad_norm": 2.7615250141518275,
|
756 |
+
"learning_rate": 1e-05,
|
757 |
+
"loss": 1.4466,
|
758 |
+
"step": 107
|
759 |
+
},
|
760 |
+
{
|
761 |
+
"epoch": 0.5032032615026208,
|
762 |
+
"grad_norm": 2.1541119559811968,
|
763 |
+
"learning_rate": 1e-05,
|
764 |
+
"loss": 1.4961,
|
765 |
+
"step": 108
|
766 |
+
},
|
767 |
+
{
|
768 |
+
"epoch": 0.5078625509609784,
|
769 |
+
"grad_norm": 2.496900445760294,
|
770 |
+
"learning_rate": 1e-05,
|
771 |
+
"loss": 1.5489,
|
772 |
+
"step": 109
|
773 |
+
},
|
774 |
+
{
|
775 |
+
"epoch": 0.512521840419336,
|
776 |
+
"grad_norm": 2.3790745422703923,
|
777 |
+
"learning_rate": 1e-05,
|
778 |
+
"loss": 1.4719,
|
779 |
+
"step": 110
|
780 |
+
},
|
781 |
+
{
|
782 |
+
"epoch": 0.5171811298776936,
|
783 |
+
"grad_norm": 2.5485805451241963,
|
784 |
+
"learning_rate": 1e-05,
|
785 |
+
"loss": 1.4548,
|
786 |
+
"step": 111
|
787 |
+
},
|
788 |
+
{
|
789 |
+
"epoch": 0.5218404193360513,
|
790 |
+
"grad_norm": 2.5177273826789257,
|
791 |
+
"learning_rate": 1e-05,
|
792 |
+
"loss": 1.5397,
|
793 |
+
"step": 112
|
794 |
+
},
|
795 |
+
{
|
796 |
+
"epoch": 0.5264997087944089,
|
797 |
+
"grad_norm": 2.1272963564434737,
|
798 |
+
"learning_rate": 1e-05,
|
799 |
+
"loss": 1.4996,
|
800 |
+
"step": 113
|
801 |
+
},
|
802 |
+
{
|
803 |
+
"epoch": 0.5311589982527665,
|
804 |
+
"grad_norm": 2.50068908262842,
|
805 |
+
"learning_rate": 1e-05,
|
806 |
+
"loss": 1.558,
|
807 |
+
"step": 114
|
808 |
+
},
|
809 |
+
{
|
810 |
+
"epoch": 0.535818287711124,
|
811 |
+
"grad_norm": 2.214031615505479,
|
812 |
+
"learning_rate": 1e-05,
|
813 |
+
"loss": 1.5344,
|
814 |
+
"step": 115
|
815 |
+
},
|
816 |
+
{
|
817 |
+
"epoch": 0.5404775771694816,
|
818 |
+
"grad_norm": 2.399654826141851,
|
819 |
+
"learning_rate": 1e-05,
|
820 |
+
"loss": 1.476,
|
821 |
+
"step": 116
|
822 |
+
},
|
823 |
+
{
|
824 |
+
"epoch": 0.5451368666278392,
|
825 |
+
"grad_norm": 2.593360531751168,
|
826 |
+
"learning_rate": 1e-05,
|
827 |
+
"loss": 1.4059,
|
828 |
+
"step": 117
|
829 |
+
},
|
830 |
+
{
|
831 |
+
"epoch": 0.5497961560861968,
|
832 |
+
"grad_norm": 2.2733077198422302,
|
833 |
+
"learning_rate": 1e-05,
|
834 |
+
"loss": 1.5092,
|
835 |
+
"step": 118
|
836 |
+
},
|
837 |
+
{
|
838 |
+
"epoch": 0.5544554455445545,
|
839 |
+
"grad_norm": 2.6231459607903087,
|
840 |
+
"learning_rate": 1e-05,
|
841 |
+
"loss": 1.5377,
|
842 |
+
"step": 119
|
843 |
+
},
|
844 |
+
{
|
845 |
+
"epoch": 0.5591147350029121,
|
846 |
+
"grad_norm": 3.2448905784760154,
|
847 |
+
"learning_rate": 1e-05,
|
848 |
+
"loss": 1.4897,
|
849 |
+
"step": 120
|
850 |
+
},
|
851 |
+
{
|
852 |
+
"epoch": 0.5637740244612697,
|
853 |
+
"grad_norm": 2.695228082395806,
|
854 |
+
"learning_rate": 1e-05,
|
855 |
+
"loss": 1.4672,
|
856 |
+
"step": 121
|
857 |
+
},
|
858 |
+
{
|
859 |
+
"epoch": 0.5684333139196273,
|
860 |
+
"grad_norm": 2.3198621060308517,
|
861 |
+
"learning_rate": 1e-05,
|
862 |
+
"loss": 1.4536,
|
863 |
+
"step": 122
|
864 |
+
},
|
865 |
+
{
|
866 |
+
"epoch": 0.5730926033779848,
|
867 |
+
"grad_norm": 2.424456337054707,
|
868 |
+
"learning_rate": 1e-05,
|
869 |
+
"loss": 1.501,
|
870 |
+
"step": 123
|
871 |
+
},
|
872 |
+
{
|
873 |
+
"epoch": 0.5777518928363424,
|
874 |
+
"grad_norm": 2.4598395558661865,
|
875 |
+
"learning_rate": 1e-05,
|
876 |
+
"loss": 1.5316,
|
877 |
+
"step": 124
|
878 |
+
},
|
879 |
+
{
|
880 |
+
"epoch": 0.5824111822947,
|
881 |
+
"grad_norm": 2.3377997659212277,
|
882 |
+
"learning_rate": 1e-05,
|
883 |
+
"loss": 1.506,
|
884 |
+
"step": 125
|
885 |
+
},
|
886 |
+
{
|
887 |
+
"epoch": 0.5870704717530577,
|
888 |
+
"grad_norm": 2.3201349850077664,
|
889 |
+
"learning_rate": 1e-05,
|
890 |
+
"loss": 1.5269,
|
891 |
+
"step": 126
|
892 |
+
},
|
893 |
+
{
|
894 |
+
"epoch": 0.5917297612114153,
|
895 |
+
"grad_norm": 2.414429631758563,
|
896 |
+
"learning_rate": 1e-05,
|
897 |
+
"loss": 1.5293,
|
898 |
+
"step": 127
|
899 |
+
},
|
900 |
+
{
|
901 |
+
"epoch": 0.5963890506697729,
|
902 |
+
"grad_norm": 2.416825959879323,
|
903 |
+
"learning_rate": 1e-05,
|
904 |
+
"loss": 1.4832,
|
905 |
+
"step": 128
|
906 |
+
},
|
907 |
+
{
|
908 |
+
"epoch": 0.6010483401281305,
|
909 |
+
"grad_norm": 2.597816910489374,
|
910 |
+
"learning_rate": 1e-05,
|
911 |
+
"loss": 1.4724,
|
912 |
+
"step": 129
|
913 |
+
},
|
914 |
+
{
|
915 |
+
"epoch": 0.605707629586488,
|
916 |
+
"grad_norm": 2.4148507856855925,
|
917 |
+
"learning_rate": 1e-05,
|
918 |
+
"loss": 1.4891,
|
919 |
+
"step": 130
|
920 |
+
},
|
921 |
+
{
|
922 |
+
"epoch": 0.6103669190448456,
|
923 |
+
"grad_norm": 2.210119122851114,
|
924 |
+
"learning_rate": 1e-05,
|
925 |
+
"loss": 1.577,
|
926 |
+
"step": 131
|
927 |
+
},
|
928 |
+
{
|
929 |
+
"epoch": 0.6150262085032032,
|
930 |
+
"grad_norm": 2.0971029486323456,
|
931 |
+
"learning_rate": 1e-05,
|
932 |
+
"loss": 1.5182,
|
933 |
+
"step": 132
|
934 |
+
},
|
935 |
+
{
|
936 |
+
"epoch": 0.6196854979615609,
|
937 |
+
"grad_norm": 2.4223761752873125,
|
938 |
+
"learning_rate": 1e-05,
|
939 |
+
"loss": 1.502,
|
940 |
+
"step": 133
|
941 |
+
},
|
942 |
+
{
|
943 |
+
"epoch": 0.6243447874199185,
|
944 |
+
"grad_norm": 2.260148223947814,
|
945 |
+
"learning_rate": 1e-05,
|
946 |
+
"loss": 1.5131,
|
947 |
+
"step": 134
|
948 |
+
},
|
949 |
+
{
|
950 |
+
"epoch": 0.6290040768782761,
|
951 |
+
"grad_norm": 2.2187749396883607,
|
952 |
+
"learning_rate": 1e-05,
|
953 |
+
"loss": 1.481,
|
954 |
+
"step": 135
|
955 |
+
},
|
956 |
+
{
|
957 |
+
"epoch": 0.6336633663366337,
|
958 |
+
"grad_norm": 2.3857038661729866,
|
959 |
+
"learning_rate": 1e-05,
|
960 |
+
"loss": 1.4215,
|
961 |
+
"step": 136
|
962 |
+
},
|
963 |
+
{
|
964 |
+
"epoch": 0.6383226557949913,
|
965 |
+
"grad_norm": 2.2285653535516454,
|
966 |
+
"learning_rate": 1e-05,
|
967 |
+
"loss": 1.4648,
|
968 |
+
"step": 137
|
969 |
+
},
|
970 |
+
{
|
971 |
+
"epoch": 0.6429819452533488,
|
972 |
+
"grad_norm": 2.2814076725542716,
|
973 |
+
"learning_rate": 1e-05,
|
974 |
+
"loss": 1.4983,
|
975 |
+
"step": 138
|
976 |
+
},
|
977 |
+
{
|
978 |
+
"epoch": 0.6476412347117064,
|
979 |
+
"grad_norm": 2.391062816273672,
|
980 |
+
"learning_rate": 1e-05,
|
981 |
+
"loss": 1.4481,
|
982 |
+
"step": 139
|
983 |
+
},
|
984 |
+
{
|
985 |
+
"epoch": 0.652300524170064,
|
986 |
+
"grad_norm": 2.172767929285484,
|
987 |
+
"learning_rate": 1e-05,
|
988 |
+
"loss": 1.5194,
|
989 |
+
"step": 140
|
990 |
+
},
|
991 |
+
{
|
992 |
+
"epoch": 0.6569598136284217,
|
993 |
+
"grad_norm": 2.985146157885572,
|
994 |
+
"learning_rate": 1e-05,
|
995 |
+
"loss": 1.425,
|
996 |
+
"step": 141
|
997 |
+
},
|
998 |
+
{
|
999 |
+
"epoch": 0.6616191030867793,
|
1000 |
+
"grad_norm": 2.3548178966971784,
|
1001 |
+
"learning_rate": 1e-05,
|
1002 |
+
"loss": 1.4631,
|
1003 |
+
"step": 142
|
1004 |
+
},
|
1005 |
+
{
|
1006 |
+
"epoch": 0.6662783925451369,
|
1007 |
+
"grad_norm": 2.328614489701982,
|
1008 |
+
"learning_rate": 1e-05,
|
1009 |
+
"loss": 1.5093,
|
1010 |
+
"step": 143
|
1011 |
+
},
|
1012 |
+
{
|
1013 |
+
"epoch": 0.6709376820034945,
|
1014 |
+
"grad_norm": 2.3820404107843616,
|
1015 |
+
"learning_rate": 1e-05,
|
1016 |
+
"loss": 1.5127,
|
1017 |
+
"step": 144
|
1018 |
+
},
|
1019 |
+
{
|
1020 |
+
"epoch": 0.675596971461852,
|
1021 |
+
"grad_norm": 2.4654257970703273,
|
1022 |
+
"learning_rate": 1e-05,
|
1023 |
+
"loss": 1.5163,
|
1024 |
+
"step": 145
|
1025 |
+
},
|
1026 |
+
{
|
1027 |
+
"epoch": 0.6802562609202096,
|
1028 |
+
"grad_norm": 2.306376065137465,
|
1029 |
+
"learning_rate": 1e-05,
|
1030 |
+
"loss": 1.4831,
|
1031 |
+
"step": 146
|
1032 |
+
},
|
1033 |
+
{
|
1034 |
+
"epoch": 0.6849155503785672,
|
1035 |
+
"grad_norm": 2.436381432968586,
|
1036 |
+
"learning_rate": 1e-05,
|
1037 |
+
"loss": 1.4877,
|
1038 |
+
"step": 147
|
1039 |
+
},
|
1040 |
+
{
|
1041 |
+
"epoch": 0.6895748398369249,
|
1042 |
+
"grad_norm": 2.3572365071763524,
|
1043 |
+
"learning_rate": 1e-05,
|
1044 |
+
"loss": 1.5309,
|
1045 |
+
"step": 148
|
1046 |
+
},
|
1047 |
+
{
|
1048 |
+
"epoch": 0.6942341292952825,
|
1049 |
+
"grad_norm": 2.4470550124596238,
|
1050 |
+
"learning_rate": 1e-05,
|
1051 |
+
"loss": 1.4608,
|
1052 |
+
"step": 149
|
1053 |
+
},
|
1054 |
+
{
|
1055 |
+
"epoch": 0.6988934187536401,
|
1056 |
+
"grad_norm": 2.184405357759209,
|
1057 |
+
"learning_rate": 1e-05,
|
1058 |
+
"loss": 1.5079,
|
1059 |
+
"step": 150
|
1060 |
+
},
|
1061 |
+
{
|
1062 |
+
"epoch": 0.7035527082119977,
|
1063 |
+
"grad_norm": 2.2624803921660392,
|
1064 |
+
"learning_rate": 1e-05,
|
1065 |
+
"loss": 1.506,
|
1066 |
+
"step": 151
|
1067 |
+
},
|
1068 |
+
{
|
1069 |
+
"epoch": 0.7082119976703553,
|
1070 |
+
"grad_norm": 2.3185716811531303,
|
1071 |
+
"learning_rate": 1e-05,
|
1072 |
+
"loss": 1.465,
|
1073 |
+
"step": 152
|
1074 |
+
},
|
1075 |
+
{
|
1076 |
+
"epoch": 0.7128712871287128,
|
1077 |
+
"grad_norm": 2.481541020027683,
|
1078 |
+
"learning_rate": 1e-05,
|
1079 |
+
"loss": 1.4744,
|
1080 |
+
"step": 153
|
1081 |
+
},
|
1082 |
+
{
|
1083 |
+
"epoch": 0.7175305765870704,
|
1084 |
+
"grad_norm": 5.450013277465346,
|
1085 |
+
"learning_rate": 1e-05,
|
1086 |
+
"loss": 1.542,
|
1087 |
+
"step": 154
|
1088 |
+
},
|
1089 |
+
{
|
1090 |
+
"epoch": 0.7221898660454281,
|
1091 |
+
"grad_norm": 2.488065611187432,
|
1092 |
+
"learning_rate": 1e-05,
|
1093 |
+
"loss": 1.4258,
|
1094 |
+
"step": 155
|
1095 |
+
},
|
1096 |
+
{
|
1097 |
+
"epoch": 0.7268491555037857,
|
1098 |
+
"grad_norm": 2.6254843382308857,
|
1099 |
+
"learning_rate": 1e-05,
|
1100 |
+
"loss": 1.5095,
|
1101 |
+
"step": 156
|
1102 |
+
},
|
1103 |
+
{
|
1104 |
+
"epoch": 0.7315084449621433,
|
1105 |
+
"grad_norm": 2.283524625320461,
|
1106 |
+
"learning_rate": 1e-05,
|
1107 |
+
"loss": 1.4876,
|
1108 |
+
"step": 157
|
1109 |
+
},
|
1110 |
+
{
|
1111 |
+
"epoch": 0.7361677344205009,
|
1112 |
+
"grad_norm": 2.306519172530066,
|
1113 |
+
"learning_rate": 1e-05,
|
1114 |
+
"loss": 1.4782,
|
1115 |
+
"step": 158
|
1116 |
+
},
|
1117 |
+
{
|
1118 |
+
"epoch": 0.7408270238788585,
|
1119 |
+
"grad_norm": 2.2310587388915946,
|
1120 |
+
"learning_rate": 1e-05,
|
1121 |
+
"loss": 1.4803,
|
1122 |
+
"step": 159
|
1123 |
+
},
|
1124 |
+
{
|
1125 |
+
"epoch": 0.745486313337216,
|
1126 |
+
"grad_norm": 2.4218732296938468,
|
1127 |
+
"learning_rate": 1e-05,
|
1128 |
+
"loss": 1.5058,
|
1129 |
+
"step": 160
|
1130 |
+
},
|
1131 |
+
{
|
1132 |
+
"epoch": 0.7501456027955736,
|
1133 |
+
"grad_norm": 2.2702106423890354,
|
1134 |
+
"learning_rate": 1e-05,
|
1135 |
+
"loss": 1.5014,
|
1136 |
+
"step": 161
|
1137 |
+
},
|
1138 |
+
{
|
1139 |
+
"epoch": 0.7548048922539313,
|
1140 |
+
"grad_norm": 2.2465894583609405,
|
1141 |
+
"learning_rate": 1e-05,
|
1142 |
+
"loss": 1.4762,
|
1143 |
+
"step": 162
|
1144 |
+
},
|
1145 |
+
{
|
1146 |
+
"epoch": 0.7594641817122889,
|
1147 |
+
"grad_norm": 2.3237613014258742,
|
1148 |
+
"learning_rate": 1e-05,
|
1149 |
+
"loss": 1.4943,
|
1150 |
+
"step": 163
|
1151 |
+
},
|
1152 |
+
{
|
1153 |
+
"epoch": 0.7641234711706465,
|
1154 |
+
"grad_norm": 2.1190413494106246,
|
1155 |
+
"learning_rate": 1e-05,
|
1156 |
+
"loss": 1.5,
|
1157 |
+
"step": 164
|
1158 |
+
},
|
1159 |
+
{
|
1160 |
+
"epoch": 0.7687827606290041,
|
1161 |
+
"grad_norm": 2.4483459352892223,
|
1162 |
+
"learning_rate": 1e-05,
|
1163 |
+
"loss": 1.519,
|
1164 |
+
"step": 165
|
1165 |
+
},
|
1166 |
+
{
|
1167 |
+
"epoch": 0.7734420500873617,
|
1168 |
+
"grad_norm": 2.1538492135049263,
|
1169 |
+
"learning_rate": 1e-05,
|
1170 |
+
"loss": 1.4622,
|
1171 |
+
"step": 166
|
1172 |
+
},
|
1173 |
+
{
|
1174 |
+
"epoch": 0.7781013395457193,
|
1175 |
+
"grad_norm": 2.2203603693455403,
|
1176 |
+
"learning_rate": 1e-05,
|
1177 |
+
"loss": 1.4886,
|
1178 |
+
"step": 167
|
1179 |
+
},
|
1180 |
+
{
|
1181 |
+
"epoch": 0.7827606290040768,
|
1182 |
+
"grad_norm": 2.3648740483376964,
|
1183 |
+
"learning_rate": 1e-05,
|
1184 |
+
"loss": 1.5106,
|
1185 |
+
"step": 168
|
1186 |
+
},
|
1187 |
+
{
|
1188 |
+
"epoch": 0.7874199184624345,
|
1189 |
+
"grad_norm": 2.3767712572720514,
|
1190 |
+
"learning_rate": 1e-05,
|
1191 |
+
"loss": 1.4777,
|
1192 |
+
"step": 169
|
1193 |
+
},
|
1194 |
+
{
|
1195 |
+
"epoch": 0.7920792079207921,
|
1196 |
+
"grad_norm": 2.2620536568087526,
|
1197 |
+
"learning_rate": 1e-05,
|
1198 |
+
"loss": 1.4844,
|
1199 |
+
"step": 170
|
1200 |
+
},
|
1201 |
+
{
|
1202 |
+
"epoch": 0.7967384973791497,
|
1203 |
+
"grad_norm": 2.136482480053942,
|
1204 |
+
"learning_rate": 1e-05,
|
1205 |
+
"loss": 1.5182,
|
1206 |
+
"step": 171
|
1207 |
+
},
|
1208 |
+
{
|
1209 |
+
"epoch": 0.8013977868375073,
|
1210 |
+
"grad_norm": 2.258498047531436,
|
1211 |
+
"learning_rate": 1e-05,
|
1212 |
+
"loss": 1.4992,
|
1213 |
+
"step": 172
|
1214 |
+
},
|
1215 |
+
{
|
1216 |
+
"epoch": 0.8060570762958649,
|
1217 |
+
"grad_norm": 2.2792395779463734,
|
1218 |
+
"learning_rate": 1e-05,
|
1219 |
+
"loss": 1.4773,
|
1220 |
+
"step": 173
|
1221 |
+
},
|
1222 |
+
{
|
1223 |
+
"epoch": 0.8107163657542225,
|
1224 |
+
"grad_norm": 2.1881766755914396,
|
1225 |
+
"learning_rate": 1e-05,
|
1226 |
+
"loss": 1.4938,
|
1227 |
+
"step": 174
|
1228 |
+
},
|
1229 |
+
{
|
1230 |
+
"epoch": 0.81537565521258,
|
1231 |
+
"grad_norm": 2.1353292001431536,
|
1232 |
+
"learning_rate": 1e-05,
|
1233 |
+
"loss": 1.4345,
|
1234 |
+
"step": 175
|
1235 |
+
},
|
1236 |
+
{
|
1237 |
+
"epoch": 0.8200349446709376,
|
1238 |
+
"grad_norm": 2.2630090798181492,
|
1239 |
+
"learning_rate": 1e-05,
|
1240 |
+
"loss": 1.4636,
|
1241 |
+
"step": 176
|
1242 |
+
},
|
1243 |
+
{
|
1244 |
+
"epoch": 0.8246942341292953,
|
1245 |
+
"grad_norm": 2.2293749498374127,
|
1246 |
+
"learning_rate": 1e-05,
|
1247 |
+
"loss": 1.432,
|
1248 |
+
"step": 177
|
1249 |
+
},
|
1250 |
+
{
|
1251 |
+
"epoch": 0.8293535235876529,
|
1252 |
+
"grad_norm": 2.3221095280470023,
|
1253 |
+
"learning_rate": 1e-05,
|
1254 |
+
"loss": 1.4521,
|
1255 |
+
"step": 178
|
1256 |
+
},
|
1257 |
+
{
|
1258 |
+
"epoch": 0.8340128130460105,
|
1259 |
+
"grad_norm": 2.385465927102841,
|
1260 |
+
"learning_rate": 1e-05,
|
1261 |
+
"loss": 1.5021,
|
1262 |
+
"step": 179
|
1263 |
+
},
|
1264 |
+
{
|
1265 |
+
"epoch": 0.8386721025043681,
|
1266 |
+
"grad_norm": 2.2944255924050276,
|
1267 |
+
"learning_rate": 1e-05,
|
1268 |
+
"loss": 1.4978,
|
1269 |
+
"step": 180
|
1270 |
+
},
|
1271 |
+
{
|
1272 |
+
"epoch": 0.8433313919627257,
|
1273 |
+
"grad_norm": 2.3098860073018956,
|
1274 |
+
"learning_rate": 1e-05,
|
1275 |
+
"loss": 1.5041,
|
1276 |
+
"step": 181
|
1277 |
+
},
|
1278 |
+
{
|
1279 |
+
"epoch": 0.8479906814210832,
|
1280 |
+
"grad_norm": 2.3335048971904775,
|
1281 |
+
"learning_rate": 1e-05,
|
1282 |
+
"loss": 1.4943,
|
1283 |
+
"step": 182
|
1284 |
+
},
|
1285 |
+
{
|
1286 |
+
"epoch": 0.8526499708794408,
|
1287 |
+
"grad_norm": 2.223659498237971,
|
1288 |
+
"learning_rate": 1e-05,
|
1289 |
+
"loss": 1.5338,
|
1290 |
+
"step": 183
|
1291 |
+
},
|
1292 |
+
{
|
1293 |
+
"epoch": 0.8573092603377985,
|
1294 |
+
"grad_norm": 2.3293622100025058,
|
1295 |
+
"learning_rate": 1e-05,
|
1296 |
+
"loss": 1.4855,
|
1297 |
+
"step": 184
|
1298 |
+
},
|
1299 |
+
{
|
1300 |
+
"epoch": 0.8619685497961561,
|
1301 |
+
"grad_norm": 2.408437081867758,
|
1302 |
+
"learning_rate": 1e-05,
|
1303 |
+
"loss": 1.4348,
|
1304 |
+
"step": 185
|
1305 |
+
},
|
1306 |
+
{
|
1307 |
+
"epoch": 0.8666278392545137,
|
1308 |
+
"grad_norm": 2.289339067399062,
|
1309 |
+
"learning_rate": 1e-05,
|
1310 |
+
"loss": 1.4403,
|
1311 |
+
"step": 186
|
1312 |
+
},
|
1313 |
+
{
|
1314 |
+
"epoch": 0.8712871287128713,
|
1315 |
+
"grad_norm": 2.2759064288074806,
|
1316 |
+
"learning_rate": 1e-05,
|
1317 |
+
"loss": 1.3777,
|
1318 |
+
"step": 187
|
1319 |
+
},
|
1320 |
+
{
|
1321 |
+
"epoch": 0.8759464181712289,
|
1322 |
+
"grad_norm": 2.48715528854699,
|
1323 |
+
"learning_rate": 1e-05,
|
1324 |
+
"loss": 1.4431,
|
1325 |
+
"step": 188
|
1326 |
+
},
|
1327 |
+
{
|
1328 |
+
"epoch": 0.8806057076295865,
|
1329 |
+
"grad_norm": 2.400786521041563,
|
1330 |
+
"learning_rate": 1e-05,
|
1331 |
+
"loss": 1.5096,
|
1332 |
+
"step": 189
|
1333 |
+
},
|
1334 |
+
{
|
1335 |
+
"epoch": 0.885264997087944,
|
1336 |
+
"grad_norm": 2.2444464605037786,
|
1337 |
+
"learning_rate": 1e-05,
|
1338 |
+
"loss": 1.5071,
|
1339 |
+
"step": 190
|
1340 |
+
},
|
1341 |
+
{
|
1342 |
+
"epoch": 0.8899242865463017,
|
1343 |
+
"grad_norm": 2.3631736662246556,
|
1344 |
+
"learning_rate": 1e-05,
|
1345 |
+
"loss": 1.5074,
|
1346 |
+
"step": 191
|
1347 |
+
},
|
1348 |
+
{
|
1349 |
+
"epoch": 0.8945835760046593,
|
1350 |
+
"grad_norm": 2.270308066018393,
|
1351 |
+
"learning_rate": 1e-05,
|
1352 |
+
"loss": 1.4219,
|
1353 |
+
"step": 192
|
1354 |
+
},
|
1355 |
+
{
|
1356 |
+
"epoch": 0.8992428654630169,
|
1357 |
+
"grad_norm": 2.1490689617434615,
|
1358 |
+
"learning_rate": 1e-05,
|
1359 |
+
"loss": 1.4453,
|
1360 |
+
"step": 193
|
1361 |
+
},
|
1362 |
+
{
|
1363 |
+
"epoch": 0.9039021549213745,
|
1364 |
+
"grad_norm": 2.234379186727459,
|
1365 |
+
"learning_rate": 1e-05,
|
1366 |
+
"loss": 1.5035,
|
1367 |
+
"step": 194
|
1368 |
+
},
|
1369 |
+
{
|
1370 |
+
"epoch": 0.9085614443797321,
|
1371 |
+
"grad_norm": 2.378879658628609,
|
1372 |
+
"learning_rate": 1e-05,
|
1373 |
+
"loss": 1.5105,
|
1374 |
+
"step": 195
|
1375 |
+
},
|
1376 |
+
{
|
1377 |
+
"epoch": 0.9132207338380897,
|
1378 |
+
"grad_norm": 2.2408872339352586,
|
1379 |
+
"learning_rate": 1e-05,
|
1380 |
+
"loss": 1.5111,
|
1381 |
+
"step": 196
|
1382 |
+
},
|
1383 |
+
{
|
1384 |
+
"epoch": 0.9178800232964472,
|
1385 |
+
"grad_norm": 2.3800770297089513,
|
1386 |
+
"learning_rate": 1e-05,
|
1387 |
+
"loss": 1.4406,
|
1388 |
+
"step": 197
|
1389 |
+
},
|
1390 |
+
{
|
1391 |
+
"epoch": 0.9225393127548049,
|
1392 |
+
"grad_norm": 2.2789001631581143,
|
1393 |
+
"learning_rate": 1e-05,
|
1394 |
+
"loss": 1.4671,
|
1395 |
+
"step": 198
|
1396 |
+
},
|
1397 |
+
{
|
1398 |
+
"epoch": 0.9271986022131625,
|
1399 |
+
"grad_norm": 2.3783253348876845,
|
1400 |
+
"learning_rate": 1e-05,
|
1401 |
+
"loss": 1.4054,
|
1402 |
+
"step": 199
|
1403 |
+
},
|
1404 |
+
{
|
1405 |
+
"epoch": 0.9318578916715201,
|
1406 |
+
"grad_norm": 2.0882291082381372,
|
1407 |
+
"learning_rate": 1e-05,
|
1408 |
+
"loss": 1.4656,
|
1409 |
+
"step": 200
|
1410 |
+
},
|
1411 |
+
{
|
1412 |
+
"epoch": 0.9365171811298777,
|
1413 |
+
"grad_norm": 2.3231028485545537,
|
1414 |
+
"learning_rate": 1e-05,
|
1415 |
+
"loss": 1.4347,
|
1416 |
+
"step": 201
|
1417 |
+
},
|
1418 |
+
{
|
1419 |
+
"epoch": 0.9411764705882353,
|
1420 |
+
"grad_norm": 2.251299349081433,
|
1421 |
+
"learning_rate": 1e-05,
|
1422 |
+
"loss": 1.5202,
|
1423 |
+
"step": 202
|
1424 |
+
},
|
1425 |
+
{
|
1426 |
+
"epoch": 0.9458357600465929,
|
1427 |
+
"grad_norm": 2.1273492280549466,
|
1428 |
+
"learning_rate": 1e-05,
|
1429 |
+
"loss": 1.511,
|
1430 |
+
"step": 203
|
1431 |
+
},
|
1432 |
+
{
|
1433 |
+
"epoch": 0.9504950495049505,
|
1434 |
+
"grad_norm": 2.2583829949862078,
|
1435 |
+
"learning_rate": 1e-05,
|
1436 |
+
"loss": 1.472,
|
1437 |
+
"step": 204
|
1438 |
+
},
|
1439 |
+
{
|
1440 |
+
"epoch": 0.9551543389633081,
|
1441 |
+
"grad_norm": 2.3080136541764817,
|
1442 |
+
"learning_rate": 1e-05,
|
1443 |
+
"loss": 1.4602,
|
1444 |
+
"step": 205
|
1445 |
+
},
|
1446 |
+
{
|
1447 |
+
"epoch": 0.9598136284216657,
|
1448 |
+
"grad_norm": 2.2472965019702884,
|
1449 |
+
"learning_rate": 1e-05,
|
1450 |
+
"loss": 1.4436,
|
1451 |
+
"step": 206
|
1452 |
+
},
|
1453 |
+
{
|
1454 |
+
"epoch": 0.9644729178800233,
|
1455 |
+
"grad_norm": 2.0993853167635415,
|
1456 |
+
"learning_rate": 1e-05,
|
1457 |
+
"loss": 1.538,
|
1458 |
+
"step": 207
|
1459 |
+
},
|
1460 |
+
{
|
1461 |
+
"epoch": 0.9691322073383809,
|
1462 |
+
"grad_norm": 2.2063602589571536,
|
1463 |
+
"learning_rate": 1e-05,
|
1464 |
+
"loss": 1.459,
|
1465 |
+
"step": 208
|
1466 |
+
},
|
1467 |
+
{
|
1468 |
+
"epoch": 0.9737914967967385,
|
1469 |
+
"grad_norm": 2.4073762011028457,
|
1470 |
+
"learning_rate": 1e-05,
|
1471 |
+
"loss": 1.4872,
|
1472 |
+
"step": 209
|
1473 |
+
},
|
1474 |
+
{
|
1475 |
+
"epoch": 0.9784507862550961,
|
1476 |
+
"grad_norm": 2.2657217549149706,
|
1477 |
+
"learning_rate": 1e-05,
|
1478 |
+
"loss": 1.433,
|
1479 |
+
"step": 210
|
1480 |
+
},
|
1481 |
+
{
|
1482 |
+
"epoch": 0.9831100757134537,
|
1483 |
+
"grad_norm": 2.250620730742056,
|
1484 |
+
"learning_rate": 1e-05,
|
1485 |
+
"loss": 1.4799,
|
1486 |
+
"step": 211
|
1487 |
+
},
|
1488 |
+
{
|
1489 |
+
"epoch": 0.9877693651718114,
|
1490 |
+
"grad_norm": 2.32373073377042,
|
1491 |
+
"learning_rate": 1e-05,
|
1492 |
+
"loss": 1.5087,
|
1493 |
+
"step": 212
|
1494 |
+
},
|
1495 |
+
{
|
1496 |
+
"epoch": 0.9924286546301689,
|
1497 |
+
"grad_norm": 2.2674019100510665,
|
1498 |
+
"learning_rate": 1e-05,
|
1499 |
+
"loss": 1.4293,
|
1500 |
+
"step": 213
|
1501 |
+
},
|
1502 |
+
{
|
1503 |
+
"epoch": 0.9970879440885265,
|
1504 |
+
"grad_norm": 2.1053994055125633,
|
1505 |
+
"learning_rate": 1e-05,
|
1506 |
+
"loss": 1.4257,
|
1507 |
+
"step": 214
|
1508 |
+
},
|
1509 |
+
{
|
1510 |
+
"epoch": 0.9970879440885265,
|
1511 |
+
"step": 214,
|
1512 |
+
"total_flos": 346293314519040.0,
|
1513 |
+
"train_loss": 1.5478776877171525,
|
1514 |
+
"train_runtime": 30341.6487,
|
1515 |
+
"train_samples_per_second": 0.905,
|
1516 |
+
"train_steps_per_second": 0.007
|
1517 |
+
}
|
1518 |
+
],
|
1519 |
+
"logging_steps": 1.0,
|
1520 |
+
"max_steps": 214,
|
1521 |
+
"num_input_tokens_seen": 0,
|
1522 |
+
"num_train_epochs": 1,
|
1523 |
+
"save_steps": 10,
|
1524 |
+
"stateful_callbacks": {
|
1525 |
+
"TrainerControl": {
|
1526 |
+
"args": {
|
1527 |
+
"should_epoch_stop": false,
|
1528 |
+
"should_evaluate": false,
|
1529 |
+
"should_log": false,
|
1530 |
+
"should_save": true,
|
1531 |
+
"should_training_stop": false
|
1532 |
+
},
|
1533 |
+
"attributes": {}
|
1534 |
+
}
|
1535 |
+
},
|
1536 |
+
"total_flos": 346293314519040.0,
|
1537 |
+
"train_batch_size": 2,
|
1538 |
+
"trial_name": null,
|
1539 |
+
"trial_params": null
|
1540 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d66f65beb94c7e722e7694ba2e7d2246135fbfa68571d5ed5e045192c1bff2a
|
3 |
+
size 7480
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|