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

  • Log In
  • Sign Up

DBD-research-group
/
AST-BirdSet-XCL

Audio Classification
Transformers
Safetensors
audio-spectrogram-transformer
Model card Files Files and versions
xet
Community

Instructions to use DBD-research-group/AST-BirdSet-XCL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use DBD-research-group/AST-BirdSet-XCL with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="DBD-research-group/AST-BirdSet-XCL")
    # Load model directly
    from transformers import AutoFeatureExtractor, AutoModelForAudioClassification
    
    extractor = AutoFeatureExtractor.from_pretrained("DBD-research-group/AST-BirdSet-XCL")
    model = AutoModelForAudioClassification.from_pretrained("DBD-research-group/AST-BirdSet-XCL")
  • Notebooks
  • Google Colab
  • Kaggle
AST-BirdSet-XCL
375 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
RuslanAntjuschin's picture
RuslanAntjuschin
Update id2label and label2id
0424378 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    5.17 kB
    Upload ASTForAudioClassification almost 2 years ago
  • config.json
    425 kB
    Update id2label and label2id over 1 year ago
  • model.safetensors
    375 MB
    xet
    Upload ASTForAudioClassification almost 2 years ago