Spaces:
Sleeping
Sleeping
Report the results in read.me
Browse files
README.md
CHANGED
|
@@ -9,4 +9,25 @@ app_file: app.py
|
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
| 12 |
+
## 🐶 Zero-Shot Classification on Oxford-IIIT Pet Dataset
|
| 13 |
+
|
| 14 |
+
This model was evaluated on the **Oxford-IIIT Pet Dataset** in a zero-shot setting using Hugging Face's 🤗 `transformers` and `datasets` libraries.
|
| 15 |
+
|
| 16 |
+
### 🧪 Task: Zero-Shot Image Classification
|
| 17 |
+
|
| 18 |
+
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.
|
| 19 |
+
|
| 20 |
+
### ✅ Results
|
| 21 |
+
|
| 22 |
+
| Metric | Value |
|
| 23 |
+
|------------|---------|
|
| 24 |
+
| Accuracy | 88.00% |
|
| 25 |
+
| Precision | 87.68% |
|
| 26 |
+
| Recall | 88.00% |
|
| 27 |
+
|
| 28 |
+
> ⚠️ Note: These results are based on zero-shot inference and do not reflect fine-tuned performance.
|
| 29 |
+
|
| 30 |
+
### 🧠 Model Used
|
| 31 |
+
|
| 32 |
+
We used the pre-trained [`openai/clip-vit-base-patch32`](https://huggingface.co/openai/clip-vit-base-patch32) for zero-shot classification.
|
| 33 |
+
|