Update README.md
Browse files
README.md
CHANGED
@@ -1,21 +1,25 @@
|
|
1 |
---
|
2 |
language: en
|
3 |
tags:
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
license: apache-2.0
|
10 |
datasets:
|
11 |
-
|
12 |
pipeline_tag: image-classification
|
13 |
-
model_name:
|
14 |
-
model_id:
|
15 |
-
library_name:
|
16 |
-
framework:
|
17 |
widget:
|
18 |
-
|
|
|
|
|
|
|
|
|
19 |
---
|
20 |
|
21 |
# Model Card for Pokemon Classifier Gen9
|
@@ -59,4 +63,4 @@ predicted_pokemon = model.config.id2label[predicted_id]
|
|
59 |
|
60 |
# Print predicted class
|
61 |
print(f"Predicted Pokémon Pokédex number: {predicted_id+1}")
|
62 |
-
print(f"Predicted Pokémon: {predicted_pokemon}")
|
|
|
1 |
---
|
2 |
language: en
|
3 |
tags:
|
4 |
+
- vision
|
5 |
+
- image-classification
|
6 |
+
- pokemon
|
7 |
+
- pytorch
|
8 |
+
- transformers
|
9 |
license: apache-2.0
|
10 |
datasets:
|
11 |
+
- custom
|
12 |
pipeline_tag: image-classification
|
13 |
+
model_name: Pokemon Classifier Gen9
|
14 |
+
model_id: skshmjn/Pokemon-classifier-gen9-1025
|
15 |
+
library_name: transformers
|
16 |
+
framework: PyTorch
|
17 |
widget:
|
18 |
+
- src: test.jpg
|
19 |
+
metrics:
|
20 |
+
- accuracy
|
21 |
+
base_model:
|
22 |
+
- google/vit-base-patch16-224-in21k
|
23 |
---
|
24 |
|
25 |
# Model Card for Pokemon Classifier Gen9
|
|
|
63 |
|
64 |
# Print predicted class
|
65 |
print(f"Predicted Pokémon Pokédex number: {predicted_id+1}")
|
66 |
+
print(f"Predicted Pokémon: {predicted_pokemon}")
|