legacy-datasets/common_voice
Updated • 1.52k • 144
How to use Sercan/distil-whisper-large-v3-tr with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Sercan/distil-whisper-large-v3-tr") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Sercan/distil-whisper-large-v3-tr")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Sercan/distil-whisper-large-v3-tr")distil-whisper-large-v3-tr is a distilled version of the Whisper model, fine-tuned for Turkish language tasks. This model has been trained and evaluated using a comprehensive dataset to achieve high accuracy in Turkish speech recognition.
The model was trained and evaluated using the wandb tool, with the following results:
Sercan Çepni
Email: turkelf@gmail.com
For any questions or further information, please feel free to contact the author.
Base model
openai/whisper-large-v3