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

  • Log In
  • Sign Up

Saving-Willy
/
template_classifier

Image Classification
Transformers
biology
biodiversity
Model card Files Files and versions
xet
Community

Instructions to use Saving-Willy/template_classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Saving-Willy/template_classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="Saving-Willy/template_classifier")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Saving-Willy/template_classifier", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
template_classifier
3.08 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
MalloryWittwerEPFL's picture
MalloryWittwerEPFL
Update README.md
3433e46 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    269 Bytes
    Update README.md over 1 year ago
  • config.json
    17 Bytes
    feat: template for model on hugging face over 1 year ago
  • configuration_cetacean_classifier.py
    225 Bytes
    feat: template for model on hugging face over 1 year ago
  • model.py
    496 Bytes
    feat: template for model on hugging face over 1 year ago
  • modeling_cetacean_classifier.py
    553 Bytes
    feat: template for model on hugging face over 1 year ago