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

snehatyagi
/
wav2vec2_test

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

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

  • Libraries
  • Transformers

    How to use snehatyagi/wav2vec2_test with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="snehatyagi/wav2vec2_test")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("snehatyagi/wav2vec2_test")
    model = AutoModelForCTC.from_pretrained("snehatyagi/wav2vec2_test", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
wav2vec2_test / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 95 commits
snehatyagi's picture
snehatyagi
End of training
72b35eb over 4 years ago
  • Mar27_00-42-06_DESKTOP-C5B0HSF
    Training in progress, step 5 over 4 years ago
  • Mar27_00-57-58_DESKTOP-C5B0HSF
    End of training over 4 years ago
  • Mar27_02-20-12_DESKTOP-C5B0HSF
    End of training over 4 years ago
  • Mar27_18-40-01_DESKTOP-C5B0HSF
    add tokenizer over 4 years ago
  • Mar27_18-52-24_DESKTOP-C5B0HSF
    End of training over 4 years ago
  • Mar27_20-38-02_DESKTOP-C5B0HSF
    End of training over 4 years ago
  • Mar28_20-59-36_DESKTOP-C5B0HSF
    Training in progress, step 100 over 4 years ago
  • Mar29_11-36-25_DESKTOP-C5B0HSF
    End of training over 4 years ago
  • Mar29_22-51-14_DESKTOP-C5B0HSF
    End of training over 4 years ago
  • Mar30_15-53-06_DESKTOP-C5B0HSF
    End of training over 4 years ago