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

  • Log In
  • Sign Up

devkyle
/
small-v11

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

Instructions to use devkyle/small-v11 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use devkyle/small-v11 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="devkyle/small-v11")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("devkyle/small-v11")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("devkyle/small-v11")
  • Notebooks
  • Google Colab
  • Kaggle
small-v11 / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
devkyle's picture
devkyle
Training in progress, step 2000
d2b6d75 verified over 1 year ago
  • Nov07_04-44-22_67d7f1254e0d
    End of training over 1 year ago
  • Nov07_05-46-53_67d7f1254e0d
    End of training over 1 year ago
  • Nov07_11-07-57_276a68924137
    Training in progress, step 2000 over 1 year ago