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
1.26 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 42 commits
misterkissi's picture
misterkissi
Update README.md
6a4f85c verified about 1 year ago
  • runs
    Training in progress, step 21600 about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    1.45 kB
    Update README.md about 1 year ago
  • added_tokens.json
    30 Bytes
    Upload tokenizer about 1 year ago
  • config.json
    2.04 kB
    Training in progress, step 600 about 1 year ago
  • model.safetensors
    1.26 GB
    xet
    Upload Wav2Vec2ForCTC about 1 year ago
  • preprocessor_config.json
    214 Bytes
    Training in progress, step 600 about 1 year ago
  • special_tokens_map.json
    96 Bytes
    Upload tokenizer about 1 year ago
  • tokenizer_config.json
    1.08 kB
    Upload tokenizer about 1 year ago
  • training_args.bin
    5.3 kB
    xet
    Training in progress, step 600 about 1 year ago
  • vocab.json
    617 Bytes
    Upload tokenizer about 1 year ago