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

DarliAI
/
kissi-w2v2-lg-xls-r-300m-kinyarwanda

Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
wav2vec2
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use DarliAI/kissi-w2v2-lg-xls-r-300m-kinyarwanda with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use DarliAI/kissi-w2v2-lg-xls-r-300m-kinyarwanda with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="DarliAI/kissi-w2v2-lg-xls-r-300m-kinyarwanda")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("DarliAI/kissi-w2v2-lg-xls-r-300m-kinyarwanda")
    model = AutoModelForCTC.from_pretrained("DarliAI/kissi-w2v2-lg-xls-r-300m-kinyarwanda", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
kissi-w2v2-lg-xls-r-300m-kinyarwanda / runs
63.7 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 36 commits
misterkissi's picture
misterkissi
Training in progress, step 21600
a0f8a83 verified about 1 year ago
  • Jun20_21-09-31_80f5b53d568e
    Training in progress, step 21600 about 1 year ago