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

facebook
/
vjepa2-vitg-fpc64-384

Video Classification
Transformers
Safetensors
vjepa2
feature-extraction
video
Model card Files Files and versions
xet
Community
4

Instructions to use facebook/vjepa2-vitg-fpc64-384 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use facebook/vjepa2-vitg-fpc64-384 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("video-classification", model="facebook/vjepa2-vitg-fpc64-384")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMultimodalLM
    
    tokenizer = AutoTokenizer.from_pretrained("facebook/vjepa2-vitg-fpc64-384")
    model = AutoModelForMultimodalLM.from_pretrained("facebook/vjepa2-vitg-fpc64-384")
  • Notebooks
  • Google Colab
  • Kaggle
vjepa2-vitg-fpc64-384
20.6 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
koustuvs's picture
koustuvs
Update README.md
12ca916 verified 10 months ago
  • original
    Initial commit 12 months ago
  • .gitattributes
    1.52 kB
    Initial commit 12 months ago
  • README.md
    3.21 kB
    Update README.md 10 months ago
  • config.json
    780 Bytes
    Initial commit 12 months ago
  • model.safetensors
    4.14 GB
    xet
    Initial commit 12 months ago
  • notebook.ipynb
    4.3 kB
    Initial commit 12 months ago
  • notebook_finetuning.ipynb
    545 kB
    Add fine-tuning notebook (#3) 12 months ago
  • video_preprocessor_config.json
    1.3 kB
    Initial commit 12 months ago