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 ·
73b1b73
1
Parent(s): 29658eb
Delete pytorch_model.bin
Browse files- pytorch_model.bin +0 -3
pytorch_model.bin
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:56a687d3d09c263ebbbd16935b702241df522fa85b036e3ce1d99a64e1707afb
|
| 3 |
-
size 345644277
|
|
|
|
|
|
|
|
|
|
|
|