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

RASMUS
/
wav2vec2-xlsr-fi-train-aug-lm-1B

Automatic Speech Recognition
Transformers
PyTorch
Finnish
wav2vec2
Generated from Trainer
mozilla-foundation/common_voice_7_0
audio
speech
robust-speech-event
hf-asr-leaderboard
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use RASMUS/wav2vec2-xlsr-fi-train-aug-lm-1B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use RASMUS/wav2vec2-xlsr-fi-train-aug-lm-1B with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="RASMUS/wav2vec2-xlsr-fi-train-aug-lm-1B")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("RASMUS/wav2vec2-xlsr-fi-train-aug-lm-1B")
    model = AutoModelForCTC.from_pretrained("RASMUS/wav2vec2-xlsr-fi-train-aug-lm-1B", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
wav2vec2-xlsr-fi-train-aug-lm-1B
3.87 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 27 commits
anton-l's picture
anton-l HF Staff
Upload README.md
5ae7d70 over 4 years ago
  • language_model
    Add language model over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • .gitignore
    13 Bytes
    Training in progress, step 400 over 4 years ago
  • README.md
    2.64 kB
    Upload README.md over 4 years ago
  • added_tokens.json
    23 Bytes
    add tokenizer over 4 years ago
  • alphabet.json
    233 Bytes
    Add language model over 4 years ago
  • config.json
    2.08 kB
    Training in progress, step 400 over 4 years ago
  • eval.py
    5.05 kB
    add eval and training scripts over 4 years ago
  • preprocessor_config.json
    261 Bytes
    update preprocessor_config.json to force Wav2Vec2PreprocessorWithLM over 4 years ago
  • pytorch_model.bin
    3.85 GB
    xet
    End of training over 4 years ago
  • run_eval_aug.sh
    150 Bytes
    add eval and training scripts over 4 years ago
  • special_tokens_map.json
    502 Bytes
    Add language model over 4 years ago
  • tokenizer_config.json
    297 Bytes
    Add language model over 4 years ago
  • train-xlsr-hf-tapa.ipynb
    1.26 MB
    add eval and training scripts over 4 years ago
  • training_args.bin
    3.06 kB
    xet
    Training in progress, step 400 over 4 years ago
  • vocab.json
    307 Bytes
    add tokenizer over 4 years ago