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

Anguuuuus
/
laryngitis

Audio Classification
Transformers
TensorBoard
Safetensors
wav2vec2
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use Anguuuuus/laryngitis with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="Anguuuuus/laryngitis")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("Anguuuuus/laryngitis")
    model = AutoModelForAudioClassification.from_pretrained("Anguuuuus/laryngitis")
  • Notebooks
  • Google Colab
  • Kaggle
laryngitis / runs
49.2 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Anguuuuus's picture
Anguuuuus
End of training
9604a43 verified over 2 years ago
  • Feb08_01-28-21_9b49dced8df0
    End of training over 2 years ago
  • Feb08_01-34-07_9b49dced8df0
    End of training over 2 years ago
  • Feb08_01-38-54_9b49dced8df0
    End of training over 2 years ago
  • Feb08_01-48-00_9b49dced8df0
    End of training over 2 years ago
  • Feb08_01-53-25_9b49dced8df0
    End of training over 2 years ago