Upload processor
Browse files- preprocessor_config.json +1 -1
- special_tokens_map.json +1 -1
preprocessor_config.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
"do_resize": true,
|
| 4 |
"image_processor_type": "SiglipImageProcessor",
|
| 5 |
"processor_class": "SiglipProcessor",
|
| 6 |
-
"resample":
|
| 7 |
"rescale_factor": 0.00392156862745098,
|
| 8 |
"size": {
|
| 9 |
"height": 224,
|
|
|
|
| 3 |
"do_resize": true,
|
| 4 |
"image_processor_type": "SiglipImageProcessor",
|
| 5 |
"processor_class": "SiglipProcessor",
|
| 6 |
+
"resample": 3,
|
| 7 |
"rescale_factor": 0.00392156862745098,
|
| 8 |
"size": {
|
| 9 |
"height": 224,
|
special_tokens_map.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
| 9 |
"pad_token": {
|
| 10 |
"content": "</s>",
|
| 11 |
"lstrip": true,
|
| 12 |
-
"normalized":
|
| 13 |
"rstrip": true,
|
| 14 |
"single_word": false
|
| 15 |
},
|
|
|
|
| 9 |
"pad_token": {
|
| 10 |
"content": "</s>",
|
| 11 |
"lstrip": true,
|
| 12 |
+
"normalized": false,
|
| 13 |
"rstrip": true,
|
| 14 |
"single_word": false
|
| 15 |
},
|