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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

HuggingAnalist
/
mms-1b-asr-lin

Automatic Speech Recognition
Transformers
Safetensors
Lingala
wav2vec2
mms
ctc
asr
waxal
lingala
Model card Files Files and versions
xet
Community

Instructions to use HuggingAnalist/mms-1b-asr-lin with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use HuggingAnalist/mms-1b-asr-lin with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="HuggingAnalist/mms-1b-asr-lin")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("HuggingAnalist/mms-1b-asr-lin")
    model = AutoModelForCTC.from_pretrained("HuggingAnalist/mms-1b-asr-lin")
  • Notebooks
  • Google Colab
  • Kaggle
mms-1b-asr-lin
3.85 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
HuggingAnalist's picture
HuggingAnalist
Upload README.md with huggingface_hub
48e9afe verified about 13 hours ago
  • language_model
    KenLM n-gram for lin beam-search decoding about 13 hours ago
  • .gitattributes
    1.52 kB
    initial commit about 13 hours ago
  • README.md
    492 Bytes
    Upload README.md with huggingface_hub about 13 hours ago
  • added_tokens.json
    30 Bytes
    Fine-tuned MMS-300M ASR (lin) about 13 hours ago
  • config.json
    2.06 kB
    Fine-tuned MMS-300M ASR (lin) about 13 hours ago
  • model.safetensors
    3.85 GB
    xet
    Fine-tuned MMS-300M ASR (lin) about 13 hours ago
  • processor_config.json
    299 Bytes
    Fine-tuned MMS-300M ASR (lin) about 13 hours ago
  • tokenizer_config.json
    1.24 kB
    Fine-tuned MMS-300M ASR (lin) about 13 hours ago
  • training_args.bin
    5.14 kB
    xet
    Fine-tuned MMS-300M ASR (lin) about 13 hours ago
  • vocab.json
    728 Bytes
    Fine-tuned MMS-300M ASR (lin) about 13 hours ago