Tajik Language Models
Collection
20 items • Updated • 3
How to use muhtasham/whisper-tg with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="muhtasham/whisper-tg") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("muhtasham/whisper-tg")
model = AutoModelForSpeechSeq2Seq.from_pretrained("muhtasham/whisper-tg")This model is a fine-tuned version of openai/whisper-small on the CUSTOM 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.0245 | 6.2893 | 1000 | 0.3726 | 20.9634 |
| 0.0043 | 12.5786 | 2000 | 0.4167 | 20.5318 |
| 0.0003 | 18.8679 | 3000 | 0.4431 | 19.2062 |
| 0.0002 | 25.1572 | 4000 | 0.4538 | 18.9518 |
Base model
openai/whisper-small