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

facebook
/
wav2vec2-xls-r-2b-22-to-16

Automatic Speech Recognition
Transformers
PyTorch
speech-encoder-decoder
speech
xls_r
xls_r_translation
Model card Files Files and versions
xet
Community
2

Instructions to use facebook/wav2vec2-xls-r-2b-22-to-16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use facebook/wav2vec2-xls-r-2b-22-to-16 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="facebook/wav2vec2-xls-r-2b-22-to-16")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSpeechSeq2Seq
    
    tokenizer = AutoTokenizer.from_pretrained("facebook/wav2vec2-xls-r-2b-22-to-16")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("facebook/wav2vec2-xls-r-2b-22-to-16")
  • Notebooks
  • Google Colab
  • Kaggle
wav2vec2-xls-r-2b-22-to-16
10.6 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 11 commits
joaogante's picture
joaogante
Adding generation config file(s)
e69a35e over 3 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • README.md
    6.33 kB
    Update README.md (#1) about 4 years ago
  • config.json
    6.31 kB
    upload over 4 years ago
  • generation_config.json
    294 Bytes
    Adding generation config file(s) over 3 years ago
  • preprocessor_config.json
    212 Bytes
    upload over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    10.6 GB
    xet
    upload over 4 years ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    upload over 4 years ago
  • special_tokens_map.json
    717 Bytes
    upload over 4 years ago
  • tokenizer_config.json
    839 Bytes
    upload over 4 years ago