Instructions to use StephanST/C-radiov4_quantized with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use StephanST/C-radiov4_quantized with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir C-radiov4_quantized StephanST/C-radiov4_quantized
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
File size: 331 Bytes
67437d9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | {
"crop_size": {
"height": 512,
"width": 512
},
"do_center_crop": false,
"do_convert_rgb": true,
"do_normalize": false,
"do_rescale": true,
"do_resize": false,
"image_processor_type": "CLIPImageProcessor",
"processor_class": "CLIPProcessor",
"resample": 3,
"size": {
"shortest_edge": 512
}
} |