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
| { | |
| "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 | |
| } | |
| } |