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

forwarder1121
/
ast-finetuned-model

Audio Classification
Transformers
Safetensors
English
audio-spectrogram-transformer
emotion-classification
audio-spectrogram
transformer
fine-tuned
Model card Files Files and versions
xet
Community

Instructions to use forwarder1121/ast-finetuned-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use forwarder1121/ast-finetuned-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="forwarder1121/ast-finetuned-model")
    # Load model directly
    from transformers import AutoFeatureExtractor, AutoModelForAudioClassification
    
    extractor = AutoFeatureExtractor.from_pretrained("forwarder1121/ast-finetuned-model")
    model = AutoModelForAudioClassification.from_pretrained("forwarder1121/ast-finetuned-model")
  • Notebooks
  • Google Colab
  • Kaggle
ast-finetuned-model
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
forwarder1121's picture
forwarder1121
Update README.md
bc06669 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    3.75 kB
    Update README.md over 1 year ago
  • config.json
    893 Bytes
    Upload fine-tuned AST model over 1 year ago
  • model.safetensors
    345 MB
    xet
    Add model.safetensors with Git LFS tracking over 1 year ago
  • preprocessor_config.json
    297 Bytes
    Upload fine-tuned AST model over 1 year ago