CoolFace
Modelpublic

hf-tiny-v2/tiny-random-Cohere2MoeForCausalLM

sourceHugging Faceupdated 1mo agoView on Hugging Face
0likes46downloads
preprocessor_config.json36 linesDownload Raw Back to root
1{2  "crop_to_patches": true,3  "data_format": "channels_first",4  "default_to_square": true,5  "do_convert_rgb": true,6  "do_normalize": true,7  "do_rescale": true,8  "do_resize": true,9  "downsample_factor": 2,10  "end_of_img_token": "<|END_OF_IMG|>",11  "image_mean": [12    0.5,13    0.5,14    0.515  ],16  "image_processor_type": "Cohere2VisionImageProcessor",17  "image_std": [18    0.5,19    0.5,20    0.521  ],22  "img_line_break_token": "<|IMG_LINE_BREAK|>",23  "img_patch_token": "<|IMG_PATCH|>",24  "img_size": 512,25  "max_patches": 12,26  "min_patches": 1,27  "patch_size": 16,28  "resample": 3,29  "rescale_factor": 0.00392156862745098,30  "size": {31    "height": 512,32    "width": 51233  },34  "start_of_img_token": "<|START_OF_IMG|>"35}36