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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

dmsrud
/
anomalous_behavior_video_cls_model

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

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

  • Libraries
  • Transformers

    How to use dmsrud/anomalous_behavior_video_cls_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("video-classification", model="dmsrud/anomalous_behavior_video_cls_model")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForVideoClassification
    
    processor = AutoImageProcessor.from_pretrained("dmsrud/anomalous_behavior_video_cls_model")
    model = AutoModelForVideoClassification.from_pretrained("dmsrud/anomalous_behavior_video_cls_model", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
anomalous_behavior_video_cls_model
345 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
dmsrud's picture
dmsrud
Upload processor
dad9335 verified 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    1.59 kB
    dmsrud/anomalous_behavior_video_cls_model 11 months ago
  • config.json
    1.22 kB
    dmsrud/anomalous_behavior_video_cls_model 11 months ago
  • model.safetensors
    345 MB
    xet
    dmsrud/anomalous_behavior_video_cls_model 11 months ago
  • preprocessor_config.json
    415 Bytes
    Upload processor 11 months ago
  • training_args.bin
    5.84 kB
    xet
    dmsrud/anomalous_behavior_video_cls_model 11 months ago