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

hoganpham
/
my_first_asr_model

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

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

  • Libraries
  • Transformers

    How to use hoganpham/my_first_asr_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="hoganpham/my_first_asr_model")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("hoganpham/my_first_asr_model")
    model = AutoModelForCTC.from_pretrained("hoganpham/my_first_asr_model", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
my_first_asr_model / runs
38.7 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
hoganpham's picture
hoganpham
Training in progress, step 10
b9c5164 verified over 1 year ago
  • Jan09_22-20-47_26a337ad9663
    Training in progress, step 10 over 1 year ago
  • Jan09_22-23-06_26a337ad9663
    Training in progress, step 10 over 1 year ago
  • Jan09_22-24-43_26a337ad9663
    Training in progress, step 10 over 1 year ago
  • Jan09_22-27-14_26a337ad9663
    Training in progress, step 10 over 1 year ago
  • Jan09_22-28-44_26a337ad9663
    Training in progress, step 10 over 1 year ago
  • Jan09_22-32-32_26a337ad9663
    Training in progress, step 10 over 1 year ago