Image Classification
Transformers
PyTorch
TensorBoard
vit
other-image-classification
Generated from Trainer
Vit
Eval Results (legacy)
Instructions to use Mytical/ClassificationOfLeaves with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Mytical/ClassificationOfLeaves with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Mytical/ClassificationOfLeaves") 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("Mytical/ClassificationOfLeaves") model = AutoModelForImageClassification.from_pretrained("Mytical/ClassificationOfLeaves") - Notebooks
- Google Colab
- Kaggle
Librarian Bot: Update Hugging Face dataset ID
#1
by librarian-bot - opened
README.md
CHANGED
|
@@ -6,24 +6,24 @@ tags:
|
|
| 6 |
- generated_from_trainer
|
| 7 |
- Vit
|
| 8 |
datasets:
|
| 9 |
-
- beans
|
| 10 |
metrics:
|
| 11 |
- accuracy
|
|
|
|
| 12 |
model-index:
|
| 13 |
- name: vit-base-beans-demo-v2
|
| 14 |
results:
|
| 15 |
- task:
|
| 16 |
-
name: Image Classification
|
| 17 |
type: image-classification
|
|
|
|
| 18 |
dataset:
|
| 19 |
name: beans
|
| 20 |
type: beans
|
| 21 |
args: default
|
| 22 |
metrics:
|
| 23 |
-
-
|
| 24 |
-
type: accuracy
|
| 25 |
value: 1
|
| 26 |
-
|
| 27 |
---
|
| 28 |
|
| 29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 6 |
- generated_from_trainer
|
| 7 |
- Vit
|
| 8 |
datasets:
|
| 9 |
+
- AI-Lab-Makerere/beans
|
| 10 |
metrics:
|
| 11 |
- accuracy
|
| 12 |
+
pipeline_tag: image-classification
|
| 13 |
model-index:
|
| 14 |
- name: vit-base-beans-demo-v2
|
| 15 |
results:
|
| 16 |
- task:
|
|
|
|
| 17 |
type: image-classification
|
| 18 |
+
name: Image Classification
|
| 19 |
dataset:
|
| 20 |
name: beans
|
| 21 |
type: beans
|
| 22 |
args: default
|
| 23 |
metrics:
|
| 24 |
+
- type: accuracy
|
|
|
|
| 25 |
value: 1
|
| 26 |
+
name: Accuracy
|
| 27 |
---
|
| 28 |
|
| 29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|