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

  • Log In
  • Sign Up

amitkot
/
whisper-tiny-he

Automatic Speech Recognition
Transformers
Safetensors
Hebrew
whisper
audio
hebrew
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use amitkot/whisper-tiny-he with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="amitkot/whisper-tiny-he")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("amitkot/whisper-tiny-he")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("amitkot/whisper-tiny-he")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-tiny-he
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
amitkot's picture
amitkot
Update to v2 model (cosine LR, 3 epochs, WER 0.581)
8d03bc1 verified about 2 months ago
  • .gitattributes
    1.52 kB
    initial commit 2 months ago
  • README.md
    1.52 kB
    Upload README.md with huggingface_hub 2 months ago
  • config.json
    1.3 kB
    Upload folder using huggingface_hub 2 months ago
  • generation_config.json
    4.45 kB
    Upload folder using huggingface_hub 2 months ago
  • model.safetensors
    151 MB
    xet
    Update to v2 model (cosine LR, 3 epochs, WER 0.581) about 2 months ago
  • preprocessor_config.json
    315 Bytes
    Upload folder using huggingface_hub 2 months ago
  • processor_config.json
    409 Bytes
    Upload folder using huggingface_hub 2 months ago
  • tokenizer.json
    3.93 MB
    Upload folder using huggingface_hub 2 months ago
  • tokenizer_config.json
    2.08 kB
    Upload folder using huggingface_hub 2 months ago
  • training_args.bin
    5.33 kB
    xet
    Update to v2 model (cosine LR, 3 epochs, WER 0.581) about 2 months ago