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

KhayaAI
/
w2v-bert-wlx

Automatic Speech Recognition
Transformers
Safetensors
Wali (Ghana)
wav2vec2-bert
speech
asr
african-languages
w2v-bert
khaya
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use KhayaAI/w2v-bert-wlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use KhayaAI/w2v-bert-wlx with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="KhayaAI/w2v-bert-wlx")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("KhayaAI/w2v-bert-wlx")
    model = AutoModelForCTC.from_pretrained("KhayaAI/w2v-bert-wlx", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
w2v-bert-wlx
2.42 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
azunre's picture
azunre
Add arXiv:2607.21540 tag + paper link; update model card
37979d9 verified 2 days ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    4.52 kB
    Add arXiv:2607.21540 tag + paper link; update model card 2 days ago
  • added_tokens.json
    30 Bytes
    Upload tokenizer 11 months ago
  • config.json
    1.87 kB
    Upload Wav2Vec2BertForCTC 11 months ago
  • model.safetensors
    2.42 GB
    xet
    Upload Wav2Vec2BertForCTC 11 months ago
  • preprocessor_config.json
    275 Bytes
    Upload feature extractor 11 months ago
  • special_tokens_map.json
    548 Bytes
    Upload tokenizer 11 months ago
  • tokenizer_config.json
    1.13 kB
    Upload tokenizer 11 months ago
  • vocab.json
    345 Bytes
    Upload tokenizer 11 months ago