hha
commited on
Commit
•
1b75f13
1
Parent(s):
8c31b5e
initial commit
Browse files- added_tokens.json +40 -0
- config.json +28 -0
- model-00001-of-00004.safetensors +3 -0
- model-00002-of-00004.safetensors +3 -0
- model-00003-of-00004.safetensors +3 -0
- model-00004-of-00004.safetensors +3 -0
- model.safetensors.index.json +298 -0
- projector/config.json +17 -0
- projector/configuration_projector.py +23 -0
- projector/model.safetensors +3 -0
- projector/modeling_projector.py +51 -0
- special_tokens_map.json +33 -0
- tokenizer.json +0 -0
- tokenizer.model +3 -0
- tokenizer_config.json +349 -0
- visual_encoder/config.json +23 -0
- visual_encoder/model.safetensors +3 -0
- visual_encoder/preprocessor_config.json +44 -0
- xtuner_config.py +334 -0
added_tokens.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|/code|>": 32014,
|
3 |
+
"<|/data|>": 32033,
|
4 |
+
"<|/inst|>": 32037,
|
5 |
+
"<|/query|>": 32031,
|
6 |
+
"<|/sys|>": 32035,
|
7 |
+
"<|assistant_mask|>": 32017,
|
8 |
+
"<|assistant|>": 32001,
|
9 |
+
"<|calc|>": 32012,
|
10 |
+
"<|code|>": 32013,
|
11 |
+
"<|continue|>": 32009,
|
12 |
+
"<|data|>": 32032,
|
13 |
+
"<|diff_marker|>": 32025,
|
14 |
+
"<|disc_sep|>": 32029,
|
15 |
+
"<|disc_start|>": 32028,
|
16 |
+
"<|disc_thread|><|query|>": 32030,
|
17 |
+
"<|endoftext|>": 32000,
|
18 |
+
"<|end|>": 32007,
|
19 |
+
"<|fim_middle|>": 32021,
|
20 |
+
"<|fim_prefix|>": 32020,
|
21 |
+
"<|fim_suffix|>": 32022,
|
22 |
+
"<|function_call|>": 32005,
|
23 |
+
"<|function_list|>": 32011,
|
24 |
+
"<|function_output|>": 32003,
|
25 |
+
"<|ghissue|>": 32026,
|
26 |
+
"<|ghreview|>": 32027,
|
27 |
+
"<|inst|>": 32036,
|
28 |
+
"<|ipynb_marker|>": 32024,
|
29 |
+
"<|message|>": 32019,
|
30 |
+
"<|meta_start|>": 32023,
|
31 |
+
"<|raw|>": 32008,
|
32 |
+
"<|resource|>": 32016,
|
33 |
+
"<|start|>": 32018,
|
34 |
+
"<|step|>": 32002,
|
35 |
+
"<|summary|>": 32015,
|
36 |
+
"<|system|>": 32006,
|
37 |
+
"<|sys|>": 32034,
|
38 |
+
"<|tag|>": 32004,
|
39 |
+
"<|user|>": 32010
|
40 |
+
}
|
config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"LlamaForCausalLM"
|
4 |
+
],
|
5 |
+
"attention_dropout": 0.0,
|
6 |
+
"bos_token_id": 1,
|
7 |
+
"eos_token_id": 32000,
|
8 |
+
"hidden_act": "silu",
|
9 |
+
"hidden_size": 3072,
|
10 |
+
"initializer_range": 0.02,
|
11 |
+
"intermediate_size": 8192,
|
12 |
+
"max_position_embeddings": 4096,
|
13 |
+
"model_type": "llama",
|
14 |
+
"num_attention_heads": 32,
|
15 |
+
"num_hidden_layers": 32,
|
16 |
+
"num_key_value_heads": 32,
|
17 |
+
"original_max_position_embeddings": 4096,
|
18 |
+
"pad_token_id": 32000,
|
19 |
+
"rms_norm_eps": 1e-05,
|
20 |
+
"rope_scaling": null,
|
21 |
+
"rope_theta": 10000.0,
|
22 |
+
"sliding_window": 2048,
|
23 |
+
"tie_word_embeddings": false,
|
24 |
+
"torch_dtype": "float16",
|
25 |
+
"transformers_version": "4.40.1",
|
26 |
+
"use_cache": true,
|
27 |
+
"vocab_size": 32064
|
28 |
+
}
|
model-00001-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7422459048dfdbef74390a4d174bbddd33d5ba0345a5116213cbeca4caa2ad39
|
3 |
+
size 1958702888
|
model-00002-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:983a1b254e794637d1d5b1ddd6d3d6c7f1ab698de2e23f2bd2de78501008f10e
|
3 |
+
size 1937888088
|
model-00003-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:228d5067fb92321f451b8a71b8cee58e6bca1a04b6d5292684d573703effe267
|
3 |
+
size 1981928184
|
model-00004-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb27de8b250e4c779eb7c12c7accafa2c01b48eb5ae1cfdec237a86c1d5fe42d
|
3 |
+
size 1763673232
|
model.safetensors.index.json
ADDED
@@ -0,0 +1,298 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 7642159104
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"lm_head.weight": "model-00004-of-00004.safetensors",
|
7 |
+
"model.embed_tokens.weight": "model-00001-of-00004.safetensors",
|
8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
10 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
11 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
12 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
13 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
14 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
15 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
16 |
+
"model.layers.10.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
17 |
+
"model.layers.10.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
18 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
19 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
20 |
+
"model.layers.11.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
21 |
+
"model.layers.11.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
22 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
23 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
24 |
+
"model.layers.12.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
25 |
+
"model.layers.12.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
26 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
27 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
28 |
+
"model.layers.13.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
29 |
+
"model.layers.13.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
30 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
31 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
32 |
+
"model.layers.14.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
33 |
+
"model.layers.14.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
34 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
35 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
36 |
+
"model.layers.15.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
37 |
+
"model.layers.15.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
38 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
39 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
40 |
+
"model.layers.16.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
41 |
+
"model.layers.16.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
42 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
43 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
44 |
+
"model.layers.17.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
45 |
+
"model.layers.17.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
46 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
47 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
48 |
+
"model.layers.18.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
49 |
+
"model.layers.18.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
50 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
51 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
52 |
+
"model.layers.19.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
53 |
+
"model.layers.19.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
54 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
55 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
56 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
57 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
58 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
59 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
60 |
+
"model.layers.20.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
61 |
+
"model.layers.20.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
62 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
63 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
64 |
+
"model.layers.21.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
65 |
+
"model.layers.21.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
66 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
67 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
68 |
+
"model.layers.22.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
69 |
+
"model.layers.22.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
70 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
71 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
72 |
+
"model.layers.23.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
73 |
+
"model.layers.23.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
74 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
75 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
76 |
+
"model.layers.24.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
77 |
+
"model.layers.24.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
78 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
79 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
80 |
+
"model.layers.25.input_layernorm.weight": "model-00004-of-00004.safetensors",
|
81 |
+
"model.layers.25.mlp.down_proj.weight": "model-00004-of-00004.safetensors",
|
82 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00004-of-00004.safetensors",
|
83 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
84 |
+
"model.layers.26.input_layernorm.weight": "model-00004-of-00004.safetensors",
|
85 |
+
"model.layers.26.mlp.down_proj.weight": "model-00004-of-00004.safetensors",
|
86 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00004-of-00004.safetensors",
|
87 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00004-of-00004.safetensors",
|
88 |
+
"model.layers.27.input_layernorm.weight": "model-00004-of-00004.safetensors",
|
89 |
+
"model.layers.27.mlp.down_proj.weight": "model-00004-of-00004.safetensors",
|
90 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00004-of-00004.safetensors",
|
91 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00004-of-00004.safetensors",
|
92 |
+
"model.layers.28.input_layernorm.weight": "model-00004-of-00004.safetensors",
|
93 |
+
"model.layers.28.mlp.down_proj.weight": "model-00004-of-00004.safetensors",
|
94 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00004-of-00004.safetensors",
|
95 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00004-of-00004.safetensors",
|
96 |
+
"model.layers.29.input_layernorm.weight": "model-00004-of-00004.safetensors",
|
97 |
+
"model.layers.29.mlp.down_proj.weight": "model-00004-of-00004.safetensors",
|
98 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00004-of-00004.safetensors",
|
99 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00004-of-00004.safetensors",
|
100 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
101 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
102 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
103 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
104 |
+
"model.layers.30.input_layernorm.weight": "model-00004-of-00004.safetensors",
|
105 |
+
"model.layers.30.mlp.down_proj.weight": "model-00004-of-00004.safetensors",
|
106 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00004-of-00004.safetensors",
|
107 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00004-of-00004.safetensors",
|
108 |
+
"model.layers.31.input_layernorm.weight": "model-00004-of-00004.safetensors",
|
109 |
+
"model.layers.31.mlp.down_proj.weight": "model-00004-of-00004.safetensors",
|
110 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00004-of-00004.safetensors",
|
111 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00004-of-00004.safetensors",
|
112 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
113 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
114 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
115 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
116 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
117 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
118 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
119 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
120 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
121 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
122 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
123 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
124 |
+
"model.layers.7.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
125 |
+
"model.layers.7.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
126 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
127 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
128 |
+
"model.layers.8.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
129 |
+
"model.layers.8.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
130 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
131 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
132 |
+
"model.layers.9.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
133 |
+
"model.layers.9.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
134 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
135 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
136 |
+
"model.norm.weight": "model-00004-of-00004.safetensors",
|
137 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
138 |
+
"model.layers.16.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
139 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
140 |
+
"model.layers.17.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
141 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
142 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
143 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
144 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
145 |
+
"model.layers.18.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
146 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
147 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
148 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
149 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
150 |
+
"model.layers.19.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
151 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
152 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
153 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
154 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
155 |
+
"model.layers.20.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
156 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
157 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
158 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
159 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
160 |
+
"model.layers.21.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
161 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
162 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
163 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
164 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
165 |
+
"model.layers.22.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
166 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
167 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
168 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
169 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
170 |
+
"model.layers.23.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
171 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
172 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
173 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
174 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
175 |
+
"model.layers.24.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
176 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
177 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
178 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
179 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
180 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
181 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
182 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
183 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
184 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
185 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
186 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
187 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
188 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
189 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
190 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
191 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
192 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
193 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
194 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
195 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
196 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
197 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
198 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
199 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
200 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
201 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
202 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
203 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
204 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
205 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
206 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
207 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
208 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
209 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
210 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
211 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
212 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
213 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
214 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
215 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
216 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
217 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
218 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
219 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
220 |
+
"model.layers.10.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
221 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
222 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
223 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
224 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
225 |
+
"model.layers.11.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
226 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
227 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
228 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
229 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
230 |
+
"model.layers.12.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
231 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
232 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
233 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
234 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
235 |
+
"model.layers.13.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
236 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
237 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
238 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
239 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
240 |
+
"model.layers.14.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
241 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
242 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
243 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
244 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
245 |
+
"model.layers.15.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
246 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
247 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
248 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
249 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
250 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
251 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
252 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
253 |
+
"model.layers.8.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
254 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
255 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
256 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
257 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
258 |
+
"model.layers.9.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
259 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
260 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
261 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
262 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00004-of-00004.safetensors",
|
263 |
+
"model.layers.25.mlp.up_proj.weight": "model-00004-of-00004.safetensors",
|
264 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00004-of-00004.safetensors",
|
265 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00004-of-00004.safetensors",
|
266 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00004-of-00004.safetensors",
|
267 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00004-of-00004.safetensors",
|
268 |
+
"model.layers.26.mlp.up_proj.weight": "model-00004-of-00004.safetensors",
|
269 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00004-of-00004.safetensors",
|
270 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00004-of-00004.safetensors",
|
271 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00004-of-00004.safetensors",
|
272 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00004-of-00004.safetensors",
|
273 |
+
"model.layers.27.mlp.up_proj.weight": "model-00004-of-00004.safetensors",
|
274 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00004-of-00004.safetensors",
|
275 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00004-of-00004.safetensors",
|
276 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00004-of-00004.safetensors",
|
277 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00004-of-00004.safetensors",
|
278 |
+
"model.layers.28.mlp.up_proj.weight": "model-00004-of-00004.safetensors",
|
279 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00004-of-00004.safetensors",
|
280 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00004-of-00004.safetensors",
|
281 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00004-of-00004.safetensors",
|
282 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00004-of-00004.safetensors",
|
283 |
+
"model.layers.29.mlp.up_proj.weight": "model-00004-of-00004.safetensors",
|
284 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00004-of-00004.safetensors",
|
285 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00004-of-00004.safetensors",
|
286 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00004-of-00004.safetensors",
|
287 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00004-of-00004.safetensors",
|
288 |
+
"model.layers.30.mlp.up_proj.weight": "model-00004-of-00004.safetensors",
|
289 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00004-of-00004.safetensors",
|
290 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00004-of-00004.safetensors",
|
291 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00004-of-00004.safetensors",
|
292 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00004-of-00004.safetensors",
|
293 |
+
"model.layers.31.mlp.up_proj.weight": "model-00004-of-00004.safetensors",
|
294 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00004-of-00004.safetensors",
|
295 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00004-of-00004.safetensors",
|
296 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00004-of-00004.safetensors"
|
297 |
+
}
|
298 |
+
}
|
projector/config.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"ProjectorModel"
|
4 |
+
],
|
5 |
+
"auto_map": {
|
6 |
+
"AutoConfig": "configuration_projector.ProjectorConfig",
|
7 |
+
"AutoModel": "modeling_projector.ProjectorModel"
|
8 |
+
},
|
9 |
+
"bias": true,
|
10 |
+
"depth": 2,
|
11 |
+
"hidden_act": "gelu",
|
12 |
+
"llm_hidden_size": 3072,
|
13 |
+
"model_type": "projector",
|
14 |
+
"torch_dtype": "float32",
|
15 |
+
"transformers_version": "4.40.1",
|
16 |
+
"visual_hidden_size": 1024
|
17 |
+
}
|
projector/configuration_projector.py
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (c) OpenMMLab. All rights reserved.
|
2 |
+
from transformers import PretrainedConfig
|
3 |
+
|
4 |
+
|
5 |
+
class ProjectorConfig(PretrainedConfig):
|
6 |
+
model_type = 'projector'
|
7 |
+
_auto_class = 'AutoConfig'
|
8 |
+
|
9 |
+
def __init__(
|
10 |
+
self,
|
11 |
+
visual_hidden_size=4096,
|
12 |
+
llm_hidden_size=4096,
|
13 |
+
depth=2,
|
14 |
+
hidden_act='gelu',
|
15 |
+
bias=True,
|
16 |
+
**kwargs,
|
17 |
+
):
|
18 |
+
self.visual_hidden_size = visual_hidden_size
|
19 |
+
self.llm_hidden_size = llm_hidden_size
|
20 |
+
self.depth = depth
|
21 |
+
self.hidden_act = hidden_act
|
22 |
+
self.bias = bias
|
23 |
+
super().__init__(**kwargs)
|
projector/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dc2d1544082c26d3810af4fa0f5600c013cd4f40fbd695755b407d14f5878e69
|
3 |
+
size 50356592
|
projector/modeling_projector.py
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (c) OpenMMLab. All rights reserved.
|
2 |
+
import torch
|
3 |
+
import torch.nn as nn
|
4 |
+
from transformers import PreTrainedModel
|
5 |
+
from transformers.activations import ACT2FN
|
6 |
+
|
7 |
+
from .configuration_projector import ProjectorConfig
|
8 |
+
|
9 |
+
|
10 |
+
class ProjectorModel(PreTrainedModel):
|
11 |
+
_auto_class = 'AutoModel'
|
12 |
+
config_class = ProjectorConfig
|
13 |
+
base_model_prefix = 'model'
|
14 |
+
supports_gradient_checkpointing = True
|
15 |
+
|
16 |
+
def __init__(self, config: ProjectorConfig) -> None:
|
17 |
+
super().__init__(config)
|
18 |
+
self.gradient_checkpointing = False
|
19 |
+
|
20 |
+
modules = [
|
21 |
+
nn.Linear(
|
22 |
+
config.visual_hidden_size,
|
23 |
+
config.llm_hidden_size,
|
24 |
+
bias=config.bias)
|
25 |
+
]
|
26 |
+
for _ in range(1, config.depth):
|
27 |
+
modules.append(ACT2FN[config.hidden_act])
|
28 |
+
modules.append(
|
29 |
+
nn.Linear(
|
30 |
+
config.llm_hidden_size,
|
31 |
+
config.llm_hidden_size,
|
32 |
+
bias=config.bias))
|
33 |
+
self.model = nn.Sequential(*modules)
|
34 |
+
|
35 |
+
def enable_input_require_grads(self):
|
36 |
+
|
37 |
+
def make_inputs_require_grad(module, input, output):
|
38 |
+
output.requires_grad_(True)
|
39 |
+
|
40 |
+
self.model.register_forward_hook(make_inputs_require_grad)
|
41 |
+
|
42 |
+
def _set_gradient_checkpointing(self, module, value=False):
|
43 |
+
if isinstance(module, ProjectorModel):
|
44 |
+
module.gradient_checkpointing = value
|
45 |
+
|
46 |
+
def forward(self, x):
|
47 |
+
if self.gradient_checkpointing and self.training:
|
48 |
+
layer_outputs = torch.utils.checkpoint.checkpoint(self.model, x)
|
49 |
+
else:
|
50 |
+
layer_outputs = self.model(x)
|
51 |
+
return layer_outputs
|
special_tokens_map.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|/inst|>"
|
4 |
+
],
|
5 |
+
"bos_token": {
|
6 |
+
"content": "<s>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false
|
11 |
+
},
|
12 |
+
"eos_token": {
|
13 |
+
"content": "<|endoftext|>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": false,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false
|
18 |
+
},
|
19 |
+
"pad_token": {
|
20 |
+
"content": "<|endoftext|>",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false
|
25 |
+
},
|
26 |
+
"unk_token": {
|
27 |
+
"content": "<unk>",
|
28 |
+
"lstrip": false,
|
29 |
+
"normalized": false,
|
30 |
+
"rstrip": false,
|
31 |
+
"single_word": false
|
32 |
+
}
|
33 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
3 |
+
size 499723
|
tokenizer_config.json
ADDED
@@ -0,0 +1,349 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"0": {
|
6 |
+
"content": "<unk>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"1": {
|
14 |
+
"content": "<s>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"2": {
|
22 |
+
"content": "</s>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": true,
|
26 |
+
"single_word": false,
|
27 |
+
"special": false
|
28 |
+
},
|
29 |
+
"32000": {
|
30 |
+
"content": "<|endoftext|>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
},
|
37 |
+
"32001": {
|
38 |
+
"content": "<|assistant|>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": true,
|
42 |
+
"single_word": false,
|
43 |
+
"special": true
|
44 |
+
},
|
45 |
+
"32002": {
|
46 |
+
"content": "<|step|>",
|
47 |
+
"lstrip": false,
|
48 |
+
"normalized": false,
|
49 |
+
"rstrip": true,
|
50 |
+
"single_word": false,
|
51 |
+
"special": true
|
52 |
+
},
|
53 |
+
"32003": {
|
54 |
+
"content": "<|function_output|>",
|
55 |
+
"lstrip": false,
|
56 |
+
"normalized": false,
|
57 |
+
"rstrip": true,
|
58 |
+
"single_word": false,
|
59 |
+
"special": true
|
60 |
+
},
|
61 |
+
"32004": {
|
62 |
+
"content": "<|tag|>",
|
63 |
+
"lstrip": false,
|
64 |
+
"normalized": false,
|
65 |
+
"rstrip": true,
|
66 |
+
"single_word": false,
|
67 |
+
"special": true
|
68 |
+
},
|
69 |
+
"32005": {
|
70 |
+
"content": "<|function_call|>",
|
71 |
+
"lstrip": false,
|
72 |
+
"normalized": false,
|
73 |
+
"rstrip": true,
|
74 |
+
"single_word": false,
|
75 |
+
"special": true
|
76 |
+
},
|
77 |
+
"32006": {
|
78 |
+
"content": "<|system|>",
|
79 |
+
"lstrip": false,
|
80 |
+
"normalized": false,
|
81 |
+
"rstrip": true,
|
82 |
+
"single_word": false,
|
83 |
+
"special": true
|
84 |
+
},
|
85 |
+
"32007": {
|
86 |
+
"content": "<|end|>",
|
87 |
+
"lstrip": false,
|
88 |
+
"normalized": false,
|
89 |
+
"rstrip": true,
|
90 |
+
"single_word": false,
|
91 |
+
"special": true
|
92 |
+
},
|
93 |
+
"32008": {
|
94 |
+
"content": "<|raw|>",
|
95 |
+
"lstrip": false,
|
96 |
+
"normalized": false,
|
97 |
+
"rstrip": true,
|
98 |
+
"single_word": false,
|
99 |
+
"special": true
|
100 |
+
},
|
101 |
+
"32009": {
|
102 |
+
"content": "<|continue|>",
|
103 |
+
"lstrip": false,
|
104 |
+
"normalized": false,
|
105 |
+
"rstrip": true,
|
106 |
+
"single_word": false,
|
107 |
+
"special": true
|
108 |
+
},
|
109 |
+
"32010": {
|
110 |
+
"content": "<|user|>",
|
111 |
+
"lstrip": false,
|
112 |
+
"normalized": false,
|
113 |
+
"rstrip": true,
|
114 |
+
"single_word": false,
|
115 |
+
"special": true
|
116 |
+
},
|
117 |
+
"32011": {
|
118 |
+
"content": "<|function_list|>",
|
119 |
+
"lstrip": false,
|
120 |
+
"normalized": false,
|
121 |
+
"rstrip": true,
|
122 |
+
"single_word": false,
|
123 |
+
"special": true
|
124 |
+
},
|
125 |
+
"32012": {
|
126 |
+
"content": "<|calc|>",
|
127 |
+
"lstrip": false,
|
128 |
+
"normalized": false,
|
129 |
+
"rstrip": true,
|
130 |
+
"single_word": false,
|
131 |
+
"special": true
|
132 |
+
},
|
133 |
+
"32013": {
|
134 |
+
"content": "<|code|>",
|
135 |
+
"lstrip": false,
|
136 |
+
"normalized": false,
|
137 |
+
"rstrip": true,
|
138 |
+
"single_word": false,
|
139 |
+
"special": true
|
140 |
+
},
|
141 |
+
"32014": {
|
142 |
+
"content": "<|/code|>",
|
143 |
+
"lstrip": false,
|
144 |
+
"normalized": false,
|
145 |
+
"rstrip": true,
|
146 |
+
"single_word": false,
|
147 |
+
"special": true
|
148 |
+
},
|
149 |
+
"32015": {
|
150 |
+
"content": "<|summary|>",
|
151 |
+
"lstrip": false,
|
152 |
+
"normalized": false,
|
153 |
+
"rstrip": true,
|
154 |
+
"single_word": false,
|
155 |
+
"special": true
|
156 |
+
},
|
157 |
+
"32016": {
|
158 |
+
"content": "<|resource|>",
|
159 |
+
"lstrip": false,
|
160 |
+
"normalized": false,
|
161 |
+
"rstrip": true,
|
162 |
+
"single_word": false,
|
163 |
+
"special": true
|
164 |
+
},
|
165 |
+
"32017": {
|
166 |
+
"content": "<|assistant_mask|>",
|
167 |
+
"lstrip": false,
|
168 |
+
"normalized": false,
|
169 |
+
"rstrip": true,
|
170 |
+
"single_word": false,
|
171 |
+
"special": true
|
172 |
+
},
|
173 |
+
"32018": {
|
174 |
+
"content": "<|start|>",
|
175 |
+
"lstrip": false,
|
176 |
+
"normalized": false,
|
177 |
+
"rstrip": true,
|
178 |
+
"single_word": false,
|
179 |
+
"special": true
|
180 |
+
},
|
181 |
+
"32019": {
|
182 |
+
"content": "<|message|>",
|
183 |
+
"lstrip": false,
|
184 |
+
"normalized": false,
|
185 |
+
"rstrip": true,
|
186 |
+
"single_word": false,
|
187 |
+
"special": true
|
188 |
+
},
|
189 |
+
"32020": {
|
190 |
+
"content": "<|fim_prefix|>",
|
191 |
+
"lstrip": false,
|
192 |
+
"normalized": false,
|
193 |
+
"rstrip": true,
|
194 |
+
"single_word": false,
|
195 |
+
"special": true
|
196 |
+
},
|
197 |
+
"32021": {
|
198 |
+
"content": "<|fim_middle|>",
|
199 |
+
"lstrip": false,
|
200 |
+
"normalized": false,
|
201 |
+
"rstrip": true,
|
202 |
+
"single_word": false,
|
203 |
+
"special": true
|
204 |
+
},
|
205 |
+
"32022": {
|
206 |
+
"content": "<|fim_suffix|>",
|
207 |
+
"lstrip": false,
|
208 |
+
"normalized": false,
|
209 |
+
"rstrip": true,
|
210 |
+
"single_word": false,
|
211 |
+
"special": true
|
212 |
+
},
|
213 |
+
"32023": {
|
214 |
+
"content": "<|meta_start|>",
|
215 |
+
"lstrip": false,
|
216 |
+
"normalized": false,
|
217 |
+
"rstrip": true,
|
218 |
+
"single_word": false,
|
219 |
+
"special": true
|
220 |
+
},
|
221 |
+
"32024": {
|
222 |
+
"content": "<|ipynb_marker|>",
|
223 |
+
"lstrip": false,
|
224 |
+
"normalized": false,
|
225 |
+
"rstrip": true,
|
226 |
+
"single_word": false,
|
227 |
+
"special": true
|
228 |
+
},
|
229 |
+
"32025": {
|
230 |
+
"content": "<|diff_marker|>",
|
231 |
+
"lstrip": false,
|
232 |
+
"normalized": false,
|
233 |
+
"rstrip": true,
|
234 |
+
"single_word": false,
|
235 |
+
"special": true
|
236 |
+
},
|
237 |
+
"32026": {
|
238 |
+
"content": "<|ghissue|>",
|
239 |
+
"lstrip": false,
|
240 |
+
"normalized": false,
|
241 |
+
"rstrip": true,
|
242 |
+
"single_word": false,
|
243 |
+
"special": true
|
244 |
+
},
|
245 |
+
"32027": {
|
246 |
+
"content": "<|ghreview|>",
|
247 |
+
"lstrip": false,
|
248 |
+
"normalized": false,
|
249 |
+
"rstrip": true,
|
250 |
+
"single_word": false,
|
251 |
+
"special": true
|
252 |
+
},
|
253 |
+
"32028": {
|
254 |
+
"content": "<|disc_start|>",
|
255 |
+
"lstrip": false,
|
256 |
+
"normalized": false,
|
257 |
+
"rstrip": true,
|
258 |
+
"single_word": false,
|
259 |
+
"special": true
|
260 |
+
},
|
261 |
+
"32029": {
|
262 |
+
"content": "<|disc_sep|>",
|
263 |
+
"lstrip": false,
|
264 |
+
"normalized": false,
|
265 |
+
"rstrip": true,
|
266 |
+
"single_word": false,
|
267 |
+
"special": true
|
268 |
+
},
|
269 |
+
"32030": {
|
270 |
+
"content": "<|disc_thread|><|query|>",
|
271 |
+
"lstrip": false,
|
272 |
+
"normalized": false,
|
273 |
+
"rstrip": true,
|
274 |
+
"single_word": false,
|
275 |
+
"special": true
|
276 |
+
},
|
277 |
+
"32031": {
|
278 |
+
"content": "<|/query|>",
|
279 |
+
"lstrip": false,
|
280 |
+
"normalized": false,
|
281 |
+
"rstrip": true,
|
282 |
+
"single_word": false,
|
283 |
+
"special": true
|
284 |
+
},
|
285 |
+
"32032": {
|
286 |
+
"content": "<|data|>",
|
287 |
+
"lstrip": false,
|
288 |
+
"normalized": false,
|
289 |
+
"rstrip": true,
|
290 |
+
"single_word": false,
|
291 |
+
"special": true
|
292 |
+
},
|
293 |
+
"32033": {
|
294 |
+
"content": "<|/data|>",
|
295 |
+
"lstrip": false,
|
296 |
+
"normalized": false,
|
297 |
+
"rstrip": true,
|
298 |
+
"single_word": false,
|
299 |
+
"special": true
|
300 |
+
},
|
301 |
+
"32034": {
|
302 |
+
"content": "<|sys|>",
|
303 |
+
"lstrip": false,
|
304 |
+
"normalized": false,
|
305 |
+
"rstrip": true,
|
306 |
+
"single_word": false,
|
307 |
+
"special": true
|
308 |
+
},
|
309 |
+
"32035": {
|
310 |
+
"content": "<|/sys|>",
|
311 |
+
"lstrip": false,
|
312 |
+
"normalized": false,
|
313 |
+
"rstrip": true,
|
314 |
+
"single_word": false,
|
315 |
+
"special": true
|
316 |
+
},
|
317 |
+
"32036": {
|
318 |
+
"content": "<|inst|>",
|
319 |
+
"lstrip": false,
|
320 |
+
"normalized": false,
|
321 |
+
"rstrip": true,
|
322 |
+
"single_word": false,
|
323 |
+
"special": true
|
324 |
+
},
|
325 |
+
"32037": {
|
326 |
+
"content": "<|/inst|>",
|
327 |
+
"lstrip": false,
|
328 |
+
"normalized": false,
|
329 |
+
"rstrip": true,
|
330 |
+
"single_word": false,
|
331 |
+
"special": true
|
332 |
+
}
|
333 |
+
},
|
334 |
+
"additional_special_tokens": [
|
335 |
+
"<|/inst|>"
|
336 |
+
],
|
337 |
+
"bos_token": "<s>",
|
338 |
+
"chat_template": "{{ bos_token }}{% for message in messages %}{% if (message['role'] == 'system') %}{{'<|system|>' + '\n' + message['content'] + '<|end|>' + '\n'}}{% elif (message['role'] == 'user') %}{{'<|user|>' + '\n' + message['content'] + '<|end|>' + '\n' + '<|assistant|>' + '\n'}}{% elif message['role'] == 'assistant' %}{{message['content'] + '<|end|>' + '\n'}}{% endif %}{% endfor %}",
|
339 |
+
"clean_up_tokenization_spaces": false,
|
340 |
+
"eos_token": "<|endoftext|>",
|
341 |
+
"legacy": false,
|
342 |
+
"model_max_length": 4096,
|
343 |
+
"pad_token": "<|endoftext|>",
|
344 |
+
"padding_side": "right",
|
345 |
+
"sp_model_kwargs": {},
|
346 |
+
"tokenizer_class": "LlamaTokenizer",
|
347 |
+
"unk_token": "<unk>",
|
348 |
+
"use_default_system_prompt": false
|
349 |
+
}
|
visual_encoder/config.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "openai/clip-vit-large-patch14-336",
|
3 |
+
"architectures": [
|
4 |
+
"CLIPVisionModel"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"dropout": 0.0,
|
8 |
+
"hidden_act": "quick_gelu",
|
9 |
+
"hidden_size": 1024,
|
10 |
+
"image_size": 336,
|
11 |
+
"initializer_factor": 1.0,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"intermediate_size": 4096,
|
14 |
+
"layer_norm_eps": 1e-05,
|
15 |
+
"model_type": "clip_vision_model",
|
16 |
+
"num_attention_heads": 16,
|
17 |
+
"num_channels": 3,
|
18 |
+
"num_hidden_layers": 24,
|
19 |
+
"patch_size": 14,
|
20 |
+
"projection_dim": 768,
|
21 |
+
"torch_dtype": "float32",
|
22 |
+
"transformers_version": "4.40.1"
|
23 |
+
}
|
visual_encoder/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:23a3ca20287302a7d390cf7a90380731c2e28eb690ebf2c2f616c5a30fe66627
|
3 |
+
size 1214077616
|
visual_encoder/preprocessor_config.json
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_valid_processor_keys": [
|
3 |
+
"images",
|
4 |
+
"do_resize",
|
5 |
+
"size",
|
6 |
+
"resample",
|
7 |
+
"do_center_crop",
|
8 |
+
"crop_size",
|
9 |
+
"do_rescale",
|
10 |
+
"rescale_factor",
|
11 |
+
"do_normalize",
|
12 |
+
"image_mean",
|
13 |
+
"image_std",
|
14 |
+
"do_convert_rgb",
|
15 |
+
"return_tensors",
|
16 |
+
"data_format",
|
17 |
+
"input_data_format"
|
18 |
+
],
|
19 |
+
"crop_size": {
|
20 |
+
"height": 336,
|
21 |
+
"width": 336
|
22 |
+
},
|
23 |
+
"do_center_crop": true,
|
24 |
+
"do_convert_rgb": true,
|
25 |
+
"do_normalize": true,
|
26 |
+
"do_rescale": true,
|
27 |
+
"do_resize": true,
|
28 |
+
"image_mean": [
|
29 |
+
0.48145466,
|
30 |
+
0.4578275,
|
31 |
+
0.40821073
|
32 |
+
],
|
33 |
+
"image_processor_type": "CLIPImageProcessor",
|
34 |
+
"image_std": [
|
35 |
+
0.26862954,
|
36 |
+
0.26130258,
|
37 |
+
0.27577711
|
38 |
+
],
|
39 |
+
"resample": 3,
|
40 |
+
"rescale_factor": 0.00392156862745098,
|
41 |
+
"size": {
|
42 |
+
"shortest_edge": 336
|
43 |
+
}
|
44 |
+
}
|
xtuner_config.py
ADDED
@@ -0,0 +1,334 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (c) OpenMMLab. All rights reserved.
|
2 |
+
from mmengine.hooks import (CheckpointHook, DistSamplerSeedHook, IterTimerHook,
|
3 |
+
LoggerHook, ParamSchedulerHook)
|
4 |
+
from mmengine.optim import AmpOptimWrapper, CosineAnnealingLR, LinearLR
|
5 |
+
from torch.optim import AdamW
|
6 |
+
from transformers import (AutoModelForCausalLM, AutoTokenizer,
|
7 |
+
CLIPImageProcessor, CLIPVisionModel)
|
8 |
+
|
9 |
+
from xtuner.dataset import ConcatDataset, LLaVADataset
|
10 |
+
from xtuner.dataset.collate_fns import default_collate_fn
|
11 |
+
from xtuner.dataset.map_fns import llava_map_fn, template_map_fn_factory
|
12 |
+
from xtuner.dataset.samplers import LengthGroupedSampler
|
13 |
+
from xtuner.engine.hooks import DatasetInfoHook, EvaluateChatHook
|
14 |
+
from xtuner.engine.runner import TrainLoop
|
15 |
+
from xtuner.model import LLaVAModel
|
16 |
+
from xtuner.utils import PROMPT_TEMPLATE
|
17 |
+
|
18 |
+
#######################################################################
|
19 |
+
# PART 1 Settings #
|
20 |
+
#######################################################################
|
21 |
+
# Model
|
22 |
+
llm_name_or_path = 'microsoft/Phi-3-mini-4k-instruct'
|
23 |
+
visual_encoder_name_or_path = 'openai/clip-vit-large-patch14-336'
|
24 |
+
# Specify the pretrained pth
|
25 |
+
pretrained_pth = './work_dirs/llava_phi3_mini_4k_instruct_clip_vit_large_p14_336_e1_gpu8_sharegpt4v_pretrain/iter_9742.pth' # noqa: E501
|
26 |
+
# Data
|
27 |
+
data_root = './data/internvl_sft/'
|
28 |
+
|
29 |
+
sharegpt4v_caption_data_path = data_root + 'sharegpt4v_instruct_gpt4-vision_cap100k.jsonl' # noqa: E501
|
30 |
+
sharegpt4v_caption_image_folder = data_root + 'data'
|
31 |
+
|
32 |
+
llava_data_path = data_root + 'llava_instruct_150k_zh.jsonl'
|
33 |
+
llava_image_folder = data_root + 'data/coco'
|
34 |
+
|
35 |
+
sharegpt4v_data_path = data_root + 'sharegpt4v_mix665k_cap23k_coco-ap9k_lcs3k_sam9k_div2k.jsonl' # noqa: E501
|
36 |
+
sharegpt4v_image_folder = data_root + 'data'
|
37 |
+
|
38 |
+
dvqa_data_path = data_root + 'dvqa_train_200k.jsonl'
|
39 |
+
dvqa_image_folder = data_root + 'data/dvqa'
|
40 |
+
|
41 |
+
chartqa_data_path = data_root + 'chartqa_train_18k.jsonl'
|
42 |
+
chartqa_image_folder = data_root + 'data/chartqa'
|
43 |
+
|
44 |
+
ai2d_data_path = data_root + 'ai2d_train_12k.jsonl'
|
45 |
+
ai2d_image_folder = data_root + 'data/ai2d'
|
46 |
+
|
47 |
+
docvqa_data_path = data_root + 'docvqa_train_10k.jsonl'
|
48 |
+
docvqa_image_folder = data_root + 'data/docvqa'
|
49 |
+
|
50 |
+
geoqa_data_path = data_root + 'geoqa+.jsonl'
|
51 |
+
geoqa_image_folder = data_root + 'data/geoqa+'
|
52 |
+
|
53 |
+
synthdog_data_path = data_root + 'synthdog_en.jsonl'
|
54 |
+
synthdog_image_folder = data_root + 'data/synthdog-en'
|
55 |
+
|
56 |
+
prompt_template = PROMPT_TEMPLATE.phi3_chat
|
57 |
+
max_length = int(4096 - (336 / 14)**2)
|
58 |
+
|
59 |
+
# Scheduler & Optimizer
|
60 |
+
batch_size = 8 # per_device
|
61 |
+
accumulative_counts = 2
|
62 |
+
dataloader_num_workers = 4
|
63 |
+
max_epochs = 2
|
64 |
+
optim_type = AdamW
|
65 |
+
lr = 2e-5
|
66 |
+
betas = (0.9, 0.999)
|
67 |
+
weight_decay = 0
|
68 |
+
max_norm = 1 # grad clip
|
69 |
+
warmup_ratio = 0.03
|
70 |
+
|
71 |
+
# Save
|
72 |
+
save_steps = 5000
|
73 |
+
save_total_limit = 2 # Maximum checkpoints to keep (-1 means unlimited)
|
74 |
+
|
75 |
+
# Evaluate the generation performance during the training
|
76 |
+
evaluation_freq = 5000
|
77 |
+
SYSTEM = ''
|
78 |
+
evaluation_images = 'https://llava-vl.github.io/static/images/view.jpg'
|
79 |
+
evaluation_inputs = ['请描述一下这张照片', 'Please describe this picture']
|
80 |
+
|
81 |
+
#######################################################################
|
82 |
+
# PART 2 Model & Tokenizer & Image Processor #
|
83 |
+
#######################################################################
|
84 |
+
tokenizer = dict(
|
85 |
+
type=AutoTokenizer.from_pretrained,
|
86 |
+
pretrained_model_name_or_path=llm_name_or_path,
|
87 |
+
trust_remote_code=True,
|
88 |
+
padding_side='right')
|
89 |
+
|
90 |
+
image_processor = dict(
|
91 |
+
type=CLIPImageProcessor.from_pretrained,
|
92 |
+
pretrained_model_name_or_path=visual_encoder_name_or_path,
|
93 |
+
trust_remote_code=True)
|
94 |
+
|
95 |
+
model = dict(
|
96 |
+
type=LLaVAModel,
|
97 |
+
freeze_llm=False,
|
98 |
+
freeze_visual_encoder=False,
|
99 |
+
pretrained_pth=pretrained_pth,
|
100 |
+
llm=dict(
|
101 |
+
type=AutoModelForCausalLM.from_pretrained,
|
102 |
+
pretrained_model_name_or_path=llm_name_or_path,
|
103 |
+
trust_remote_code=True),
|
104 |
+
visual_encoder=dict(
|
105 |
+
type=CLIPVisionModel.from_pretrained,
|
106 |
+
pretrained_model_name_or_path=visual_encoder_name_or_path))
|
107 |
+
|
108 |
+
#######################################################################
|
109 |
+
# PART 3 Dataset & Dataloader #
|
110 |
+
#######################################################################
|
111 |
+
sharegpt4v_caption_dataset = dict(
|
112 |
+
type=LLaVADataset,
|
113 |
+
data_path=sharegpt4v_caption_data_path,
|
114 |
+
image_folder=sharegpt4v_caption_image_folder,
|
115 |
+
tokenizer=tokenizer,
|
116 |
+
image_processor=image_processor,
|
117 |
+
dataset_map_fn=llava_map_fn,
|
118 |
+
template_map_fn=dict(
|
119 |
+
type=template_map_fn_factory, template=prompt_template),
|
120 |
+
max_length=max_length,
|
121 |
+
pad_image_to_square=True)
|
122 |
+
|
123 |
+
llava_dataset = dict(
|
124 |
+
type=LLaVADataset,
|
125 |
+
data_path=llava_data_path,
|
126 |
+
image_folder=llava_image_folder,
|
127 |
+
tokenizer=tokenizer,
|
128 |
+
image_processor=image_processor,
|
129 |
+
dataset_map_fn=llava_map_fn,
|
130 |
+
template_map_fn=dict(
|
131 |
+
type=template_map_fn_factory, template=prompt_template),
|
132 |
+
max_length=max_length,
|
133 |
+
pad_image_to_square=True)
|
134 |
+
|
135 |
+
sharegpt4v_dataset = dict(
|
136 |
+
type=LLaVADataset,
|
137 |
+
data_path=sharegpt4v_data_path,
|
138 |
+
image_folder=sharegpt4v_image_folder,
|
139 |
+
tokenizer=tokenizer,
|
140 |
+
image_processor=image_processor,
|
141 |
+
dataset_map_fn=llava_map_fn,
|
142 |
+
template_map_fn=dict(
|
143 |
+
type=template_map_fn_factory, template=prompt_template),
|
144 |
+
max_length=max_length,
|
145 |
+
pad_image_to_square=True)
|
146 |
+
|
147 |
+
dvqa_dataset = dict(
|
148 |
+
type=LLaVADataset,
|
149 |
+
data_path=dvqa_data_path,
|
150 |
+
image_folder=dvqa_image_folder,
|
151 |
+
tokenizer=tokenizer,
|
152 |
+
image_processor=image_processor,
|
153 |
+
dataset_map_fn=llava_map_fn,
|
154 |
+
template_map_fn=dict(
|
155 |
+
type=template_map_fn_factory, template=prompt_template),
|
156 |
+
max_length=max_length,
|
157 |
+
pad_image_to_square=True)
|
158 |
+
|
159 |
+
chartqa_dataset = dict(
|
160 |
+
type=LLaVADataset,
|
161 |
+
data_path=chartqa_data_path,
|
162 |
+
image_folder=chartqa_image_folder,
|
163 |
+
tokenizer=tokenizer,
|
164 |
+
image_processor=image_processor,
|
165 |
+
dataset_map_fn=llava_map_fn,
|
166 |
+
template_map_fn=dict(
|
167 |
+
type=template_map_fn_factory, template=prompt_template),
|
168 |
+
max_length=max_length,
|
169 |
+
pad_image_to_square=True)
|
170 |
+
|
171 |
+
ai2d_dataset = dict(
|
172 |
+
type=LLaVADataset,
|
173 |
+
data_path=ai2d_data_path,
|
174 |
+
image_folder=ai2d_image_folder,
|
175 |
+
tokenizer=tokenizer,
|
176 |
+
image_processor=image_processor,
|
177 |
+
dataset_map_fn=llava_map_fn,
|
178 |
+
template_map_fn=dict(
|
179 |
+
type=template_map_fn_factory, template=prompt_template),
|
180 |
+
max_length=max_length,
|
181 |
+
pad_image_to_square=True)
|
182 |
+
|
183 |
+
docvqa_dataset = dict(
|
184 |
+
type=LLaVADataset,
|
185 |
+
data_path=docvqa_data_path,
|
186 |
+
image_folder=docvqa_image_folder,
|
187 |
+
tokenizer=tokenizer,
|
188 |
+
image_processor=image_processor,
|
189 |
+
dataset_map_fn=llava_map_fn,
|
190 |
+
template_map_fn=dict(
|
191 |
+
type=template_map_fn_factory, template=prompt_template),
|
192 |
+
max_length=max_length,
|
193 |
+
pad_image_to_square=True)
|
194 |
+
|
195 |
+
geoqa_dataset = dict(
|
196 |
+
type=LLaVADataset,
|
197 |
+
data_path=geoqa_data_path,
|
198 |
+
image_folder=geoqa_image_folder,
|
199 |
+
tokenizer=tokenizer,
|
200 |
+
image_processor=image_processor,
|
201 |
+
dataset_map_fn=llava_map_fn,
|
202 |
+
template_map_fn=dict(
|
203 |
+
type=template_map_fn_factory, template=prompt_template),
|
204 |
+
max_length=max_length,
|
205 |
+
pad_image_to_square=True)
|
206 |
+
|
207 |
+
synthdog_dataset = dict(
|
208 |
+
type=LLaVADataset,
|
209 |
+
data_path=synthdog_data_path,
|
210 |
+
image_folder=synthdog_image_folder,
|
211 |
+
tokenizer=tokenizer,
|
212 |
+
image_processor=image_processor,
|
213 |
+
dataset_map_fn=llava_map_fn,
|
214 |
+
template_map_fn=dict(
|
215 |
+
type=template_map_fn_factory, template=prompt_template),
|
216 |
+
max_length=max_length,
|
217 |
+
pad_image_to_square=True)
|
218 |
+
|
219 |
+
train_dataset = dict(
|
220 |
+
type=ConcatDataset,
|
221 |
+
datasets=[
|
222 |
+
sharegpt4v_caption_dataset, llava_dataset, sharegpt4v_dataset,
|
223 |
+
dvqa_dataset, chartqa_dataset, ai2d_dataset, docvqa_dataset,
|
224 |
+
geoqa_dataset, synthdog_dataset
|
225 |
+
])
|
226 |
+
|
227 |
+
train_dataloader = dict(
|
228 |
+
batch_size=batch_size,
|
229 |
+
num_workers=dataloader_num_workers,
|
230 |
+
pin_memory=True,
|
231 |
+
dataset=train_dataset,
|
232 |
+
sampler=dict(
|
233 |
+
type=LengthGroupedSampler,
|
234 |
+
length_property='modality_length',
|
235 |
+
per_device_batch_size=batch_size * accumulative_counts),
|
236 |
+
collate_fn=dict(type=default_collate_fn))
|
237 |
+
|
238 |
+
#######################################################################
|
239 |
+
# PART 4 Scheduler & Optimizer #
|
240 |
+
#######################################################################
|
241 |
+
# optimizer
|
242 |
+
optim_wrapper = dict(
|
243 |
+
type=AmpOptimWrapper,
|
244 |
+
optimizer=dict(
|
245 |
+
type=optim_type, lr=lr, betas=betas, weight_decay=weight_decay),
|
246 |
+
clip_grad=dict(max_norm=max_norm, error_if_nonfinite=False),
|
247 |
+
accumulative_counts=accumulative_counts,
|
248 |
+
loss_scale='dynamic',
|
249 |
+
dtype='float16')
|
250 |
+
|
251 |
+
# learning policy
|
252 |
+
# More information: https://github.com/open-mmlab/mmengine/blob/main/docs/en/tutorials/param_scheduler.md # noqa: E501
|
253 |
+
param_scheduler = [
|
254 |
+
dict(
|
255 |
+
type=LinearLR,
|
256 |
+
start_factor=1e-5,
|
257 |
+
by_epoch=True,
|
258 |
+
begin=0,
|
259 |
+
end=warmup_ratio * max_epochs,
|
260 |
+
convert_to_iter_based=True),
|
261 |
+
dict(
|
262 |
+
type=CosineAnnealingLR,
|
263 |
+
eta_min=0.0,
|
264 |
+
by_epoch=True,
|
265 |
+
begin=warmup_ratio * max_epochs,
|
266 |
+
end=max_epochs,
|
267 |
+
convert_to_iter_based=True)
|
268 |
+
]
|
269 |
+
|
270 |
+
# train, val, test setting
|
271 |
+
train_cfg = dict(type=TrainLoop, max_epochs=max_epochs)
|
272 |
+
|
273 |
+
#######################################################################
|
274 |
+
# PART 5 Runtime #
|
275 |
+
#######################################################################
|
276 |
+
# Log the dialogue periodically during the training process, optional
|
277 |
+
custom_hooks = [
|
278 |
+
dict(type=DatasetInfoHook, tokenizer=tokenizer),
|
279 |
+
dict(
|
280 |
+
type=EvaluateChatHook,
|
281 |
+
tokenizer=tokenizer,
|
282 |
+
image_processor=image_processor,
|
283 |
+
every_n_iters=evaluation_freq,
|
284 |
+
evaluation_inputs=evaluation_inputs,
|
285 |
+
evaluation_images=evaluation_images,
|
286 |
+
system=SYSTEM,
|
287 |
+
prompt_template=prompt_template)
|
288 |
+
]
|
289 |
+
|
290 |
+
# configure default hooks
|
291 |
+
default_hooks = dict(
|
292 |
+
# record the time of every iteration.
|
293 |
+
timer=dict(type=IterTimerHook),
|
294 |
+
# print log every 10 iterations.
|
295 |
+
logger=dict(type=LoggerHook, log_metric_by_epoch=False, interval=10),
|
296 |
+
# enable the parameter scheduler.
|
297 |
+
param_scheduler=dict(type=ParamSchedulerHook),
|
298 |
+
# save checkpoint per `save_steps`.
|
299 |
+
checkpoint=dict(
|
300 |
+
type=CheckpointHook,
|
301 |
+
by_epoch=False,
|
302 |
+
interval=save_steps,
|
303 |
+
max_keep_ckpts=save_total_limit),
|
304 |
+
# set sampler seed in distributed evrionment.
|
305 |
+
sampler_seed=dict(type=DistSamplerSeedHook),
|
306 |
+
)
|
307 |
+
|
308 |
+
# configure environment
|
309 |
+
env_cfg = dict(
|
310 |
+
# whether to enable cudnn benchmark
|
311 |
+
cudnn_benchmark=False,
|
312 |
+
# set multi process parameters
|
313 |
+
mp_cfg=dict(mp_start_method='fork', opencv_num_threads=0),
|
314 |
+
# set distributed parameters
|
315 |
+
dist_cfg=dict(backend='nccl'),
|
316 |
+
)
|
317 |
+
|
318 |
+
# set visualizer
|
319 |
+
visualizer = None
|
320 |
+
|
321 |
+
# set log level
|
322 |
+
log_level = 'INFO'
|
323 |
+
|
324 |
+
# load from which checkpoint
|
325 |
+
load_from = None
|
326 |
+
|
327 |
+
# whether to resume training from the loaded checkpoint
|
328 |
+
resume = False
|
329 |
+
|
330 |
+
# Defaults to use random seed and disable `deterministic`
|
331 |
+
randomness = dict(seed=None, deterministic=False)
|
332 |
+
|
333 |
+
# set log processor
|
334 |
+
log_processor = dict(by_epoch=False)
|