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

KBLab
/
wav2vec2-large-voxrex

Automatic Speech Recognition
Transformers
PyTorch
Swedish
wav2vec2
pretraining
audio
voxrex
Model card Files Files and versions
xet
Community
2

Instructions to use KBLab/wav2vec2-large-voxrex with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use KBLab/wav2vec2-large-voxrex with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="KBLab/wav2vec2-large-voxrex")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForPreTraining
    
    processor = AutoProcessor.from_pretrained("KBLab/wav2vec2-large-voxrex")
    model = AutoModelForPreTraining.from_pretrained("KBLab/wav2vec2-large-voxrex")
  • Notebooks
  • Google Colab
  • Kaggle
wav2vec2-large-voxrex
1.27 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 20 commits
Lauler's picture
Lauler
Update README to clarify difference between this model and finetuned CTC version
8276e97 about 3 years ago
  • .gitattributes
    737 Bytes
    initial commit almost 5 years ago
  • README.md
    1.31 kB
    Update README to clarify difference between this model and finetuned CTC version about 3 years ago
  • accuracy.svg
    69.3 kB
    Update accuracy.svg almost 5 years ago
  • config.json
    1.76 kB
    First almost 5 years ago
  • preprocessor_config.json
    211 Bytes
    Create preprocessor_config.json over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.27 GB
    xet
    Updated to version C over 4 years ago