Porameht/processed-smarthome-th
Viewer • Updated • 9.6k • 16 • 1
How to use Porameht/whisper-tiny-smarthome-thai with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Porameht/whisper-tiny-smarthome-thai") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Porameht/whisper-tiny-smarthome-thai")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Porameht/whisper-tiny-smarthome-thai")This model is a fine-tuned version of openai/whisper-tiny on the processed-smarthome-th 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.0072 | 4.1667 | 500 | 0.0546 | 24.375 |
Base model
openai/whisper-tiny