Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

hf-tiny-model-private
/
tiny-random-TimesformerModel

Image Feature Extraction
Transformers
PyTorch
timesformer
Model card Files Files and versions
xet
Community
1

Instructions to use hf-tiny-model-private/tiny-random-TimesformerModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use hf-tiny-model-private/tiny-random-TimesformerModel with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-feature-extraction", model="hf-tiny-model-private/tiny-random-TimesformerModel")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModel
    
    processor = AutoImageProcessor.from_pretrained("hf-tiny-model-private/tiny-random-TimesformerModel")
    model = AutoModel.from_pretrained("hf-tiny-model-private/tiny-random-TimesformerModel")
  • Notebooks
  • Google Colab
  • Kaggle
tiny-random-TimesformerModel
285 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
hf-transformers-bot's picture
hf-transformers-bot
Upload tiny models for TimesformerModel
c64e732 about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • config.json
    987 Bytes
    Upload tiny models for TimesformerModel about 3 years ago
  • preprocessor_config.json
    400 Bytes
    Upload tiny models for TimesformerModel about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    282 kB
    xet
    Upload tiny models for TimesformerModel about 3 years ago