Upload processor
Browse files- preprocessor_config.json +23 -0
- processor_config.json +12 -0
- tokenizer_config.json +1 -0
preprocessor_config.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"background_color": [
|
3 |
+
127,
|
4 |
+
127,
|
5 |
+
127
|
6 |
+
],
|
7 |
+
"do_normalize": true,
|
8 |
+
"image_mean": [
|
9 |
+
0.5,
|
10 |
+
0.5,
|
11 |
+
0.5
|
12 |
+
],
|
13 |
+
"image_processor_type": "VLMImageProcessor",
|
14 |
+
"image_size": 384,
|
15 |
+
"image_std": [
|
16 |
+
0.5,
|
17 |
+
0.5,
|
18 |
+
0.5
|
19 |
+
],
|
20 |
+
"min_size": 14,
|
21 |
+
"processor_class": "VLChatProcessor",
|
22 |
+
"rescale_factor": 0.00392156862745098
|
23 |
+
}
|
processor_config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_special_token": false,
|
3 |
+
"ignore_id": -100,
|
4 |
+
"image_end_tag": "<end_of_image>",
|
5 |
+
"image_start_tag": "<begin_of_image>",
|
6 |
+
"image_tag": "<image_placeholder>",
|
7 |
+
"mask_prompt": true,
|
8 |
+
"num_image_tokens": 576,
|
9 |
+
"pad_tag": "<\uff5c\u2581pad\u2581\uff5c>",
|
10 |
+
"processor_class": "VLChatProcessor",
|
11 |
+
"sft_format": "deepseek"
|
12 |
+
}
|
tokenizer_config.json
CHANGED
@@ -150294,6 +150294,7 @@
|
|
150294 |
"legacy": true,
|
150295 |
"model_max_length": 16384,
|
150296 |
"pad_token": "<|▁pad▁|>",
|
|
|
150297 |
"tokenizer_class": "LlamaTokenizerFast",
|
150298 |
"unk_token": null,
|
150299 |
"use_default_system_prompt": true
|
|
|
150294 |
"legacy": true,
|
150295 |
"model_max_length": 16384,
|
150296 |
"pad_token": "<|▁pad▁|>",
|
150297 |
+
"processor_class": "VLChatProcessor",
|
150298 |
"tokenizer_class": "LlamaTokenizerFast",
|
150299 |
"unk_token": null,
|
150300 |
"use_default_system_prompt": true
|