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

Tobius
/
runyakore

Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
Nyankole
whisper
whisper-event
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use Tobius/runyakore with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="Tobius/runyakore")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("Tobius/runyakore")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("Tobius/runyakore")
  • Notebooks
  • Google Colab
  • Kaggle
runyakore / runs
35 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Tobius's picture
Tobius
Training in progress, step 200
49c73be over 2 years ago
  • Jan03_10-42-43_e4683927c9e5
    Training in progress, step 500 over 2 years ago
  • Jan03_10-44-27_e4683927c9e5
    Training in progress, step 500 over 2 years ago
  • Jan03_10-45-28_e4683927c9e5
    Training in progress, step 500 over 2 years ago
  • Jan03_11-46-10_e4683927c9e5
    Training in progress, step 100 over 2 years ago
  • Jan06_12-00-28_6e17c01e8bf8
    Training in progress, step 100 over 2 years ago
  • Jan06_15-49-04_f93f90b13d4f
    Training in progress, step 200 over 2 years ago