Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

stbnlen
/
pokemon_classifier

Image Classification
Transformers
PyTorch
TensorBoard
English
vit
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community
4

Instructions to use stbnlen/pokemon_classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use stbnlen/pokemon_classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="stbnlen/pokemon_classifier")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForImageClassification
    
    processor = AutoImageProcessor.from_pretrained("stbnlen/pokemon_classifier")
    model = AutoModelForImageClassification.from_pretrained("stbnlen/pokemon_classifier")
  • Notebooks
  • Google Colab
  • Kaggle
pokemon_classifier / runs
64.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
stbnlen's picture
stbnlen
Model save
3b29d6a over 2 years ago
  • Sep18_16-53-53_e371d2938287
    Model save over 2 years ago
  • Sep18_17-06-14_e371d2938287
    Model save over 2 years ago
  • Sep18_17-24-17_e371d2938287
    Training in progress, step 1000 over 2 years ago
  • Sep19_01-11-04_25794490e136
    Model save over 2 years ago
  • Sep19_17-09-20_a63fec78c2d1
    Model save over 2 years ago