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

ai-forever
/
kandinsky-videomae-large-camera-motion

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

Instructions to use ai-forever/kandinsky-videomae-large-camera-motion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ai-forever/kandinsky-videomae-large-camera-motion with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("video-classification", model="ai-forever/kandinsky-videomae-large-camera-motion")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForVideoClassification
    
    processor = AutoImageProcessor.from_pretrained("ai-forever/kandinsky-videomae-large-camera-motion")
    model = AutoModelForVideoClassification.from_pretrained("ai-forever/kandinsky-videomae-large-camera-motion")
  • Notebooks
  • Google Colab
  • Kaggle
kandinsky-videomae-large-camera-motion
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
ai-forever's picture
ai-forever
Update README.md
3e9a74f verified 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    1.85 kB
    Update README.md 11 months ago
  • config.json
    1.74 kB
    upload videomae-large-camera-motion 11 months ago
  • model.safetensors
    1.22 GB
    xet
    upload videomae-large-camera-motion 11 months ago
  • preprocessor_config.json
    415 Bytes
    upload videomae-large-camera-motion 11 months ago