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

mesolitica
/
wav2vec2-xls-r-300m-mixed

Automatic Speech Recognition
Transformers
PyTorch
google-tensorflow TensorFlow
wav2vec2
generated_from_keras_callback
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • Transformers

    How to use mesolitica/wav2vec2-xls-r-300m-mixed with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="mesolitica/wav2vec2-xls-r-300m-mixed")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("mesolitica/wav2vec2-xls-r-300m-mixed")
    model = AutoModelForCTC.from_pretrained("mesolitica/wav2vec2-xls-r-300m-mixed", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
wav2vec2-xls-r-300m-mixed
Ctrl+K
Ctrl+K
  • 1 contributor
History: 17 commits
huseinzol05's picture
huseinzol05
Update README.md
626d64a about 4 years ago
  • .gitattributes
    1.17 kB
    initial commit about 4 years ago
  • README.md
    1.62 kB
    Update README.md about 4 years ago
  • config.json
    2.06 kB
    add model about 4 years ago
  • evaluate-gpu.ipynb
    20 kB
    Upload evaluate-gpu.ipynb about 4 years ago
  • preprocessor_config.json
    256 Bytes
    add model about 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.26 GB
    xet
    add model about 4 years ago
  • special_tokens_map.json
    85 Bytes
    add model about 4 years ago
  • tf_model.h5
    1.26 GB
    xet
    add model about 4 years ago
  • tokenizer_config.json
    257 Bytes
    add model about 4 years ago
  • vocab.json
    357 Bytes
    add model about 4 years ago