How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("image-classification", model="darklorddad/Model-SwinV2-Tiny-83")
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("darklorddad/Model-SwinV2-Tiny-83")
model = AutoModelForImageClassification.from_pretrained("darklorddad/Model-SwinV2-Tiny-83")
Quick Links

Model Trained Using AutoTrain

  • Problem type: Image Classification

Validation Metrics

loss: 0.5218645334243774

f1_macro: 0.8312956210456212

f1_micro: 0.8377049180327869

f1_weighted: 0.8337990174670502

precision_macro: 0.8636145382395383

precision_micro: 0.8377049180327869

precision_weighted: 0.8647297329264542

recall_macro: 0.8355833333333333

recall_micro: 0.8377049180327869

recall_weighted: 0.8377049180327869

accuracy: 0.8377049180327869

Downloads last month
6
Safetensors
Model size
27.7M params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for darklorddad/Model-SwinV2-Tiny-83

Finetuned
(21)
this model