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

grkon97
/
Intoxicated_Classification

Video Classification
Transformers
TensorBoard
Safetensors
videomae
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use grkon97/Intoxicated_Classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("video-classification", model="grkon97/Intoxicated_Classification")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForVideoClassification
    
    processor = AutoImageProcessor.from_pretrained("grkon97/Intoxicated_Classification")
    model = AutoModelForVideoClassification.from_pretrained("grkon97/Intoxicated_Classification")
  • Notebooks
  • Google Colab
  • Kaggle
Intoxicated_Classification / runs
199 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
grkon97's picture
grkon97
Training in progress, epoch 8
da5ba39 verified about 1 year ago
  • May05_13-40-42_e665c36ad142
    Training in progress, epoch 1 about 1 year ago
  • May05_16-22-56_e665c36ad142
    Training in progress, epoch 8 about 1 year ago