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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

pablo-moreira
/
puzzle-piece-sides-classifier

Image Classification
Transformers
Safetensors
English
Portuguese
puzzle_piece_sides_classifier
feature-extraction
puzzle
jigsaw-puzzle
multi-task-learning
dinov2
computer-vision
custom-model
custom_code
Model card Files Files and versions
xet
Community

Instructions to use pablo-moreira/puzzle-piece-sides-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use pablo-moreira/puzzle-piece-sides-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="pablo-moreira/puzzle-piece-sides-classifier", trust_remote_code=True)
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("pablo-moreira/puzzle-piece-sides-classifier", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
puzzle-piece-sides-classifier
350 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
pablo-moreira's picture
pablo-moreira
feat: add version 20.0.0 of the model
cc5a43f verified 7 days ago
  • .gitattributes
    1.52 kB
    initial commit 7 days ago
  • .gitignore
    56 Bytes
    initial commit 7 days ago
  • README.md
    16.1 kB
    feat: add version 20.0.0 of the model 7 days ago
  • config.json
    494 Bytes
    feat: add version 20.0.0 of the model 7 days ago
  • model.safetensors
    350 MB
    xet
    feat: add version 20.0.0 of the model 7 days ago
  • preprocessor_config.json
    3.65 kB
    feat: add version 20.0.0 of the model 7 days ago
  • puzzle_piece_sides_classifier.py
    3.77 kB
    feat: add version 20.0.0 of the model 7 days ago
  • puzzle_piece_sides_classifier_processor.py
    1.96 kB
    feat: add version 20.0.0 of the model 7 days ago