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

chlab
/
efficientnet_61_planet_detection

Image Classification
Transformers
PyTorch
efficientnet_61_planet_detection
vision
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use chlab/efficientnet_61_planet_detection with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="chlab/efficientnet_61_planet_detection")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("chlab/efficientnet_61_planet_detection", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
efficientnet_61_planet_detection
325 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 19 commits
jpterry's picture
jpterry
Update README.md
fc15769 almost 4 years ago
  • .gitattributes
    1.25 kB
    Upload efficientnet_61_planet_detection.pyt almost 4 years ago
  • README.md
    96 Bytes
    Update README.md almost 4 years ago
  • config.json
    364 Bytes
    Update config.json almost 4 years ago
  • efficientnet_61_planet_detection.pyt
    243 MB
    xet
    Upload efficientnet_61_planet_detection.pyt almost 4 years ago
  • pytorch_model.bin
    81.7 MB
    xet
    Upload pytorch_model.bin almost 4 years ago