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

morpheushoc
/
InternVideo2-Cls-8B-1

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

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="morpheushoc/InternVideo2-Cls-8B-1", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("morpheushoc/InternVideo2-Cls-8B-1", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
InternVideo2-Cls-8B-1
743 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
morpheushoc's picture
morpheushoc
Upload InternVideo2_Classification_test
994d803 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    5.17 kB
    Upload InternVideo2_Classification_test over 1 year ago
  • config.json
    1.48 kB
    Upload InternVideo2_Classification_test over 1 year ago
  • model.safetensors
    743 MB
    xet
    Upload InternVideo2_Classification_test over 1 year ago
  • model_config.py
    553 Bytes
    Upload InternVideo2_Classification_test over 1 year ago
  • modeling_videochat2_classification.py
    19.2 kB
    Upload InternVideo2_Classification_test over 1 year ago