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

speech-seq2seq
/
wav2vec2-2-bert-large

Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
speech-encoder-decoder
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use speech-seq2seq/wav2vec2-2-bert-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use speech-seq2seq/wav2vec2-2-bert-large with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="speech-seq2seq/wav2vec2-2-bert-large")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSpeechSeq2Seq
    
    tokenizer = AutoTokenizer.from_pretrained("speech-seq2seq/wav2vec2-2-bert-large")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("speech-seq2seq/wav2vec2-2-bert-large")
  • Notebooks
  • Google Colab
  • Kaggle
wav2vec2-2-bert-large / runs
2.69 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 33 commits
Sanchit Gandhi
End of training
fb8656e over 4 years ago
  • Feb07_20-25-56_sanchit--v100
    Training in progress, step 500 over 4 years ago
  • Feb07_20-28-32_sanchit--v100
    Training in progress, step 500 over 4 years ago
  • Feb07_20-29-27_sanchit--v100
    Training in progress, step 500 over 4 years ago
  • Feb07_20-44-59_sanchit--v100
    Training in progress, step 500 over 4 years ago
  • Feb08_15-04-36_sanchit--v100
    Training in progress, step 500 over 4 years ago
  • Feb08_15-10-10_sanchit--v100
    Training in progress, step 500 over 4 years ago
  • Feb08_15-11-13_sanchit--v100
    Training in progress, step 500 over 4 years ago
  • Feb08_15-12-28_sanchit--v100
    Training in progress, step 500 over 4 years ago
  • Feb08_15-15-28_sanchit--v100
    Training in progress, step 500 over 4 years ago
  • Feb08_15-16-26_sanchit--v100
    End of training over 4 years ago
  • Feb09_14-32-13_sanchit--v100
    Training in progress, step 500 over 4 years ago
  • Feb09_14-34-30_sanchit--v100
    Training in progress, step 500 over 4 years ago
  • Feb09_14-35-57_sanchit--v100
    Training in progress, step 500 over 4 years ago
  • Feb09_14-37-59_sanchit--v100
    Training in progress, step 500 over 4 years ago
  • Feb09_21-53-07_sanchit--v100
    End of training over 4 years ago