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

asini
/
wav2vec_tuto

Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
wav2vec2
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use asini/wav2vec_tuto with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use asini/wav2vec_tuto with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="asini/wav2vec_tuto")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("asini/wav2vec_tuto")
    model = AutoModelForCTC.from_pretrained("asini/wav2vec_tuto", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
wav2vec_tuto / runs
57.1 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
asini's picture
asini
add tokenizer
1b62369 over 4 years ago
  • Feb22_17-03-19_jake-a-01
    add tokenizer over 4 years ago
  • Feb22_17-12-16_jake-a-01
    add tokenizer over 4 years ago
  • Feb22_17-14-38_jake-a-01
    add tokenizer over 4 years ago
  • Feb22_17-18-47_jake-a-01
    add tokenizer over 4 years ago
  • Feb22_17-26-49_jake-a-01
    add tokenizer over 4 years ago
  • Feb22_17-32-20_jake-a-01
    add tokenizer over 4 years ago