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

Ru3ll
/
dsn_afrispeech-shuffle

Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
English
whisper
hf-asr-leaderboard
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use Ru3ll/dsn_afrispeech-shuffle with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Ru3ll/dsn_afrispeech-shuffle with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="Ru3ll/dsn_afrispeech-shuffle")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("Ru3ll/dsn_afrispeech-shuffle")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("Ru3ll/dsn_afrispeech-shuffle", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
dsn_afrispeech-shuffle / runs
29.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Ru3ll's picture
Ru3ll
Model save
f37fa11 over 3 years ago
  • Mar17_13-36-25_64d44c35e916
    Model save over 3 years ago
  • Mar19_16-36-25_4dcbb8647fcf
    Model save over 3 years ago