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

Joy28
/
videomae-base-finetuned-subset

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

Instructions to use Joy28/videomae-base-finetuned-subset with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Joy28/videomae-base-finetuned-subset with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("video-classification", model="Joy28/videomae-base-finetuned-subset")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForVideoClassification
    
    processor = AutoImageProcessor.from_pretrained("Joy28/videomae-base-finetuned-subset")
    model = AutoModelForVideoClassification.from_pretrained("Joy28/videomae-base-finetuned-subset")
  • Notebooks
  • Google Colab
  • Kaggle
videomae-base-finetuned-subset
1.38 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 282 commits
Joy28's picture
Joy28
End of training
fc5b0cd over 2 years ago
  • runs
    End of training over 2 years ago
  • tmp-checkpoint-2124
    Training in progress, epoch 17 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    7.67 kB
    Model save over 2 years ago
  • all_results.json
    203 Bytes
    End of training over 2 years ago
  • config.json
    1.13 kB
    Training in progress, epoch 0 over 2 years ago
  • model.safetensors
    345 MB
    xet
    Model save over 2 years ago
  • preprocessor_config.json
    471 Bytes
    Training in progress, epoch 0 over 2 years ago
  • test_results.json
    203 Bytes
    End of training over 2 years ago
  • trainer_state.json
    161 kB
    End of training over 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

    • "transformers.trainer_utils.IntervalStrategy",
    • "torch.device",
    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.SchedulerType",
    • "accelerate.state.PartialState",
    • "transformers.training_args.OptimizerNames",
    • "transformers.trainer_utils.HubStrategy",
    • "accelerate.utils.dataclasses.DistributedType"

    How to fix it?

    4.28 kB
    xet
    Training in progress, epoch 0 over 2 years ago