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

dima806
/
bird_sounds_classification

Audio Classification
Transformers
PyTorch
Safetensors
wav2vec2
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • Transformers

    How to use dima806/bird_sounds_classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="dima806/bird_sounds_classification")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("dima806/bird_sounds_classification")
    model = AutoModelForAudioClassification.from_pretrained("dima806/bird_sounds_classification")
  • Notebooks
  • Google Colab
  • Kaggle
bird_sounds_classification
6.45 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 10 commits
dima806's picture
dima806
Update README.md
a6085ba verified over 1 year ago
  • checkpoint-2770
    Upload folder using huggingface_hub over 2 years ago
  • checkpoint-4582
    Upload folder using huggingface_hub over 2 years ago
  • checkpoint-45820
    Upload folder using huggingface_hub over 2 years ago
  • checkpoint-49491
    Upload folder using huggingface_hub over 2 years ago
  • checkpoint-6925
    Upload folder using huggingface_hub over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    4.01 kB
    Update README.md over 1 year ago
  • config.json
    4.71 kB
    Upload folder using huggingface_hub over 2 years ago
  • model.safetensors
    378 MB
    xet
    Adding `safetensors` variant of this model (#1) over 2 years ago
  • preprocessor_config.json
    215 Bytes
    Upload folder using huggingface_hub over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    378 MB
    xet
    Upload folder using huggingface_hub over 2 years ago
  • training_args.bin

    Detected Pickle imports (6)

    • "transformers.training_args.OptimizerNames",
    • "torch.device",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.trainer_utils.IntervalStrategy"

    How to fix it?

    3.57 kB
    xet
    Upload folder using huggingface_hub over 2 years ago