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

esb
/
wav2vec2-aed-common_voice

Automatic Speech Recognition
Transformers
JAX
English
speech-encoder-decoder
esb
Model card Files Files and versions
xet
Community

Instructions to use esb/wav2vec2-aed-common_voice with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use esb/wav2vec2-aed-common_voice with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="esb/wav2vec2-aed-common_voice")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSpeechSeq2Seq
    
    tokenizer = AutoTokenizer.from_pretrained("esb/wav2vec2-aed-common_voice")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("esb/wav2vec2-aed-common_voice")
  • Notebooks
  • Google Colab
  • Kaggle
wav2vec2-aed-common_voice
2.36 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Sanchit Gandhi
Add training scripts and weights
451ab75 over 3 years ago
  • models
    Add training scripts and weights over 3 years ago
  • .gitattributes
    1.38 kB
    Add training scripts and weights over 3 years ago
  • README.md
    1.26 kB
    Add training scripts and weights over 3 years ago
  • config.json
    7.11 kB
    Add training scripts and weights over 3 years ago
  • flax_model.msgpack
    2.35 GB
    xet
    Add training scripts and weights over 3 years ago
  • merges.txt
    456 kB
    Add training scripts and weights over 3 years ago
  • preprocessor_config.json
    214 Bytes
    Add training scripts and weights over 3 years ago
  • run_common_voice.sh
    1.11 kB
    Add training scripts and weights over 3 years ago
  • run_flax_speech_recognition_seq2seq.py
    66.4 kB
    Add training scripts and weights over 3 years ago
  • special_tokens_map.json
    280 Bytes
    Add training scripts and weights over 3 years ago
  • tokenizer.json
    2.11 MB
    Add training scripts and weights over 3 years ago
  • tokenizer_config.json
    412 Bytes
    Add training scripts and weights over 3 years ago
  • vocab.json
    798 kB
    Add training scripts and weights over 3 years ago