Update README.md
Browse files
README.md
CHANGED
|
@@ -6,9 +6,11 @@ tags:
|
|
| 6 |
metrics:
|
| 7 |
- accuracy
|
| 8 |
widget:
|
| 9 |
-
- src:
|
|
|
|
| 10 |
example_title: Abra
|
| 11 |
-
- src:
|
|
|
|
| 12 |
example_title: Blastoise
|
| 13 |
model-index:
|
| 14 |
- name: pokemon_classifier
|
|
@@ -45,7 +47,9 @@ It achieves the following results on the evaluation set:
|
|
| 45 |
|
| 46 |
## Model description
|
| 47 |
|
| 48 |
-
|
|
|
|
|
|
|
| 49 |
|
| 50 |
## Intended uses & limitations
|
| 51 |
|
|
|
|
| 6 |
metrics:
|
| 7 |
- accuracy
|
| 8 |
widget:
|
| 9 |
+
- src: >-
|
| 10 |
+
https://datasets-server.huggingface.co/assets/keremberke/pokemon-classification/--/full/train/3/image/image.jpg
|
| 11 |
example_title: Abra
|
| 12 |
+
- src: >-
|
| 13 |
+
https://datasets-server.huggingface.co/cached-assets/keremberke/pokemon-classification/--/full/train/383/image/image.jpg
|
| 14 |
example_title: Blastoise
|
| 15 |
model-index:
|
| 16 |
- name: pokemon_classifier
|
|
|
|
| 47 |
|
| 48 |
## Model description
|
| 49 |
|
| 50 |
+
This model, referred to as "PokemonClassifier," is a fine-tuned version of google/vit-base-patch16-224 on Pokemon classification datasets.
|
| 51 |
+
Its primary objective is to accurately identify the Pokemon in input images. While this general summary provides information about its performance in terms
|
| 52 |
+
of loss and accuracy, its core function lies in precisely classifying Pokemon images.
|
| 53 |
|
| 54 |
## Intended uses & limitations
|
| 55 |
|