MISHANM commited on
Commit
f3c7bcb
·
verified ·
1 Parent(s): 5b2a2dc

Upload processor

Browse files
Files changed (2) hide show
  1. processor_config.json +1 -0
  2. tokenizer_config.json +1 -0
processor_config.json CHANGED
@@ -1,5 +1,6 @@
1
  {
2
  "image_token": "<image>",
 
3
  "patch_size": 14,
4
  "processor_class": "LlavaNextProcessor",
5
  "vision_feature_select_strategy": "full"
 
1
  {
2
  "image_token": "<image>",
3
+ "num_additional_image_tokens": 0,
4
  "patch_size": 14,
5
  "processor_class": "LlavaNextProcessor",
6
  "vision_feature_select_strategy": "full"
tokenizer_config.json CHANGED
@@ -197,6 +197,7 @@
197
  "clean_up_tokenization_spaces": true,
198
  "eos_token": "<|end_of_text|>",
199
  "errors": "replace",
 
200
  "model_max_length": 16384,
201
  "pad_token": "<|end_of_text|>",
202
  "padding_side": "right",
 
197
  "clean_up_tokenization_spaces": true,
198
  "eos_token": "<|end_of_text|>",
199
  "errors": "replace",
200
+ "extra_special_tokens": {},
201
  "model_max_length": 16384,
202
  "pad_token": "<|end_of_text|>",
203
  "padding_side": "right",