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

  • Log In
  • Sign Up

khizarAI
/
whisper-tiny-en-US

Automatic Speech Recognition
Transformers
Safetensors
whisper
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use khizarAI/whisper-tiny-en-US with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="khizarAI/whisper-tiny-en-US")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("khizarAI/whisper-tiny-en-US")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("khizarAI/whisper-tiny-en-US")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-tiny-en-US
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
khizarAI's picture
khizarAI
End of training
6e411bc verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    1.92 kB
    End of training over 1 year ago
  • added_tokens.json
    34.6 kB
    /whisper-tiny-en-US over 1 year ago
  • config.json
    1.37 kB
    /whisper-tiny-en-US over 1 year ago
  • generation_config.json
    3.74 kB
    /whisper-tiny-en-US over 1 year ago
  • merges.txt
    494 kB
    /whisper-tiny-en-US over 1 year ago
  • model.safetensors
    151 MB
    xet
    /whisper-tiny-en-US over 1 year ago
  • normalizer.json
    52.7 kB
    /whisper-tiny-en-US over 1 year ago
  • preprocessor_config.json
    339 Bytes
    /whisper-tiny-en-US over 1 year ago
  • special_tokens_map.json
    2.19 kB
    /whisper-tiny-en-US over 1 year ago
  • tokenizer_config.json
    283 kB
    /whisper-tiny-en-US over 1 year ago
  • training_args.bin
    5.43 kB
    xet
    /whisper-tiny-en-US over 1 year ago
  • vocab.json
    1.04 MB
    /whisper-tiny-en-US over 1 year ago