RaushanTurganbay HF staff commited on
Commit
41a7be1
1 Parent(s): 5400ac9

Upload processor

Browse files
preprocessor_config.json CHANGED
@@ -7,6 +7,7 @@
7
  "do_center_crop": true,
8
  "do_convert_rgb": true,
9
  "do_normalize": true,
 
10
  "do_rescale": true,
11
  "do_resize": true,
12
  "image_grid_pinpoints": [
 
7
  "do_center_crop": true,
8
  "do_convert_rgb": true,
9
  "do_normalize": true,
10
+ "do_pad": true,
11
  "do_rescale": true,
12
  "do_resize": true,
13
  "image_grid_pinpoints": [
processor_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "image_token": "<image>",
3
+ "patch_size": 14,
4
+ "processor_class": "LlavaNextProcessor",
5
+ "vision_feature_select_strategy": "default"
6
+ }
special_tokens_map.json CHANGED
@@ -1,12 +1,6 @@
1
  {
2
  "additional_special_tokens": [
3
- {
4
- "content": "<image>",
5
- "lstrip": false,
6
- "normalized": false,
7
- "rstrip": false,
8
- "single_word": false
9
- }
10
  ],
11
  "bos_token": {
12
  "content": "<|startoftext|>",
 
1
  {
2
  "additional_special_tokens": [
3
+ "<image>"
 
 
 
 
 
 
4
  ],
5
  "bos_token": {
6
  "content": "<|startoftext|>",
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff