CoolFace
Modelpublic

technotic/NuExtract-2.0-2B-TKG-Triples

sourceHugging Faceupdated 2mo agoView on Hugging Face
1likes
processor_config.json60 linesDownload Raw Back to root
1{2  "image_processor": {3    "do_convert_rgb": true,4    "do_normalize": true,5    "do_rescale": true,6    "do_resize": true,7    "image_mean": [8      0.48145466,9      0.4578275,10      0.4082107311    ],12    "image_processor_type": "Qwen2VLImageProcessor",13    "image_std": [14      0.26862954,15      0.26130258,16      0.2757771117    ],18    "merge_size": 2,19    "patch_size": 14,20    "resample": 3,21    "rescale_factor": 0.00392156862745098,22    "size": {23      "longest_edge": 23000000,24      "shortest_edge": 20070425    },26    "temporal_patch_size": 227  },28  "processor_class": "Qwen2_5_VLProcessor",29  "video_processor": {30    "do_convert_rgb": true,31    "do_normalize": true,32    "do_rescale": true,33    "do_resize": true,34    "do_sample_frames": false,35    "image_mean": [36      0.48145466,37      0.4578275,38      0.4082107339    ],40    "image_std": [41      0.26862954,42      0.26130258,43      0.2757771144    ],45    "max_frames": 768,46    "merge_size": 2,47    "min_frames": 4,48    "patch_size": 14,49    "resample": 3,50    "rescale_factor": 0.00392156862745098,51    "return_metadata": false,52    "size": {53      "longest_edge": 23000000,54      "shortest_edge": 20070455    },56    "temporal_patch_size": 2,57    "video_processor_type": "Qwen2VLVideoProcessor"58  }59}60