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

sunilregmi
/
wav2vec2-openslr43-test

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

Instructions to use sunilregmi/wav2vec2-openslr43-test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use sunilregmi/wav2vec2-openslr43-test with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="sunilregmi/wav2vec2-openslr43-test")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("sunilregmi/wav2vec2-openslr43-test")
    model = AutoModelForCTC.from_pretrained("sunilregmi/wav2vec2-openslr43-test", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
wav2vec2-openslr43-test / runs
14.6 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
sunilregmi's picture
sunilregmi
wav2vec2-base-openslr43-colab
4526f89 verified over 2 years ago
  • Mar18_17-33-00_62018ad29b7c
    wav2vec2-base-openslr43-colab over 2 years ago
  • Mar18_17-40-05_62018ad29b7c
    wav2vec2-base-openslr43-colab over 2 years ago