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 2
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:19afd29d899f02200c30cc69a213731487b4f23d001b0f1960f3e0d47cc0ca60
|
| 3 |
size 343300876
|