Update processor_config.json
Browse files- 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 |
}
|