Instructions to use Professor/Plant_Classification_model_vit-base-patch16-224-in21k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Professor/Plant_Classification_model_vit-base-patch16-224-in21k with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Professor/Plant_Classification_model_vit-base-patch16-224-in21k") 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("Professor/Plant_Classification_model_vit-base-patch16-224-in21k") model = AutoModelForImageClassification.from_pretrained("Professor/Plant_Classification_model_vit-base-patch16-224-in21k") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 159
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343300876
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c4d3eb3bb9c9013fc5cbcd8b0cfcb68c0971cbb0a7b61701e486e9baec259890
|
| 3 |
size 343300876
|