Instructions to use flyswot/test2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use flyswot/test2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="flyswot/test2") 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("flyswot/test2") model = AutoModelForImageClassification.from_pretrained("flyswot/test2") - Notebooks
- Google Colab
- Kaggle
Commit ·
8a6e1d0
1
Parent(s): a4e154f
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (c5884f07d37eb7d832b1b0b5e844a476fd517531)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>