Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available:
5.44.1
metadata
title: LN2 Computer Vision
emoji: π»
colorFrom: pink
colorTo: indigo
sdk: gradio
sdk_version: 5.25.2
app_file: app.py
pinned: false
πΆ Zero-Shot Classification on Oxford-IIIT Pet Dataset
This model was evaluated on the Oxford-IIIT Pet Dataset in a zero-shot setting using Hugging Face's π€ transformers
and datasets
libraries.
π§ͺ Task: Zero-Shot Image Classification
In this task, the model was used without any fine-tuning to classify pet images into breed categories. Each class label was passed as a candidate for classification using natural language descriptions. The model selected the most likely label for each image based on its learned knowledge.
β Results
Metric | Value |
---|---|
Accuracy | 88.00% |
Precision | 87.68% |
Recall | 88.00% |
β οΈ Note: These results are based on zero-shot inference and do not reflect fine-tuned performance.
π§ Model Used
We used the pre-trained openai/clip-vit-base-patch32
for zero-shot classification.