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

Aeirya
/
test_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 Aeirya/test_asr_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Aeirya/test_asr_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="Aeirya/test_asr_model")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("Aeirya/test_asr_model")
    model = AutoModelForCTC.from_pretrained("Aeirya/test_asr_model")
  • Notebooks
  • Google Colab
  • Kaggle
test_asr_model / runs
30.4 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Aeirya's picture
Aeirya
Training in progress, step 100
717464b verified almost 2 years ago
  • Jul23_09-53-03_221d0f04c8ed
    Training in progress, step 200 almost 2 years ago
  • Jul23_10-27-39_221d0f04c8ed
    Training in progress, step 50 almost 2 years ago
  • Jul23_10-28-20_221d0f04c8ed
    Training in progress, step 50 almost 2 years ago
  • Jul23_10-43-24_221d0f04c8ed
    Training in progress, step 100 almost 2 years ago