CoolFace
Modelpublic

pcuenq/nvidia-nano-clone

sourceHugging Faceotherupdated 11mo agoView on Hugging Face
0likes16downloads
preprocessor_config.json16 linesDownload Raw Back to root
1{2  "image_processor_type": "NemotronNanoVLV2ImageProcessor",3  "auto_map": {4    "AutoImageProcessor": "image_processing.NemotronNanoVLV2ImageProcessor",5    "AutoVideoProcessor": "video_processing.NemotronNanoVLV2VideoProcessor",6    "AutoProcessor": "processing.NemotronNanoVLV2Processor"7  },8  "image_size": 512,9  "patch_size": 16,10  "downsample_ratio": 0.5,11  "max_num_tiles": 12,12  "use_thumbnail": true,13  "norm_mean": [0.48145466, 0.4578275, 0.40821073],14  "norm_std": [0.26862954, 0.26130258, 0.27577711]15}16