Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Norod78
/
swin-muppet-faces

Image Classification
Transformers
PyTorch
Safetensors
swin
Trained with AutoTrain
vision
Model card Files Files and versions
xet
Community
1

Instructions to use Norod78/swin-muppet-faces with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Norod78/swin-muppet-faces with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="Norod78/swin-muppet-faces")
    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("Norod78/swin-muppet-faces")
    model = AutoModelForImageClassification.from_pretrained("Norod78/swin-muppet-faces")
  • Notebooks
  • Google Colab
  • Kaggle
swin-muppet-faces
695 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 4 commits
Norod78's picture
Norod78
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
e044361 almost 3 years ago
  • .gitattributes
    1.53 kB
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • README.md
    769 Bytes
    Updated metadata over 3 years ago
  • config.json
    1.82 kB
    Updated metadata over 3 years ago
  • model.safetensors
    348 MB
    xet
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • preprocessor_config.json
    240 Bytes
    Updated metadata over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.LongStorage",
    • "collections.OrderedDict",
    • "torch.FloatStorage"

    What is a pickle import?

    348 MB
    xet
    Commit From AutoTrain over 3 years ago