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

torresflo
/
Poke-Model

Image Classification
Transformers
PyTorch
Safetensors
vit
vision
Pokémon
Model card Files Files and versions
xet
Community
1

Instructions to use torresflo/Poke-Model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use torresflo/Poke-Model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="torresflo/Poke-Model")
    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("torresflo/Poke-Model")
    model = AutoModelForImageClassification.from_pretrained("torresflo/Poke-Model")
  • Notebooks
  • Google Colab
  • Kaggle
Poke-Model / examples
85.7 kB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 1 commit
Florian Torres
Add examples and model card
761a76d over 3 years ago
  • 1.jpg
    10.8 kB
    Add examples and model card over 3 years ago
  • 2.jpg
    37.8 kB
    Add examples and model card over 3 years ago
  • 3.jpg
    37.1 kB
    Add examples and model card over 3 years ago