weiweiz1 commited on
Commit
033daab
·
1 Parent(s): 77732c3

convert lfs json files

Browse files
.gitattributes CHANGED
@@ -33,11 +33,3 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
- tokenizer_config.json filter=lfs diff=lfs merge=lfs -text
37
- tokenizer.json filter=lfs diff=lfs merge=lfs -text
38
- config.json filter=lfs diff=lfs merge=lfs -text
39
- generation_config.json filter=lfs diff=lfs merge=lfs -text
40
- preprocessor_config.json filter=lfs diff=lfs merge=lfs -text
41
- processor_config.json filter=lfs diff=lfs merge=lfs -text
42
- quantization_config.json filter=lfs diff=lfs merge=lfs -text
43
- special_tokens_map.json filter=lfs diff=lfs merge=lfs -text
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
config.json CHANGED
@@ -1,3 +1,235 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:c2722ded27a11d9fdb483d152f7faa62663500efe644a77310bf317acd3c0268
3
- size 7242
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/models//Phi-3.5-vision-instruct",
3
+ "architectures": [
4
+ "Phi3VForCausalLM"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "auto_map": {
8
+ "AutoConfig": "configuration_phi3_v.Phi3VConfig",
9
+ "AutoModelForCausalLM": "modeling_phi3_v.Phi3VForCausalLM"
10
+ },
11
+ "bos_token_id": 1,
12
+ "embd_layer": {
13
+ "embedding_cls": "image",
14
+ "hd_transform_order": "sub_glb",
15
+ "projection_cls": "mlp",
16
+ "use_hd_transform": true,
17
+ "with_learnable_separator": true
18
+ },
19
+ "embd_pdrop": 0.0,
20
+ "eos_token_id": 2,
21
+ "hidden_act": "silu",
22
+ "hidden_size": 3072,
23
+ "img_processor": {
24
+ "image_dim_out": 1024,
25
+ "model_name": "openai/clip-vit-large-patch14-336",
26
+ "name": "clip_vision_model",
27
+ "num_img_tokens": 144
28
+ },
29
+ "initializer_range": 0.02,
30
+ "intermediate_size": 8192,
31
+ "max_position_embeddings": 131072,
32
+ "model_type": "phi3_v",
33
+ "num_attention_heads": 32,
34
+ "num_hidden_layers": 32,
35
+ "num_key_value_heads": 32,
36
+ "original_max_position_embeddings": 4096,
37
+ "pad_token_id": 32000,
38
+ "quantization_config": {
39
+ "amp": true,
40
+ "autoround_version": "0.4.0.dev",
41
+ "backend": "auto_round:gptq:exllamav2",
42
+ "batch_size": 1,
43
+ "bits": 4,
44
+ "data_type": "int",
45
+ "dataset": "liuhaotian/llava_conv_58k",
46
+ "enable_minmax_tuning": true,
47
+ "enable_norm_bias_tuning": false,
48
+ "enable_quanted_input": true,
49
+ "gradient_accumulate_steps": 4,
50
+ "group_size": 128,
51
+ "iters": 200,
52
+ "low_gpu_mem_usage": false,
53
+ "lr": 0.005,
54
+ "minmax_lr": 0.005,
55
+ "nsamples": 128,
56
+ "quant_method": "intel/auto-round",
57
+ "scale_dtype": "torch.float16",
58
+ "seqlen": 512,
59
+ "sym": true,
60
+ "to_quant_block_names": [
61
+ [
62
+ "model.vision_embed_tokens.img_processor.vision_model.encoder.layers.0",
63
+ "model.vision_embed_tokens.img_processor.vision_model.encoder.layers.1",
64
+ "model.vision_embed_tokens.img_processor.vision_model.encoder.layers.2",
65
+ "model.vision_embed_tokens.img_processor.vision_model.encoder.layers.3",
66
+ "model.vision_embed_tokens.img_processor.vision_model.encoder.layers.4",
67
+ "model.vision_embed_tokens.img_processor.vision_model.encoder.layers.5",
68
+ "model.vision_embed_tokens.img_processor.vision_model.encoder.layers.6",
69
+ "model.vision_embed_tokens.img_processor.vision_model.encoder.layers.7",
70
+ "model.vision_embed_tokens.img_processor.vision_model.encoder.layers.8",
71
+ "model.vision_embed_tokens.img_processor.vision_model.encoder.layers.9",
72
+ "model.vision_embed_tokens.img_processor.vision_model.encoder.layers.10",
73
+ "model.vision_embed_tokens.img_processor.vision_model.encoder.layers.11",
74
+ "model.vision_embed_tokens.img_processor.vision_model.encoder.layers.12",
75
+ "model.vision_embed_tokens.img_processor.vision_model.encoder.layers.13",
76
+ "model.vision_embed_tokens.img_processor.vision_model.encoder.layers.14",
77
+ "model.vision_embed_tokens.img_processor.vision_model.encoder.layers.15",
78
+ "model.vision_embed_tokens.img_processor.vision_model.encoder.layers.16",
79
+ "model.vision_embed_tokens.img_processor.vision_model.encoder.layers.17",
80
+ "model.vision_embed_tokens.img_processor.vision_model.encoder.layers.18",
81
+ "model.vision_embed_tokens.img_processor.vision_model.encoder.layers.19",
82
+ "model.vision_embed_tokens.img_processor.vision_model.encoder.layers.20",
83
+ "model.vision_embed_tokens.img_processor.vision_model.encoder.layers.21",
84
+ "model.vision_embed_tokens.img_processor.vision_model.encoder.layers.22",
85
+ "model.vision_embed_tokens.img_processor.vision_model.encoder.layers.23"
86
+ ],
87
+ [
88
+ "model.layers.0",
89
+ "model.layers.1",
90
+ "model.layers.2",
91
+ "model.layers.3",
92
+ "model.layers.4",
93
+ "model.layers.5",
94
+ "model.layers.6",
95
+ "model.layers.7",
96
+ "model.layers.8",
97
+ "model.layers.9",
98
+ "model.layers.10",
99
+ "model.layers.11",
100
+ "model.layers.12",
101
+ "model.layers.13",
102
+ "model.layers.14",
103
+ "model.layers.15",
104
+ "model.layers.16",
105
+ "model.layers.17",
106
+ "model.layers.18",
107
+ "model.layers.19",
108
+ "model.layers.20",
109
+ "model.layers.21",
110
+ "model.layers.22",
111
+ "model.layers.23",
112
+ "model.layers.24",
113
+ "model.layers.25",
114
+ "model.layers.26",
115
+ "model.layers.27",
116
+ "model.layers.28",
117
+ "model.layers.29",
118
+ "model.layers.30",
119
+ "model.layers.31"
120
+ ]
121
+ ]
122
+ },
123
+ "resid_pdrop": 0.0,
124
+ "rms_norm_eps": 1e-05,
125
+ "rope_scaling": {
126
+ "long_factor": [
127
+ 1.0800000429153442,
128
+ 1.1100000143051147,
129
+ 1.1399999856948853,
130
+ 1.340000033378601,
131
+ 1.5899999141693115,
132
+ 1.600000023841858,
133
+ 1.6200000047683716,
134
+ 2.620000123977661,
135
+ 3.2300000190734863,
136
+ 3.2300000190734863,
137
+ 4.789999961853027,
138
+ 7.400000095367432,
139
+ 7.700000286102295,
140
+ 9.09000015258789,
141
+ 12.199999809265137,
142
+ 17.670000076293945,
143
+ 24.46000099182129,
144
+ 28.57000160217285,
145
+ 30.420001983642578,
146
+ 30.840002059936523,
147
+ 32.590003967285156,
148
+ 32.93000411987305,
149
+ 42.320003509521484,
150
+ 44.96000289916992,
151
+ 50.340003967285156,
152
+ 50.45000457763672,
153
+ 57.55000305175781,
154
+ 57.93000411987305,
155
+ 58.21000289916992,
156
+ 60.1400032043457,
157
+ 62.61000442504883,
158
+ 62.62000274658203,
159
+ 62.71000289916992,
160
+ 63.1400032043457,
161
+ 63.1400032043457,
162
+ 63.77000427246094,
163
+ 63.93000411987305,
164
+ 63.96000289916992,
165
+ 63.970001220703125,
166
+ 64.02999877929688,
167
+ 64.06999969482422,
168
+ 64.08000183105469,
169
+ 64.12000274658203,
170
+ 64.41000366210938,
171
+ 64.4800033569336,
172
+ 64.51000213623047,
173
+ 64.52999877929688,
174
+ 64.83999633789062
175
+ ],
176
+ "short_factor": [
177
+ 1.08,
178
+ 1.1,
179
+ 1.1300000000000001,
180
+ 1.2800000000000002,
181
+ 1.3100000000000003,
182
+ 1.4500000000000004,
183
+ 1.4500000000000004,
184
+ 1.9500000000000008,
185
+ 2.030000000000001,
186
+ 2.4299999999999926,
187
+ 2.5699999999999896,
188
+ 2.9499999999999815,
189
+ 3.729999999999965,
190
+ 3.869999999999962,
191
+ 4.189999999999955,
192
+ 4.43999999999995,
193
+ 4.6399999999999455,
194
+ 4.979999999999938,
195
+ 5.159999999999934,
196
+ 5.279999999999932,
197
+ 5.759999999999922,
198
+ 5.889999999999919,
199
+ 5.889999999999919,
200
+ 5.969999999999917,
201
+ 6.089999999999915,
202
+ 6.2799999999999105,
203
+ 6.7699999999999,
204
+ 6.8899999999998975,
205
+ 7.109999999999893,
206
+ 7.129999999999892,
207
+ 7.179999999999891,
208
+ 7.289999999999889,
209
+ 7.339999999999888,
210
+ 7.559999999999883,
211
+ 7.619999999999882,
212
+ 7.69999999999988,
213
+ 7.879999999999876,
214
+ 7.879999999999876,
215
+ 7.879999999999876,
216
+ 7.939999999999875,
217
+ 7.949999999999875,
218
+ 7.979999999999874,
219
+ 8.19999999999987,
220
+ 8.439999999999864,
221
+ 8.469999999999864,
222
+ 8.589999999999861,
223
+ 8.809999999999857,
224
+ 8.999999999999853
225
+ ],
226
+ "type": "su"
227
+ },
228
+ "rope_theta": 10000.0,
229
+ "sliding_window": 262144,
230
+ "tie_word_embeddings": false,
231
+ "torch_dtype": "bfloat16",
232
+ "transformers_version": "4.46.1",
233
+ "use_cache": true,
234
+ "vocab_size": 32064
235
+ }
generation_config.json CHANGED
@@ -1,3 +1,7 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:c0f167006fa95101715aa5acc9d0e4dd9e2d724cc760b6ae3fafe329b450e624
3
- size 136
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 1,
4
+ "eos_token_id": 2,
5
+ "pad_token_id": 32000,
6
+ "transformers_version": "4.46.1"
7
+ }
preprocessor_config.json CHANGED
@@ -1,3 +1,21 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:0f3d920fcec587bb425312d30b0660e1fabaf46a75961f2b75ddbb1ff92de01c
3
- size 442
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_map": {
3
+ "AutoImageProcessor": "processing_phi3_v.Phi3VImageProcessor",
4
+ "AutoProcessor": "processing_phi3_v.Phi3VProcessor"
5
+ },
6
+ "do_convert_rgb": true,
7
+ "image_mean": [
8
+ 0.48145466,
9
+ 0.4578275,
10
+ 0.40821073
11
+ ],
12
+ "image_processor_type": "Phi3VImageProcessor",
13
+ "image_std": [
14
+ 0.26862954,
15
+ 0.26130258,
16
+ 0.27577711
17
+ ],
18
+ "num_crops": 4,
19
+ "num_img_tokens": 144,
20
+ "processor_class": "Phi3VProcessor"
21
+ }
processor_config.json CHANGED
@@ -1,3 +1,6 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:286a9e7fb58a489eae6825b79be69f62068c2028435c29ee52c3a485d071707b
3
- size 119
 
 
 
 
1
+ {
2
+ "auto_map": {
3
+ "AutoProcessor": "processing_phi3_v.Phi3VProcessor"
4
+ },
5
+ "processor_class": "Phi3VProcessor"
6
+ }
quantization_config.json CHANGED
@@ -1,3 +1,85 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6651cdc132fc770c3a5416da668fa57781d3c51d116bb3796be8f7aa0a2f5fa8
3
- size 3308
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bits": 4,
3
+ "group_size": 128,
4
+ "sym": true,
5
+ "data_type": "int",
6
+ "enable_quanted_input": true,
7
+ "enable_minmax_tuning": true,
8
+ "seqlen": 512,
9
+ "batch_size": 1,
10
+ "scale_dtype": "torch.float16",
11
+ "lr": 0.005,
12
+ "minmax_lr": 0.005,
13
+ "gradient_accumulate_steps": 4,
14
+ "iters": 200,
15
+ "amp": true,
16
+ "nsamples": 128,
17
+ "low_gpu_mem_usage": false,
18
+ "to_quant_block_names": [
19
+ [
20
+ "model.vision_embed_tokens.img_processor.vision_model.encoder.layers.0",
21
+ "model.vision_embed_tokens.img_processor.vision_model.encoder.layers.1",
22
+ "model.vision_embed_tokens.img_processor.vision_model.encoder.layers.2",
23
+ "model.vision_embed_tokens.img_processor.vision_model.encoder.layers.3",
24
+ "model.vision_embed_tokens.img_processor.vision_model.encoder.layers.4",
25
+ "model.vision_embed_tokens.img_processor.vision_model.encoder.layers.5",
26
+ "model.vision_embed_tokens.img_processor.vision_model.encoder.layers.6",
27
+ "model.vision_embed_tokens.img_processor.vision_model.encoder.layers.7",
28
+ "model.vision_embed_tokens.img_processor.vision_model.encoder.layers.8",
29
+ "model.vision_embed_tokens.img_processor.vision_model.encoder.layers.9",
30
+ "model.vision_embed_tokens.img_processor.vision_model.encoder.layers.10",
31
+ "model.vision_embed_tokens.img_processor.vision_model.encoder.layers.11",
32
+ "model.vision_embed_tokens.img_processor.vision_model.encoder.layers.12",
33
+ "model.vision_embed_tokens.img_processor.vision_model.encoder.layers.13",
34
+ "model.vision_embed_tokens.img_processor.vision_model.encoder.layers.14",
35
+ "model.vision_embed_tokens.img_processor.vision_model.encoder.layers.15",
36
+ "model.vision_embed_tokens.img_processor.vision_model.encoder.layers.16",
37
+ "model.vision_embed_tokens.img_processor.vision_model.encoder.layers.17",
38
+ "model.vision_embed_tokens.img_processor.vision_model.encoder.layers.18",
39
+ "model.vision_embed_tokens.img_processor.vision_model.encoder.layers.19",
40
+ "model.vision_embed_tokens.img_processor.vision_model.encoder.layers.20",
41
+ "model.vision_embed_tokens.img_processor.vision_model.encoder.layers.21",
42
+ "model.vision_embed_tokens.img_processor.vision_model.encoder.layers.22",
43
+ "model.vision_embed_tokens.img_processor.vision_model.encoder.layers.23"
44
+ ],
45
+ [
46
+ "model.layers.0",
47
+ "model.layers.1",
48
+ "model.layers.2",
49
+ "model.layers.3",
50
+ "model.layers.4",
51
+ "model.layers.5",
52
+ "model.layers.6",
53
+ "model.layers.7",
54
+ "model.layers.8",
55
+ "model.layers.9",
56
+ "model.layers.10",
57
+ "model.layers.11",
58
+ "model.layers.12",
59
+ "model.layers.13",
60
+ "model.layers.14",
61
+ "model.layers.15",
62
+ "model.layers.16",
63
+ "model.layers.17",
64
+ "model.layers.18",
65
+ "model.layers.19",
66
+ "model.layers.20",
67
+ "model.layers.21",
68
+ "model.layers.22",
69
+ "model.layers.23",
70
+ "model.layers.24",
71
+ "model.layers.25",
72
+ "model.layers.26",
73
+ "model.layers.27",
74
+ "model.layers.28",
75
+ "model.layers.29",
76
+ "model.layers.30",
77
+ "model.layers.31"
78
+ ]
79
+ ],
80
+ "enable_norm_bias_tuning": false,
81
+ "dataset": "liuhaotian/llava_conv_58k",
82
+ "autoround_version": "0.4.0.dev",
83
+ "quant_method": "intel/auto-round",
84
+ "backend": "auto_round:gptq:exllamav2"
85
+ }
special_tokens_map.json CHANGED
@@ -1,3 +1,36 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f9535fada19315e0d8eb89521cebe111c008fee98d16e7c6744acfb50505d8c3
3
- size 670
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|system|>",
4
+ "<|end|>",
5
+ "<|user|>",
6
+ "<|end|>"
7
+ ],
8
+ "bos_token": {
9
+ "content": "<s>",
10
+ "lstrip": false,
11
+ "normalized": false,
12
+ "rstrip": false,
13
+ "single_word": false
14
+ },
15
+ "eos_token": {
16
+ "content": "<|endoftext|>",
17
+ "lstrip": false,
18
+ "normalized": false,
19
+ "rstrip": false,
20
+ "single_word": false
21
+ },
22
+ "pad_token": {
23
+ "content": "<|endoftext|>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false
28
+ },
29
+ "unk_token": {
30
+ "content": "<unk>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false
35
+ }
36
+ }
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -1,3 +1,413 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d637971d627e4f8ce0422401bd0a305d9f763657ad21e8205afe8d36b6672524
3
- size 9547
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<unk>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "</s>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": true,
27
+ "single_word": false,
28
+ "special": false
29
+ },
30
+ "32000": {
31
+ "content": "<|endoftext|>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": true
37
+ },
38
+ "32001": {
39
+ "content": "<|assistant|>",
40
+ "lstrip": false,
41
+ "normalized": false,
42
+ "rstrip": true,
43
+ "single_word": false,
44
+ "special": true
45
+ },
46
+ "32002": {
47
+ "content": "<|placeholder1|>",
48
+ "lstrip": false,
49
+ "normalized": false,
50
+ "rstrip": true,
51
+ "single_word": false,
52
+ "special": true
53
+ },
54
+ "32003": {
55
+ "content": "<|placeholder2|>",
56
+ "lstrip": false,
57
+ "normalized": false,
58
+ "rstrip": true,
59
+ "single_word": false,
60
+ "special": true
61
+ },
62
+ "32004": {
63
+ "content": "<|placeholder3|>",
64
+ "lstrip": false,
65
+ "normalized": false,
66
+ "rstrip": true,
67
+ "single_word": false,
68
+ "special": true
69
+ },
70
+ "32005": {
71
+ "content": "<|placeholder4|>",
72
+ "lstrip": false,
73
+ "normalized": false,
74
+ "rstrip": true,
75
+ "single_word": false,
76
+ "special": true
77
+ },
78
+ "32006": {
79
+ "content": "<|system|>",
80
+ "lstrip": false,
81
+ "normalized": false,
82
+ "rstrip": false,
83
+ "single_word": false,
84
+ "special": true
85
+ },
86
+ "32007": {
87
+ "content": "<|end|>",
88
+ "lstrip": false,
89
+ "normalized": false,
90
+ "rstrip": false,
91
+ "single_word": false,
92
+ "special": true
93
+ },
94
+ "32008": {
95
+ "content": "<|placeholder5|>",
96
+ "lstrip": false,
97
+ "normalized": false,
98
+ "rstrip": true,
99
+ "single_word": false,
100
+ "special": true
101
+ },
102
+ "32009": {
103
+ "content": "<|placeholder6|>",
104
+ "lstrip": false,
105
+ "normalized": false,
106
+ "rstrip": true,
107
+ "single_word": false,
108
+ "special": true
109
+ },
110
+ "32010": {
111
+ "content": "<|user|>",
112
+ "lstrip": false,
113
+ "normalized": false,
114
+ "rstrip": false,
115
+ "single_word": false,
116
+ "special": true
117
+ },
118
+ "32011": {
119
+ "content": "<|placeholder7|>",
120
+ "lstrip": false,
121
+ "normalized": false,
122
+ "rstrip": true,
123
+ "single_word": false,
124
+ "special": true
125
+ },
126
+ "32012": {
127
+ "content": "<|placeholder8|>",
128
+ "lstrip": false,
129
+ "normalized": false,
130
+ "rstrip": true,
131
+ "single_word": false,
132
+ "special": true
133
+ },
134
+ "32013": {
135
+ "content": "<|placeholder9|>",
136
+ "lstrip": false,
137
+ "normalized": false,
138
+ "rstrip": true,
139
+ "single_word": false,
140
+ "special": true
141
+ },
142
+ "32014": {
143
+ "content": "<|placeholder10|>",
144
+ "lstrip": false,
145
+ "normalized": false,
146
+ "rstrip": true,
147
+ "single_word": false,
148
+ "special": true
149
+ },
150
+ "32015": {
151
+ "content": "<|placeholder11|>",
152
+ "lstrip": false,
153
+ "normalized": false,
154
+ "rstrip": true,
155
+ "single_word": false,
156
+ "special": true
157
+ },
158
+ "32016": {
159
+ "content": "<|placeholder12|>",
160
+ "lstrip": false,
161
+ "normalized": false,
162
+ "rstrip": true,
163
+ "single_word": false,
164
+ "special": true
165
+ },
166
+ "32017": {
167
+ "content": "<|placeholder13|>",
168
+ "lstrip": false,
169
+ "normalized": false,
170
+ "rstrip": true,
171
+ "single_word": false,
172
+ "special": true
173
+ },
174
+ "32018": {
175
+ "content": "<|placeholder14|>",
176
+ "lstrip": false,
177
+ "normalized": false,
178
+ "rstrip": true,
179
+ "single_word": false,
180
+ "special": true
181
+ },
182
+ "32019": {
183
+ "content": "<|placeholder15|>",
184
+ "lstrip": false,
185
+ "normalized": false,
186
+ "rstrip": true,
187
+ "single_word": false,
188
+ "special": true
189
+ },
190
+ "32020": {
191
+ "content": "<|placeholder16|>",
192
+ "lstrip": false,
193
+ "normalized": false,
194
+ "rstrip": true,
195
+ "single_word": false,
196
+ "special": true
197
+ },
198
+ "32021": {
199
+ "content": "<|placeholder17|>",
200
+ "lstrip": false,
201
+ "normalized": false,
202
+ "rstrip": true,
203
+ "single_word": false,
204
+ "special": true
205
+ },
206
+ "32022": {
207
+ "content": "<|placeholder18|>",
208
+ "lstrip": false,
209
+ "normalized": false,
210
+ "rstrip": true,
211
+ "single_word": false,
212
+ "special": true
213
+ },
214
+ "32023": {
215
+ "content": "<|placeholder19|>",
216
+ "lstrip": false,
217
+ "normalized": false,
218
+ "rstrip": true,
219
+ "single_word": false,
220
+ "special": true
221
+ },
222
+ "32024": {
223
+ "content": "<|placeholder20|>",
224
+ "lstrip": false,
225
+ "normalized": false,
226
+ "rstrip": true,
227
+ "single_word": false,
228
+ "special": true
229
+ },
230
+ "32025": {
231
+ "content": "<|placeholder21|>",
232
+ "lstrip": false,
233
+ "normalized": false,
234
+ "rstrip": true,
235
+ "single_word": false,
236
+ "special": true
237
+ },
238
+ "32026": {
239
+ "content": "<|placeholder22|>",
240
+ "lstrip": false,
241
+ "normalized": false,
242
+ "rstrip": true,
243
+ "single_word": false,
244
+ "special": true
245
+ },
246
+ "32027": {
247
+ "content": "<|placeholder23|>",
248
+ "lstrip": false,
249
+ "normalized": false,
250
+ "rstrip": true,
251
+ "single_word": false,
252
+ "special": true
253
+ },
254
+ "32028": {
255
+ "content": "<|placeholder24|>",
256
+ "lstrip": false,
257
+ "normalized": false,
258
+ "rstrip": true,
259
+ "single_word": false,
260
+ "special": true
261
+ },
262
+ "32029": {
263
+ "content": "<|placeholder25|>",
264
+ "lstrip": false,
265
+ "normalized": false,
266
+ "rstrip": true,
267
+ "single_word": false,
268
+ "special": true
269
+ },
270
+ "32030": {
271
+ "content": "<|placeholder26|>",
272
+ "lstrip": false,
273
+ "normalized": false,
274
+ "rstrip": true,
275
+ "single_word": false,
276
+ "special": true
277
+ },
278
+ "32031": {
279
+ "content": "<|placeholder27|>",
280
+ "lstrip": false,
281
+ "normalized": false,
282
+ "rstrip": true,
283
+ "single_word": false,
284
+ "special": true
285
+ },
286
+ "32032": {
287
+ "content": "<|placeholder28|>",
288
+ "lstrip": false,
289
+ "normalized": false,
290
+ "rstrip": true,
291
+ "single_word": false,
292
+ "special": true
293
+ },
294
+ "32033": {
295
+ "content": "<|placeholder29|>",
296
+ "lstrip": false,
297
+ "normalized": false,
298
+ "rstrip": true,
299
+ "single_word": false,
300
+ "special": true
301
+ },
302
+ "32034": {
303
+ "content": "<|placeholder30|>",
304
+ "lstrip": false,
305
+ "normalized": false,
306
+ "rstrip": true,
307
+ "single_word": false,
308
+ "special": true
309
+ },
310
+ "32035": {
311
+ "content": "<|placeholder31|>",
312
+ "lstrip": false,
313
+ "normalized": false,
314
+ "rstrip": true,
315
+ "single_word": false,
316
+ "special": true
317
+ },
318
+ "32036": {
319
+ "content": "<|placeholder32|>",
320
+ "lstrip": false,
321
+ "normalized": false,
322
+ "rstrip": true,
323
+ "single_word": false,
324
+ "special": true
325
+ },
326
+ "32037": {
327
+ "content": "<|placeholder33|>",
328
+ "lstrip": false,
329
+ "normalized": false,
330
+ "rstrip": true,
331
+ "single_word": false,
332
+ "special": true
333
+ },
334
+ "32038": {
335
+ "content": "<|placeholder34|>",
336
+ "lstrip": false,
337
+ "normalized": false,
338
+ "rstrip": true,
339
+ "single_word": false,
340
+ "special": true
341
+ },
342
+ "32039": {
343
+ "content": "<|placeholder35|>",
344
+ "lstrip": false,
345
+ "normalized": false,
346
+ "rstrip": true,
347
+ "single_word": false,
348
+ "special": true
349
+ },
350
+ "32040": {
351
+ "content": "<|placeholder36|>",
352
+ "lstrip": false,
353
+ "normalized": false,
354
+ "rstrip": true,
355
+ "single_word": false,
356
+ "special": true
357
+ },
358
+ "32041": {
359
+ "content": "<|placeholder37|>",
360
+ "lstrip": false,
361
+ "normalized": false,
362
+ "rstrip": true,
363
+ "single_word": false,
364
+ "special": true
365
+ },
366
+ "32042": {
367
+ "content": "<|placeholder38|>",
368
+ "lstrip": false,
369
+ "normalized": false,
370
+ "rstrip": true,
371
+ "single_word": false,
372
+ "special": true
373
+ },
374
+ "32043": {
375
+ "content": "<|placeholder39|>",
376
+ "lstrip": false,
377
+ "normalized": false,
378
+ "rstrip": true,
379
+ "single_word": false,
380
+ "special": true
381
+ },
382
+ "32044": {
383
+ "content": "<|image|>",
384
+ "lstrip": false,
385
+ "normalized": false,
386
+ "rstrip": true,
387
+ "single_word": false,
388
+ "special": true
389
+ }
390
+ },
391
+ "additional_special_tokens": [
392
+ "<|system|>",
393
+ "<|end|>",
394
+ "<|user|>",
395
+ "<|end|>"
396
+ ],
397
+ "auto_map": {
398
+ "AutoProcessor": "processing_phi3_v.Phi3VProcessor"
399
+ },
400
+ "bos_token": "<s>",
401
+ "chat_template": "{% for message in messages %}{{'<|' + message['role'] + '|>' + '\n' + message['content'] + '<|end|>\n' }}{% endfor %}{% if add_generation_prompt and messages[-1]['role'] != 'assistant' %}{{- '<|assistant|>\n' -}}{% endif %}",
402
+ "clean_up_tokenization_spaces": false,
403
+ "eos_token": "<|endoftext|>",
404
+ "legacy": false,
405
+ "model_max_length": 131072,
406
+ "pad_token": "<|endoftext|>",
407
+ "padding_side": "right",
408
+ "processor_class": "Phi3VProcessor",
409
+ "sp_model_kwargs": {},
410
+ "tokenizer_class": "LlamaTokenizer",
411
+ "unk_token": "<unk>",
412
+ "use_default_system_prompt": false
413
+ }