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_5b_patch16_sapiens2.fb

Image Feature Extraction
timm
Safetensors
sapiens
sapiens2
Transformers
vision-transformer
human-centric
pretrained-backbone
feature-extraction
Model card Files Files and versions
xet
Community

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

  • Libraries
  • timm

    How to use timm/vit_5b_patch16_sapiens2.fb with timm:

    import timm
    
    model = timm.create_model("hf_hub:timm/vit_5b_patch16_sapiens2.fb", pretrained=True)
  • sapiens

    How to use timm/vit_5b_patch16_sapiens2.fb with sapiens:

    # No code snippets available yet for this library.
    
    # To use this model, check the repository files and the library's documentation.
    
    # Want to help? PRs adding snippets are welcome at:
    # https://github.com/huggingface/huggingface.js
  • sapiens2

    How to use timm/vit_5b_patch16_sapiens2.fb with sapiens2:

    # No code snippets available yet for this library.
    
    # To use this model, check the repository files and the library's documentation.
    
    # Want to help? PRs adding snippets are welcome at:
    # https://github.com/huggingface/huggingface.js
  • Transformers

    How to use timm/vit_5b_patch16_sapiens2.fb with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-feature-extraction", model="timm/vit_5b_patch16_sapiens2.fb")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("timm/vit_5b_patch16_sapiens2.fb", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
vit_5b_patch16_sapiens2.fb
20.3 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
rwightman's picture
rwightman
Add native timm EVA remap of Sapiens2 weights, model card, and license
a2fa9f6 verified 7 days ago
  • .gitattributes
    1.52 kB
    initial commit 7 days ago
  • LICENSE.md
    9.93 kB
    Add native timm EVA remap of Sapiens2 weights, model card, and license 7 days ago
  • README.md
    4.44 kB
    Add native timm EVA remap of Sapiens2 weights, model card, and license 7 days ago
  • config.json
    781 Bytes
    Add native timm EVA remap of Sapiens2 weights, model card, and license 7 days ago
  • conversion.json
    539 Bytes
    Add native timm EVA remap of Sapiens2 weights, model card, and license 7 days ago
  • model.safetensors
    20.3 GB
    xet
    Add native timm EVA remap of Sapiens2 weights, model card, and license 7 days ago