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

  • Log In
  • Sign Up

Evan-Lin
/
ast-vggsound

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

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="Evan-Lin/ast-vggsound")
    # Load model directly
    from transformers import AutoFeatureExtractor, AutoModelForAudioClassification
    
    extractor = AutoFeatureExtractor.from_pretrained("Evan-Lin/ast-vggsound")
    model = AutoModelForAudioClassification.from_pretrained("Evan-Lin/ast-vggsound")
  • Notebooks
  • Google Colab
  • Kaggle
ast-vggsound
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Evan-Lin's picture
Evan-Lin
Upload ASTForAudioClassification
c959194 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • config.json
    14.6 kB
    Upload ASTForAudioClassification over 2 years ago
  • model.safetensors
    346 MB
    xet
    Upload ASTForAudioClassification over 2 years ago