Instructions to use theoberva/UBCO-Model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use theoberva/UBCO-Model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="theoberva/UBCO-Model") 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("theoberva/UBCO-Model") model = AutoModelForImageClassification.from_pretrained("theoberva/UBCO-Model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 31762e6dafc8c8b0176670da4fe1a161931f9f02dbb9e42290f4ce1b6df49625
- Size of remote file:
- 4.09 kB
- SHA256:
- fa951de9080ae87e5c5845b9f1670d092b418b5a05abd96c73b150f01ab0d9a9
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.