Instructions to use darklorddad/Model-SwinV2-Tiny-83 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use darklorddad/Model-SwinV2-Tiny-83 with Transformers:
# 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") - Notebooks
- Google Colab
- Kaggle
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
- 1
Model tree for darklorddad/Model-SwinV2-Tiny-83
Base model
microsoft/swinv2-tiny-patch4-window16-256