Align size and image size
Browse files- preprocessor_config.json +2 -2
- tokenizer_config.json +2 -0
preprocessor_config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"crop_size":
|
| 3 |
"do_center_crop": true,
|
| 4 |
"do_convert_rgb": true,
|
| 5 |
"do_normalize": true,
|
|
@@ -17,5 +17,5 @@
|
|
| 17 |
],
|
| 18 |
"processor_class": "CLIPProcessor",
|
| 19 |
"resample": 3,
|
| 20 |
-
"size":
|
| 21 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"crop_size": 30,
|
| 3 |
"do_center_crop": true,
|
| 4 |
"do_convert_rgb": true,
|
| 5 |
"do_normalize": true,
|
|
|
|
| 17 |
],
|
| 18 |
"processor_class": "CLIPProcessor",
|
| 19 |
"resample": 3,
|
| 20 |
+
"size": 30
|
| 21 |
}
|
tokenizer_config.json
CHANGED
|
@@ -8,6 +8,7 @@
|
|
| 8 |
"rstrip": false,
|
| 9 |
"single_word": false
|
| 10 |
},
|
|
|
|
| 11 |
"do_lower_case": true,
|
| 12 |
"eos_token": {
|
| 13 |
"__type": "AddedToken",
|
|
@@ -22,6 +23,7 @@
|
|
| 22 |
"name_or_path": "nvidia/groupvit-gcc-yfcc",
|
| 23 |
"pad_token": "<|endoftext|>",
|
| 24 |
"processor_class": "CLIPProcessor",
|
|
|
|
| 25 |
"special_tokens_map_file": "/Users/nielsrogge/.cache/huggingface/transformers/18a566598f286c9139f88160c99f84eec492a26bd22738fa9cb44d5b7e0a5c76.cce1206abbad28826f000510f22f354e53e66a97f7c23745a7dfe27609cc07f5",
|
| 26 |
"tokenizer_class": "CLIPTokenizer",
|
| 27 |
"trust_remote_code": false,
|
|
|
|
| 8 |
"rstrip": false,
|
| 9 |
"single_word": false
|
| 10 |
},
|
| 11 |
+
"crop_size": 30,
|
| 12 |
"do_lower_case": true,
|
| 13 |
"eos_token": {
|
| 14 |
"__type": "AddedToken",
|
|
|
|
| 23 |
"name_or_path": "nvidia/groupvit-gcc-yfcc",
|
| 24 |
"pad_token": "<|endoftext|>",
|
| 25 |
"processor_class": "CLIPProcessor",
|
| 26 |
+
"size": 30,
|
| 27 |
"special_tokens_map_file": "/Users/nielsrogge/.cache/huggingface/transformers/18a566598f286c9139f88160c99f84eec492a26bd22738fa9cb44d5b7e0a5c76.cce1206abbad28826f000510f22f354e53e66a97f7c23745a7dfe27609cc07f5",
|
| 28 |
"tokenizer_class": "CLIPTokenizer",
|
| 29 |
"trust_remote_code": false,
|