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

natihash
/
vit_base_patch16_clip_224.laion2b_linear_probe

Image Classification
timm
PyTorch
Safetensors
Transformers
Model card Files Files and versions
xet
Community

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

  • Libraries
  • timm

    How to use natihash/vit_base_patch16_clip_224.laion2b_linear_probe with timm:

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

    How to use natihash/vit_base_patch16_clip_224.laion2b_linear_probe with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="natihash/vit_base_patch16_clip_224.laion2b_linear_probe")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("natihash/vit_base_patch16_clip_224.laion2b_linear_probe", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
vit_base_patch16_clip_224.laion2b_linear_probe
693 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
natihash's picture
natihash
Adding linear probe weights for ImageNet-1k
4b1c219 verified about 2 months ago
  • .gitattributes
    1.52 kB
    initial commit about 2 months ago
  • README.md
    197 Bytes
    Adding linear probe weights for ImageNet-1k about 2 months ago
  • config.json
    648 Bytes
    Adding linear probe weights for ImageNet-1k about 2 months ago
  • model.safetensors
    346 MB
    xet
    Adding linear probe weights for ImageNet-1k about 2 months ago
  • pytorch_model.bin
    346 MB
    xet
    Adding linear probe weights for ImageNet-1k about 2 months ago