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

neverloses87
/
fine-tune

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

Instructions to use neverloses87/fine-tune with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use neverloses87/fine-tune with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("video-classification", model="neverloses87/fine-tune")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForVideoClassification
    
    processor = AutoImageProcessor.from_pretrained("neverloses87/fine-tune")
    model = AutoModelForVideoClassification.from_pretrained("neverloses87/fine-tune")
  • Notebooks
  • Google Colab
  • Kaggle
fine-tune / runs
16 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
neverloses87's picture
neverloses87
Model save
263eff0 almost 3 years ago
  • Jul28_06-39-12_f423b4dcddb9
    Model save almost 3 years ago
  • Jul28_06-40-11_f423b4dcddb9
    Model save almost 3 years ago
  • Jul28_09-03-51_f423b4dcddb9
    Model save almost 3 years ago