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

AI4Industry
/
MoonViT-V2

Image Feature Extraction
Transformers
Safetensors
moonvit_v2
feature-extraction
vision
custom_code
Model card Files Files and versions
xet
Community

Instructions to use AI4Industry/MoonViT-V2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use AI4Industry/MoonViT-V2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-feature-extraction", model="AI4Industry/MoonViT-V2", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("AI4Industry/MoonViT-V2", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
MoonViT-V2
802 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
AI4Industry's picture
AI4Industry
Update README.md
c5acb88 verified 1 day ago
  • .gitattributes
    175 Bytes
    Upload folder using huggingface_hub 1 day ago
  • LICENSE
    3.07 kB
    Upload folder using huggingface_hub 1 day ago
  • README.md
    4.7 kB
    Update README.md 1 day ago
  • config.json
    942 Bytes
    Upload folder using huggingface_hub 1 day ago
  • configuration_moonvit_v2.py
    2.46 kB
    Upload folder using huggingface_hub 1 day ago
  • image_processing_moonvit_v2.py
    6.93 kB
    Upload folder using huggingface_hub 1 day ago
  • model.safetensors
    802 MB
    xet
    Upload folder using huggingface_hub 1 day ago
  • modeling_moonvit_v2.py
    29.5 kB
    Upload folder using huggingface_hub 1 day ago
  • preprocessor_config.json
    299 Bytes
    Upload folder using huggingface_hub 1 day ago