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

  • Log In
  • Sign Up

wrice
/
perch-v2-efficientnet-b3

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

Instructions to use wrice/perch-v2-efficientnet-b3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • timm

    How to use wrice/perch-v2-efficientnet-b3 with timm:

    import timm
    
    model = timm.create_model("hf_hub:wrice/perch-v2-efficientnet-b3", pretrained=True)
  • Transformers

    How to use wrice/perch-v2-efficientnet-b3 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="wrice/perch-v2-efficientnet-b3")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("wrice/perch-v2-efficientnet-b3", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
perch-v2-efficientnet-b3
86.5 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
wrice's picture
wrice
Add Perch v2 converted weights (EfficientNet-B3, 1ch, 1536-dim)
70c1b56 verified about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    376 Bytes
    Add Perch v2 converted weights (EfficientNet-B3, 1ch, 1536-dim) about 1 month ago
  • config.json
    896 Bytes
    Add Perch v2 converted weights (EfficientNet-B3, 1ch, 1536-dim) about 1 month ago
  • model.safetensors
    43.2 MB
    xet
    Add Perch v2 converted weights (EfficientNet-B3, 1ch, 1536-dim) about 1 month ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    43.3 MB
    xet
    Add Perch v2 converted weights (EfficientNet-B3, 1ch, 1536-dim) about 1 month ago