Commit
•
1c7bca4
1
Parent(s):
4b8c68f
Create processor_config.json
Browse files- processor_config.json +7 -0
processor_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"image_token": "<image>",
|
3 |
+
"num_additional_image_tokens": 1,
|
4 |
+
"patch_size": 14,
|
5 |
+
"processor_class": "LlavaNextProcessor",
|
6 |
+
"vision_feature_select_strategy": "default"
|
7 |
+
}
|