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

esc-benchmark
/
wav2vec2-ctc-common_voice

Automatic Speech Recognition
Transformers
JAX
English
wav2vec2
esc
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use esc-benchmark/wav2vec2-ctc-common_voice with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="esc-benchmark/wav2vec2-ctc-common_voice")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("esc-benchmark/wav2vec2-ctc-common_voice")
    model = AutoModelForCTC.from_pretrained("esc-benchmark/wav2vec2-ctc-common_voice")
  • Notebooks
  • Google Colab
  • Kaggle
wav2vec2-ctc-common_voice
1.26 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
esc-bencher's picture
esc-bencher
Add training scripts and weights
739dd38 over 3 years ago
  • models
    Add training scripts and weights over 3 years ago
  • .gitattributes
    1.38 kB
    initial commit over 3 years ago
  • README.md
    1.14 kB
    Add training scripts and weights over 3 years ago
  • config.json
    2.06 kB
    Add training scripts and weights over 3 years ago
  • flax_model.msgpack
    1.26 GB
    xet
    Add training scripts and weights over 3 years ago
  • get_ctc_tokenizer.py
    3.79 kB
    Add training scripts and weights over 3 years ago
  • preprocessor_config.json
    256 Bytes
    Add training scripts and weights over 3 years ago
  • run_common_voice.sh
    912 Bytes
    Add training scripts and weights over 3 years ago
  • run_flax_speech_recognition_ctc.py
    61.8 kB
    Add training scripts and weights over 3 years ago
  • special_tokens_map.json
    96 Bytes
    Add training scripts and weights over 3 years ago
  • tokenizer_config.json
    344 Bytes
    Add training scripts and weights over 3 years ago
  • vocab.json
    678 Bytes
    Add training scripts and weights over 3 years ago