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

rayvvv
/
mms-1b-multilingual

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

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

  • Libraries
  • Transformers

    How to use rayvvv/mms-1b-multilingual with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="rayvvv/mms-1b-multilingual")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("rayvvv/mms-1b-multilingual")
    model = AutoModelForCTC.from_pretrained("rayvvv/mms-1b-multilingual")
  • Notebooks
  • Google Colab
  • Kaggle
mms-1b-multilingual
3.9 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
hku
auto push
d29c839 over 2 years ago
  • vocabs
    init over 2 years ago
  • .gitattributes
    1.48 kB
    auto push over 2 years ago
  • README.md
    1.6 kB
    auto push over 2 years ago
  • adapter.cmn-script_simplified.bin

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    31.7 MB
    xet
    init over 2 years ago
  • adapter.eng.bin

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    9.49 MB
    xet
    init over 2 years ago
  • config.json
    2.04 kB
    init over 2 years ago
  • create_adapters.py
    10.2 kB
    init over 2 years ago
  • create_vocab.py
    878 Bytes
    init over 2 years ago
  • download_vocabs.sh
    6.23 kB
    init over 2 years ago
  • preprocessor_config.json
    254 Bytes
    init over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    3.86 GB
    xet
    init over 2 years ago
  • special_tokens_map.json
    96 Bytes
    init over 2 years ago
  • tokenizer_config.json
    397 Bytes
    init over 2 years ago
  • vocab.json
    1.34 MB
    init over 2 years ago