Update Readme.md add transformers library
Browse files
README.md
CHANGED
|
@@ -9,6 +9,7 @@ tags:
|
|
| 9 |
- computer-vision
|
| 10 |
datasets:
|
| 11 |
- custom
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
# Dog Breed Classifier
|
|
@@ -75,4 +76,4 @@ The model achieves good performance across 120 different dog breeds.
|
|
| 75 |
|
| 76 |
- Input: RGB images, 224x224 pixels
|
| 77 |
- Output: Probability distribution over 120 dog breeds
|
| 78 |
-
- Architecture: MobileNetV2 backbone + custom classifier
|
|
|
|
| 9 |
- computer-vision
|
| 10 |
datasets:
|
| 11 |
- custom
|
| 12 |
+
library_name: transformers
|
| 13 |
---
|
| 14 |
|
| 15 |
# Dog Breed Classifier
|
|
|
|
| 76 |
|
| 77 |
- Input: RGB images, 224x224 pixels
|
| 78 |
- Output: Probability distribution over 120 dog breeds
|
| 79 |
+
- Architecture: MobileNetV2 backbone + custom classifier
|