Upload folder using huggingface_hub
Browse files- processor_config.json +0 -8
- tokenizer_config.json +0 -1
processor_config.json
CHANGED
|
@@ -13,12 +13,9 @@
|
|
| 13 |
},
|
| 14 |
"data_format": "channels_first",
|
| 15 |
"default_to_square": false,
|
| 16 |
-
"device": null,
|
| 17 |
-
"disable_grouping": null,
|
| 18 |
"do_center_crop": true,
|
| 19 |
"do_convert_rgb": true,
|
| 20 |
"do_normalize": true,
|
| 21 |
-
"do_pad": null,
|
| 22 |
"do_rescale": true,
|
| 23 |
"do_resize": true,
|
| 24 |
"image_mean": [
|
|
@@ -27,18 +24,13 @@
|
|
| 27 |
0.0
|
| 28 |
],
|
| 29 |
"image_processor_type": "FastVLMImageProcessor",
|
| 30 |
-
"image_seq_length": null,
|
| 31 |
"image_std": [
|
| 32 |
1.0,
|
| 33 |
1.0,
|
| 34 |
1.0
|
| 35 |
],
|
| 36 |
-
"input_data_format": null,
|
| 37 |
-
"pad_size": null,
|
| 38 |
-
"processor_class": "FastVLMProcessor",
|
| 39 |
"resample": 3,
|
| 40 |
"rescale_factor": 0.00392156862745098,
|
| 41 |
-
"return_tensors": null,
|
| 42 |
"size": {
|
| 43 |
"shortest_edge": 1024
|
| 44 |
}
|
|
|
|
| 13 |
},
|
| 14 |
"data_format": "channels_first",
|
| 15 |
"default_to_square": false,
|
|
|
|
|
|
|
| 16 |
"do_center_crop": true,
|
| 17 |
"do_convert_rgb": true,
|
| 18 |
"do_normalize": true,
|
|
|
|
| 19 |
"do_rescale": true,
|
| 20 |
"do_resize": true,
|
| 21 |
"image_mean": [
|
|
|
|
| 24 |
0.0
|
| 25 |
],
|
| 26 |
"image_processor_type": "FastVLMImageProcessor",
|
|
|
|
| 27 |
"image_std": [
|
| 28 |
1.0,
|
| 29 |
1.0,
|
| 30 |
1.0
|
| 31 |
],
|
|
|
|
|
|
|
|
|
|
| 32 |
"resample": 3,
|
| 33 |
"rescale_factor": 0.00392156862745098,
|
|
|
|
| 34 |
"size": {
|
| 35 |
"shortest_edge": 1024
|
| 36 |
}
|
tokenizer_config.json
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
{
|
| 2 |
"add_prefix_space": false,
|
| 3 |
-
"additional_special_tokens": null,
|
| 4 |
"auto_map": {
|
| 5 |
"AutoProcessor": "processing_fastvlm.FastVLMProcessor"
|
| 6 |
},
|
|
|
|
| 1 |
{
|
| 2 |
"add_prefix_space": false,
|
|
|
|
| 3 |
"auto_map": {
|
| 4 |
"AutoProcessor": "processing_fastvlm.FastVLMProcessor"
|
| 5 |
},
|