Instructions to use firstoff/animalmind-breed-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use firstoff/animalmind-breed-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="firstoff/animalmind-breed-classifier") 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("firstoff/animalmind-breed-classifier") model = AutoModelForImageClassification.from_pretrained("firstoff/animalmind-breed-classifier") - Notebooks
- Google Colab
- Kaggle
yeah readme again
Browse files
README.md
CHANGED
|
@@ -9,6 +9,8 @@ metrics:
|
|
| 9 |
model-index:
|
| 10 |
- name: animalmind-breed-classifier
|
| 11 |
results: []
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -69,4 +71,4 @@ The following hyperparameters were used during training:
|
|
| 69 |
- Transformers 5.12.0
|
| 70 |
- Pytorch 2.11.0+cu128
|
| 71 |
- Datasets 4.0.0
|
| 72 |
-
- Tokenizers 0.22.2
|
|
|
|
| 9 |
model-index:
|
| 10 |
- name: animalmind-breed-classifier
|
| 11 |
results: []
|
| 12 |
+
language:
|
| 13 |
+
- pt
|
| 14 |
---
|
| 15 |
|
| 16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 71 |
- Transformers 5.12.0
|
| 72 |
- Pytorch 2.11.0+cu128
|
| 73 |
- Datasets 4.0.0
|
| 74 |
+
- Tokenizers 0.22.2
|