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

  • Log In
  • Sign Up

OpenGVLab
/
InternViT-6B-224px

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

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

  • Libraries
  • Transformers

    How to use OpenGVLab/InternViT-6B-224px with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-feature-extraction", model="OpenGVLab/InternViT-6B-224px", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("OpenGVLab/InternViT-6B-224px", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
InternViT-6B-224px
11.8 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 30 commits
czczup's picture
czczup
Update README.md
084bfb6 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    4.11 kB
    Update README.md over 1 year ago
  • config.json
    746 Bytes
    Upload folder using huggingface_hub over 2 years ago
  • configuration_intern_vit.py
    5.48 kB
    Upload folder using huggingface_hub over 2 years ago
  • flash_attention.py
    3.37 kB
    Upload folder using huggingface_hub over 2 years ago
  • modeling_intern_vit.py
    14 kB
    Update modeling_intern_vit.py over 2 years ago
  • preprocessor_config.json
    287 Bytes
    Upload folder using huggingface_hub over 2 years ago
  • pytorch_model-00001-of-00002.bin

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.BFloat16Storage",
    • "collections.OrderedDict"

    What is a pickle import?

    9.92 GB
    xet
    Upload folder using huggingface_hub over 2 years ago
  • pytorch_model-00002-of-00002.bin

    Detected Pickle imports (3)

    • "torch.BFloat16Storage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    1.88 GB
    xet
    Upload folder using huggingface_hub over 2 years ago
  • pytorch_model.bin.index.json
    46.8 kB
    Upload folder using huggingface_hub over 2 years ago