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

  • Log In
  • Sign Up

lfurman
/
whisper-tiny-en

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

Instructions to use lfurman/whisper-tiny-en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use lfurman/whisper-tiny-en with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="lfurman/whisper-tiny-en")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("lfurman/whisper-tiny-en")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("lfurman/whisper-tiny-en")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-tiny-en / checkpoint-2000
453 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
lfurman's picture
lfurman
Upload folder using huggingface_hub
02625b8 verified over 1 year ago
  • config.json
    1.27 kB
    Upload folder using huggingface_hub over 1 year ago
  • generation_config.json
    2.88 kB
    Upload folder using huggingface_hub over 1 year ago
  • model.safetensors
    151 MB
    xet
    Upload folder using huggingface_hub over 1 year ago
  • optimizer.pt
    302 MB
    xet
    Upload folder using huggingface_hub over 1 year ago
  • preprocessor_config.json
    339 Bytes
    Upload folder using huggingface_hub over 1 year ago
  • rng_state.pth
    14.2 kB
    xet
    Upload folder using huggingface_hub over 1 year ago
  • scheduler.pt
    1.06 kB
    xet
    Upload folder using huggingface_hub over 1 year ago
  • trainer_state.json
    14.9 kB
    Upload folder using huggingface_hub over 1 year ago
  • training_args.bin
    5.37 kB
    xet
    Upload folder using huggingface_hub over 1 year ago