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

robinhad
/
wav2vec2-xls-r-300m-uk

Automatic Speech Recognition
Transformers
PyTorch
Ukrainian
wav2vec2
common_voice
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • Transformers

    How to use robinhad/wav2vec2-xls-r-300m-uk with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="robinhad/wav2vec2-xls-r-300m-uk")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("robinhad/wav2vec2-xls-r-300m-uk")
    model = AutoModelForCTC.from_pretrained("robinhad/wav2vec2-xls-r-300m-uk")
  • Notebooks
  • Google Colab
  • Kaggle
wav2vec2-xls-r-300m-uk
1.26 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 22 commits
robinhad's picture
robinhad
Update to model with WER 12.22%
5617a47 over 3 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • README.md
    4.52 kB
    Update to model with WER 12.22% over 3 years ago
  • added_tokens.json
    30 Bytes
    Upload 5 files over 3 years ago
  • config.json
    2.07 kB
    Update to model with WER 12.22% over 3 years ago
  • preprocessor_config.json
    256 Bytes
    Upload 5 files over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.26 GB
    xet
    Update to model with WER 12.22% over 3 years ago
  • special_tokens_map.json
    406 Bytes
    Upload 5 files over 3 years ago
  • tokenizer_config.json
    392 Bytes
    Upload 5 files over 3 years ago
  • vocab.json
    441 Bytes
    Upload 5 files over 3 years ago