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

manohar9452
/
vjepa2-ucf101

Video Classification
Transformers
Safetensors
vjepa2
Model card Files Files and versions
xet
Community

Instructions to use manohar9452/vjepa2-ucf101 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use manohar9452/vjepa2-ucf101 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("video-classification", model="manohar9452/vjepa2-ucf101")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForVideoClassification
    
    tokenizer = AutoTokenizer.from_pretrained("manohar9452/vjepa2-ucf101")
    model = AutoModelForVideoClassification.from_pretrained("manohar9452/vjepa2-ucf101")
  • Notebooks
  • Google Colab
  • Kaggle
vjepa2-ucf101
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
manohar9452's picture
manohar9452
Upload processor
48714f4 verified 5 months ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago
  • README.md
    5.17 kB
    Upload VJEPA2ForVideoClassification 5 months ago
  • config.json
    1.41 kB
    Upload VJEPA2ForVideoClassification 5 months ago
  • model.safetensors
    1.5 GB
    xet
    Upload VJEPA2ForVideoClassification 5 months ago
  • video_preprocessor_config.json
    505 Bytes
    Upload processor 5 months ago