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

abdouaziiz
/
wav2vec2-xls-r-300m-wolof-lm

Automatic Speech Recognition
Transformers
PyTorch
wav2vec2
asr
wolof
wo
Eval Results (legacy)
Model card Files Files and versions
xet
Community
1

Instructions to use abdouaziiz/wav2vec2-xls-r-300m-wolof-lm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use abdouaziiz/wav2vec2-xls-r-300m-wolof-lm with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="abdouaziiz/wav2vec2-xls-r-300m-wolof-lm")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("abdouaziiz/wav2vec2-xls-r-300m-wolof-lm")
    model = AutoModelForCTC.from_pretrained("abdouaziiz/wav2vec2-xls-r-300m-wolof-lm", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
wav2vec2-xls-r-300m-wolof-lm
1.27 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 20 commits
abdouaziiz's picture
abdouaziiz
Update README.md
9b22092 almost 4 years ago
  • language_model
    Upload lm-boosted decoder almost 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • README.md
    4.77 kB
    Update README.md almost 4 years ago
  • added_tokens.json
    2 Bytes
    Updated add_tokens.json almost 4 years ago
  • alphabet.json
    243 Bytes
    Upload lm-boosted decoder almost 4 years ago
  • config.json
    1.66 kB
    add model over 4 years ago
  • preprocessor_config.json
    262 Bytes
    Upload lm-boosted decoder almost 4 years ago
  • pytorch_model.bin
    1.26 GB
    xet
    add model over 4 years ago
  • special_tokens_map.json
    51 Bytes
    Upload lm-boosted decoder almost 4 years ago
  • tokenizer_config.json
    454 Bytes
    Upload lm-boosted decoder almost 4 years ago
  • vocab.json
    393 Bytes
    Upload lm-boosted decoder almost 4 years ago