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

radna
/
Triton-InternViT-6B-448px-V1-5

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

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

  • Libraries
  • Transformers

    How to use radna/Triton-InternViT-6B-448px-V1-5 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-feature-extraction", model="radna/Triton-InternViT-6B-448px-V1-5", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("radna/Triton-InternViT-6B-448px-V1-5", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Triton-InternViT-6B-448px-V1-5
11.1 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 29 commits
radna's picture
radna
Update modeling_intern_vit.py
c38faeb verified over 2 years ago
  • .gitattributes
    1.55 kB
    Upload 13 files over 2 years ago
  • README.md
    7.26 kB
    Upload 13 files over 2 years ago
  • config.json
    832 Bytes
    Upload 13 files over 2 years ago
  • configuration_intern_vit.py
    5.48 kB
    Update configuration_intern_vit.py over 2 years ago
  • flash_attention.py
    3.64 kB
    Update flash_attention.py over 2 years ago
  • model-00001-of-00003.safetensors
    4.99 GB
    xet
    Upload 13 files over 2 years ago
  • model-00002-of-00003.safetensors
    4.94 GB
    xet
    Upload 13 files over 2 years ago
  • model-00003-of-00003.safetensors
    1.15 GB
    xet
    Upload 13 files over 2 years ago
  • model.safetensors.index.json
    44.4 kB
    Upload 13 files over 2 years ago
  • modeling_intern_vit.py
    17.5 kB
    Update modeling_intern_vit.py over 2 years ago
  • preprocessor_config.json
    306 Bytes
    Upload 13 files over 2 years ago
  • triton_bert_pading.py
    9.86 kB
    Rename triton_bert_padding.py to triton_bert_pading.py over 2 years ago
  • triton_flash_atn.py
    23.4 kB
    Update triton_flash_atn.py over 2 years ago