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
/
eca_nfnet_l0

Image Classification
timm
PyTorch
Safetensors
Transformers
normalization-free
efficient-channel-attention
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • timm

    How to use timm/eca_nfnet_l0 with timm:

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

    How to use timm/eca_nfnet_l0 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="timm/eca_nfnet_l0")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("timm/eca_nfnet_l0", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
eca_nfnet_l0
Ctrl+K
Ctrl+K
  • 4 contributors
History: 12 commits
pcuenq's picture
pcuenq HF Staff
transformers tag
ce0bea9 verified over 1 year ago
  • .gitattributes
    744 Bytes
    Adding `safetensors` variant of this model (#1) over 2 years ago
  • README.md
    4.47 kB
    transformers tag over 1 year ago
  • config.json
    22.7 kB
    Update config.json over 4 years ago
  • model.safetensors
    96.6 MB
    xet
    Adding `safetensors` variant of this model (#1) over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    96.6 MB
    xet
    Initial commit w/ README, config, weights about 5 years ago