Upload folder using huggingface_hub
Browse files- added_tokens.json +5 -0
- config.json +28 -0
- generation_config.json +14 -0
- merges.txt +0 -0
- model-00001-of-00004.safetensors +3 -0
- model-00002-of-00004.safetensors +3 -0
- model-00003-of-00004.safetensors +3 -0
- model-00004-of-00004.safetensors +3 -0
- model.safetensors.index.json +346 -0
- optimizer.pt +3 -0
- rng_state_0.pth +3 -0
- rng_state_1.pth +3 -0
- rng_state_2.pth +3 -0
- scheduler.pt +3 -0
- special_tokens_map.json +20 -0
- tokenizer.json +0 -0
- tokenizer_config.json +44 -0
- trainer_state.json +878 -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,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "models/Qwen2-7B-Instruct",
|
3 |
+
"architectures": [
|
4 |
+
"Qwen2ForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 151643,
|
8 |
+
"eos_token_id": 151645,
|
9 |
+
"hidden_act": "silu",
|
10 |
+
"hidden_size": 3584,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"intermediate_size": 18944,
|
13 |
+
"max_position_embeddings": 32768,
|
14 |
+
"max_window_layers": 28,
|
15 |
+
"model_type": "qwen2",
|
16 |
+
"num_attention_heads": 28,
|
17 |
+
"num_hidden_layers": 28,
|
18 |
+
"num_key_value_heads": 4,
|
19 |
+
"rms_norm_eps": 1e-06,
|
20 |
+
"rope_theta": 1000000.0,
|
21 |
+
"sliding_window": null,
|
22 |
+
"tie_word_embeddings": false,
|
23 |
+
"torch_dtype": "bfloat16",
|
24 |
+
"transformers_version": "4.43.4",
|
25 |
+
"use_cache": false,
|
26 |
+
"use_sliding_window": false,
|
27 |
+
"vocab_size": 152064
|
28 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 151643,
|
3 |
+
"do_sample": true,
|
4 |
+
"eos_token_id": [
|
5 |
+
151645,
|
6 |
+
151643
|
7 |
+
],
|
8 |
+
"pad_token_id": 151643,
|
9 |
+
"repetition_penalty": 1.05,
|
10 |
+
"temperature": 0.7,
|
11 |
+
"top_k": 20,
|
12 |
+
"top_p": 0.8,
|
13 |
+
"transformers_version": "4.43.4"
|
14 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
model-00001-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:98e6ac4417db9e5bfb3c82854083e6dea87fd94fe0358d7c650867b1a84a52c4
|
3 |
+
size 4877660776
|
model-00002-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:295569238818682fc40bf6dee882765c49649234fe9164aaea4ed2324738f097
|
3 |
+
size 4932751008
|
model-00003-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9cbdcbe59f9b436c3825ed1dfbb262640c88a2de4d3da39dd9b687a8d7a2907a
|
3 |
+
size 4991478896
|
model-00004-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2d608765577e2da8da8c2219f9a97e7e78c4c8466ee4a89892f6d08a4b21b274
|
3 |
+
size 1361612328
|
model.safetensors.index.json
ADDED
@@ -0,0 +1,346 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 16163464192
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"lm_head.weight": "model-00004-of-00004.safetensors",
|
7 |
+
"model.embed_tokens.weight": "model-00001-of-00004.safetensors",
|
8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
13 |
+
"model.layers.0.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
14 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
15 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
16 |
+
"model.layers.0.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
17 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
18 |
+
"model.layers.0.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
19 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
20 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
21 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
22 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
23 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
24 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
25 |
+
"model.layers.1.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
26 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
27 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
28 |
+
"model.layers.1.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
29 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
30 |
+
"model.layers.1.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
31 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
32 |
+
"model.layers.10.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
33 |
+
"model.layers.10.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
34 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
35 |
+
"model.layers.10.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
36 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
37 |
+
"model.layers.10.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
38 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
39 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
40 |
+
"model.layers.10.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
41 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
42 |
+
"model.layers.10.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
43 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
44 |
+
"model.layers.11.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
45 |
+
"model.layers.11.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
46 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
47 |
+
"model.layers.11.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
48 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
49 |
+
"model.layers.11.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
50 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
51 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
52 |
+
"model.layers.11.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
53 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
54 |
+
"model.layers.11.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
55 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
56 |
+
"model.layers.12.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
57 |
+
"model.layers.12.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
58 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
59 |
+
"model.layers.12.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
60 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
61 |
+
"model.layers.12.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
62 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
63 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
64 |
+
"model.layers.12.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
65 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
66 |
+
"model.layers.12.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
67 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
68 |
+
"model.layers.13.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
69 |
+
"model.layers.13.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
70 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
71 |
+
"model.layers.13.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
72 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
73 |
+
"model.layers.13.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
74 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
75 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
76 |
+
"model.layers.13.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
77 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
78 |
+
"model.layers.13.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
79 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
80 |
+
"model.layers.14.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
81 |
+
"model.layers.14.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
82 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
83 |
+
"model.layers.14.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
84 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
85 |
+
"model.layers.14.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
86 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
87 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
88 |
+
"model.layers.14.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
89 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
90 |
+
"model.layers.14.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
91 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
92 |
+
"model.layers.15.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
93 |
+
"model.layers.15.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
94 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
95 |
+
"model.layers.15.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
96 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
97 |
+
"model.layers.15.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
98 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
99 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
100 |
+
"model.layers.15.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
101 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
102 |
+
"model.layers.15.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
103 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
104 |
+
"model.layers.16.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
105 |
+
"model.layers.16.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
106 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
107 |
+
"model.layers.16.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
108 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
109 |
+
"model.layers.16.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
110 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
111 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
112 |
+
"model.layers.16.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
113 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
114 |
+
"model.layers.16.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
115 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
116 |
+
"model.layers.17.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
117 |
+
"model.layers.17.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
118 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
119 |
+
"model.layers.17.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
120 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
121 |
+
"model.layers.17.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
122 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
123 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
124 |
+
"model.layers.17.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
125 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
126 |
+
"model.layers.17.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
127 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
128 |
+
"model.layers.18.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
129 |
+
"model.layers.18.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
130 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
131 |
+
"model.layers.18.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
132 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
133 |
+
"model.layers.18.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
134 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
135 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
136 |
+
"model.layers.18.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
137 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
138 |
+
"model.layers.18.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
139 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
140 |
+
"model.layers.19.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
141 |
+
"model.layers.19.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
142 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
143 |
+
"model.layers.19.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
144 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
145 |
+
"model.layers.19.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
146 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
147 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
148 |
+
"model.layers.19.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
149 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
150 |
+
"model.layers.19.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
151 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
152 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
153 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
154 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
155 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
156 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
157 |
+
"model.layers.2.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
158 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
159 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
160 |
+
"model.layers.2.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
161 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
162 |
+
"model.layers.2.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
163 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
164 |
+
"model.layers.20.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
165 |
+
"model.layers.20.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
166 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
167 |
+
"model.layers.20.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
168 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
169 |
+
"model.layers.20.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
170 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
171 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
172 |
+
"model.layers.20.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
173 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
174 |
+
"model.layers.20.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
175 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
176 |
+
"model.layers.21.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
177 |
+
"model.layers.21.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
178 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
179 |
+
"model.layers.21.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
180 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
181 |
+
"model.layers.21.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
182 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
183 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
184 |
+
"model.layers.21.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
185 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
186 |
+
"model.layers.21.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
187 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
188 |
+
"model.layers.22.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
189 |
+
"model.layers.22.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
190 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
191 |
+
"model.layers.22.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
192 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
193 |
+
"model.layers.22.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
194 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
195 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
196 |
+
"model.layers.22.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
197 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
198 |
+
"model.layers.22.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
199 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
200 |
+
"model.layers.23.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
201 |
+
"model.layers.23.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
202 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
203 |
+
"model.layers.23.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
204 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
205 |
+
"model.layers.23.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
206 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
207 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
208 |
+
"model.layers.23.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
209 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
210 |
+
"model.layers.23.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
211 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
212 |
+
"model.layers.24.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
213 |
+
"model.layers.24.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
214 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
215 |
+
"model.layers.24.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
216 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
217 |
+
"model.layers.24.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
218 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
219 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
220 |
+
"model.layers.24.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
221 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
222 |
+
"model.layers.24.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
223 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
224 |
+
"model.layers.25.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
225 |
+
"model.layers.25.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
226 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
227 |
+
"model.layers.25.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
228 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
229 |
+
"model.layers.25.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
230 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
231 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
232 |
+
"model.layers.25.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
233 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
234 |
+
"model.layers.25.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
235 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
236 |
+
"model.layers.26.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
237 |
+
"model.layers.26.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
238 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
239 |
+
"model.layers.26.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
240 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
241 |
+
"model.layers.26.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
242 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
243 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
244 |
+
"model.layers.26.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
245 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
246 |
+
"model.layers.26.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
247 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
248 |
+
"model.layers.27.input_layernorm.weight": "model-00004-of-00004.safetensors",
|
249 |
+
"model.layers.27.mlp.down_proj.weight": "model-00004-of-00004.safetensors",
|
250 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
251 |
+
"model.layers.27.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
252 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00004-of-00004.safetensors",
|
253 |
+
"model.layers.27.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
254 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
255 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
256 |
+
"model.layers.27.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
257 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
258 |
+
"model.layers.27.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
259 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
260 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
261 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
262 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
263 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
264 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
265 |
+
"model.layers.3.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
266 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
267 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
268 |
+
"model.layers.3.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
269 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
270 |
+
"model.layers.3.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
271 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
272 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
273 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
274 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
275 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
276 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
277 |
+
"model.layers.4.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
278 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
279 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
280 |
+
"model.layers.4.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
281 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
282 |
+
"model.layers.4.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
283 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
284 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
285 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
286 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
287 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
288 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
289 |
+
"model.layers.5.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
290 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
291 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
292 |
+
"model.layers.5.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
293 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
294 |
+
"model.layers.5.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
295 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
296 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
297 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
298 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
299 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
300 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
301 |
+
"model.layers.6.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
302 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
303 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
304 |
+
"model.layers.6.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
305 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
306 |
+
"model.layers.6.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
307 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
308 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
309 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
310 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
311 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
312 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
313 |
+
"model.layers.7.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
314 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
315 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
316 |
+
"model.layers.7.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
317 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
318 |
+
"model.layers.7.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
319 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
320 |
+
"model.layers.8.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
321 |
+
"model.layers.8.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
322 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
323 |
+
"model.layers.8.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
324 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
325 |
+
"model.layers.8.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
326 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
327 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
328 |
+
"model.layers.8.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
329 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
330 |
+
"model.layers.8.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
331 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
332 |
+
"model.layers.9.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
333 |
+
"model.layers.9.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
334 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
335 |
+
"model.layers.9.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
336 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
337 |
+
"model.layers.9.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
338 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
339 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
340 |
+
"model.layers.9.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
341 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
342 |
+
"model.layers.9.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
343 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
344 |
+
"model.norm.weight": "model-00004-of-00004.safetensors"
|
345 |
+
}
|
346 |
+
}
|
optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ab35f68dc4adbfd1f953529be90c00be38f87c3c438e8ef126a85f0d97eb370
|
3 |
+
size 3728945366
|
rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c9a464a4bb38035d01b7923033ab69172fd427cd42378211d983f2134560d0fd
|
3 |
+
size 14768
|
rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dee9722ed4cef759c7e050a49c3e0abafeb0721fb1e496eb3d7b18db99e2ebca
|
3 |
+
size 14768
|
rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1370bac436b97343955d07682100afbd58f36b1a30915ccfa26c44d5d654ce8b
|
3 |
+
size 14768
|
scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4917025009c4f3a7ceaa77f145cceff9ff5bb46e49309065737036bc21c6b05
|
3 |
+
size 1064
|
special_tokens_map.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|im_start|>",
|
4 |
+
"<|im_end|>"
|
5 |
+
],
|
6 |
+
"eos_token": {
|
7 |
+
"content": "<|im_end|>",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": false,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false
|
12 |
+
},
|
13 |
+
"pad_token": {
|
14 |
+
"content": "<|endoftext|>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false
|
19 |
+
}
|
20 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"added_tokens_decoder": {
|
4 |
+
"151643": {
|
5 |
+
"content": "<|endoftext|>",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": false,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false,
|
10 |
+
"special": true
|
11 |
+
},
|
12 |
+
"151644": {
|
13 |
+
"content": "<|im_start|>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": false,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false,
|
18 |
+
"special": true
|
19 |
+
},
|
20 |
+
"151645": {
|
21 |
+
"content": "<|im_end|>",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": false,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false,
|
26 |
+
"special": true
|
27 |
+
}
|
28 |
+
},
|
29 |
+
"additional_special_tokens": [
|
30 |
+
"<|im_start|>",
|
31 |
+
"<|im_end|>"
|
32 |
+
],
|
33 |
+
"bos_token": null,
|
34 |
+
"chat_template": "{% set system_message = 'You are a helpful assistant.' %}{% if messages[0]['role'] == 'system' %}{% set system_message = messages[0]['content'] %}{% endif %}{% if system_message is defined %}{{ '<|im_start|>system\n' + system_message + '<|im_end|>\n' }}{% endif %}{% for message in messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ '<|im_start|>user\n' + content + '<|im_end|>\n<|im_start|>assistant\n' }}{% elif message['role'] == 'assistant' %}{{ content + '<|im_end|>' + '\n' }}{% endif %}{% endfor %}",
|
35 |
+
"clean_up_tokenization_spaces": false,
|
36 |
+
"eos_token": "<|im_end|>",
|
37 |
+
"errors": "replace",
|
38 |
+
"model_max_length": 131072,
|
39 |
+
"pad_token": "<|endoftext|>",
|
40 |
+
"padding_side": "right",
|
41 |
+
"split_special_tokens": false,
|
42 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
43 |
+
"unk_token": null
|
44 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,878 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 19.51219512195122,
|
5 |
+
"eval_steps": 100,
|
6 |
+
"global_step": 500,
|
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.1951219512195122,
|
13 |
+
"grad_norm": 3.5239181518554688,
|
14 |
+
"learning_rate": 4.999451708687114e-05,
|
15 |
+
"loss": 1.1522,
|
16 |
+
"num_input_tokens_seen": 2231104,
|
17 |
+
"step": 5
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.3902439024390244,
|
21 |
+
"grad_norm": 1.2978184223175049,
|
22 |
+
"learning_rate": 4.997807075247146e-05,
|
23 |
+
"loss": 0.8861,
|
24 |
+
"num_input_tokens_seen": 4468608,
|
25 |
+
"step": 10
|
26 |
+
},
|
27 |
+
{
|
28 |
+
"epoch": 0.5853658536585366,
|
29 |
+
"grad_norm": 1.0176712274551392,
|
30 |
+
"learning_rate": 4.995066821070679e-05,
|
31 |
+
"loss": 0.8351,
|
32 |
+
"num_input_tokens_seen": 6779584,
|
33 |
+
"step": 15
|
34 |
+
},
|
35 |
+
{
|
36 |
+
"epoch": 0.7804878048780488,
|
37 |
+
"grad_norm": 0.6517723798751831,
|
38 |
+
"learning_rate": 4.991232148123761e-05,
|
39 |
+
"loss": 0.7797,
|
40 |
+
"num_input_tokens_seen": 9106880,
|
41 |
+
"step": 20
|
42 |
+
},
|
43 |
+
{
|
44 |
+
"epoch": 0.975609756097561,
|
45 |
+
"grad_norm": 0.6675965785980225,
|
46 |
+
"learning_rate": 4.9863047384206835e-05,
|
47 |
+
"loss": 0.7575,
|
48 |
+
"num_input_tokens_seen": 11435136,
|
49 |
+
"step": 25
|
50 |
+
},
|
51 |
+
{
|
52 |
+
"epoch": 1.170731707317073,
|
53 |
+
"grad_norm": 1.225784182548523,
|
54 |
+
"learning_rate": 4.980286753286195e-05,
|
55 |
+
"loss": 0.7345,
|
56 |
+
"num_input_tokens_seen": 13738880,
|
57 |
+
"step": 30
|
58 |
+
},
|
59 |
+
{
|
60 |
+
"epoch": 1.3658536585365852,
|
61 |
+
"grad_norm": 0.4991011321544647,
|
62 |
+
"learning_rate": 4.9731808324074717e-05,
|
63 |
+
"loss": 0.7443,
|
64 |
+
"num_input_tokens_seen": 16001920,
|
65 |
+
"step": 35
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 1.5609756097560976,
|
69 |
+
"grad_norm": 0.7908358573913574,
|
70 |
+
"learning_rate": 4.964990092676263e-05,
|
71 |
+
"loss": 0.7211,
|
72 |
+
"num_input_tokens_seen": 18282944,
|
73 |
+
"step": 40
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 1.7560975609756098,
|
77 |
+
"grad_norm": 0.9223726391792297,
|
78 |
+
"learning_rate": 4.9557181268217227e-05,
|
79 |
+
"loss": 0.7306,
|
80 |
+
"num_input_tokens_seen": 20575296,
|
81 |
+
"step": 45
|
82 |
+
},
|
83 |
+
{
|
84 |
+
"epoch": 1.951219512195122,
|
85 |
+
"grad_norm": 0.8891558051109314,
|
86 |
+
"learning_rate": 4.9453690018345144e-05,
|
87 |
+
"loss": 0.7039,
|
88 |
+
"num_input_tokens_seen": 22849856,
|
89 |
+
"step": 50
|
90 |
+
},
|
91 |
+
{
|
92 |
+
"epoch": 2.1463414634146343,
|
93 |
+
"grad_norm": 1.3324096202850342,
|
94 |
+
"learning_rate": 4.933947257182901e-05,
|
95 |
+
"loss": 0.7044,
|
96 |
+
"num_input_tokens_seen": 25176896,
|
97 |
+
"step": 55
|
98 |
+
},
|
99 |
+
{
|
100 |
+
"epoch": 2.341463414634146,
|
101 |
+
"grad_norm": 1.0357320308685303,
|
102 |
+
"learning_rate": 4.9214579028215776e-05,
|
103 |
+
"loss": 0.6768,
|
104 |
+
"num_input_tokens_seen": 27457472,
|
105 |
+
"step": 60
|
106 |
+
},
|
107 |
+
{
|
108 |
+
"epoch": 2.5365853658536586,
|
109 |
+
"grad_norm": 0.6939280033111572,
|
110 |
+
"learning_rate": 4.907906416994146e-05,
|
111 |
+
"loss": 0.6906,
|
112 |
+
"num_input_tokens_seen": 29772544,
|
113 |
+
"step": 65
|
114 |
+
},
|
115 |
+
{
|
116 |
+
"epoch": 2.7317073170731705,
|
117 |
+
"grad_norm": 0.7578678727149963,
|
118 |
+
"learning_rate": 4.893298743830168e-05,
|
119 |
+
"loss": 0.6595,
|
120 |
+
"num_input_tokens_seen": 32013760,
|
121 |
+
"step": 70
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 2.926829268292683,
|
125 |
+
"grad_norm": 0.548279345035553,
|
126 |
+
"learning_rate": 4.877641290737884e-05,
|
127 |
+
"loss": 0.6514,
|
128 |
+
"num_input_tokens_seen": 34342848,
|
129 |
+
"step": 75
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 3.1219512195121952,
|
133 |
+
"grad_norm": 1.1982917785644531,
|
134 |
+
"learning_rate": 4.860940925593703e-05,
|
135 |
+
"loss": 0.6498,
|
136 |
+
"num_input_tokens_seen": 36592000,
|
137 |
+
"step": 80
|
138 |
+
},
|
139 |
+
{
|
140 |
+
"epoch": 3.317073170731707,
|
141 |
+
"grad_norm": 1.0446078777313232,
|
142 |
+
"learning_rate": 4.843204973729729e-05,
|
143 |
+
"loss": 0.6537,
|
144 |
+
"num_input_tokens_seen": 38878528,
|
145 |
+
"step": 85
|
146 |
+
},
|
147 |
+
{
|
148 |
+
"epoch": 3.5121951219512195,
|
149 |
+
"grad_norm": 0.7469108700752258,
|
150 |
+
"learning_rate": 4.8244412147206284e-05,
|
151 |
+
"loss": 0.5996,
|
152 |
+
"num_input_tokens_seen": 41156672,
|
153 |
+
"step": 90
|
154 |
+
},
|
155 |
+
{
|
156 |
+
"epoch": 3.7073170731707314,
|
157 |
+
"grad_norm": 0.7562854886054993,
|
158 |
+
"learning_rate": 4.8046578789712515e-05,
|
159 |
+
"loss": 0.6289,
|
160 |
+
"num_input_tokens_seen": 43475456,
|
161 |
+
"step": 95
|
162 |
+
},
|
163 |
+
{
|
164 |
+
"epoch": 3.902439024390244,
|
165 |
+
"grad_norm": 0.7673454880714417,
|
166 |
+
"learning_rate": 4.783863644106502e-05,
|
167 |
+
"loss": 0.6607,
|
168 |
+
"num_input_tokens_seen": 45798272,
|
169 |
+
"step": 100
|
170 |
+
},
|
171 |
+
{
|
172 |
+
"epoch": 3.902439024390244,
|
173 |
+
"eval_loss": 0.6353042125701904,
|
174 |
+
"eval_runtime": 174.6543,
|
175 |
+
"eval_samples_per_second": 12.07,
|
176 |
+
"eval_steps_per_second": 0.504,
|
177 |
+
"num_input_tokens_seen": 45798272,
|
178 |
+
"step": 100
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 4.097560975609756,
|
182 |
+
"grad_norm": 0.6962050199508667,
|
183 |
+
"learning_rate": 4.762067631165049e-05,
|
184 |
+
"loss": 0.5924,
|
185 |
+
"num_input_tokens_seen": 48035456,
|
186 |
+
"step": 105
|
187 |
+
},
|
188 |
+
{
|
189 |
+
"epoch": 4.2926829268292686,
|
190 |
+
"grad_norm": 1.080012559890747,
|
191 |
+
"learning_rate": 4.7392794005985326e-05,
|
192 |
+
"loss": 0.6107,
|
193 |
+
"num_input_tokens_seen": 50295680,
|
194 |
+
"step": 110
|
195 |
+
},
|
196 |
+
{
|
197 |
+
"epoch": 4.487804878048781,
|
198 |
+
"grad_norm": 0.6142390966415405,
|
199 |
+
"learning_rate": 4.715508948078037e-05,
|
200 |
+
"loss": 0.6016,
|
201 |
+
"num_input_tokens_seen": 52611072,
|
202 |
+
"step": 115
|
203 |
+
},
|
204 |
+
{
|
205 |
+
"epoch": 4.682926829268292,
|
206 |
+
"grad_norm": 0.7695103883743286,
|
207 |
+
"learning_rate": 4.690766700109659e-05,
|
208 |
+
"loss": 0.5946,
|
209 |
+
"num_input_tokens_seen": 54817920,
|
210 |
+
"step": 120
|
211 |
+
},
|
212 |
+
{
|
213 |
+
"epoch": 4.878048780487805,
|
214 |
+
"grad_norm": 0.7141166925430298,
|
215 |
+
"learning_rate": 4.665063509461097e-05,
|
216 |
+
"loss": 0.5926,
|
217 |
+
"num_input_tokens_seen": 57135552,
|
218 |
+
"step": 125
|
219 |
+
},
|
220 |
+
{
|
221 |
+
"epoch": 5.073170731707317,
|
222 |
+
"grad_norm": 0.9515812993049622,
|
223 |
+
"learning_rate": 4.638410650401267e-05,
|
224 |
+
"loss": 0.5986,
|
225 |
+
"num_input_tokens_seen": 59455680,
|
226 |
+
"step": 130
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 5.2682926829268295,
|
230 |
+
"grad_norm": 1.5192577838897705,
|
231 |
+
"learning_rate": 4.610819813755038e-05,
|
232 |
+
"loss": 0.5619,
|
233 |
+
"num_input_tokens_seen": 61782208,
|
234 |
+
"step": 135
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 5.463414634146342,
|
238 |
+
"grad_norm": 1.0420284271240234,
|
239 |
+
"learning_rate": 4.5823031017752485e-05,
|
240 |
+
"loss": 0.5739,
|
241 |
+
"num_input_tokens_seen": 64051520,
|
242 |
+
"step": 140
|
243 |
+
},
|
244 |
+
{
|
245 |
+
"epoch": 5.658536585365853,
|
246 |
+
"grad_norm": 0.6723448038101196,
|
247 |
+
"learning_rate": 4.5528730228342605e-05,
|
248 |
+
"loss": 0.5673,
|
249 |
+
"num_input_tokens_seen": 66320192,
|
250 |
+
"step": 145
|
251 |
+
},
|
252 |
+
{
|
253 |
+
"epoch": 5.853658536585366,
|
254 |
+
"grad_norm": 0.8727495074272156,
|
255 |
+
"learning_rate": 4.522542485937369e-05,
|
256 |
+
"loss": 0.5607,
|
257 |
+
"num_input_tokens_seen": 68535424,
|
258 |
+
"step": 150
|
259 |
+
},
|
260 |
+
{
|
261 |
+
"epoch": 6.048780487804878,
|
262 |
+
"grad_norm": 1.1162189245224,
|
263 |
+
"learning_rate": 4.491324795060491e-05,
|
264 |
+
"loss": 0.5711,
|
265 |
+
"num_input_tokens_seen": 70861632,
|
266 |
+
"step": 155
|
267 |
+
},
|
268 |
+
{
|
269 |
+
"epoch": 6.2439024390243905,
|
270 |
+
"grad_norm": 1.0553621053695679,
|
271 |
+
"learning_rate": 4.4592336433146e-05,
|
272 |
+
"loss": 0.5437,
|
273 |
+
"num_input_tokens_seen": 73124480,
|
274 |
+
"step": 160
|
275 |
+
},
|
276 |
+
{
|
277 |
+
"epoch": 6.439024390243903,
|
278 |
+
"grad_norm": 1.105603575706482,
|
279 |
+
"learning_rate": 4.426283106939474e-05,
|
280 |
+
"loss": 0.5437,
|
281 |
+
"num_input_tokens_seen": 75439232,
|
282 |
+
"step": 165
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 6.634146341463414,
|
286 |
+
"grad_norm": 0.9295886158943176,
|
287 |
+
"learning_rate": 4.3924876391293915e-05,
|
288 |
+
"loss": 0.5321,
|
289 |
+
"num_input_tokens_seen": 77689536,
|
290 |
+
"step": 170
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 6.829268292682927,
|
294 |
+
"grad_norm": 0.9514282941818237,
|
295 |
+
"learning_rate": 4.357862063693486e-05,
|
296 |
+
"loss": 0.5075,
|
297 |
+
"num_input_tokens_seen": 80000000,
|
298 |
+
"step": 175
|
299 |
+
},
|
300 |
+
{
|
301 |
+
"epoch": 7.024390243902439,
|
302 |
+
"grad_norm": 0.641543447971344,
|
303 |
+
"learning_rate": 4.3224215685535294e-05,
|
304 |
+
"loss": 0.5246,
|
305 |
+
"num_input_tokens_seen": 82294336,
|
306 |
+
"step": 180
|
307 |
+
},
|
308 |
+
{
|
309 |
+
"epoch": 7.219512195121951,
|
310 |
+
"grad_norm": 0.6666741967201233,
|
311 |
+
"learning_rate": 4.2861816990820084e-05,
|
312 |
+
"loss": 0.5021,
|
313 |
+
"num_input_tokens_seen": 84609856,
|
314 |
+
"step": 185
|
315 |
+
},
|
316 |
+
{
|
317 |
+
"epoch": 7.414634146341464,
|
318 |
+
"grad_norm": 0.9410921931266785,
|
319 |
+
"learning_rate": 4.249158351283414e-05,
|
320 |
+
"loss": 0.4766,
|
321 |
+
"num_input_tokens_seen": 86956608,
|
322 |
+
"step": 190
|
323 |
+
},
|
324 |
+
{
|
325 |
+
"epoch": 7.609756097560975,
|
326 |
+
"grad_norm": 0.9510065913200378,
|
327 |
+
"learning_rate": 4.211367764821722e-05,
|
328 |
+
"loss": 0.4922,
|
329 |
+
"num_input_tokens_seen": 89199040,
|
330 |
+
"step": 195
|
331 |
+
},
|
332 |
+
{
|
333 |
+
"epoch": 7.804878048780488,
|
334 |
+
"grad_norm": 0.9778364896774292,
|
335 |
+
"learning_rate": 4.172826515897146e-05,
|
336 |
+
"loss": 0.5149,
|
337 |
+
"num_input_tokens_seen": 91464512,
|
338 |
+
"step": 200
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 7.804878048780488,
|
342 |
+
"eval_loss": 0.6269230246543884,
|
343 |
+
"eval_runtime": 173.5455,
|
344 |
+
"eval_samples_per_second": 12.147,
|
345 |
+
"eval_steps_per_second": 0.507,
|
346 |
+
"num_input_tokens_seen": 91464512,
|
347 |
+
"step": 200
|
348 |
+
},
|
349 |
+
{
|
350 |
+
"epoch": 8.0,
|
351 |
+
"grad_norm": 1.1030495166778564,
|
352 |
+
"learning_rate": 4.133551509975264e-05,
|
353 |
+
"loss": 0.5019,
|
354 |
+
"num_input_tokens_seen": 93698368,
|
355 |
+
"step": 205
|
356 |
+
},
|
357 |
+
{
|
358 |
+
"epoch": 8.195121951219512,
|
359 |
+
"grad_norm": 0.8688378930091858,
|
360 |
+
"learning_rate": 4.093559974371725e-05,
|
361 |
+
"loss": 0.4275,
|
362 |
+
"num_input_tokens_seen": 96008256,
|
363 |
+
"step": 210
|
364 |
+
},
|
365 |
+
{
|
366 |
+
"epoch": 8.390243902439025,
|
367 |
+
"grad_norm": 0.9601365327835083,
|
368 |
+
"learning_rate": 4.052869450695776e-05,
|
369 |
+
"loss": 0.4545,
|
370 |
+
"num_input_tokens_seen": 98232832,
|
371 |
+
"step": 215
|
372 |
+
},
|
373 |
+
{
|
374 |
+
"epoch": 8.585365853658537,
|
375 |
+
"grad_norm": 0.9640222191810608,
|
376 |
+
"learning_rate": 4.011497787155938e-05,
|
377 |
+
"loss": 0.4577,
|
378 |
+
"num_input_tokens_seen": 100520128,
|
379 |
+
"step": 220
|
380 |
+
},
|
381 |
+
{
|
382 |
+
"epoch": 8.78048780487805,
|
383 |
+
"grad_norm": 0.7299013137817383,
|
384 |
+
"learning_rate": 3.969463130731183e-05,
|
385 |
+
"loss": 0.4589,
|
386 |
+
"num_input_tokens_seen": 102814976,
|
387 |
+
"step": 225
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 8.975609756097562,
|
391 |
+
"grad_norm": 0.6459980607032776,
|
392 |
+
"learning_rate": 3.92678391921108e-05,
|
393 |
+
"loss": 0.4482,
|
394 |
+
"num_input_tokens_seen": 105142528,
|
395 |
+
"step": 230
|
396 |
+
},
|
397 |
+
{
|
398 |
+
"epoch": 9.170731707317072,
|
399 |
+
"grad_norm": 0.8188865184783936,
|
400 |
+
"learning_rate": 3.883478873108361e-05,
|
401 |
+
"loss": 0.4301,
|
402 |
+
"num_input_tokens_seen": 107394880,
|
403 |
+
"step": 235
|
404 |
+
},
|
405 |
+
{
|
406 |
+
"epoch": 9.365853658536585,
|
407 |
+
"grad_norm": 0.7741889953613281,
|
408 |
+
"learning_rate": 3.8395669874474915e-05,
|
409 |
+
"loss": 0.3852,
|
410 |
+
"num_input_tokens_seen": 109706560,
|
411 |
+
"step": 240
|
412 |
+
},
|
413 |
+
{
|
414 |
+
"epoch": 9.560975609756097,
|
415 |
+
"grad_norm": 0.7010043263435364,
|
416 |
+
"learning_rate": 3.795067523432826e-05,
|
417 |
+
"loss": 0.3886,
|
418 |
+
"num_input_tokens_seen": 111993664,
|
419 |
+
"step": 245
|
420 |
+
},
|
421 |
+
{
|
422 |
+
"epoch": 9.75609756097561,
|
423 |
+
"grad_norm": 0.5523029565811157,
|
424 |
+
"learning_rate": 3.7500000000000003e-05,
|
425 |
+
"loss": 0.4028,
|
426 |
+
"num_input_tokens_seen": 114255232,
|
427 |
+
"step": 250
|
428 |
+
},
|
429 |
+
{
|
430 |
+
"epoch": 9.951219512195122,
|
431 |
+
"grad_norm": 0.5837187170982361,
|
432 |
+
"learning_rate": 3.704384185254288e-05,
|
433 |
+
"loss": 0.3847,
|
434 |
+
"num_input_tokens_seen": 116578560,
|
435 |
+
"step": 255
|
436 |
+
},
|
437 |
+
{
|
438 |
+
"epoch": 10.146341463414634,
|
439 |
+
"grad_norm": 0.7814375162124634,
|
440 |
+
"learning_rate": 3.6582400877996546e-05,
|
441 |
+
"loss": 0.3516,
|
442 |
+
"num_input_tokens_seen": 118836800,
|
443 |
+
"step": 260
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 10.341463414634147,
|
447 |
+
"grad_norm": 0.9329513907432556,
|
448 |
+
"learning_rate": 3.611587947962319e-05,
|
449 |
+
"loss": 0.3504,
|
450 |
+
"num_input_tokens_seen": 121148608,
|
451 |
+
"step": 265
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"epoch": 10.536585365853659,
|
455 |
+
"grad_norm": 0.5801968574523926,
|
456 |
+
"learning_rate": 3.564448228912682e-05,
|
457 |
+
"loss": 0.3303,
|
458 |
+
"num_input_tokens_seen": 123490176,
|
459 |
+
"step": 270
|
460 |
+
},
|
461 |
+
{
|
462 |
+
"epoch": 10.731707317073171,
|
463 |
+
"grad_norm": 0.5544772744178772,
|
464 |
+
"learning_rate": 3.516841607689501e-05,
|
465 |
+
"loss": 0.336,
|
466 |
+
"num_input_tokens_seen": 125741376,
|
467 |
+
"step": 275
|
468 |
+
},
|
469 |
+
{
|
470 |
+
"epoch": 10.926829268292684,
|
471 |
+
"grad_norm": 0.5629393458366394,
|
472 |
+
"learning_rate": 3.4687889661302576e-05,
|
473 |
+
"loss": 0.337,
|
474 |
+
"num_input_tokens_seen": 127996480,
|
475 |
+
"step": 280
|
476 |
+
},
|
477 |
+
{
|
478 |
+
"epoch": 11.121951219512194,
|
479 |
+
"grad_norm": 0.6132429242134094,
|
480 |
+
"learning_rate": 3.4203113817116957e-05,
|
481 |
+
"loss": 0.3102,
|
482 |
+
"num_input_tokens_seen": 130286208,
|
483 |
+
"step": 285
|
484 |
+
},
|
485 |
+
{
|
486 |
+
"epoch": 11.317073170731707,
|
487 |
+
"grad_norm": 0.6265811920166016,
|
488 |
+
"learning_rate": 3.3714301183045385e-05,
|
489 |
+
"loss": 0.2777,
|
490 |
+
"num_input_tokens_seen": 132600256,
|
491 |
+
"step": 290
|
492 |
+
},
|
493 |
+
{
|
494 |
+
"epoch": 11.512195121951219,
|
495 |
+
"grad_norm": 0.7565940618515015,
|
496 |
+
"learning_rate": 3.322166616846458e-05,
|
497 |
+
"loss": 0.2875,
|
498 |
+
"num_input_tokens_seen": 134908928,
|
499 |
+
"step": 295
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 11.707317073170731,
|
503 |
+
"grad_norm": 0.8063022494316101,
|
504 |
+
"learning_rate": 3.272542485937369e-05,
|
505 |
+
"loss": 0.2768,
|
506 |
+
"num_input_tokens_seen": 137181248,
|
507 |
+
"step": 300
|
508 |
+
},
|
509 |
+
{
|
510 |
+
"epoch": 11.707317073170731,
|
511 |
+
"eval_loss": 0.718697726726532,
|
512 |
+
"eval_runtime": 173.4793,
|
513 |
+
"eval_samples_per_second": 12.151,
|
514 |
+
"eval_steps_per_second": 0.507,
|
515 |
+
"num_input_tokens_seen": 137181248,
|
516 |
+
"step": 300
|
517 |
+
},
|
518 |
+
{
|
519 |
+
"epoch": 11.902439024390244,
|
520 |
+
"grad_norm": 0.7160292267799377,
|
521 |
+
"learning_rate": 3.222579492361179e-05,
|
522 |
+
"loss": 0.2823,
|
523 |
+
"num_input_tokens_seen": 139385728,
|
524 |
+
"step": 305
|
525 |
+
},
|
526 |
+
{
|
527 |
+
"epoch": 12.097560975609756,
|
528 |
+
"grad_norm": 0.6414353251457214,
|
529 |
+
"learning_rate": 3.172299551538164e-05,
|
530 |
+
"loss": 0.27,
|
531 |
+
"num_input_tokens_seen": 141670400,
|
532 |
+
"step": 310
|
533 |
+
},
|
534 |
+
{
|
535 |
+
"epoch": 12.292682926829269,
|
536 |
+
"grad_norm": 0.6131883859634399,
|
537 |
+
"learning_rate": 3.121724717912138e-05,
|
538 |
+
"loss": 0.2308,
|
539 |
+
"num_input_tokens_seen": 143944512,
|
540 |
+
"step": 315
|
541 |
+
},
|
542 |
+
{
|
543 |
+
"epoch": 12.487804878048781,
|
544 |
+
"grad_norm": 0.46672749519348145,
|
545 |
+
"learning_rate": 3.0708771752766394e-05,
|
546 |
+
"loss": 0.2236,
|
547 |
+
"num_input_tokens_seen": 146200128,
|
548 |
+
"step": 320
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"epoch": 12.682926829268293,
|
552 |
+
"grad_norm": 0.48453348875045776,
|
553 |
+
"learning_rate": 3.0197792270443982e-05,
|
554 |
+
"loss": 0.2227,
|
555 |
+
"num_input_tokens_seen": 148494912,
|
556 |
+
"step": 325
|
557 |
+
},
|
558 |
+
{
|
559 |
+
"epoch": 12.878048780487806,
|
560 |
+
"grad_norm": 0.5639292597770691,
|
561 |
+
"learning_rate": 2.9684532864643122e-05,
|
562 |
+
"loss": 0.2236,
|
563 |
+
"num_input_tokens_seen": 150765632,
|
564 |
+
"step": 330
|
565 |
+
},
|
566 |
+
{
|
567 |
+
"epoch": 13.073170731707316,
|
568 |
+
"grad_norm": 0.45188578963279724,
|
569 |
+
"learning_rate": 2.916921866790256e-05,
|
570 |
+
"loss": 0.2193,
|
571 |
+
"num_input_tokens_seen": 153025984,
|
572 |
+
"step": 335
|
573 |
+
},
|
574 |
+
{
|
575 |
+
"epoch": 13.268292682926829,
|
576 |
+
"grad_norm": 0.5362280011177063,
|
577 |
+
"learning_rate": 2.8652075714060295e-05,
|
578 |
+
"loss": 0.1804,
|
579 |
+
"num_input_tokens_seen": 155359744,
|
580 |
+
"step": 340
|
581 |
+
},
|
582 |
+
{
|
583 |
+
"epoch": 13.463414634146341,
|
584 |
+
"grad_norm": 0.46796223521232605,
|
585 |
+
"learning_rate": 2.8133330839107608e-05,
|
586 |
+
"loss": 0.1763,
|
587 |
+
"num_input_tokens_seen": 157653760,
|
588 |
+
"step": 345
|
589 |
+
},
|
590 |
+
{
|
591 |
+
"epoch": 13.658536585365853,
|
592 |
+
"grad_norm": 0.6022464036941528,
|
593 |
+
"learning_rate": 2.761321158169134e-05,
|
594 |
+
"loss": 0.1785,
|
595 |
+
"num_input_tokens_seen": 159970112,
|
596 |
+
"step": 350
|
597 |
+
},
|
598 |
+
{
|
599 |
+
"epoch": 13.853658536585366,
|
600 |
+
"grad_norm": 0.6007694005966187,
|
601 |
+
"learning_rate": 2.7091946083307896e-05,
|
602 |
+
"loss": 0.1847,
|
603 |
+
"num_input_tokens_seen": 162266048,
|
604 |
+
"step": 355
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 14.048780487804878,
|
608 |
+
"grad_norm": 0.5330171585083008,
|
609 |
+
"learning_rate": 2.656976298823284e-05,
|
610 |
+
"loss": 0.1765,
|
611 |
+
"num_input_tokens_seen": 164502784,
|
612 |
+
"step": 360
|
613 |
+
},
|
614 |
+
{
|
615 |
+
"epoch": 14.24390243902439,
|
616 |
+
"grad_norm": 0.4508293569087982,
|
617 |
+
"learning_rate": 2.604689134322999e-05,
|
618 |
+
"loss": 0.1433,
|
619 |
+
"num_input_tokens_seen": 166793792,
|
620 |
+
"step": 365
|
621 |
+
},
|
622 |
+
{
|
623 |
+
"epoch": 14.439024390243903,
|
624 |
+
"grad_norm": 0.4898134469985962,
|
625 |
+
"learning_rate": 2.5523560497083926e-05,
|
626 |
+
"loss": 0.1436,
|
627 |
+
"num_input_tokens_seen": 169105536,
|
628 |
+
"step": 370
|
629 |
+
},
|
630 |
+
{
|
631 |
+
"epoch": 14.634146341463415,
|
632 |
+
"grad_norm": 0.5252612829208374,
|
633 |
+
"learning_rate": 2.5e-05,
|
634 |
+
"loss": 0.1456,
|
635 |
+
"num_input_tokens_seen": 171380160,
|
636 |
+
"step": 375
|
637 |
+
},
|
638 |
+
{
|
639 |
+
"epoch": 14.829268292682928,
|
640 |
+
"grad_norm": 0.45608317852020264,
|
641 |
+
"learning_rate": 2.447643950291608e-05,
|
642 |
+
"loss": 0.1361,
|
643 |
+
"num_input_tokens_seen": 173636544,
|
644 |
+
"step": 380
|
645 |
+
},
|
646 |
+
{
|
647 |
+
"epoch": 15.024390243902438,
|
648 |
+
"grad_norm": 0.5009132623672485,
|
649 |
+
"learning_rate": 2.3953108656770016e-05,
|
650 |
+
"loss": 0.1381,
|
651 |
+
"num_input_tokens_seen": 175912832,
|
652 |
+
"step": 385
|
653 |
+
},
|
654 |
+
{
|
655 |
+
"epoch": 15.21951219512195,
|
656 |
+
"grad_norm": 0.4505337178707123,
|
657 |
+
"learning_rate": 2.3430237011767167e-05,
|
658 |
+
"loss": 0.1121,
|
659 |
+
"num_input_tokens_seen": 178157824,
|
660 |
+
"step": 390
|
661 |
+
},
|
662 |
+
{
|
663 |
+
"epoch": 15.414634146341463,
|
664 |
+
"grad_norm": 0.43384668231010437,
|
665 |
+
"learning_rate": 2.2908053916692117e-05,
|
666 |
+
"loss": 0.1103,
|
667 |
+
"num_input_tokens_seen": 180468736,
|
668 |
+
"step": 395
|
669 |
+
},
|
670 |
+
{
|
671 |
+
"epoch": 15.609756097560975,
|
672 |
+
"grad_norm": 0.4433673620223999,
|
673 |
+
"learning_rate": 2.238678841830867e-05,
|
674 |
+
"loss": 0.1126,
|
675 |
+
"num_input_tokens_seen": 182788736,
|
676 |
+
"step": 400
|
677 |
+
},
|
678 |
+
{
|
679 |
+
"epoch": 15.609756097560975,
|
680 |
+
"eval_loss": 0.8370733261108398,
|
681 |
+
"eval_runtime": 173.2462,
|
682 |
+
"eval_samples_per_second": 12.168,
|
683 |
+
"eval_steps_per_second": 0.508,
|
684 |
+
"num_input_tokens_seen": 182788736,
|
685 |
+
"step": 400
|
686 |
+
},
|
687 |
+
{
|
688 |
+
"epoch": 15.804878048780488,
|
689 |
+
"grad_norm": 0.39896300435066223,
|
690 |
+
"learning_rate": 2.186666916089239e-05,
|
691 |
+
"loss": 0.1114,
|
692 |
+
"num_input_tokens_seen": 185050944,
|
693 |
+
"step": 405
|
694 |
+
},
|
695 |
+
{
|
696 |
+
"epoch": 16.0,
|
697 |
+
"grad_norm": 0.3975840210914612,
|
698 |
+
"learning_rate": 2.1347924285939714e-05,
|
699 |
+
"loss": 0.1135,
|
700 |
+
"num_input_tokens_seen": 187289920,
|
701 |
+
"step": 410
|
702 |
+
},
|
703 |
+
{
|
704 |
+
"epoch": 16.195121951219512,
|
705 |
+
"grad_norm": 0.3381832242012024,
|
706 |
+
"learning_rate": 2.0830781332097446e-05,
|
707 |
+
"loss": 0.0935,
|
708 |
+
"num_input_tokens_seen": 189562944,
|
709 |
+
"step": 415
|
710 |
+
},
|
711 |
+
{
|
712 |
+
"epoch": 16.390243902439025,
|
713 |
+
"grad_norm": 0.3201667070388794,
|
714 |
+
"learning_rate": 2.031546713535688e-05,
|
715 |
+
"loss": 0.0851,
|
716 |
+
"num_input_tokens_seen": 191813696,
|
717 |
+
"step": 420
|
718 |
+
},
|
719 |
+
{
|
720 |
+
"epoch": 16.585365853658537,
|
721 |
+
"grad_norm": 0.38780859112739563,
|
722 |
+
"learning_rate": 1.980220772955602e-05,
|
723 |
+
"loss": 0.0897,
|
724 |
+
"num_input_tokens_seen": 194094144,
|
725 |
+
"step": 425
|
726 |
+
},
|
727 |
+
{
|
728 |
+
"epoch": 16.78048780487805,
|
729 |
+
"grad_norm": 0.31540414690971375,
|
730 |
+
"learning_rate": 1.9291228247233605e-05,
|
731 |
+
"loss": 0.0886,
|
732 |
+
"num_input_tokens_seen": 196385984,
|
733 |
+
"step": 430
|
734 |
+
},
|
735 |
+
{
|
736 |
+
"epoch": 16.975609756097562,
|
737 |
+
"grad_norm": 0.5678117275238037,
|
738 |
+
"learning_rate": 1.8782752820878634e-05,
|
739 |
+
"loss": 0.0899,
|
740 |
+
"num_input_tokens_seen": 198700032,
|
741 |
+
"step": 435
|
742 |
+
},
|
743 |
+
{
|
744 |
+
"epoch": 17.170731707317074,
|
745 |
+
"grad_norm": 0.4425772726535797,
|
746 |
+
"learning_rate": 1.827700448461836e-05,
|
747 |
+
"loss": 0.0753,
|
748 |
+
"num_input_tokens_seen": 201036480,
|
749 |
+
"step": 440
|
750 |
+
},
|
751 |
+
{
|
752 |
+
"epoch": 17.365853658536587,
|
753 |
+
"grad_norm": 0.32113131880760193,
|
754 |
+
"learning_rate": 1.7774205076388206e-05,
|
755 |
+
"loss": 0.0724,
|
756 |
+
"num_input_tokens_seen": 203331520,
|
757 |
+
"step": 445
|
758 |
+
},
|
759 |
+
{
|
760 |
+
"epoch": 17.5609756097561,
|
761 |
+
"grad_norm": 0.2662774920463562,
|
762 |
+
"learning_rate": 1.7274575140626318e-05,
|
763 |
+
"loss": 0.0711,
|
764 |
+
"num_input_tokens_seen": 205627072,
|
765 |
+
"step": 450
|
766 |
+
},
|
767 |
+
{
|
768 |
+
"epoch": 17.75609756097561,
|
769 |
+
"grad_norm": 0.27264896035194397,
|
770 |
+
"learning_rate": 1.677833383153542e-05,
|
771 |
+
"loss": 0.0719,
|
772 |
+
"num_input_tokens_seen": 207845568,
|
773 |
+
"step": 455
|
774 |
+
},
|
775 |
+
{
|
776 |
+
"epoch": 17.951219512195124,
|
777 |
+
"grad_norm": 0.29512110352516174,
|
778 |
+
"learning_rate": 1.6285698816954624e-05,
|
779 |
+
"loss": 0.0704,
|
780 |
+
"num_input_tokens_seen": 210180736,
|
781 |
+
"step": 460
|
782 |
+
},
|
783 |
+
{
|
784 |
+
"epoch": 18.146341463414632,
|
785 |
+
"grad_norm": 0.252193421125412,
|
786 |
+
"learning_rate": 1.5796886182883053e-05,
|
787 |
+
"loss": 0.0666,
|
788 |
+
"num_input_tokens_seen": 212454016,
|
789 |
+
"step": 465
|
790 |
+
},
|
791 |
+
{
|
792 |
+
"epoch": 18.341463414634145,
|
793 |
+
"grad_norm": 0.23161688446998596,
|
794 |
+
"learning_rate": 1.5312110338697426e-05,
|
795 |
+
"loss": 0.0564,
|
796 |
+
"num_input_tokens_seen": 214714240,
|
797 |
+
"step": 470
|
798 |
+
},
|
799 |
+
{
|
800 |
+
"epoch": 18.536585365853657,
|
801 |
+
"grad_norm": 0.25446033477783203,
|
802 |
+
"learning_rate": 1.4831583923104999e-05,
|
803 |
+
"loss": 0.0617,
|
804 |
+
"num_input_tokens_seen": 217009664,
|
805 |
+
"step": 475
|
806 |
+
},
|
807 |
+
{
|
808 |
+
"epoch": 18.73170731707317,
|
809 |
+
"grad_norm": 0.2264089584350586,
|
810 |
+
"learning_rate": 1.4355517710873184e-05,
|
811 |
+
"loss": 0.0587,
|
812 |
+
"num_input_tokens_seen": 219270336,
|
813 |
+
"step": 480
|
814 |
+
},
|
815 |
+
{
|
816 |
+
"epoch": 18.926829268292682,
|
817 |
+
"grad_norm": 0.21758581697940826,
|
818 |
+
"learning_rate": 1.388412052037682e-05,
|
819 |
+
"loss": 0.0573,
|
820 |
+
"num_input_tokens_seen": 221604736,
|
821 |
+
"step": 485
|
822 |
+
},
|
823 |
+
{
|
824 |
+
"epoch": 19.121951219512194,
|
825 |
+
"grad_norm": 0.21286001801490784,
|
826 |
+
"learning_rate": 1.3417599122003464e-05,
|
827 |
+
"loss": 0.0537,
|
828 |
+
"num_input_tokens_seen": 223843968,
|
829 |
+
"step": 490
|
830 |
+
},
|
831 |
+
{
|
832 |
+
"epoch": 19.317073170731707,
|
833 |
+
"grad_norm": 0.19537770748138428,
|
834 |
+
"learning_rate": 1.2956158147457115e-05,
|
835 |
+
"loss": 0.0505,
|
836 |
+
"num_input_tokens_seen": 226198144,
|
837 |
+
"step": 495
|
838 |
+
},
|
839 |
+
{
|
840 |
+
"epoch": 19.51219512195122,
|
841 |
+
"grad_norm": 0.18156716227531433,
|
842 |
+
"learning_rate": 1.2500000000000006e-05,
|
843 |
+
"loss": 0.0494,
|
844 |
+
"num_input_tokens_seen": 228521280,
|
845 |
+
"step": 500
|
846 |
+
},
|
847 |
+
{
|
848 |
+
"epoch": 19.51219512195122,
|
849 |
+
"eval_loss": 0.9114091396331787,
|
850 |
+
"eval_runtime": 173.5404,
|
851 |
+
"eval_samples_per_second": 12.147,
|
852 |
+
"eval_steps_per_second": 0.507,
|
853 |
+
"num_input_tokens_seen": 228521280,
|
854 |
+
"step": 500
|
855 |
+
}
|
856 |
+
],
|
857 |
+
"logging_steps": 5,
|
858 |
+
"max_steps": 750,
|
859 |
+
"num_input_tokens_seen": 228521280,
|
860 |
+
"num_train_epochs": 30,
|
861 |
+
"save_steps": 100,
|
862 |
+
"stateful_callbacks": {
|
863 |
+
"TrainerControl": {
|
864 |
+
"args": {
|
865 |
+
"should_epoch_stop": false,
|
866 |
+
"should_evaluate": false,
|
867 |
+
"should_log": false,
|
868 |
+
"should_save": true,
|
869 |
+
"should_training_stop": false
|
870 |
+
},
|
871 |
+
"attributes": {}
|
872 |
+
}
|
873 |
+
},
|
874 |
+
"total_flos": 9.694721607846593e+18,
|
875 |
+
"train_batch_size": 8,
|
876 |
+
"trial_name": null,
|
877 |
+
"trial_params": null
|
878 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:73adf469b5cb14fcdec30e8fe22975b18d955ed0f43b280349b22b74f932a2cf
|
3 |
+
size 5368
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|