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

moonshotai
/
MoonViT-SO-400M

Image Feature Extraction
Transformers
Safetensors
moonvit
custom_code
Model card Files Files and versions
xet
Community
2

Instructions to use moonshotai/MoonViT-SO-400M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use moonshotai/MoonViT-SO-400M with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-feature-extraction", model="moonshotai/MoonViT-SO-400M", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("moonshotai/MoonViT-SO-400M", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
MoonViT-SO-400M
834 MB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 3 commits
teowu's picture
teowu
nielsr's picture
nielsr HF Staff
Add pipeline tag and library name (#1)
a889d39 verified about 1 year ago
  • figures
    upload about 1 year ago
  • .gitattributes
    1.56 kB
    upload about 1 year ago
  • README.md
    1.43 kB
    Add pipeline tag and library name (#1) about 1 year ago
  • config.json
    501 Bytes
    upload about 1 year ago
  • configuration_moonvit.py
    1.02 kB
    upload about 1 year ago
  • image_processing_moonvit.py
    4.68 kB
    upload about 1 year ago
  • model.safetensors
    834 MB
    xet
    upload about 1 year ago
  • modeling_moonvit.py
    19.4 kB
    upload about 1 year ago
  • preprocessor_config.json
    339 Bytes
    upload about 1 year ago