Instructions to use CVPROJ25/FINETUNED with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CVPROJ25/FINETUNED with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="CVPROJ25/FINETUNED") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("CVPROJ25/FINETUNED") model = AutoModelForImageClassification.from_pretrained("CVPROJ25/FINETUNED", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 7bb15a78e7d53a0aafae2e7f40915f55cf56069f85aa0e11533868a9a6c3d41c
- Size of remote file:
- 4.79 kB
- SHA256:
- 15bd58ced891c43674dae43ad5d77ad1ff23c75b4ce3fd15a3acd656eaa2e3e6
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.