Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

danielbubiola
/
daniel_asr

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

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

  • Libraries
  • Transformers

    How to use danielbubiola/daniel_asr with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="danielbubiola/daniel_asr")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("danielbubiola/daniel_asr")
    model = AutoModelForCTC.from_pretrained("danielbubiola/daniel_asr")
  • Notebooks
  • Google Colab
  • Kaggle
daniel_asr / runs
12.6 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
danielbubiola's picture
danielbubiola
End of training
e50910a over 4 years ago
  • Jan19_09-51-21_d889570b813d
    End of training over 4 years ago