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

  • Log In
  • Sign Up

Evan-Lin
/
ast-esc50

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

Instructions to use Evan-Lin/ast-esc50 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Evan-Lin/ast-esc50 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="Evan-Lin/ast-esc50")
    # Load model directly
    from transformers import AutoFeatureExtractor, AutoModelForAudioClassification
    
    extractor = AutoFeatureExtractor.from_pretrained("Evan-Lin/ast-esc50")
    model = AutoModelForAudioClassification.from_pretrained("Evan-Lin/ast-esc50")
  • Notebooks
  • Google Colab
  • Kaggle
ast-esc50
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
Evan-Lin's picture
Evan-Lin
Upload ASTForAudioClassification
0baedf8 over 2 years ago
  • .gitattributes
    54 Bytes
    Upload ASTForAudioClassification over 2 years ago
  • config.json
    2.81 kB
    Upload ASTForAudioClassification over 2 years ago
  • optimizer.pt
    690 MB
    xet
    init almost 3 years ago
  • pytorch_model.bin
    345 MB
    xet
    Upload ASTForAudioClassification over 2 years ago
  • rng_state.pth
    14.6 kB
    xet
    init almost 3 years ago
  • scheduler.pt
    627 Bytes
    xet
    init almost 3 years ago
  • trainer_state.json
    6.26 kB
    xet
    init almost 3 years ago
  • training_args.bin
    3.96 kB
    xet
    init almost 3 years ago