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

  • Log In
  • Sign Up

OpenGVLab
/
InternViT-6B-448px-V1-2

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

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

  • Libraries
  • Transformers

    How to use OpenGVLab/InternViT-6B-448px-V1-2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-feature-extraction", model="OpenGVLab/InternViT-6B-448px-V1-2", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("OpenGVLab/InternViT-6B-448px-V1-2", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
InternViT-6B-448px-V1-2
11.4 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 30 commits
czczup's picture
czczup
Update README.md
3856ec1 verified over 1 year ago
  • mlp_projector
    Upload folder using huggingface_hub almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    5.26 kB
    Update README.md over 1 year ago
  • config.json
    745 Bytes
    Upload folder using huggingface_hub about 2 years ago
  • configuration_intern_vit.py
    5.48 kB
    Upload folder using huggingface_hub about 2 years ago
  • flash_attention.py
    3.37 kB
    Upload folder using huggingface_hub about 2 years ago
  • model-00001-of-00003.safetensors
    4.99 GB
    xet
    Upload folder using huggingface_hub about 2 years ago
  • model-00002-of-00003.safetensors
    4.94 GB
    xet
    Upload folder using huggingface_hub about 2 years ago
  • model-00003-of-00003.safetensors
    1.15 GB
    xet
    Upload folder using huggingface_hub about 2 years ago
  • model.safetensors.index.json
    43.8 kB
    Upload folder using huggingface_hub about 2 years ago
  • modeling_intern_vit.py
    14 kB
    Upload folder using huggingface_hub about 2 years ago
  • preprocessor_config.json
    287 Bytes
    Upload folder using huggingface_hub about 2 years ago