Upload processor
Browse files- preprocessor_config.json +7 -7
- special_tokens_map.json +2 -2
- tokenizer_config.json +0 -4
preprocessor_config.json
CHANGED
@@ -2,8 +2,13 @@
|
|
2 |
"do_normalize": true,
|
3 |
"do_rescale": true,
|
4 |
"do_resize": true,
|
|
|
|
|
|
|
|
|
|
|
5 |
"image_processor_type": "SiglipImageProcessor",
|
6 |
-
"
|
7 |
0.5,
|
8 |
0.5,
|
9 |
0.5
|
@@ -14,10 +19,5 @@
|
|
14 |
"size": {
|
15 |
"height": 224,
|
16 |
"width": 224
|
17 |
-
}
|
18 |
-
"std": [
|
19 |
-
0.5,
|
20 |
-
0.5,
|
21 |
-
0.5
|
22 |
-
]
|
23 |
}
|
|
|
2 |
"do_normalize": true,
|
3 |
"do_rescale": true,
|
4 |
"do_resize": true,
|
5 |
+
"image_mean": [
|
6 |
+
0.5,
|
7 |
+
0.5,
|
8 |
+
0.5
|
9 |
+
],
|
10 |
"image_processor_type": "SiglipImageProcessor",
|
11 |
+
"image_std": [
|
12 |
0.5,
|
13 |
0.5,
|
14 |
0.5
|
|
|
19 |
"size": {
|
20 |
"height": 224,
|
21 |
"width": 224
|
22 |
+
}
|
|
|
|
|
|
|
|
|
|
|
23 |
}
|
special_tokens_map.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
"eos_token": {
|
3 |
"content": "</s>",
|
4 |
"lstrip": true,
|
5 |
-
"normalized":
|
6 |
"rstrip": true,
|
7 |
"single_word": false
|
8 |
},
|
@@ -16,7 +16,7 @@
|
|
16 |
"unk_token": {
|
17 |
"content": "<unk>",
|
18 |
"lstrip": true,
|
19 |
-
"normalized":
|
20 |
"rstrip": true,
|
21 |
"single_word": false
|
22 |
}
|
|
|
2 |
"eos_token": {
|
3 |
"content": "</s>",
|
4 |
"lstrip": true,
|
5 |
+
"normalized": false,
|
6 |
"rstrip": true,
|
7 |
"single_word": false
|
8 |
},
|
|
|
16 |
"unk_token": {
|
17 |
"content": "<unk>",
|
18 |
"lstrip": true,
|
19 |
+
"normalized": false,
|
20 |
"rstrip": true,
|
21 |
"single_word": false
|
22 |
}
|
tokenizer_config.json
CHANGED
@@ -21,10 +21,6 @@
|
|
21 |
"clean_up_tokenization_spaces": true,
|
22 |
"do_lower_case": true,
|
23 |
"eos_token": "</s>",
|
24 |
-
"model_input_names": [
|
25 |
-
"input_ids",
|
26 |
-
"attention_mask"
|
27 |
-
],
|
28 |
"model_max_length": 64,
|
29 |
"pad_token": "</s>",
|
30 |
"processor_class": "SiglipProcessor",
|
|
|
21 |
"clean_up_tokenization_spaces": true,
|
22 |
"do_lower_case": true,
|
23 |
"eos_token": "</s>",
|
|
|
|
|
|
|
|
|
24 |
"model_max_length": 64,
|
25 |
"pad_token": "</s>",
|
26 |
"processor_class": "SiglipProcessor",
|