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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

timm
/
vit_base_patch16_clip_224.openai

Image Feature Extraction
timm
PyTorch
OpenCLIP
Safetensors
Transformers
vision
Model card Files Files and versions
xet
Community
6

Instructions to use timm/vit_base_patch16_clip_224.openai with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • timm

    How to use timm/vit_base_patch16_clip_224.openai with timm:

    import timm
    
    model = timm.create_model("hf_hub:timm/vit_base_patch16_clip_224.openai", pretrained=True)
  • Transformers

    How to use timm/vit_base_patch16_clip_224.openai with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-feature-extraction", model="timm/vit_base_patch16_clip_224.openai")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("timm/vit_base_patch16_clip_224.openai", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
vit_base_patch16_clip_224.openai
1.8 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 11 commits
pcuenq's picture
pcuenq HF Staff
transformers tag
977e3dd verified over 1 year ago
  • .gitattributes
    1.43 kB
    initial commit almost 4 years ago
  • README.md
    6.39 kB
    transformers tag over 1 year ago
  • config.json
    617 Bytes
    Update model config over 3 years ago
  • merges.txt
    525 kB
    Add model almost 2 years ago
  • open_clip_config.json
    556 Bytes
    Add model almost 2 years ago
  • open_clip_model.safetensors
    599 MB
    xet
    Add model almost 2 years ago
  • open_clip_pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    599 MB
    xet
    Add model almost 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    599 MB
    xet
    Add model almost 4 years ago
  • special_tokens_map.json
    588 Bytes
    Add model almost 2 years ago
  • tokenizer.json
    3.64 MB
    Add model almost 2 years ago
  • tokenizer_config.json
    706 Bytes
    Add model almost 2 years ago
  • vocab.json
    862 kB
    Add model almost 2 years ago