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

zz990906
/
fl-birds-base

Image Classification
Transformers
PyTorch
vit
Model card Files Files and versions
xet
Community
1

Instructions to use zz990906/fl-birds-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use zz990906/fl-birds-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="zz990906/fl-birds-base")
    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("zz990906/fl-birds-base")
    model = AutoModelForImageClassification.from_pretrained("zz990906/fl-birds-base")
  • Notebooks
  • Google Colab
  • Kaggle
fl-birds-base
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
zz990906's picture
zz990906
Upload folder using huggingface_hub
e694738 almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • config.json
    1.11 kB
    Upload folder using huggingface_hub almost 3 years ago
  • optimizer.pt
    687 MB
    xet
    Upload folder using huggingface_hub almost 3 years ago
  • preprocessor_config.json
    327 Bytes
    Upload folder using huggingface_hub almost 3 years ago
  • pytorch_model.bin
    343 MB
    xet
    Upload folder using huggingface_hub almost 3 years ago
  • rng_state.pth

    Detected Pickle imports (7)

    • "numpy.ndarray",
    • "torch._utils._rebuild_tensor_v2",
    • "_codecs.encode",
    • "torch.ByteStorage",
    • "numpy.core.multiarray._reconstruct",
    • "numpy.dtype",
    • "collections.OrderedDict"

    How to fix it?

    14.6 kB
    xet
    Upload folder using huggingface_hub almost 3 years ago
  • scheduler.pt
    627 Bytes
    xet
    Upload folder using huggingface_hub almost 3 years ago
  • trainer_state.json
    3.29 kB
    Upload folder using huggingface_hub almost 3 years ago
  • training_args.bin
    3.9 kB
    xet
    Upload folder using huggingface_hub almost 3 years ago