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

dima806
/
galaxy_type_image_detection

Image Classification
Transformers
PyTorch
Safetensors
vit
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use dima806/galaxy_type_image_detection with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="dima806/galaxy_type_image_detection")
    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("dima806/galaxy_type_image_detection")
    model = AutoModelForImageClassification.from_pretrained("dima806/galaxy_type_image_detection", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
galaxy_type_image_detection
3.78 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 10 commits
dima806's picture
dima806
Update README.md
0e67933 verified almost 2 years ago
  • checkpoint-12105
    Upload folder using huggingface_hub almost 2 years ago
  • checkpoint-24210
    Upload folder using huggingface_hub almost 2 years ago
  • checkpoint-6147
    Upload folder using huggingface_hub almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    833 Bytes
    Update README.md almost 2 years ago
  • config.json
    735 Bytes
    Upload folder using huggingface_hub almost 2 years ago
  • model.safetensors
    343 MB
    xet
    Upload folder using huggingface_hub almost 2 years ago
  • preprocessor_config.json
    325 Bytes
    Upload folder using huggingface_hub almost 3 years ago
  • pytorch_model.bin
    343 MB
    xet
    Upload folder using huggingface_hub almost 3 years ago
  • training_args.bin
    4.67 kB
    xet
    Upload folder using huggingface_hub almost 2 years ago