Add files using upload-large-folder tool
Browse files- added_tokens.json +28 -0
- config.json +30 -0
- generation_config.json +6 -0
- latest +1 -0
- model.safetensors.index.json +450 -0
- rng_state_0.pth +3 -0
- rng_state_1.pth +3 -0
- rng_state_10.pth +3 -0
- rng_state_11.pth +3 -0
- rng_state_12.pth +3 -0
- rng_state_13.pth +3 -0
- rng_state_14.pth +3 -0
- rng_state_15.pth +3 -0
- rng_state_16.pth +3 -0
- rng_state_18.pth +3 -0
- rng_state_19.pth +3 -0
- rng_state_2.pth +3 -0
- rng_state_20.pth +3 -0
- rng_state_21.pth +3 -0
- rng_state_22.pth +3 -0
- rng_state_23.pth +3 -0
- rng_state_25.pth +3 -0
- rng_state_26.pth +3 -0
- rng_state_27.pth +3 -0
- rng_state_28.pth +3 -0
- rng_state_3.pth +3 -0
- rng_state_30.pth +3 -0
- rng_state_32.pth +3 -0
- rng_state_33.pth +3 -0
- rng_state_34.pth +3 -0
- rng_state_35.pth +3 -0
- rng_state_38.pth +3 -0
- rng_state_39.pth +3 -0
- rng_state_4.pth +3 -0
- rng_state_41.pth +3 -0
- rng_state_42.pth +3 -0
- rng_state_46.pth +3 -0
- rng_state_5.pth +3 -0
- rng_state_51.pth +3 -0
- rng_state_52.pth +3 -0
- rng_state_53.pth +3 -0
- rng_state_57.pth +3 -0
- rng_state_6.pth +3 -0
- rng_state_60.pth +3 -0
- rng_state_8.pth +3 -0
- rng_state_9.pth +3 -0
- scheduler.pt +3 -0
- special_tokens_map.json +31 -0
- trainer_state.json +209 -0
- training_args.bin +3 -0
added_tokens.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"</think>": 151668,
|
3 |
+
"</tool_call>": 151658,
|
4 |
+
"</tool_response>": 151666,
|
5 |
+
"<think>": 151667,
|
6 |
+
"<tool_call>": 151657,
|
7 |
+
"<tool_response>": 151665,
|
8 |
+
"<|box_end|>": 151649,
|
9 |
+
"<|box_start|>": 151648,
|
10 |
+
"<|endoftext|>": 151643,
|
11 |
+
"<|file_sep|>": 151664,
|
12 |
+
"<|fim_middle|>": 151660,
|
13 |
+
"<|fim_pad|>": 151662,
|
14 |
+
"<|fim_prefix|>": 151659,
|
15 |
+
"<|fim_suffix|>": 151661,
|
16 |
+
"<|im_end|>": 151645,
|
17 |
+
"<|im_start|>": 151644,
|
18 |
+
"<|image_pad|>": 151655,
|
19 |
+
"<|object_ref_end|>": 151647,
|
20 |
+
"<|object_ref_start|>": 151646,
|
21 |
+
"<|quad_end|>": 151651,
|
22 |
+
"<|quad_start|>": 151650,
|
23 |
+
"<|repo_name|>": 151663,
|
24 |
+
"<|video_pad|>": 151656,
|
25 |
+
"<|vision_end|>": 151653,
|
26 |
+
"<|vision_pad|>": 151654,
|
27 |
+
"<|vision_start|>": 151652
|
28 |
+
}
|
config.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"Qwen3ForCausalLM"
|
4 |
+
],
|
5 |
+
"attention_bias": false,
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 151643,
|
8 |
+
"eos_token_id": 151643,
|
9 |
+
"head_dim": 128,
|
10 |
+
"hidden_act": "silu",
|
11 |
+
"hidden_size": 5120,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"intermediate_size": 17408,
|
14 |
+
"max_position_embeddings": 32768,
|
15 |
+
"max_window_layers": 40,
|
16 |
+
"model_type": "qwen3",
|
17 |
+
"num_attention_heads": 40,
|
18 |
+
"num_hidden_layers": 40,
|
19 |
+
"num_key_value_heads": 8,
|
20 |
+
"rms_norm_eps": 1e-06,
|
21 |
+
"rope_scaling": null,
|
22 |
+
"rope_theta": 1000000,
|
23 |
+
"sliding_window": null,
|
24 |
+
"tie_word_embeddings": false,
|
25 |
+
"torch_dtype": "bfloat16",
|
26 |
+
"transformers_version": "4.51.0",
|
27 |
+
"use_cache": false,
|
28 |
+
"use_sliding_window": false,
|
29 |
+
"vocab_size": 151936
|
30 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 151643,
|
3 |
+
"eos_token_id": 151643,
|
4 |
+
"max_new_tokens": 2048,
|
5 |
+
"transformers_version": "4.51.0"
|
6 |
+
}
|
latest
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
global_step249
|
model.safetensors.index.json
ADDED
@@ -0,0 +1,450 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 29536614400
|
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_norm.weight": "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_norm.weight": "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.weight": "model-00001-of-00006.safetensors",
|
19 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
20 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
21 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
22 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
23 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
24 |
+
"model.layers.1.self_attn.k_norm.weight": "model-00001-of-00006.safetensors",
|
25 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
26 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
27 |
+
"model.layers.1.self_attn.q_norm.weight": "model-00001-of-00006.safetensors",
|
28 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
29 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
30 |
+
"model.layers.10.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
31 |
+
"model.layers.10.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
32 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
33 |
+
"model.layers.10.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
34 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
35 |
+
"model.layers.10.self_attn.k_norm.weight": "model-00002-of-00006.safetensors",
|
36 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
37 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
38 |
+
"model.layers.10.self_attn.q_norm.weight": "model-00002-of-00006.safetensors",
|
39 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
40 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
41 |
+
"model.layers.11.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
42 |
+
"model.layers.11.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
43 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
44 |
+
"model.layers.11.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
45 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
46 |
+
"model.layers.11.self_attn.k_norm.weight": "model-00002-of-00006.safetensors",
|
47 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
48 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
49 |
+
"model.layers.11.self_attn.q_norm.weight": "model-00002-of-00006.safetensors",
|
50 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
51 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
52 |
+
"model.layers.12.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
53 |
+
"model.layers.12.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
54 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
55 |
+
"model.layers.12.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
56 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
57 |
+
"model.layers.12.self_attn.k_norm.weight": "model-00002-of-00006.safetensors",
|
58 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
59 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
60 |
+
"model.layers.12.self_attn.q_norm.weight": "model-00002-of-00006.safetensors",
|
61 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
62 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
63 |
+
"model.layers.13.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
64 |
+
"model.layers.13.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
65 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
66 |
+
"model.layers.13.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
67 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
68 |
+
"model.layers.13.self_attn.k_norm.weight": "model-00003-of-00006.safetensors",
|
69 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
70 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
71 |
+
"model.layers.13.self_attn.q_norm.weight": "model-00003-of-00006.safetensors",
|
72 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
73 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
74 |
+
"model.layers.14.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
75 |
+
"model.layers.14.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
76 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
77 |
+
"model.layers.14.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
78 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
79 |
+
"model.layers.14.self_attn.k_norm.weight": "model-00003-of-00006.safetensors",
|
80 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
81 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
82 |
+
"model.layers.14.self_attn.q_norm.weight": "model-00003-of-00006.safetensors",
|
83 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
84 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
85 |
+
"model.layers.15.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
86 |
+
"model.layers.15.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
87 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
88 |
+
"model.layers.15.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
89 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
90 |
+
"model.layers.15.self_attn.k_norm.weight": "model-00003-of-00006.safetensors",
|
91 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
92 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
93 |
+
"model.layers.15.self_attn.q_norm.weight": "model-00003-of-00006.safetensors",
|
94 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
95 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
96 |
+
"model.layers.16.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
97 |
+
"model.layers.16.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
98 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
99 |
+
"model.layers.16.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
100 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
101 |
+
"model.layers.16.self_attn.k_norm.weight": "model-00003-of-00006.safetensors",
|
102 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
103 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
104 |
+
"model.layers.16.self_attn.q_norm.weight": "model-00003-of-00006.safetensors",
|
105 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
106 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
107 |
+
"model.layers.17.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
108 |
+
"model.layers.17.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
109 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
110 |
+
"model.layers.17.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
111 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
112 |
+
"model.layers.17.self_attn.k_norm.weight": "model-00003-of-00006.safetensors",
|
113 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
114 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
115 |
+
"model.layers.17.self_attn.q_norm.weight": "model-00003-of-00006.safetensors",
|
116 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
117 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
118 |
+
"model.layers.18.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
119 |
+
"model.layers.18.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
120 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
121 |
+
"model.layers.18.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
122 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
123 |
+
"model.layers.18.self_attn.k_norm.weight": "model-00003-of-00006.safetensors",
|
124 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
125 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
126 |
+
"model.layers.18.self_attn.q_norm.weight": "model-00003-of-00006.safetensors",
|
127 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
128 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
129 |
+
"model.layers.19.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
130 |
+
"model.layers.19.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
131 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
132 |
+
"model.layers.19.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
133 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
134 |
+
"model.layers.19.self_attn.k_norm.weight": "model-00003-of-00006.safetensors",
|
135 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
136 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
137 |
+
"model.layers.19.self_attn.q_norm.weight": "model-00003-of-00006.safetensors",
|
138 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
139 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
140 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
141 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
142 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
143 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
144 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
145 |
+
"model.layers.2.self_attn.k_norm.weight": "model-00001-of-00006.safetensors",
|
146 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
147 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
148 |
+
"model.layers.2.self_attn.q_norm.weight": "model-00001-of-00006.safetensors",
|
149 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
150 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
151 |
+
"model.layers.20.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
152 |
+
"model.layers.20.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
153 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
154 |
+
"model.layers.20.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
155 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
156 |
+
"model.layers.20.self_attn.k_norm.weight": "model-00003-of-00006.safetensors",
|
157 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
158 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
159 |
+
"model.layers.20.self_attn.q_norm.weight": "model-00003-of-00006.safetensors",
|
160 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
161 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
162 |
+
"model.layers.21.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
163 |
+
"model.layers.21.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
164 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
165 |
+
"model.layers.21.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
166 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
167 |
+
"model.layers.21.self_attn.k_norm.weight": "model-00004-of-00006.safetensors",
|
168 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
169 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
170 |
+
"model.layers.21.self_attn.q_norm.weight": "model-00004-of-00006.safetensors",
|
171 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
172 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
173 |
+
"model.layers.22.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
174 |
+
"model.layers.22.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
175 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
176 |
+
"model.layers.22.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
177 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
178 |
+
"model.layers.22.self_attn.k_norm.weight": "model-00004-of-00006.safetensors",
|
179 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
180 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
181 |
+
"model.layers.22.self_attn.q_norm.weight": "model-00004-of-00006.safetensors",
|
182 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
183 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
184 |
+
"model.layers.23.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
185 |
+
"model.layers.23.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
186 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
187 |
+
"model.layers.23.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
188 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
189 |
+
"model.layers.23.self_attn.k_norm.weight": "model-00004-of-00006.safetensors",
|
190 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
191 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
192 |
+
"model.layers.23.self_attn.q_norm.weight": "model-00004-of-00006.safetensors",
|
193 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
194 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
195 |
+
"model.layers.24.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
196 |
+
"model.layers.24.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
197 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
198 |
+
"model.layers.24.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
199 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
200 |
+
"model.layers.24.self_attn.k_norm.weight": "model-00004-of-00006.safetensors",
|
201 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
202 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
203 |
+
"model.layers.24.self_attn.q_norm.weight": "model-00004-of-00006.safetensors",
|
204 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
205 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
206 |
+
"model.layers.25.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
207 |
+
"model.layers.25.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
208 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
209 |
+
"model.layers.25.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
210 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
211 |
+
"model.layers.25.self_attn.k_norm.weight": "model-00004-of-00006.safetensors",
|
212 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
213 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
214 |
+
"model.layers.25.self_attn.q_norm.weight": "model-00004-of-00006.safetensors",
|
215 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
216 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
217 |
+
"model.layers.26.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
218 |
+
"model.layers.26.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
219 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
220 |
+
"model.layers.26.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
221 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
222 |
+
"model.layers.26.self_attn.k_norm.weight": "model-00004-of-00006.safetensors",
|
223 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
224 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
225 |
+
"model.layers.26.self_attn.q_norm.weight": "model-00004-of-00006.safetensors",
|
226 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
227 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
228 |
+
"model.layers.27.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
229 |
+
"model.layers.27.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
230 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
231 |
+
"model.layers.27.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
232 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
233 |
+
"model.layers.27.self_attn.k_norm.weight": "model-00004-of-00006.safetensors",
|
234 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
235 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
236 |
+
"model.layers.27.self_attn.q_norm.weight": "model-00004-of-00006.safetensors",
|
237 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
238 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
239 |
+
"model.layers.28.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
240 |
+
"model.layers.28.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
241 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
242 |
+
"model.layers.28.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
243 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
244 |
+
"model.layers.28.self_attn.k_norm.weight": "model-00005-of-00006.safetensors",
|
245 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
246 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
247 |
+
"model.layers.28.self_attn.q_norm.weight": "model-00005-of-00006.safetensors",
|
248 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
249 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
250 |
+
"model.layers.29.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
251 |
+
"model.layers.29.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
252 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
253 |
+
"model.layers.29.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
254 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
255 |
+
"model.layers.29.self_attn.k_norm.weight": "model-00005-of-00006.safetensors",
|
256 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
257 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
258 |
+
"model.layers.29.self_attn.q_norm.weight": "model-00005-of-00006.safetensors",
|
259 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
260 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
261 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
262 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
263 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
264 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
265 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
266 |
+
"model.layers.3.self_attn.k_norm.weight": "model-00001-of-00006.safetensors",
|
267 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
268 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
269 |
+
"model.layers.3.self_attn.q_norm.weight": "model-00001-of-00006.safetensors",
|
270 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
271 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
272 |
+
"model.layers.30.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
273 |
+
"model.layers.30.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
274 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
275 |
+
"model.layers.30.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
276 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
277 |
+
"model.layers.30.self_attn.k_norm.weight": "model-00005-of-00006.safetensors",
|
278 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
279 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
280 |
+
"model.layers.30.self_attn.q_norm.weight": "model-00005-of-00006.safetensors",
|
281 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
282 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
283 |
+
"model.layers.31.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
284 |
+
"model.layers.31.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
285 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
286 |
+
"model.layers.31.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
287 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
288 |
+
"model.layers.31.self_attn.k_norm.weight": "model-00005-of-00006.safetensors",
|
289 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
290 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
291 |
+
"model.layers.31.self_attn.q_norm.weight": "model-00005-of-00006.safetensors",
|
292 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
293 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
294 |
+
"model.layers.32.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
295 |
+
"model.layers.32.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
296 |
+
"model.layers.32.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
297 |
+
"model.layers.32.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
298 |
+
"model.layers.32.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
299 |
+
"model.layers.32.self_attn.k_norm.weight": "model-00005-of-00006.safetensors",
|
300 |
+
"model.layers.32.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
301 |
+
"model.layers.32.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
302 |
+
"model.layers.32.self_attn.q_norm.weight": "model-00005-of-00006.safetensors",
|
303 |
+
"model.layers.32.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
304 |
+
"model.layers.32.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
305 |
+
"model.layers.33.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
306 |
+
"model.layers.33.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
307 |
+
"model.layers.33.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
308 |
+
"model.layers.33.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
309 |
+
"model.layers.33.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
310 |
+
"model.layers.33.self_attn.k_norm.weight": "model-00005-of-00006.safetensors",
|
311 |
+
"model.layers.33.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
312 |
+
"model.layers.33.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
313 |
+
"model.layers.33.self_attn.q_norm.weight": "model-00005-of-00006.safetensors",
|
314 |
+
"model.layers.33.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
315 |
+
"model.layers.33.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
316 |
+
"model.layers.34.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
317 |
+
"model.layers.34.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
318 |
+
"model.layers.34.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
319 |
+
"model.layers.34.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
320 |
+
"model.layers.34.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
321 |
+
"model.layers.34.self_attn.k_norm.weight": "model-00005-of-00006.safetensors",
|
322 |
+
"model.layers.34.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
323 |
+
"model.layers.34.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
324 |
+
"model.layers.34.self_attn.q_norm.weight": "model-00005-of-00006.safetensors",
|
325 |
+
"model.layers.34.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
326 |
+
"model.layers.34.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
327 |
+
"model.layers.35.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
328 |
+
"model.layers.35.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
329 |
+
"model.layers.35.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
330 |
+
"model.layers.35.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
331 |
+
"model.layers.35.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
332 |
+
"model.layers.35.self_attn.k_norm.weight": "model-00005-of-00006.safetensors",
|
333 |
+
"model.layers.35.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
334 |
+
"model.layers.35.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
335 |
+
"model.layers.35.self_attn.q_norm.weight": "model-00005-of-00006.safetensors",
|
336 |
+
"model.layers.35.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
337 |
+
"model.layers.35.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
338 |
+
"model.layers.36.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
339 |
+
"model.layers.36.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
340 |
+
"model.layers.36.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
341 |
+
"model.layers.36.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
342 |
+
"model.layers.36.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
343 |
+
"model.layers.36.self_attn.k_norm.weight": "model-00006-of-00006.safetensors",
|
344 |
+
"model.layers.36.self_attn.k_proj.weight": "model-00006-of-00006.safetensors",
|
345 |
+
"model.layers.36.self_attn.o_proj.weight": "model-00006-of-00006.safetensors",
|
346 |
+
"model.layers.36.self_attn.q_norm.weight": "model-00006-of-00006.safetensors",
|
347 |
+
"model.layers.36.self_attn.q_proj.weight": "model-00006-of-00006.safetensors",
|
348 |
+
"model.layers.36.self_attn.v_proj.weight": "model-00006-of-00006.safetensors",
|
349 |
+
"model.layers.37.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
350 |
+
"model.layers.37.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
351 |
+
"model.layers.37.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
352 |
+
"model.layers.37.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
353 |
+
"model.layers.37.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
354 |
+
"model.layers.37.self_attn.k_norm.weight": "model-00006-of-00006.safetensors",
|
355 |
+
"model.layers.37.self_attn.k_proj.weight": "model-00006-of-00006.safetensors",
|
356 |
+
"model.layers.37.self_attn.o_proj.weight": "model-00006-of-00006.safetensors",
|
357 |
+
"model.layers.37.self_attn.q_norm.weight": "model-00006-of-00006.safetensors",
|
358 |
+
"model.layers.37.self_attn.q_proj.weight": "model-00006-of-00006.safetensors",
|
359 |
+
"model.layers.37.self_attn.v_proj.weight": "model-00006-of-00006.safetensors",
|
360 |
+
"model.layers.38.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
361 |
+
"model.layers.38.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
362 |
+
"model.layers.38.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
363 |
+
"model.layers.38.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
364 |
+
"model.layers.38.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
365 |
+
"model.layers.38.self_attn.k_norm.weight": "model-00006-of-00006.safetensors",
|
366 |
+
"model.layers.38.self_attn.k_proj.weight": "model-00006-of-00006.safetensors",
|
367 |
+
"model.layers.38.self_attn.o_proj.weight": "model-00006-of-00006.safetensors",
|
368 |
+
"model.layers.38.self_attn.q_norm.weight": "model-00006-of-00006.safetensors",
|
369 |
+
"model.layers.38.self_attn.q_proj.weight": "model-00006-of-00006.safetensors",
|
370 |
+
"model.layers.38.self_attn.v_proj.weight": "model-00006-of-00006.safetensors",
|
371 |
+
"model.layers.39.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
372 |
+
"model.layers.39.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
373 |
+
"model.layers.39.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
374 |
+
"model.layers.39.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
375 |
+
"model.layers.39.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
376 |
+
"model.layers.39.self_attn.k_norm.weight": "model-00006-of-00006.safetensors",
|
377 |
+
"model.layers.39.self_attn.k_proj.weight": "model-00006-of-00006.safetensors",
|
378 |
+
"model.layers.39.self_attn.o_proj.weight": "model-00006-of-00006.safetensors",
|
379 |
+
"model.layers.39.self_attn.q_norm.weight": "model-00006-of-00006.safetensors",
|
380 |
+
"model.layers.39.self_attn.q_proj.weight": "model-00006-of-00006.safetensors",
|
381 |
+
"model.layers.39.self_attn.v_proj.weight": "model-00006-of-00006.safetensors",
|
382 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
383 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
384 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
385 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
386 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
387 |
+
"model.layers.4.self_attn.k_norm.weight": "model-00001-of-00006.safetensors",
|
388 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
389 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
390 |
+
"model.layers.4.self_attn.q_norm.weight": "model-00001-of-00006.safetensors",
|
391 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
392 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
393 |
+
"model.layers.5.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
394 |
+
"model.layers.5.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
395 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
396 |
+
"model.layers.5.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
397 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
398 |
+
"model.layers.5.self_attn.k_norm.weight": "model-00001-of-00006.safetensors",
|
399 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
400 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
401 |
+
"model.layers.5.self_attn.q_norm.weight": "model-00001-of-00006.safetensors",
|
402 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
403 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
404 |
+
"model.layers.6.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
405 |
+
"model.layers.6.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
406 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
407 |
+
"model.layers.6.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
408 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
409 |
+
"model.layers.6.self_attn.k_norm.weight": "model-00002-of-00006.safetensors",
|
410 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
411 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
412 |
+
"model.layers.6.self_attn.q_norm.weight": "model-00002-of-00006.safetensors",
|
413 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
414 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
415 |
+
"model.layers.7.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
416 |
+
"model.layers.7.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
417 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
418 |
+
"model.layers.7.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
419 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
420 |
+
"model.layers.7.self_attn.k_norm.weight": "model-00002-of-00006.safetensors",
|
421 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
422 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
423 |
+
"model.layers.7.self_attn.q_norm.weight": "model-00002-of-00006.safetensors",
|
424 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
425 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
426 |
+
"model.layers.8.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
427 |
+
"model.layers.8.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
428 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
429 |
+
"model.layers.8.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
430 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
431 |
+
"model.layers.8.self_attn.k_norm.weight": "model-00002-of-00006.safetensors",
|
432 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
433 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
434 |
+
"model.layers.8.self_attn.q_norm.weight": "model-00002-of-00006.safetensors",
|
435 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
436 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
437 |
+
"model.layers.9.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
438 |
+
"model.layers.9.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
439 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
440 |
+
"model.layers.9.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
441 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
442 |
+
"model.layers.9.self_attn.k_norm.weight": "model-00002-of-00006.safetensors",
|
443 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
444 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
445 |
+
"model.layers.9.self_attn.q_norm.weight": "model-00002-of-00006.safetensors",
|
446 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
447 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
448 |
+
"model.norm.weight": "model-00006-of-00006.safetensors"
|
449 |
+
}
|
450 |
+
}
|
rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:08282b46825aa78d10fe10e3fea89555c5b5a691b261a3ddfd58fcb58370edff
|
3 |
+
size 15984
|
rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dbab71d98a3a9a92df82a6bba463947327c3a1bcf35cd9f4f46114641fc42dd9
|
3 |
+
size 15984
|
rng_state_10.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:54e5c2d65c14df39137f6a3bd8314f534dad93d72efe8e40e23a61187ba74ce8
|
3 |
+
size 15997
|
rng_state_11.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f578146bcaaed333cf4637aa3b454e2f6238e691e45b4160001b63b4f8b5ce4e
|
3 |
+
size 15997
|
rng_state_12.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8463662162a837871bb50af43a407175ca95f3f364bc13c7d065e8b6929bad11
|
3 |
+
size 15997
|
rng_state_13.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe9bafd75244b907f13aa5b102963f4d018d7b80b94ddb0262313774362d9305
|
3 |
+
size 15997
|
rng_state_14.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c5e353c1ca54c464e3464d695507da7da6c134e4ad9d6acab6f72e52d5bf13c7
|
3 |
+
size 15997
|
rng_state_15.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:24f1ef20cfc904ac8f811ceffab91f00cccadca0e878c8ef8a7335e83ef9513f
|
3 |
+
size 15997
|
rng_state_16.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cecf995eb1b13a85a673384ed67c75acc989e9d373ac7da2d90cbc7af2c1b4a7
|
3 |
+
size 15997
|
rng_state_18.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a50dfdcb902d78e55850cabc410552a4e651090792c2e086926cbda383b4f35f
|
3 |
+
size 15997
|
rng_state_19.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:79850d41cfed8d83ef96222b2b956a0ec273b7fa78630d3cb0e86f2ab29bb934
|
3 |
+
size 15997
|
rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:caac82d57d878d30219a4f9ec289a97ff90c53afc160b968f251b3fd3454b8d8
|
3 |
+
size 15984
|
rng_state_20.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:60201c3050f5fddd8ba67c9cc8ea589b8296872acef041a46972a75489ba48f2
|
3 |
+
size 15997
|
rng_state_21.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9b45ccf4c1d4fa82ab73d5b1084c8895bb7a843bb65c39bb0b2bb2a6192e6df3
|
3 |
+
size 15997
|
rng_state_22.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:54521e12e4ad123a5cdba9d3c092e63ee37b099ff802bbe417dfb47861244ab9
|
3 |
+
size 15997
|
rng_state_23.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f4917fcd537e822a9012f654e3131d5dbd358e1916dec368f464d89c1223a2e5
|
3 |
+
size 15997
|
rng_state_25.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:58235624c008372a4489d1dc4d4a5d582e83b5954529d532a8ac9e27cc1117eb
|
3 |
+
size 15997
|
rng_state_26.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d0a9e394ce0c35df215df576763794e20589536fd7d2e8aae0d2bfaac14eb95
|
3 |
+
size 15997
|
rng_state_27.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a40fc515e550756e1b3497c9e62fa179918e76adb87ab3233db714b992268c8
|
3 |
+
size 15997
|
rng_state_28.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6dadf1f4ae507c5e5ab940441273a3552a7e59fcc516e7dfddd1956d1c5c5a3d
|
3 |
+
size 15997
|
rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:19762d2d370222b01817da11bbaa6665d542293373186d66f754e7246bb861ed
|
3 |
+
size 15984
|
rng_state_30.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6890d56ed291634fd39a3901c77e10c249a355684a11b3e34af07a400ff9189c
|
3 |
+
size 15997
|
rng_state_32.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:81e68bc145d7e31ccec8d193e7f4a87efa357566b21ac00ed9a312fa9f945a4c
|
3 |
+
size 15997
|
rng_state_33.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ee22940fac4c35a1ab61edb398a2693901d0cd33d55bb3e42cbf17027f9f37d
|
3 |
+
size 15997
|
rng_state_34.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:76435620d0c8c4b534b03b6b614b5b8d42a2c89027606a9b1fa818c58d764f8a
|
3 |
+
size 15997
|
rng_state_35.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8abc2125467c5d6561b50c3a54b4fa551fc0de1f17a84556843bf504ac0d9606
|
3 |
+
size 15997
|
rng_state_38.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e06df31a51fa19537fb148ff48c5af386ec96891d9d2fbd07aa03a21e6222ee3
|
3 |
+
size 15997
|
rng_state_39.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4744f9787e34ac2c48fbb838e98634c40f4b6cf8d176f1cec1fb721f61c9a721
|
3 |
+
size 15997
|
rng_state_4.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:00c7508b346a7d3c5c23392845f1d013331114ade778794b76e919cb3ed5d33e
|
3 |
+
size 15984
|
rng_state_41.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a544a805b533c19b0ff5b04b65c43365b6fd863842fc1fe44124c61087e2207
|
3 |
+
size 15997
|
rng_state_42.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eade0da19aee2acd0752859a48460f67121e954e938cbc5dba50461a76fdc227
|
3 |
+
size 15997
|
rng_state_46.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77976ef6cee4169eb36bf29bac0684b79f62f1a0e4bd8a391fc110e13088b431
|
3 |
+
size 15997
|
rng_state_5.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b89de7d14dd20a191f56b74c816ef8b7fe5c171e31efbeadbf321c4539ed68c3
|
3 |
+
size 15984
|
rng_state_51.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:59755d19d3b020c0517136f3c79b9c77788de25a9dd2c67b74844764313fc463
|
3 |
+
size 15997
|
rng_state_52.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4aefa7eb191fa35b0456d98d3d4b7015c9d4e9f694f5b7f7761773c0056be403
|
3 |
+
size 15997
|
rng_state_53.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:32ce3a7c3055528000bc98df3b8974458ca4613392af49cdcd9aa7812421e324
|
3 |
+
size 15997
|
rng_state_57.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4043701afeffe2b6495c39de437ae745f073520c5940b8790b3fe64be1ff0414
|
3 |
+
size 15997
|
rng_state_6.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c71152053553e6e22d670fbc4fd7550bf8a046b54cad7b71869787986a6a42c
|
3 |
+
size 15984
|
rng_state_60.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d0a28850e8e66281a9ac854e9b18225563fa5020a2992e8bc7cca633d7fdbfdb
|
3 |
+
size 15997
|
rng_state_8.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50d06b29f11da5c2e4a388e6620296a543a68f4d46bb2bb978188a8e374f8925
|
3 |
+
size 15984
|
rng_state_9.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bde660db671106d0d18882a4db0faf4fe72837df15f5537708435e1d684a549e
|
3 |
+
size 15984
|
scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:08ffc3f37b13d7c2e7fde44b952696ce3999619995e10ae352c48bafcf64e397
|
3 |
+
size 1064
|
special_tokens_map.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|im_start|>",
|
4 |
+
"<|im_end|>",
|
5 |
+
"<|object_ref_start|>",
|
6 |
+
"<|object_ref_end|>",
|
7 |
+
"<|box_start|>",
|
8 |
+
"<|box_end|>",
|
9 |
+
"<|quad_start|>",
|
10 |
+
"<|quad_end|>",
|
11 |
+
"<|vision_start|>",
|
12 |
+
"<|vision_end|>",
|
13 |
+
"<|vision_pad|>",
|
14 |
+
"<|image_pad|>",
|
15 |
+
"<|video_pad|>"
|
16 |
+
],
|
17 |
+
"eos_token": {
|
18 |
+
"content": "<|im_end|>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
},
|
24 |
+
"pad_token": {
|
25 |
+
"content": "<|endoftext|>",
|
26 |
+
"lstrip": false,
|
27 |
+
"normalized": false,
|
28 |
+
"rstrip": false,
|
29 |
+
"single_word": false
|
30 |
+
}
|
31 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,209 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": null,
|
3 |
+
"best_metric": null,
|
4 |
+
"best_model_checkpoint": null,
|
5 |
+
"epoch": 2.607329842931937,
|
6 |
+
"eval_steps": 500,
|
7 |
+
"global_step": 250,
|
8 |
+
"is_hyper_param_search": false,
|
9 |
+
"is_local_process_zero": true,
|
10 |
+
"is_world_process_zero": true,
|
11 |
+
"log_history": [
|
12 |
+
{
|
13 |
+
"epoch": 0.10471204188481675,
|
14 |
+
"grad_norm": 1.9105972803676212,
|
15 |
+
"learning_rate": 1.5517241379310346e-05,
|
16 |
+
"loss": 0.5035,
|
17 |
+
"step": 10
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.2094240837696335,
|
21 |
+
"grad_norm": 0.40422568687786514,
|
22 |
+
"learning_rate": 3.275862068965517e-05,
|
23 |
+
"loss": 0.4068,
|
24 |
+
"step": 20
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.31413612565445026,
|
28 |
+
"grad_norm": 0.6792267217994058,
|
29 |
+
"learning_rate": 5e-05,
|
30 |
+
"loss": 0.363,
|
31 |
+
"step": 30
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.418848167539267,
|
35 |
+
"grad_norm": 0.3883501079945657,
|
36 |
+
"learning_rate": 4.981198836496775e-05,
|
37 |
+
"loss": 0.3366,
|
38 |
+
"step": 40
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.5235602094240838,
|
42 |
+
"grad_norm": 0.3368034238419924,
|
43 |
+
"learning_rate": 4.9250781329863606e-05,
|
44 |
+
"loss": 0.3215,
|
45 |
+
"step": 50
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.6282722513089005,
|
49 |
+
"grad_norm": 0.26867446333128003,
|
50 |
+
"learning_rate": 4.8324819970868473e-05,
|
51 |
+
"loss": 0.3121,
|
52 |
+
"step": 60
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.7329842931937173,
|
56 |
+
"grad_norm": 0.2823421278815564,
|
57 |
+
"learning_rate": 4.7048031608708876e-05,
|
58 |
+
"loss": 0.308,
|
59 |
+
"step": 70
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.837696335078534,
|
63 |
+
"grad_norm": 0.21112860945921302,
|
64 |
+
"learning_rate": 4.5439620328789593e-05,
|
65 |
+
"loss": 0.2994,
|
66 |
+
"step": 80
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.9424083769633508,
|
70 |
+
"grad_norm": 0.39914872559090037,
|
71 |
+
"learning_rate": 4.352377813387398e-05,
|
72 |
+
"loss": 0.3,
|
73 |
+
"step": 90
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 1.0418848167539267,
|
77 |
+
"grad_norm": 0.3860689599280382,
|
78 |
+
"learning_rate": 4.1329321073844415e-05,
|
79 |
+
"loss": 0.2828,
|
80 |
+
"step": 100
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 1.1465968586387434,
|
84 |
+
"grad_norm": 0.35123532456496454,
|
85 |
+
"learning_rate": 3.888925582549006e-05,
|
86 |
+
"loss": 0.2649,
|
87 |
+
"step": 110
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 1.2513089005235603,
|
91 |
+
"grad_norm": 0.26018563067595085,
|
92 |
+
"learning_rate": 3.624028324136517e-05,
|
93 |
+
"loss": 0.2618,
|
94 |
+
"step": 120
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 1.356020942408377,
|
98 |
+
"grad_norm": 0.18722190324849222,
|
99 |
+
"learning_rate": 3.34222463348055e-05,
|
100 |
+
"loss": 0.2586,
|
101 |
+
"step": 130
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 1.4607329842931938,
|
105 |
+
"grad_norm": 0.2163240269610209,
|
106 |
+
"learning_rate": 3.0477531003921745e-05,
|
107 |
+
"loss": 0.2587,
|
108 |
+
"step": 140
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 1.5654450261780104,
|
112 |
+
"grad_norm": 0.21904129409042294,
|
113 |
+
"learning_rate": 2.7450428508239024e-05,
|
114 |
+
"loss": 0.2566,
|
115 |
+
"step": 150
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 1.6701570680628273,
|
119 |
+
"grad_norm": 0.18072783783990784,
|
120 |
+
"learning_rate": 2.4386469286927196e-05,
|
121 |
+
"loss": 0.2555,
|
122 |
+
"step": 160
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 1.7748691099476441,
|
126 |
+
"grad_norm": 0.1564161665235449,
|
127 |
+
"learning_rate": 2.1331738138615958e-05,
|
128 |
+
"loss": 0.254,
|
129 |
+
"step": 170
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 1.8795811518324608,
|
133 |
+
"grad_norm": 0.14133457494091253,
|
134 |
+
"learning_rate": 1.8332181063127545e-05,
|
135 |
+
"loss": 0.2521,
|
136 |
+
"step": 180
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 1.9842931937172774,
|
140 |
+
"grad_norm": 0.13431239598360004,
|
141 |
+
"learning_rate": 1.5432914190872757e-05,
|
142 |
+
"loss": 0.2534,
|
143 |
+
"step": 190
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 2.0837696335078535,
|
147 |
+
"grad_norm": 0.19088890096918254,
|
148 |
+
"learning_rate": 1.2677545194255402e-05,
|
149 |
+
"loss": 0.2255,
|
150 |
+
"step": 200
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 2.18848167539267,
|
154 |
+
"grad_norm": 0.14582507890813237,
|
155 |
+
"learning_rate": 1.0107517387689166e-05,
|
156 |
+
"loss": 0.2207,
|
157 |
+
"step": 210
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 2.2931937172774868,
|
161 |
+
"grad_norm": 0.13040654819535535,
|
162 |
+
"learning_rate": 7.761486381573327e-06,
|
163 |
+
"loss": 0.2182,
|
164 |
+
"step": 220
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 2.3979057591623034,
|
168 |
+
"grad_norm": 0.12050741688748776,
|
169 |
+
"learning_rate": 5.674738665931575e-06,
|
170 |
+
"loss": 0.2202,
|
171 |
+
"step": 230
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 2.5026178010471205,
|
175 |
+
"grad_norm": 0.12098045943083091,
|
176 |
+
"learning_rate": 3.878660868757323e-06,
|
177 |
+
"loss": 0.2218,
|
178 |
+
"step": 240
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 2.607329842931937,
|
182 |
+
"grad_norm": 0.10668903867389236,
|
183 |
+
"learning_rate": 2.4002676719139166e-06,
|
184 |
+
"loss": 0.2196,
|
185 |
+
"step": 250
|
186 |
+
}
|
187 |
+
],
|
188 |
+
"logging_steps": 10,
|
189 |
+
"max_steps": 285,
|
190 |
+
"num_input_tokens_seen": 0,
|
191 |
+
"num_train_epochs": 3,
|
192 |
+
"save_steps": 50,
|
193 |
+
"stateful_callbacks": {
|
194 |
+
"TrainerControl": {
|
195 |
+
"args": {
|
196 |
+
"should_epoch_stop": false,
|
197 |
+
"should_evaluate": false,
|
198 |
+
"should_log": false,
|
199 |
+
"should_save": true,
|
200 |
+
"should_training_stop": false
|
201 |
+
},
|
202 |
+
"attributes": {}
|
203 |
+
}
|
204 |
+
},
|
205 |
+
"total_flos": 1791642822508544.0,
|
206 |
+
"train_batch_size": 1,
|
207 |
+
"trial_name": null,
|
208 |
+
"trial_params": null
|
209 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ca7cf59fae12bad00577d7a6f8ec94f1f0fbb356b89ea33419020b34c728116
|
3 |
+
size 7736
|