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

  • Log In
  • Sign Up

timm
/
aimv2_large_patch14_224.apple_pt

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

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

  • Libraries
  • timm

    How to use timm/aimv2_large_patch14_224.apple_pt with timm:

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

    How to use timm/aimv2_large_patch14_224.apple_pt with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-feature-extraction", model="timm/aimv2_large_patch14_224.apple_pt")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("timm/aimv2_large_patch14_224.apple_pt", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
aimv2_large_patch14_224.apple_pt
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
pcuenq's picture
pcuenq HF Staff
transformers tag
4ecf1a8 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    301 Bytes
    transformers tag over 1 year ago
  • config.json
    641 Bytes
    Add model over 1 year ago
  • model.safetensors
    1.24 GB
    xet
    Add model over 1 year ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.24 GB
    xet
    Add model over 1 year ago