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

  • Log In
  • Sign Up

morpheushoc
/
InternVideo2-Chat-8B

Feature Extraction
Transformers
Safetensors
InternVideo2_VideoChat2
custom_code
Model card Files Files and versions
xet
Community

Instructions to use morpheushoc/InternVideo2-Chat-8B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use morpheushoc/InternVideo2-Chat-8B with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="morpheushoc/InternVideo2-Chat-8B", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("morpheushoc/InternVideo2-Chat-8B", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
InternVideo2-Chat-8B
33.4 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
morpheushoc's picture
morpheushoc
Update config.json
088eb9a verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    5.17 kB
    Upload config over 1 year ago
  • config.json
    1.48 kB
    Update config.json over 1 year ago
  • model-00001-of-00007.safetensors
    4.9 GB
    xet
    Upload InternVideo2_cls over 1 year ago
  • model-00002-of-00007.safetensors
    4.96 GB
    xet
    Upload InternVideo2_cls over 1 year ago
  • model-00003-of-00007.safetensors
    4.93 GB
    xet
    Upload InternVideo2_cls over 1 year ago
  • model-00004-of-00007.safetensors
    4.79 GB
    xet
    Upload InternVideo2_cls over 1 year ago
  • model-00005-of-00007.safetensors
    4.86 GB
    xet
    Upload InternVideo2_cls over 1 year ago
  • model-00006-of-00007.safetensors
    4.79 GB
    xet
    Upload InternVideo2_cls over 1 year ago
  • model-00007-of-00007.safetensors
    4.12 GB
    xet
    Upload InternVideo2_cls over 1 year ago
  • model.safetensors.index.json
    157 kB
    Upload InternVideo2_cls over 1 year ago
  • model_config.py
    611 Bytes
    Upload config over 1 year ago
  • modeling_base.py
    8.41 kB
    Upload modeling_base.py with huggingface_hub over 1 year ago
  • modeling_qformer.py
    50.6 kB
    Upload modeling_qformer.py with huggingface_hub over 1 year ago
  • modeling_videochat2_cls.py
    3.83 kB
    Upload InternVideo2_cls over 1 year ago