Instructions to use NadiaHolmlund/Semester_Project with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NadiaHolmlund/Semester_Project with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="NadiaHolmlund/Semester_Project") 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("NadiaHolmlund/Semester_Project") model = AutoModelForImageClassification.from_pretrained("NadiaHolmlund/Semester_Project") - Notebooks
- Google Colab
- Kaggle
Commit ·
0094949
1
Parent(s): e88d617
Rename pytorch_model-2.bin to pytorch_model.bin
Browse files
pytorch_model-2.bin → pytorch_model.bin
RENAMED
|
File without changes
|