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

ozzyonfire
/
bird-species-classifier

Image Classification
Transformers
ONNX
Safetensors
English
efficientnet
biology
vision
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use ozzyonfire/bird-species-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ozzyonfire/bird-species-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="ozzyonfire/bird-species-classifier")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForImageClassification
    
    processor = AutoImageProcessor.from_pretrained("ozzyonfire/bird-species-classifier")
    model = AutoModelForImageClassification.from_pretrained("ozzyonfire/bird-species-classifier")
  • Notebooks
  • Google Colab
  • Kaggle
bird-species-classifier
67.9 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 15 commits
ozzyonfire's picture
ozzyonfire
updated card
d4d8052 about 2 years ago
  • onnx
    using resnet instead of efficientnet about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    3.4 kB
    updated card about 2 years ago
  • config.json
    32.3 kB
    adds saved model over 2 years ago
  • evaluate_model.py
    1.22 kB
    adds evaluate script over 2 years ago
  • model.safetensors
    34.1 MB
    xet
    updates model trained 5 epochs, 0.96 acc over 2 years ago
  • preprocessor_config.json
    568 Bytes
    adds preprocessor config over 2 years ago
  • train.py
    3.37 kB
    using resnet instead of efficientnet about 2 years ago
  • train_results.json
    168 Bytes
    adds train results over 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

    • "torch.device",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.trainer_utils.IntervalStrategy",
    • "accelerate.utils.dataclasses.DistributedType",
    • "accelerate.state.PartialState",
    • "transformers.training_args.OptimizerNames",
    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.HubStrategy"

    How to fix it?

    4.6 kB
    xet
    updates model trained 5 epochs, 0.96 acc over 2 years ago