yonisaka/asr_medical_id
Viewer • Updated • 122 • 11 • 1
How to use yonisaka/whisper-small-id-v2 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="yonisaka/whisper-small-id-v2") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("yonisaka/whisper-small-id-v2")
model = AutoModelForSpeechSeq2Seq.from_pretrained("yonisaka/whisper-small-id-v2")This model is a fine-tuned version of openai/whisper-small on the ASR Medical Indonesian dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Wer |
|---|---|---|---|---|
| 0.0001 | 142.8571 | 1000 | 0.0001 | 0.0 |
Base model
openai/whisper-small