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

mwalmsley
/
euclid_encoder_mae_zoobot_vit_small_patch8_224

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

Instructions to use mwalmsley/euclid_encoder_mae_zoobot_vit_small_patch8_224 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • timm

    How to use mwalmsley/euclid_encoder_mae_zoobot_vit_small_patch8_224 with timm:

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

    How to use mwalmsley/euclid_encoder_mae_zoobot_vit_small_patch8_224 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="mwalmsley/euclid_encoder_mae_zoobot_vit_small_patch8_224")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("mwalmsley/euclid_encoder_mae_zoobot_vit_small_patch8_224", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
euclid_encoder_mae_zoobot_vit_small_patch8_224
173 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
mwalmsley's picture
mwalmsley
Add model
9f117ad verified 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • README.md
    162 Bytes
    Add model 9 months ago
  • config.json
    553 Bytes
    Add model 9 months ago
  • model.safetensors
    86.7 MB
    xet
    Add model 9 months ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    86.7 MB
    xet
    Add model 9 months ago