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
/
Athit_Timesformer_32PS

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

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

  • Libraries
  • Transformers

    How to use mbushee/Athit_Timesformer_32PS with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("video-classification", model="mbushee/Athit_Timesformer_32PS")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForVideoClassification
    
    processor = AutoImageProcessor.from_pretrained("mbushee/Athit_Timesformer_32PS")
    model = AutoModelForVideoClassification.from_pretrained("mbushee/Athit_Timesformer_32PS")
  • Notebooks
  • Google Colab
  • Kaggle
Athit_Timesformer_32PS
486 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
mbushee's picture
mbushee
Update config.json
778141e verified over 2 years ago
  • .gitattributes
    54 Bytes
    Upload 5 files over 2 years ago
  • README.md
    1.93 kB
    Upload 5 files over 2 years ago
  • config.json
    22.7 kB
    Update config.json over 2 years ago
  • gitattributes
    1.38 kB
    Upload 5 files over 2 years ago
  • preprocessor_config.json
    412 Bytes
    Upload 5 files over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch.FloatStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    486 MB
    xet
    Upload 5 files over 2 years ago