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="howdyaendra/xblock-large-patch3-224")
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("howdyaendra/xblock-large-patch3-224")
model = AutoModelForImageClassification.from_pretrained("howdyaendra/xblock-large-patch3-224")
Quick Links

Model Trained Using AutoTrain

  • Problem type: Image Classification

Validation Metrics

loss: 0.37855324149131775

f1_macro: 0.86094260720702

f1_micro: 0.8886217948717948

f1_weighted: 0.883196165156119

precision_macro: 0.8961444617693151

precision_micro: 0.8886217948717948

precision_weighted: 0.8922651559280282

recall_macro: 0.8524486181675118

recall_micro: 0.8886217948717948

recall_weighted: 0.8886217948717948

accuracy: 0.8886217948717948

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