stbnlen commited on
Commit
241a4ad
·
1 Parent(s): 49f14dd

limitations added

Browse files
Files changed (1) hide show
  1. README.md +11 -2
README.md CHANGED
@@ -49,11 +49,20 @@ It achieves the following results on the evaluation set:
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
 
56
- More information needed
 
 
 
 
 
 
 
 
 
57
 
58
  ## Training and evaluation data
59
 
 
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
 
56
+ This model is limited to the training data it was exposed to and can only identify the following Pokémon: Golbat, Machoke, Omastar, Diglett, Lapras, Kabuto,
57
+ Persian, Weepinbell, Golem, Dodrio, Raichu, Zapdos, Raticate, Magnemite, Ivysaur, Growlithe, Tangela, Drowzee, Rapidash, Venonat, Pidgeot, Nidorino, Porygon,
58
+ Lickitung, Rattata, Machop, Charmeleon, Slowbro, Parasect, Eevee, Starmie, Staryu, Psyduck, Dragonair, Magikarp, Vileplume, Marowak, Pidgeotto, Shellder, Mewtwo,
59
+ Farfetchd, Kingler, Seel, Kakuna, Doduo, Electabuzz, Charmander, Rhyhorn, Tauros, Dugtrio, Poliwrath, Gengar, Exeggutor, Dewgong, Jigglypuff, Geodude, Kadabra, Nidorina,
60
+ Sandshrew, Grimer, MrMime, Pidgey, Koffing, Ekans, Alolan Sandslash, Venusaur, Snorlax, Paras, Jynx, Chansey, Hitmonchan, Gastly, Kangaskhan, Oddish, Wigglytuff,
61
+ Graveler, Arcanine, Clefairy, Articuno, Poliwag, Abra, Squirtle, Voltorb, Ponyta, Moltres, Nidoqueen, Magmar, Onix, Vulpix, Butterfree, Krabby, Arbok, Clefable, Goldeen,
62
+ Magneton, Dratini, Caterpie, Jolteon, Nidoking, Alakazam, Dragonite, Fearow, Slowpoke, Weezing, Beedrill, Weedle, Cloyster, Vaporeon, Gyarados, Golduck, Machamp, Hitmonlee,
63
+ Primeape, Cubone, Sandslash, Scyther, Haunter, Metapod, Tentacruel, Aerodactyl, Kabutops, Ninetales, Zubat, Rhydon, Mew, Pinsir, Ditto, Victreebel, Omanyte, Horsea, Pikachu,
64
+ Blastoise, Venomoth, Charizard, Seadra, Muk, Spearow, Bulbasaur, Bellsprout, Electrode, Gloom, Poliwhirl, Flareon, Seaking, Hypno, Wartortle, Mankey, Tentacool, Exeggcute,
65
+ and Meowth.
66
 
67
  ## Training and evaluation data
68