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

mbushee
/
CAI_64PATCHSIZE

Video Classification
Transformers
PyTorch
videomae
Model card Files Files and versions
xet
Community
1

Instructions to use mbushee/CAI_64PATCHSIZE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use mbushee/CAI_64PATCHSIZE with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("video-classification", model="mbushee/CAI_64PATCHSIZE")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForVideoClassification
    
    processor = AutoImageProcessor.from_pretrained("mbushee/CAI_64PATCHSIZE")
    model = AutoModelForVideoClassification.from_pretrained("mbushee/CAI_64PATCHSIZE")
  • Notebooks
  • Google Colab
  • Kaggle
CAI_64PATCHSIZE
346 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
mbushee's picture
mbushee
Update config.json
f536bb3 verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    28 Bytes
    initial commit over 2 years ago
  • config.json
    22.9 kB
    Update config.json over 2 years ago
  • preprocessor_config.json
    271 Bytes
    Upload 3 files over 2 years ago
  • pytorch_model.bin
    346 MB
    xet
    Upload 3 files over 2 years ago