yonigozlan HF Staff commited on
Commit
398b735
·
verified ·
1 Parent(s): 27c4937

Update processor_config.json

Browse files
Files changed (1) hide show
  1. processor_config.json +1 -4
processor_config.json CHANGED
@@ -1,9 +1,6 @@
1
  {
2
- "context_image_token": "<IMG_CONTEXT>",
3
- "end_image_token": "</img>",
4
  "fake_image_token": "<image>",
5
  "fake_video_token": "<video>",
6
  "image_seq_length": 256,
7
- "processor_class": "InternVLProcessor",
8
- "start_image_token": "<img>"
9
  }
 
1
  {
 
 
2
  "fake_image_token": "<image>",
3
  "fake_video_token": "<video>",
4
  "image_seq_length": 256,
5
+ "processor_class": "InternVLProcessor"
 
6
  }