whisper-small-fa / README.md
arxyzan's picture
Update metadata with huggingface_hub
662779f
|
raw
history blame
435 Bytes
metadata
language:
  - fa
library_name: hezar
tags:
  - automatic-speech-recognition
  - hezar
datasets:
  - mozilla-foundation/common_voice_11_0
pipeline_tag: automatic-speech-recognition

Whisper (small) model finetuned on Common Voice by Hezar AI.

Usage

pip install hezar
from hezar import Model

whisper = Model.load("hezarai/whisper-small-fa")
transcripts = whisper.predict("speech_example.mp3")
print(transcripts)