samahadhoud
commited on
Upload folder using huggingface_hub
Browse files- checkpoint-683/config.json +72 -0
- checkpoint-683/generation_config.json +7 -0
- checkpoint-683/model-00001-of-00002.safetensors +3 -0
- checkpoint-683/model-00002-of-00002.safetensors +3 -0
- checkpoint-683/model.safetensors.index.json +228 -0
- checkpoint-683/optimizer.pt +3 -0
- checkpoint-683/rng_state.pth +3 -0
- checkpoint-683/scheduler.pt +3 -0
- checkpoint-683/trainer_state.json +509 -0
- checkpoint-683/training_args.bin +3 -0
- config.json +72 -0
- generation_config.json +7 -0
- model-00001-of-00002.safetensors +3 -0
- model-00002-of-00002.safetensors +3 -0
- model.safetensors.index.json +228 -0
- trainer_state.json +518 -0
- training_args.bin +3 -0
checkpoint-683/config.json
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "deepseek-ai/deepseek-coder-1.3b-base",
|
3 |
+
"architectures": [
|
4 |
+
"DetikzifyForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_bias": false,
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"bos_token_id": 32013,
|
9 |
+
"concat_patches": 2,
|
10 |
+
"eos_token_id": 32014,
|
11 |
+
"feature_layer": 26,
|
12 |
+
"head_dim": 128,
|
13 |
+
"hidden_act": "silu",
|
14 |
+
"hidden_size": 2048,
|
15 |
+
"initializer_range": 0.02,
|
16 |
+
"intermediate_size": 5504,
|
17 |
+
"max_position_embeddings": 16384,
|
18 |
+
"mlp_bias": false,
|
19 |
+
"mm_hidden_size": 2304,
|
20 |
+
"model_type": "detikzify",
|
21 |
+
"num_attention_heads": 16,
|
22 |
+
"num_hidden_layers": 24,
|
23 |
+
"num_key_value_heads": 16,
|
24 |
+
"num_patches": 364,
|
25 |
+
"patch_token_id": 32013,
|
26 |
+
"pretraining_tp": 1,
|
27 |
+
"rms_norm_eps": 1e-06,
|
28 |
+
"rope_scaling": {
|
29 |
+
"factor": 4.0,
|
30 |
+
"rope_type": "linear",
|
31 |
+
"type": "linear"
|
32 |
+
},
|
33 |
+
"rope_theta": 100000,
|
34 |
+
"tie_word_embeddings": false,
|
35 |
+
"torch_dtype": "float32",
|
36 |
+
"transformers_version": "4.46.2",
|
37 |
+
"use_cache": false,
|
38 |
+
"use_mm_proj": true,
|
39 |
+
"vision_config": {
|
40 |
+
"architecture": "vit_so400m_patch14_siglip_384",
|
41 |
+
"classifier": "head",
|
42 |
+
"crop_mode": "center",
|
43 |
+
"crop_pct": 0.9,
|
44 |
+
"custom_load": false,
|
45 |
+
"first_conv": "patch_embed.proj",
|
46 |
+
"fixed_input_size": true,
|
47 |
+
"hf_hub_filename": "open_clip_pytorch_model.bin",
|
48 |
+
"hf_hub_id": "timm/ViT-SO400M-14-SigLIP-384",
|
49 |
+
"input_size": [
|
50 |
+
3,
|
51 |
+
384,
|
52 |
+
384
|
53 |
+
],
|
54 |
+
"interpolation": "bicubic",
|
55 |
+
"mean": [
|
56 |
+
0.5,
|
57 |
+
0.5,
|
58 |
+
0.5
|
59 |
+
],
|
60 |
+
"num_classes": 0,
|
61 |
+
"pool_size": null,
|
62 |
+
"std": [
|
63 |
+
0.5,
|
64 |
+
0.5,
|
65 |
+
0.5
|
66 |
+
],
|
67 |
+
"tag": "webli",
|
68 |
+
"url": ""
|
69 |
+
},
|
70 |
+
"vision_tower": "vit_so400m_patch14_siglip_384.webli",
|
71 |
+
"vocab_size": 32256
|
72 |
+
}
|
checkpoint-683/generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 32013,
|
4 |
+
"eos_token_id": 32014,
|
5 |
+
"pad_token_id": 32018,
|
6 |
+
"transformers_version": "4.46.2"
|
7 |
+
}
|
checkpoint-683/model-00001-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b73632ddfeb04782135280bc86899d1961675d91bc7179ab91cad7f1cfd6d3c4
|
3 |
+
size 4986380064
|
checkpoint-683/model-00002-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:164045a2e70a472c4b550997ffe54d4017d5e9233f5e957f41db29e09d2bb286
|
3 |
+
size 418415560
|
checkpoint-683/model.safetensors.index.json
ADDED
@@ -0,0 +1,228 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 5404770304
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"lm_head.weight": "model-00002-of-00002.safetensors",
|
7 |
+
"model.embed_tokens.weight": "model-00001-of-00002.safetensors",
|
8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
13 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
14 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
15 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
16 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
17 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
18 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
19 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
20 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
21 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
22 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
23 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
24 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
25 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
26 |
+
"model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
27 |
+
"model.layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
28 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
29 |
+
"model.layers.10.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
30 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
31 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
32 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
33 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
34 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
35 |
+
"model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
36 |
+
"model.layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
37 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
38 |
+
"model.layers.11.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
39 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
40 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
41 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
42 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
43 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
44 |
+
"model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
45 |
+
"model.layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
46 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
47 |
+
"model.layers.12.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
48 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
49 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
50 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
51 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
52 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
53 |
+
"model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
54 |
+
"model.layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
55 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
56 |
+
"model.layers.13.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
57 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
58 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
59 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
60 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
61 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
62 |
+
"model.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
63 |
+
"model.layers.14.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
64 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
65 |
+
"model.layers.14.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
66 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
67 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
68 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
69 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
70 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
71 |
+
"model.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
72 |
+
"model.layers.15.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
73 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
74 |
+
"model.layers.15.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
75 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
76 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
77 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
78 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
79 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
80 |
+
"model.layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
81 |
+
"model.layers.16.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
82 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
83 |
+
"model.layers.16.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
84 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
85 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
86 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
87 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
88 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
89 |
+
"model.layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
90 |
+
"model.layers.17.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
91 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
92 |
+
"model.layers.17.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
93 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
94 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
95 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
96 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
97 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
98 |
+
"model.layers.18.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
99 |
+
"model.layers.18.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
100 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
101 |
+
"model.layers.18.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
102 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
103 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
104 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
105 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
106 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
107 |
+
"model.layers.19.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
108 |
+
"model.layers.19.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
109 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
110 |
+
"model.layers.19.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
111 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
112 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
113 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
114 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
115 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
116 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
117 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
118 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
119 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
120 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
121 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
122 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
123 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
124 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
125 |
+
"model.layers.20.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
126 |
+
"model.layers.20.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
127 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
128 |
+
"model.layers.20.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
129 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
130 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
131 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
132 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
133 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
134 |
+
"model.layers.21.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
135 |
+
"model.layers.21.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
136 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
137 |
+
"model.layers.21.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
138 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
139 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
140 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
141 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
142 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
143 |
+
"model.layers.22.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
144 |
+
"model.layers.22.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
145 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
146 |
+
"model.layers.22.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
147 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
148 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
149 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
150 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
151 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
152 |
+
"model.layers.23.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
153 |
+
"model.layers.23.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
154 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
155 |
+
"model.layers.23.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
156 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
157 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
158 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
159 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
160 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
161 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
162 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
163 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
164 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
165 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
166 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
167 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
168 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
169 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
170 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
171 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
172 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
173 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
174 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
175 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
176 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
177 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
178 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
179 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
180 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
181 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
182 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
183 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
184 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
185 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
186 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
187 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
188 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
189 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
190 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
191 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
192 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
193 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
194 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
195 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
196 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
197 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
198 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
199 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
200 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
201 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
202 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
203 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
204 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
205 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
206 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
207 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
208 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
209 |
+
"model.layers.8.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
210 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
211 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
212 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
213 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
214 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
215 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
216 |
+
"model.layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
217 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
218 |
+
"model.layers.9.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
219 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
220 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
221 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
222 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
223 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
224 |
+
"model.mm_projector.bias": "model-00002-of-00002.safetensors",
|
225 |
+
"model.mm_projector.weight": "model-00002-of-00002.safetensors",
|
226 |
+
"model.norm.weight": "model-00002-of-00002.safetensors"
|
227 |
+
}
|
228 |
+
}
|
checkpoint-683/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:45dc78be11432e03047c380f8fcf98cc3e59ef5fef6dad566a369ac7fe194e1d
|
3 |
+
size 10809735574
|
checkpoint-683/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9196a1e708bf24d6abba41cce3f8558820acc3e50f9394c5955e29eb41ffea3d
|
3 |
+
size 14244
|
checkpoint-683/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f68f79ce4b652a7ea2fbf1c918f3978f1c7af4bd620090afe83f8d157595937f
|
3 |
+
size 1064
|
checkpoint-683/trainer_state.json
ADDED
@@ -0,0 +1,509 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 2.99949609473419,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 683,
|
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.016082826556767352,
|
13 |
+
"grad_norm": 65.62212371826172,
|
14 |
+
"learning_rate": 7.1428571428571436e-06,
|
15 |
+
"loss": 0.8077,
|
16 |
+
"step": 10
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.032165653113534705,
|
20 |
+
"grad_norm": 50.16935729980469,
|
21 |
+
"learning_rate": 1.4285714285714287e-05,
|
22 |
+
"loss": 0.6155,
|
23 |
+
"step": 20
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.048248479670302054,
|
27 |
+
"grad_norm": 32.083778381347656,
|
28 |
+
"learning_rate": 2.1428571428571428e-05,
|
29 |
+
"loss": 0.5188,
|
30 |
+
"step": 30
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.06433130622706941,
|
34 |
+
"grad_norm": 27.791507720947266,
|
35 |
+
"learning_rate": 2.8571428571428574e-05,
|
36 |
+
"loss": 0.4476,
|
37 |
+
"step": 40
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.08041413278383676,
|
41 |
+
"grad_norm": 33.207706451416016,
|
42 |
+
"learning_rate": 3.571428571428572e-05,
|
43 |
+
"loss": 0.4035,
|
44 |
+
"step": 50
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.09649695934060411,
|
48 |
+
"grad_norm": 29.39824104309082,
|
49 |
+
"learning_rate": 3.99995163828731e-05,
|
50 |
+
"loss": 0.373,
|
51 |
+
"step": 60
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.11257978589737146,
|
55 |
+
"grad_norm": 27.801868438720703,
|
56 |
+
"learning_rate": 3.999407595879474e-05,
|
57 |
+
"loss": 0.33,
|
58 |
+
"step": 70
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.12866261245413882,
|
62 |
+
"grad_norm": 27.443641662597656,
|
63 |
+
"learning_rate": 3.998259223910273e-05,
|
64 |
+
"loss": 0.3121,
|
65 |
+
"step": 80
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.14474543901090617,
|
69 |
+
"grad_norm": 27.026424407958984,
|
70 |
+
"learning_rate": 3.9965068694800805e-05,
|
71 |
+
"loss": 0.2868,
|
72 |
+
"step": 90
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.16082826556767352,
|
76 |
+
"grad_norm": 27.81942367553711,
|
77 |
+
"learning_rate": 3.9941510622455766e-05,
|
78 |
+
"loss": 0.2675,
|
79 |
+
"step": 100
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.17691109212444087,
|
83 |
+
"grad_norm": 27.47068214416504,
|
84 |
+
"learning_rate": 3.9911925142596474e-05,
|
85 |
+
"loss": 0.252,
|
86 |
+
"step": 110
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.19299391868120822,
|
90 |
+
"grad_norm": 27.166418075561523,
|
91 |
+
"learning_rate": 3.9876321197561714e-05,
|
92 |
+
"loss": 0.233,
|
93 |
+
"step": 120
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.20907674523797556,
|
97 |
+
"grad_norm": 26.941362380981445,
|
98 |
+
"learning_rate": 3.983470954879728e-05,
|
99 |
+
"loss": 0.2216,
|
100 |
+
"step": 130
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.2251595717947429,
|
104 |
+
"grad_norm": 25.84792709350586,
|
105 |
+
"learning_rate": 3.9787102773603325e-05,
|
106 |
+
"loss": 0.2057,
|
107 |
+
"step": 140
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.2412423983515103,
|
111 |
+
"grad_norm": 24.429794311523438,
|
112 |
+
"learning_rate": 3.973351526133279e-05,
|
113 |
+
"loss": 0.1997,
|
114 |
+
"step": 150
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.25732522490827764,
|
118 |
+
"grad_norm": 25.138715744018555,
|
119 |
+
"learning_rate": 3.967396320904215e-05,
|
120 |
+
"loss": 0.1799,
|
121 |
+
"step": 160
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.273408051465045,
|
125 |
+
"grad_norm": 23.31828498840332,
|
126 |
+
"learning_rate": 3.960846461659586e-05,
|
127 |
+
"loss": 0.1778,
|
128 |
+
"step": 170
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.28949087802181234,
|
132 |
+
"grad_norm": 27.868120193481445,
|
133 |
+
"learning_rate": 3.953703928122569e-05,
|
134 |
+
"loss": 0.17,
|
135 |
+
"step": 180
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 1.018596079745351,
|
139 |
+
"grad_norm": 23.8084659576416,
|
140 |
+
"learning_rate": 3.945970879154704e-05,
|
141 |
+
"loss": 0.1812,
|
142 |
+
"step": 190
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 1.0722063997319484,
|
146 |
+
"grad_norm": 28.152708053588867,
|
147 |
+
"learning_rate": 3.9376496521033636e-05,
|
148 |
+
"loss": 0.1811,
|
149 |
+
"step": 200
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 1.1258167197185458,
|
153 |
+
"grad_norm": 25.456472396850586,
|
154 |
+
"learning_rate": 3.92874276209528e-05,
|
155 |
+
"loss": 0.1703,
|
156 |
+
"step": 210
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 1.1794270397051432,
|
160 |
+
"grad_norm": 24.26827049255371,
|
161 |
+
"learning_rate": 3.919252901276339e-05,
|
162 |
+
"loss": 0.1772,
|
163 |
+
"step": 220
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 1.2330373596917408,
|
167 |
+
"grad_norm": 23.77770233154297,
|
168 |
+
"learning_rate": 3.909182937997866e-05,
|
169 |
+
"loss": 0.1654,
|
170 |
+
"step": 230
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 1.2866476796783382,
|
174 |
+
"grad_norm": 24.42105484008789,
|
175 |
+
"learning_rate": 3.8985359159496516e-05,
|
176 |
+
"loss": 0.1504,
|
177 |
+
"step": 240
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 1.3402579996649355,
|
181 |
+
"grad_norm": 24.336668014526367,
|
182 |
+
"learning_rate": 3.8873150532399885e-05,
|
183 |
+
"loss": 0.1368,
|
184 |
+
"step": 250
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 1.393868319651533,
|
188 |
+
"grad_norm": 24.254329681396484,
|
189 |
+
"learning_rate": 3.8755237414229834e-05,
|
190 |
+
"loss": 0.1454,
|
191 |
+
"step": 260
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 1.4474786396381303,
|
195 |
+
"grad_norm": 25.233129501342773,
|
196 |
+
"learning_rate": 3.8631655444734414e-05,
|
197 |
+
"loss": 0.1373,
|
198 |
+
"step": 270
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 1.5010889596247279,
|
202 |
+
"grad_norm": 23.18859100341797,
|
203 |
+
"learning_rate": 3.850244197709641e-05,
|
204 |
+
"loss": 0.1341,
|
205 |
+
"step": 280
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 1.554699279611325,
|
209 |
+
"grad_norm": 24.764631271362305,
|
210 |
+
"learning_rate": 3.8367636066643224e-05,
|
211 |
+
"loss": 0.139,
|
212 |
+
"step": 290
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 1.6083095995979226,
|
216 |
+
"grad_norm": 23.146198272705078,
|
217 |
+
"learning_rate": 3.822727845904216e-05,
|
218 |
+
"loss": 0.1256,
|
219 |
+
"step": 300
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 1.66191991958452,
|
223 |
+
"grad_norm": 23.295623779296875,
|
224 |
+
"learning_rate": 3.808141157798492e-05,
|
225 |
+
"loss": 0.1206,
|
226 |
+
"step": 310
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 1.7155302395711174,
|
230 |
+
"grad_norm": 21.969825744628906,
|
231 |
+
"learning_rate": 3.793007951236485e-05,
|
232 |
+
"loss": 0.12,
|
233 |
+
"step": 320
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 1.769140559557715,
|
237 |
+
"grad_norm": 21.317886352539062,
|
238 |
+
"learning_rate": 3.777332800295088e-05,
|
239 |
+
"loss": 0.1116,
|
240 |
+
"step": 330
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 1.8227508795443121,
|
244 |
+
"grad_norm": 23.39339256286621,
|
245 |
+
"learning_rate": 3.7611204428562175e-05,
|
246 |
+
"loss": 0.1129,
|
247 |
+
"step": 340
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 1.8763611995309097,
|
251 |
+
"grad_norm": 27.18583869934082,
|
252 |
+
"learning_rate": 3.74437577917477e-05,
|
253 |
+
"loss": 0.109,
|
254 |
+
"step": 350
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 1.9299715195175071,
|
258 |
+
"grad_norm": 21.890743255615234,
|
259 |
+
"learning_rate": 3.727103870397495e-05,
|
260 |
+
"loss": 0.1021,
|
261 |
+
"step": 360
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 1.9835818395041045,
|
265 |
+
"grad_norm": 23.11468505859375,
|
266 |
+
"learning_rate": 3.709309937033247e-05,
|
267 |
+
"loss": 0.1003,
|
268 |
+
"step": 370
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 2.022323003275384,
|
272 |
+
"grad_norm": 25.56001853942871,
|
273 |
+
"learning_rate": 3.6909993573750586e-05,
|
274 |
+
"loss": 0.1186,
|
275 |
+
"step": 380
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 2.054572940287226,
|
279 |
+
"grad_norm": 23.89845085144043,
|
280 |
+
"learning_rate": 3.6721776658745335e-05,
|
281 |
+
"loss": 0.1298,
|
282 |
+
"step": 390
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 2.086822877299068,
|
286 |
+
"grad_norm": 24.464975357055664,
|
287 |
+
"learning_rate": 3.652850551469031e-05,
|
288 |
+
"loss": 0.1265,
|
289 |
+
"step": 400
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 2.1190728143109094,
|
293 |
+
"grad_norm": 23.46689796447754,
|
294 |
+
"learning_rate": 3.63302385586216e-05,
|
295 |
+
"loss": 0.1248,
|
296 |
+
"step": 410
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 2.1513227513227515,
|
300 |
+
"grad_norm": 21.452667236328125,
|
301 |
+
"learning_rate": 3.6127035717581035e-05,
|
302 |
+
"loss": 0.1128,
|
303 |
+
"step": 420
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 2.183572688334593,
|
307 |
+
"grad_norm": 22.750587463378906,
|
308 |
+
"learning_rate": 3.59189584105029e-05,
|
309 |
+
"loss": 0.1068,
|
310 |
+
"step": 430
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 2.215822625346435,
|
314 |
+
"grad_norm": 23.539155960083008,
|
315 |
+
"learning_rate": 3.570606952964991e-05,
|
316 |
+
"loss": 0.1089,
|
317 |
+
"step": 440
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 2.2480725623582765,
|
321 |
+
"grad_norm": 22.286226272583008,
|
322 |
+
"learning_rate": 3.54884334216036e-05,
|
323 |
+
"loss": 0.1012,
|
324 |
+
"step": 450
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 2.2803224993701185,
|
328 |
+
"grad_norm": 25.91316795349121,
|
329 |
+
"learning_rate": 3.526611586781547e-05,
|
330 |
+
"loss": 0.1085,
|
331 |
+
"step": 460
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 2.31257243638196,
|
335 |
+
"grad_norm": 25.620323181152344,
|
336 |
+
"learning_rate": 3.503918406472411e-05,
|
337 |
+
"loss": 0.0935,
|
338 |
+
"step": 470
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 2.344822373393802,
|
342 |
+
"grad_norm": 20.377058029174805,
|
343 |
+
"learning_rate": 3.480770660344486e-05,
|
344 |
+
"loss": 0.0982,
|
345 |
+
"step": 480
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 2.377072310405644,
|
349 |
+
"grad_norm": 20.553796768188477,
|
350 |
+
"learning_rate": 3.457175344903783e-05,
|
351 |
+
"loss": 0.084,
|
352 |
+
"step": 490
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 2.4093222474174856,
|
356 |
+
"grad_norm": 20.02320671081543,
|
357 |
+
"learning_rate": 3.433139591936068e-05,
|
358 |
+
"loss": 0.0964,
|
359 |
+
"step": 500
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 2.441572184429327,
|
363 |
+
"grad_norm": 21.293182373046875,
|
364 |
+
"learning_rate": 3.4086706663512454e-05,
|
365 |
+
"loss": 0.0835,
|
366 |
+
"step": 510
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 2.4738221214411693,
|
370 |
+
"grad_norm": 19.96319580078125,
|
371 |
+
"learning_rate": 3.3837759639875113e-05,
|
372 |
+
"loss": 0.0785,
|
373 |
+
"step": 520
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 2.506072058453011,
|
377 |
+
"grad_norm": 22.20425796508789,
|
378 |
+
"learning_rate": 3.358463009375927e-05,
|
379 |
+
"loss": 0.0779,
|
380 |
+
"step": 530
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 2.5383219954648526,
|
384 |
+
"grad_norm": 18.57112693786621,
|
385 |
+
"learning_rate": 3.332739453466098e-05,
|
386 |
+
"loss": 0.0814,
|
387 |
+
"step": 540
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 2.5705719324766942,
|
391 |
+
"grad_norm": 20.270761489868164,
|
392 |
+
"learning_rate": 3.306613071313641e-05,
|
393 |
+
"loss": 0.0808,
|
394 |
+
"step": 550
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 2.602821869488536,
|
398 |
+
"grad_norm": 19.787559509277344,
|
399 |
+
"learning_rate": 3.280091759730144e-05,
|
400 |
+
"loss": 0.0743,
|
401 |
+
"step": 560
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 2.635071806500378,
|
405 |
+
"grad_norm": 18.70611572265625,
|
406 |
+
"learning_rate": 3.25318353489631e-05,
|
407 |
+
"loss": 0.0757,
|
408 |
+
"step": 570
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 2.6673217435122196,
|
412 |
+
"grad_norm": 20.557205200195312,
|
413 |
+
"learning_rate": 3.2258965299390465e-05,
|
414 |
+
"loss": 0.0692,
|
415 |
+
"step": 580
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 2.6995716805240617,
|
419 |
+
"grad_norm": 20.602092742919922,
|
420 |
+
"learning_rate": 3.1982389924731805e-05,
|
421 |
+
"loss": 0.0699,
|
422 |
+
"step": 590
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 2.7318216175359034,
|
426 |
+
"grad_norm": 22.87337303161621,
|
427 |
+
"learning_rate": 3.17021928210859e-05,
|
428 |
+
"loss": 0.0662,
|
429 |
+
"step": 600
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 2.764071554547745,
|
433 |
+
"grad_norm": 22.488433837890625,
|
434 |
+
"learning_rate": 3.141845867923469e-05,
|
435 |
+
"loss": 0.0799,
|
436 |
+
"step": 610
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 2.7963214915595866,
|
440 |
+
"grad_norm": 20.05706787109375,
|
441 |
+
"learning_rate": 3.113127325904519e-05,
|
442 |
+
"loss": 0.0665,
|
443 |
+
"step": 620
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 2.8285714285714287,
|
447 |
+
"grad_norm": 18.822357177734375,
|
448 |
+
"learning_rate": 3.084072336354812e-05,
|
449 |
+
"loss": 0.0668,
|
450 |
+
"step": 630
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 2.8608213655832704,
|
454 |
+
"grad_norm": 17.79743194580078,
|
455 |
+
"learning_rate": 3.05468968127014e-05,
|
456 |
+
"loss": 0.0604,
|
457 |
+
"step": 640
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 2.893071302595112,
|
461 |
+
"grad_norm": 19.10596466064453,
|
462 |
+
"learning_rate": 3.0249882416846117e-05,
|
463 |
+
"loss": 0.059,
|
464 |
+
"step": 650
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 2.925321239606954,
|
468 |
+
"grad_norm": 20.25804328918457,
|
469 |
+
"learning_rate": 2.9949769949863266e-05,
|
470 |
+
"loss": 0.0646,
|
471 |
+
"step": 660
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 2.9575711766187958,
|
475 |
+
"grad_norm": 19.09357452392578,
|
476 |
+
"learning_rate": 2.96466501220392e-05,
|
477 |
+
"loss": 0.0569,
|
478 |
+
"step": 670
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 2.9898211136306374,
|
482 |
+
"grad_norm": 15.293481826782227,
|
483 |
+
"learning_rate": 2.934061455264802e-05,
|
484 |
+
"loss": 0.0574,
|
485 |
+
"step": 680
|
486 |
+
}
|
487 |
+
],
|
488 |
+
"logging_steps": 10,
|
489 |
+
"max_steps": 1863,
|
490 |
+
"num_input_tokens_seen": 0,
|
491 |
+
"num_train_epochs": 3,
|
492 |
+
"save_steps": 500,
|
493 |
+
"stateful_callbacks": {
|
494 |
+
"TrainerControl": {
|
495 |
+
"args": {
|
496 |
+
"should_epoch_stop": false,
|
497 |
+
"should_evaluate": false,
|
498 |
+
"should_log": false,
|
499 |
+
"should_save": true,
|
500 |
+
"should_training_stop": false
|
501 |
+
},
|
502 |
+
"attributes": {}
|
503 |
+
}
|
504 |
+
},
|
505 |
+
"total_flos": 6.564245582272266e+17,
|
506 |
+
"train_batch_size": 2,
|
507 |
+
"trial_name": null,
|
508 |
+
"trial_params": null
|
509 |
+
}
|
checkpoint-683/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe26717ade77091d84e0f68e22523033018b95d33245be7b8f5b046cac304f98
|
3 |
+
size 5304
|
config.json
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "deepseek-ai/deepseek-coder-1.3b-base",
|
3 |
+
"architectures": [
|
4 |
+
"DetikzifyForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_bias": false,
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"bos_token_id": 32013,
|
9 |
+
"concat_patches": 2,
|
10 |
+
"eos_token_id": 32014,
|
11 |
+
"feature_layer": 26,
|
12 |
+
"head_dim": 128,
|
13 |
+
"hidden_act": "silu",
|
14 |
+
"hidden_size": 2048,
|
15 |
+
"initializer_range": 0.02,
|
16 |
+
"intermediate_size": 5504,
|
17 |
+
"max_position_embeddings": 16384,
|
18 |
+
"mlp_bias": false,
|
19 |
+
"mm_hidden_size": 2304,
|
20 |
+
"model_type": "detikzify",
|
21 |
+
"num_attention_heads": 16,
|
22 |
+
"num_hidden_layers": 24,
|
23 |
+
"num_key_value_heads": 16,
|
24 |
+
"num_patches": 364,
|
25 |
+
"patch_token_id": 32013,
|
26 |
+
"pretraining_tp": 1,
|
27 |
+
"rms_norm_eps": 1e-06,
|
28 |
+
"rope_scaling": {
|
29 |
+
"factor": 4.0,
|
30 |
+
"rope_type": "linear",
|
31 |
+
"type": "linear"
|
32 |
+
},
|
33 |
+
"rope_theta": 100000,
|
34 |
+
"tie_word_embeddings": false,
|
35 |
+
"torch_dtype": "float32",
|
36 |
+
"transformers_version": "4.46.2",
|
37 |
+
"use_cache": false,
|
38 |
+
"use_mm_proj": true,
|
39 |
+
"vision_config": {
|
40 |
+
"architecture": "vit_so400m_patch14_siglip_384",
|
41 |
+
"classifier": "head",
|
42 |
+
"crop_mode": "center",
|
43 |
+
"crop_pct": 0.9,
|
44 |
+
"custom_load": false,
|
45 |
+
"first_conv": "patch_embed.proj",
|
46 |
+
"fixed_input_size": true,
|
47 |
+
"hf_hub_filename": "open_clip_pytorch_model.bin",
|
48 |
+
"hf_hub_id": "timm/ViT-SO400M-14-SigLIP-384",
|
49 |
+
"input_size": [
|
50 |
+
3,
|
51 |
+
384,
|
52 |
+
384
|
53 |
+
],
|
54 |
+
"interpolation": "bicubic",
|
55 |
+
"mean": [
|
56 |
+
0.5,
|
57 |
+
0.5,
|
58 |
+
0.5
|
59 |
+
],
|
60 |
+
"num_classes": 0,
|
61 |
+
"pool_size": null,
|
62 |
+
"std": [
|
63 |
+
0.5,
|
64 |
+
0.5,
|
65 |
+
0.5
|
66 |
+
],
|
67 |
+
"tag": "webli",
|
68 |
+
"url": ""
|
69 |
+
},
|
70 |
+
"vision_tower": "vit_so400m_patch14_siglip_384.webli",
|
71 |
+
"vocab_size": 32256
|
72 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 32013,
|
4 |
+
"eos_token_id": 32014,
|
5 |
+
"pad_token_id": 32018,
|
6 |
+
"transformers_version": "4.46.2"
|
7 |
+
}
|
model-00001-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b73632ddfeb04782135280bc86899d1961675d91bc7179ab91cad7f1cfd6d3c4
|
3 |
+
size 4986380064
|
model-00002-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:164045a2e70a472c4b550997ffe54d4017d5e9233f5e957f41db29e09d2bb286
|
3 |
+
size 418415560
|
model.safetensors.index.json
ADDED
@@ -0,0 +1,228 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 5404770304
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"lm_head.weight": "model-00002-of-00002.safetensors",
|
7 |
+
"model.embed_tokens.weight": "model-00001-of-00002.safetensors",
|
8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
13 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
14 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
15 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
16 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
17 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
18 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
19 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
20 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
21 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
22 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
23 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
24 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
25 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
26 |
+
"model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
27 |
+
"model.layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
28 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
29 |
+
"model.layers.10.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
30 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
31 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
32 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
33 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
34 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
35 |
+
"model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
36 |
+
"model.layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
37 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
38 |
+
"model.layers.11.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
39 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
40 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
41 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
42 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
43 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
44 |
+
"model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
45 |
+
"model.layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
46 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
47 |
+
"model.layers.12.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
48 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
49 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
50 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
51 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
52 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
53 |
+
"model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
54 |
+
"model.layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
55 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
56 |
+
"model.layers.13.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
57 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
58 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
59 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
60 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
61 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
62 |
+
"model.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
63 |
+
"model.layers.14.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
64 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
65 |
+
"model.layers.14.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
66 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
67 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
68 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
69 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
70 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
71 |
+
"model.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
72 |
+
"model.layers.15.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
73 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
74 |
+
"model.layers.15.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
75 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
76 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
77 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
78 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
79 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
80 |
+
"model.layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
81 |
+
"model.layers.16.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
82 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
83 |
+
"model.layers.16.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
84 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
85 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
86 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
87 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
88 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
89 |
+
"model.layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
90 |
+
"model.layers.17.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
91 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
92 |
+
"model.layers.17.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
93 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
94 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
95 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
96 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
97 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
98 |
+
"model.layers.18.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
99 |
+
"model.layers.18.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
100 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
101 |
+
"model.layers.18.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
102 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
103 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
104 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
105 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
106 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
107 |
+
"model.layers.19.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
108 |
+
"model.layers.19.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
109 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
110 |
+
"model.layers.19.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
111 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
112 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
113 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
114 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
115 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
116 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
117 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
118 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
119 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
120 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
121 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
122 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
123 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
124 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
125 |
+
"model.layers.20.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
126 |
+
"model.layers.20.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
127 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
128 |
+
"model.layers.20.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
129 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
130 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
131 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
132 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
133 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
134 |
+
"model.layers.21.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
135 |
+
"model.layers.21.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
136 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
137 |
+
"model.layers.21.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
138 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
139 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
140 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
141 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
142 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
143 |
+
"model.layers.22.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
144 |
+
"model.layers.22.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
145 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
146 |
+
"model.layers.22.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
147 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
148 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
149 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
150 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
151 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
152 |
+
"model.layers.23.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
153 |
+
"model.layers.23.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
154 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
155 |
+
"model.layers.23.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
156 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
157 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
158 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
159 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
160 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
161 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
162 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
163 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
164 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
165 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
166 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
167 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
168 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
169 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
170 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
171 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
172 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
173 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
174 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
175 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
176 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
177 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
178 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
179 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
180 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
181 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
182 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
183 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
184 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
185 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
186 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
187 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
188 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
189 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
190 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
191 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
192 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
193 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
194 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
195 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
196 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
197 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
198 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
199 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
200 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
201 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
202 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
203 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
204 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
205 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
206 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
207 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
208 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
209 |
+
"model.layers.8.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
210 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
211 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
212 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
213 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
214 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
215 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
216 |
+
"model.layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
217 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
218 |
+
"model.layers.9.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
219 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
220 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
221 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
222 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
223 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
224 |
+
"model.mm_projector.bias": "model-00002-of-00002.safetensors",
|
225 |
+
"model.mm_projector.weight": "model-00002-of-00002.safetensors",
|
226 |
+
"model.norm.weight": "model-00002-of-00002.safetensors"
|
227 |
+
}
|
228 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,518 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 2.99949609473419,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 683,
|
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.016082826556767352,
|
13 |
+
"grad_norm": 65.62212371826172,
|
14 |
+
"learning_rate": 7.1428571428571436e-06,
|
15 |
+
"loss": 0.8077,
|
16 |
+
"step": 10
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.032165653113534705,
|
20 |
+
"grad_norm": 50.16935729980469,
|
21 |
+
"learning_rate": 1.4285714285714287e-05,
|
22 |
+
"loss": 0.6155,
|
23 |
+
"step": 20
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.048248479670302054,
|
27 |
+
"grad_norm": 32.083778381347656,
|
28 |
+
"learning_rate": 2.1428571428571428e-05,
|
29 |
+
"loss": 0.5188,
|
30 |
+
"step": 30
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.06433130622706941,
|
34 |
+
"grad_norm": 27.791507720947266,
|
35 |
+
"learning_rate": 2.8571428571428574e-05,
|
36 |
+
"loss": 0.4476,
|
37 |
+
"step": 40
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.08041413278383676,
|
41 |
+
"grad_norm": 33.207706451416016,
|
42 |
+
"learning_rate": 3.571428571428572e-05,
|
43 |
+
"loss": 0.4035,
|
44 |
+
"step": 50
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.09649695934060411,
|
48 |
+
"grad_norm": 29.39824104309082,
|
49 |
+
"learning_rate": 3.99995163828731e-05,
|
50 |
+
"loss": 0.373,
|
51 |
+
"step": 60
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.11257978589737146,
|
55 |
+
"grad_norm": 27.801868438720703,
|
56 |
+
"learning_rate": 3.999407595879474e-05,
|
57 |
+
"loss": 0.33,
|
58 |
+
"step": 70
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.12866261245413882,
|
62 |
+
"grad_norm": 27.443641662597656,
|
63 |
+
"learning_rate": 3.998259223910273e-05,
|
64 |
+
"loss": 0.3121,
|
65 |
+
"step": 80
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.14474543901090617,
|
69 |
+
"grad_norm": 27.026424407958984,
|
70 |
+
"learning_rate": 3.9965068694800805e-05,
|
71 |
+
"loss": 0.2868,
|
72 |
+
"step": 90
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.16082826556767352,
|
76 |
+
"grad_norm": 27.81942367553711,
|
77 |
+
"learning_rate": 3.9941510622455766e-05,
|
78 |
+
"loss": 0.2675,
|
79 |
+
"step": 100
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.17691109212444087,
|
83 |
+
"grad_norm": 27.47068214416504,
|
84 |
+
"learning_rate": 3.9911925142596474e-05,
|
85 |
+
"loss": 0.252,
|
86 |
+
"step": 110
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.19299391868120822,
|
90 |
+
"grad_norm": 27.166418075561523,
|
91 |
+
"learning_rate": 3.9876321197561714e-05,
|
92 |
+
"loss": 0.233,
|
93 |
+
"step": 120
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.20907674523797556,
|
97 |
+
"grad_norm": 26.941362380981445,
|
98 |
+
"learning_rate": 3.983470954879728e-05,
|
99 |
+
"loss": 0.2216,
|
100 |
+
"step": 130
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.2251595717947429,
|
104 |
+
"grad_norm": 25.84792709350586,
|
105 |
+
"learning_rate": 3.9787102773603325e-05,
|
106 |
+
"loss": 0.2057,
|
107 |
+
"step": 140
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.2412423983515103,
|
111 |
+
"grad_norm": 24.429794311523438,
|
112 |
+
"learning_rate": 3.973351526133279e-05,
|
113 |
+
"loss": 0.1997,
|
114 |
+
"step": 150
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.25732522490827764,
|
118 |
+
"grad_norm": 25.138715744018555,
|
119 |
+
"learning_rate": 3.967396320904215e-05,
|
120 |
+
"loss": 0.1799,
|
121 |
+
"step": 160
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.273408051465045,
|
125 |
+
"grad_norm": 23.31828498840332,
|
126 |
+
"learning_rate": 3.960846461659586e-05,
|
127 |
+
"loss": 0.1778,
|
128 |
+
"step": 170
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.28949087802181234,
|
132 |
+
"grad_norm": 27.868120193481445,
|
133 |
+
"learning_rate": 3.953703928122569e-05,
|
134 |
+
"loss": 0.17,
|
135 |
+
"step": 180
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 1.018596079745351,
|
139 |
+
"grad_norm": 23.8084659576416,
|
140 |
+
"learning_rate": 3.945970879154704e-05,
|
141 |
+
"loss": 0.1812,
|
142 |
+
"step": 190
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 1.0722063997319484,
|
146 |
+
"grad_norm": 28.152708053588867,
|
147 |
+
"learning_rate": 3.9376496521033636e-05,
|
148 |
+
"loss": 0.1811,
|
149 |
+
"step": 200
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 1.1258167197185458,
|
153 |
+
"grad_norm": 25.456472396850586,
|
154 |
+
"learning_rate": 3.92874276209528e-05,
|
155 |
+
"loss": 0.1703,
|
156 |
+
"step": 210
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 1.1794270397051432,
|
160 |
+
"grad_norm": 24.26827049255371,
|
161 |
+
"learning_rate": 3.919252901276339e-05,
|
162 |
+
"loss": 0.1772,
|
163 |
+
"step": 220
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 1.2330373596917408,
|
167 |
+
"grad_norm": 23.77770233154297,
|
168 |
+
"learning_rate": 3.909182937997866e-05,
|
169 |
+
"loss": 0.1654,
|
170 |
+
"step": 230
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 1.2866476796783382,
|
174 |
+
"grad_norm": 24.42105484008789,
|
175 |
+
"learning_rate": 3.8985359159496516e-05,
|
176 |
+
"loss": 0.1504,
|
177 |
+
"step": 240
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 1.3402579996649355,
|
181 |
+
"grad_norm": 24.336668014526367,
|
182 |
+
"learning_rate": 3.8873150532399885e-05,
|
183 |
+
"loss": 0.1368,
|
184 |
+
"step": 250
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 1.393868319651533,
|
188 |
+
"grad_norm": 24.254329681396484,
|
189 |
+
"learning_rate": 3.8755237414229834e-05,
|
190 |
+
"loss": 0.1454,
|
191 |
+
"step": 260
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 1.4474786396381303,
|
195 |
+
"grad_norm": 25.233129501342773,
|
196 |
+
"learning_rate": 3.8631655444734414e-05,
|
197 |
+
"loss": 0.1373,
|
198 |
+
"step": 270
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 1.5010889596247279,
|
202 |
+
"grad_norm": 23.18859100341797,
|
203 |
+
"learning_rate": 3.850244197709641e-05,
|
204 |
+
"loss": 0.1341,
|
205 |
+
"step": 280
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 1.554699279611325,
|
209 |
+
"grad_norm": 24.764631271362305,
|
210 |
+
"learning_rate": 3.8367636066643224e-05,
|
211 |
+
"loss": 0.139,
|
212 |
+
"step": 290
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 1.6083095995979226,
|
216 |
+
"grad_norm": 23.146198272705078,
|
217 |
+
"learning_rate": 3.822727845904216e-05,
|
218 |
+
"loss": 0.1256,
|
219 |
+
"step": 300
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 1.66191991958452,
|
223 |
+
"grad_norm": 23.295623779296875,
|
224 |
+
"learning_rate": 3.808141157798492e-05,
|
225 |
+
"loss": 0.1206,
|
226 |
+
"step": 310
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 1.7155302395711174,
|
230 |
+
"grad_norm": 21.969825744628906,
|
231 |
+
"learning_rate": 3.793007951236485e-05,
|
232 |
+
"loss": 0.12,
|
233 |
+
"step": 320
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 1.769140559557715,
|
237 |
+
"grad_norm": 21.317886352539062,
|
238 |
+
"learning_rate": 3.777332800295088e-05,
|
239 |
+
"loss": 0.1116,
|
240 |
+
"step": 330
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 1.8227508795443121,
|
244 |
+
"grad_norm": 23.39339256286621,
|
245 |
+
"learning_rate": 3.7611204428562175e-05,
|
246 |
+
"loss": 0.1129,
|
247 |
+
"step": 340
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 1.8763611995309097,
|
251 |
+
"grad_norm": 27.18583869934082,
|
252 |
+
"learning_rate": 3.74437577917477e-05,
|
253 |
+
"loss": 0.109,
|
254 |
+
"step": 350
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 1.9299715195175071,
|
258 |
+
"grad_norm": 21.890743255615234,
|
259 |
+
"learning_rate": 3.727103870397495e-05,
|
260 |
+
"loss": 0.1021,
|
261 |
+
"step": 360
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 1.9835818395041045,
|
265 |
+
"grad_norm": 23.11468505859375,
|
266 |
+
"learning_rate": 3.709309937033247e-05,
|
267 |
+
"loss": 0.1003,
|
268 |
+
"step": 370
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 2.022323003275384,
|
272 |
+
"grad_norm": 25.56001853942871,
|
273 |
+
"learning_rate": 3.6909993573750586e-05,
|
274 |
+
"loss": 0.1186,
|
275 |
+
"step": 380
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 2.054572940287226,
|
279 |
+
"grad_norm": 23.89845085144043,
|
280 |
+
"learning_rate": 3.6721776658745335e-05,
|
281 |
+
"loss": 0.1298,
|
282 |
+
"step": 390
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 2.086822877299068,
|
286 |
+
"grad_norm": 24.464975357055664,
|
287 |
+
"learning_rate": 3.652850551469031e-05,
|
288 |
+
"loss": 0.1265,
|
289 |
+
"step": 400
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 2.1190728143109094,
|
293 |
+
"grad_norm": 23.46689796447754,
|
294 |
+
"learning_rate": 3.63302385586216e-05,
|
295 |
+
"loss": 0.1248,
|
296 |
+
"step": 410
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 2.1513227513227515,
|
300 |
+
"grad_norm": 21.452667236328125,
|
301 |
+
"learning_rate": 3.6127035717581035e-05,
|
302 |
+
"loss": 0.1128,
|
303 |
+
"step": 420
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 2.183572688334593,
|
307 |
+
"grad_norm": 22.750587463378906,
|
308 |
+
"learning_rate": 3.59189584105029e-05,
|
309 |
+
"loss": 0.1068,
|
310 |
+
"step": 430
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 2.215822625346435,
|
314 |
+
"grad_norm": 23.539155960083008,
|
315 |
+
"learning_rate": 3.570606952964991e-05,
|
316 |
+
"loss": 0.1089,
|
317 |
+
"step": 440
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 2.2480725623582765,
|
321 |
+
"grad_norm": 22.286226272583008,
|
322 |
+
"learning_rate": 3.54884334216036e-05,
|
323 |
+
"loss": 0.1012,
|
324 |
+
"step": 450
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 2.2803224993701185,
|
328 |
+
"grad_norm": 25.91316795349121,
|
329 |
+
"learning_rate": 3.526611586781547e-05,
|
330 |
+
"loss": 0.1085,
|
331 |
+
"step": 460
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 2.31257243638196,
|
335 |
+
"grad_norm": 25.620323181152344,
|
336 |
+
"learning_rate": 3.503918406472411e-05,
|
337 |
+
"loss": 0.0935,
|
338 |
+
"step": 470
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 2.344822373393802,
|
342 |
+
"grad_norm": 20.377058029174805,
|
343 |
+
"learning_rate": 3.480770660344486e-05,
|
344 |
+
"loss": 0.0982,
|
345 |
+
"step": 480
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 2.377072310405644,
|
349 |
+
"grad_norm": 20.553796768188477,
|
350 |
+
"learning_rate": 3.457175344903783e-05,
|
351 |
+
"loss": 0.084,
|
352 |
+
"step": 490
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 2.4093222474174856,
|
356 |
+
"grad_norm": 20.02320671081543,
|
357 |
+
"learning_rate": 3.433139591936068e-05,
|
358 |
+
"loss": 0.0964,
|
359 |
+
"step": 500
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 2.441572184429327,
|
363 |
+
"grad_norm": 21.293182373046875,
|
364 |
+
"learning_rate": 3.4086706663512454e-05,
|
365 |
+
"loss": 0.0835,
|
366 |
+
"step": 510
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 2.4738221214411693,
|
370 |
+
"grad_norm": 19.96319580078125,
|
371 |
+
"learning_rate": 3.3837759639875113e-05,
|
372 |
+
"loss": 0.0785,
|
373 |
+
"step": 520
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 2.506072058453011,
|
377 |
+
"grad_norm": 22.20425796508789,
|
378 |
+
"learning_rate": 3.358463009375927e-05,
|
379 |
+
"loss": 0.0779,
|
380 |
+
"step": 530
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 2.5383219954648526,
|
384 |
+
"grad_norm": 18.57112693786621,
|
385 |
+
"learning_rate": 3.332739453466098e-05,
|
386 |
+
"loss": 0.0814,
|
387 |
+
"step": 540
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 2.5705719324766942,
|
391 |
+
"grad_norm": 20.270761489868164,
|
392 |
+
"learning_rate": 3.306613071313641e-05,
|
393 |
+
"loss": 0.0808,
|
394 |
+
"step": 550
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 2.602821869488536,
|
398 |
+
"grad_norm": 19.787559509277344,
|
399 |
+
"learning_rate": 3.280091759730144e-05,
|
400 |
+
"loss": 0.0743,
|
401 |
+
"step": 560
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 2.635071806500378,
|
405 |
+
"grad_norm": 18.70611572265625,
|
406 |
+
"learning_rate": 3.25318353489631e-05,
|
407 |
+
"loss": 0.0757,
|
408 |
+
"step": 570
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 2.6673217435122196,
|
412 |
+
"grad_norm": 20.557205200195312,
|
413 |
+
"learning_rate": 3.2258965299390465e-05,
|
414 |
+
"loss": 0.0692,
|
415 |
+
"step": 580
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 2.6995716805240617,
|
419 |
+
"grad_norm": 20.602092742919922,
|
420 |
+
"learning_rate": 3.1982389924731805e-05,
|
421 |
+
"loss": 0.0699,
|
422 |
+
"step": 590
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 2.7318216175359034,
|
426 |
+
"grad_norm": 22.87337303161621,
|
427 |
+
"learning_rate": 3.17021928210859e-05,
|
428 |
+
"loss": 0.0662,
|
429 |
+
"step": 600
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 2.764071554547745,
|
433 |
+
"grad_norm": 22.488433837890625,
|
434 |
+
"learning_rate": 3.141845867923469e-05,
|
435 |
+
"loss": 0.0799,
|
436 |
+
"step": 610
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 2.7963214915595866,
|
440 |
+
"grad_norm": 20.05706787109375,
|
441 |
+
"learning_rate": 3.113127325904519e-05,
|
442 |
+
"loss": 0.0665,
|
443 |
+
"step": 620
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 2.8285714285714287,
|
447 |
+
"grad_norm": 18.822357177734375,
|
448 |
+
"learning_rate": 3.084072336354812e-05,
|
449 |
+
"loss": 0.0668,
|
450 |
+
"step": 630
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 2.8608213655832704,
|
454 |
+
"grad_norm": 17.79743194580078,
|
455 |
+
"learning_rate": 3.05468968127014e-05,
|
456 |
+
"loss": 0.0604,
|
457 |
+
"step": 640
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 2.893071302595112,
|
461 |
+
"grad_norm": 19.10596466064453,
|
462 |
+
"learning_rate": 3.0249882416846117e-05,
|
463 |
+
"loss": 0.059,
|
464 |
+
"step": 650
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 2.925321239606954,
|
468 |
+
"grad_norm": 20.25804328918457,
|
469 |
+
"learning_rate": 2.9949769949863266e-05,
|
470 |
+
"loss": 0.0646,
|
471 |
+
"step": 660
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 2.9575711766187958,
|
475 |
+
"grad_norm": 19.09357452392578,
|
476 |
+
"learning_rate": 2.96466501220392e-05,
|
477 |
+
"loss": 0.0569,
|
478 |
+
"step": 670
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 2.9898211136306374,
|
482 |
+
"grad_norm": 15.293481826782227,
|
483 |
+
"learning_rate": 2.934061455264802e-05,
|
484 |
+
"loss": 0.0574,
|
485 |
+
"step": 680
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 2.99949609473419,
|
489 |
+
"step": 683,
|
490 |
+
"total_flos": 6.564245582272266e+17,
|
491 |
+
"train_loss": 0.1658007610769258,
|
492 |
+
"train_runtime": 25935.882,
|
493 |
+
"train_samples_per_second": 9.206,
|
494 |
+
"train_steps_per_second": 0.072
|
495 |
+
}
|
496 |
+
],
|
497 |
+
"logging_steps": 10,
|
498 |
+
"max_steps": 1863,
|
499 |
+
"num_input_tokens_seen": 0,
|
500 |
+
"num_train_epochs": 3,
|
501 |
+
"save_steps": 500,
|
502 |
+
"stateful_callbacks": {
|
503 |
+
"TrainerControl": {
|
504 |
+
"args": {
|
505 |
+
"should_epoch_stop": false,
|
506 |
+
"should_evaluate": false,
|
507 |
+
"should_log": false,
|
508 |
+
"should_save": true,
|
509 |
+
"should_training_stop": false
|
510 |
+
},
|
511 |
+
"attributes": {}
|
512 |
+
}
|
513 |
+
},
|
514 |
+
"total_flos": 6.564245582272266e+17,
|
515 |
+
"train_batch_size": 2,
|
516 |
+
"trial_name": null,
|
517 |
+
"trial_params": null
|
518 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe26717ade77091d84e0f68e22523033018b95d33245be7b8f5b046cac304f98
|
3 |
+
size 5304
|