Fullname commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Pokemon Team Classification with Vision Transformer
|
| 2 |
|
| 3 |
A fine-tuned Vision Transformer (ViT) model for classifying 6 specific Pokemon from a competitive team setup. This model can identify Arceus, Marshadow, Sandy Shocks, Slaking, Reshiram, and Magearna with high accuracy.
|
|
@@ -138,12 +144,4 @@ This model is released under the MIT License. The training data consists of Poke
|
|
| 138 |
|
| 139 |
---
|
| 140 |
|
| 141 |
-
**Note**: This model is specifically trained for a competitive Pokemon team setup and may not generalize to other Pokemon or use cases. For broader Pokemon classification, consider training on a more comprehensive dataset.
|
| 142 |
-
|
| 143 |
-
|
| 144 |
-
---
|
| 145 |
-
license: mit
|
| 146 |
-
base_model:
|
| 147 |
-
- google/vit-large-patch16-224
|
| 148 |
-
pipeline_tag: image-classification
|
| 149 |
-
---
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
base_model:
|
| 4 |
+
- google/vit-large-patch16-224
|
| 5 |
+
pipeline_tag: image-classification
|
| 6 |
+
---
|
| 7 |
# Pokemon Team Classification with Vision Transformer
|
| 8 |
|
| 9 |
A fine-tuned Vision Transformer (ViT) model for classifying 6 specific Pokemon from a competitive team setup. This model can identify Arceus, Marshadow, Sandy Shocks, Slaking, Reshiram, and Magearna with high accuracy.
|
|
|
|
| 144 |
|
| 145 |
---
|
| 146 |
|
| 147 |
+
**Note**: This model is specifically trained for a competitive Pokemon team setup and may not generalize to other Pokemon or use cases. For broader Pokemon classification, consider training on a more comprehensive dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|