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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

qmeeus
/
whisper-small-e2e-slu

Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
whisper
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use qmeeus/whisper-small-e2e-slu with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use qmeeus/whisper-small-e2e-slu with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="qmeeus/whisper-small-e2e-slu")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("qmeeus/whisper-small-e2e-slu")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("qmeeus/whisper-small-e2e-slu", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-small-e2e-slu / runs
126 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
qmeeus's picture
qmeeus
Training in progress, step 80
21ed87a over 3 years ago
  • Jan23_13-17-01_fasso.esat.kuleuven.be
    Training in progress, step 20 over 3 years ago
  • Jan23_13-34-59_fasso.esat.kuleuven.be
    Training in progress, step 20 over 3 years ago
  • Jan23_13-38-36_fasso.esat.kuleuven.be
    Training in progress, step 20 over 3 years ago
  • Jan23_15-10-34_fasso.esat.kuleuven.be
    Training in progress, step 20 over 3 years ago
  • Jan23_15-12-55_fasso.esat.kuleuven.be
    Training in progress, step 20 over 3 years ago
  • Jan23_15-17-05_fasso.esat.kuleuven.be
    Training in progress, step 20 over 3 years ago
  • Jan23_15-18-58_fasso.esat.kuleuven.be
    Training in progress, step 20 over 3 years ago
  • Jan23_15-22-03_fasso.esat.kuleuven.be
    Training in progress, step 20 over 3 years ago
  • Jan23_15-25-49_fasso.esat.kuleuven.be
    Training in progress, step 20 over 3 years ago
  • Jan23_15-42-46_fasso.esat.kuleuven.be
    Training in progress, step 20 over 3 years ago
  • Jan23_15-46-48_fasso.esat.kuleuven.be
    Training in progress, step 20 over 3 years ago
  • Jan23_15-54-31_fasso.esat.kuleuven.be
    Training in progress, step 80 over 3 years ago