Upload folder using huggingface_hub
Browse files- config.json +1 -4
- preprocessor_config.json +33 -0
config.json
CHANGED
@@ -2081,8 +2081,5 @@
|
|
2081 |
"tie_word_embeddings": false,
|
2082 |
"torch_dtype": "float32",
|
2083 |
"transformers_version": "4.51.3",
|
2084 |
-
"vocab_size": 64014
|
2085 |
-
"auto_map": {
|
2086 |
-
"AutoModel": "transformers.VisionEncoderDecoderModel"
|
2087 |
-
}
|
2088 |
}
|
|
|
2081 |
"tie_word_embeddings": false,
|
2082 |
"torch_dtype": "float32",
|
2083 |
"transformers_version": "4.51.3",
|
2084 |
+
"vocab_size": 64014
|
|
|
|
|
|
|
2085 |
}
|
preprocessor_config.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_size": {
|
3 |
+
"height": 224,
|
4 |
+
"width": 224
|
5 |
+
},
|
6 |
+
"data_format": "channels_first",
|
7 |
+
"default_to_square": true,
|
8 |
+
"device": null,
|
9 |
+
"do_center_crop": true,
|
10 |
+
"do_convert_rgb": null,
|
11 |
+
"do_normalize": true,
|
12 |
+
"do_rescale": true,
|
13 |
+
"do_resize": true,
|
14 |
+
"image_mean": [
|
15 |
+
0.485,
|
16 |
+
0.456,
|
17 |
+
0.406
|
18 |
+
],
|
19 |
+
"image_processor_type": "DeiTImageProcessorFast",
|
20 |
+
"image_std": [
|
21 |
+
0.229,
|
22 |
+
0.224,
|
23 |
+
0.225
|
24 |
+
],
|
25 |
+
"input_data_format": null,
|
26 |
+
"resample": 3,
|
27 |
+
"rescale_factor": 0.00392156862745098,
|
28 |
+
"return_tensors": null,
|
29 |
+
"size": {
|
30 |
+
"height": 256,
|
31 |
+
"width": 256
|
32 |
+
}
|
33 |
+
}
|