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

  • Log In
  • Sign Up

seba3y
/
whisper-tiny-fluency

Audio Classification
Transformers
Safetensors
whisper
Model card Files Files and versions
xet
Community

Instructions to use seba3y/whisper-tiny-fluency with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use seba3y/whisper-tiny-fluency with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="seba3y/whisper-tiny-fluency")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("seba3y/whisper-tiny-fluency")
    model = AutoModelForAudioClassification.from_pretrained("seba3y/whisper-tiny-fluency")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-tiny-fluency
31.5 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
seba3y's picture
seba3y
Upload feature extractor
5ea9751 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • config.json
    3.08 kB
    Upload WhisperForAudioClassification over 2 years ago
  • model.safetensors
    31.5 MB
    xet
    Upload WhisperForAudioClassification over 2 years ago
  • preprocessor_config.json
    339 Bytes
    Upload feature extractor over 2 years ago