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

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
633 MB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 13 commits
czczup's picture
czczup
Update README.md
3dc1891 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    6.73 kB
    Update README.md almost 2 years ago
  • config.json
    605 Bytes
    Upload folder using huggingface_hub about 2 years ago
  • configuration_intern_vit.py
    5.55 kB
    Upload folder using huggingface_hub about 2 years ago
  • flash_attention.py
    3.46 kB
    Upload folder using huggingface_hub about 2 years ago
  • mlp_projector.pth

    Detected Pickle imports (3)

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

    What is a pickle import?

    25.2 MB
    xet
    Upload folder using huggingface_hub about 2 years ago
  • model.safetensors
    608 MB
    xet
    Upload folder using huggingface_hub about 2 years ago
  • modeling_intern_vit.py
    14.9 kB
    Upload folder using huggingface_hub about 2 years ago
  • preprocessor_config.json
    286 Bytes
    Create preprocessor_config.json about 2 years ago