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

timm
/
naflexvit_base_patch16_siglip.v2_webli

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

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

  • Libraries
  • timm

    How to use timm/naflexvit_base_patch16_siglip.v2_webli with timm:

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

    How to use timm/naflexvit_base_patch16_siglip.v2_webli with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-feature-extraction", model="timm/naflexvit_base_patch16_siglip.v2_webli")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("timm/naflexvit_base_patch16_siglip.v2_webli", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
naflexvit_base_patch16_siglip.v2_webli
744 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
rwightman's picture
rwightman
Update README.md
0c0b623 verified 10 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • README.md
    255 Bytes
    Update README.md 10 months ago
  • config.json
    601 Bytes
    Add model 10 months ago
  • model.safetensors
    372 MB
    xet
    Add model 10 months ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    372 MB
    xet
    Add model 10 months ago