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

Or4kool
/
mms_300m_wolof_stt

Automatic Speech Recognition
Transformers
Safetensors
wav2vec2
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Or4kool/mms_300m_wolof_stt with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="Or4kool/mms_300m_wolof_stt", device_map="auto")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("Or4kool/mms_300m_wolof_stt")
    model = AutoModelForCTC.from_pretrained("Or4kool/mms_300m_wolof_stt", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
mms_300m_wolof_stt
1.26 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Or4kool's picture
Or4kool
Add Wolof STT model (Full Fine-tuning)
368fdba verified 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    5.17 kB
    Add Wolof STT processor (Full Fine-tuning) 6 months ago
  • added_tokens.json
    30 Bytes
    Add Wolof STT processor (Full Fine-tuning) 6 months ago
  • config.json
    2.03 kB
    Add Wolof STT model (Full Fine-tuning) 6 months ago
  • model.safetensors
    1.26 GB
    xet
    Add Wolof STT model (Full Fine-tuning) 6 months ago
  • preprocessor_config.json
    254 Bytes
    Add Wolof STT processor (Full Fine-tuning) 6 months ago
  • special_tokens_map.json
    548 Bytes
    Add Wolof STT processor (Full Fine-tuning) 6 months ago
  • tokenizer_config.json
    1.13 kB
    Add Wolof STT processor (Full Fine-tuning) 6 months ago
  • vocab.json
    804 Bytes
    Add Wolof STT processor (Full Fine-tuning) 6 months ago