Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

OpenGVLab
/
InternViT-300M-448px

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

Instructions to use OpenGVLab/InternViT-300M-448px with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use OpenGVLab/InternViT-300M-448px with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-feature-extraction", model="OpenGVLab/InternViT-300M-448px", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("OpenGVLab/InternViT-300M-448px", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
InternViT-300M-448px
677 MB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 25 commits
czczup's picture
czczup
nielsr's picture
nielsr HF Staff
Add library name and github repo (#4)
fe15895 verified over 1 year ago
  • mlp_projector
    Upload folder using huggingface_hub almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    4.81 kB
    Add library name and github repo (#4) over 1 year ago
  • config.json
    748 Bytes
    Upload folder using huggingface_hub almost 2 years ago
  • configuration_intern_vit.py
    5.55 kB
    Upload folder using huggingface_hub almost 2 years ago
  • flash_attention.py
    3.46 kB
    Upload folder using huggingface_hub almost 2 years ago
  • model.safetensors
    608 MB
    xet
    Upload folder using huggingface_hub almost 2 years ago
  • modeling_intern_vit.py
    14.9 kB
    Upload folder using huggingface_hub almost 2 years ago
  • preprocessor_config.json
    287 Bytes
    Upload folder using huggingface_hub almost 2 years ago