Arbi-Houssem/comondv
Viewer • Updated • 78 • 15
How to use Arbi-Houssem/TunLangModel with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Arbi-Houssem/TunLangModel") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Arbi-Houssem/TunLangModel")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Arbi-Houssem/TunLangModel")This model is a fine-tuned version of openai/whisper-medium on the comondov 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 |
|---|---|---|---|---|
| 1.5017 | 100.0 | 300 | 6.1135 | 163.5332 |
| 0.0224 | 200.0 | 600 | 6.5103 | 105.8347 |
| 0.0101 | 300.0 | 900 | 6.8122 | 105.8347 |
| 0.0095 | 400.0 | 1200 | 6.8766 | 100.0 |
| 0.0093 | 500.0 | 1500 | 6.9174 | 100.0 |
| 0.0091 | 600.0 | 1800 | 6.9324 | 100.4052 |
Base model
openai/whisper-medium