Lukas Pfahler
commited on
Commit
•
7f5c161
1
Parent(s):
42896b3
config jsons missing
Browse files- preprocessor_config.json +13 -3
- tokenizer.json +0 -0
- tokenizer_config.json +0 -0
preprocessor_config.json
CHANGED
@@ -1,5 +1,15 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
}
|
5 |
-
|
|
|
1 |
{
|
2 |
+
"do_convert_rgb": true,
|
3 |
+
"do_normalize": true,
|
4 |
+
"image_processor_type": "Kosmos2_5ImageProcessor",
|
5 |
+
"max_patches": 4096,
|
6 |
+
"patch_size": {
|
7 |
+
"height": 16,
|
8 |
+
"width": 16
|
9 |
+
},
|
10 |
+
"processor_class": "Kosmos2_5Processor",
|
11 |
+
"auto_map": {
|
12 |
+
"AutoProcessor": "processing_kosmos2_5.Kosmos2_5Processor",
|
13 |
+
"AutoImageProcessor": "image_processing_kosmos2_5.Kosmos2_5ImageProcessor"
|
14 |
}
|
15 |
+
}
|
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|