dsfsi-anv/multilingual-nchlt-dataset
Viewer • Updated • 441k • 1.21k • 1
How to use sitwala/whisper-large-v3-turbo-nchlt-ven with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="sitwala/whisper-large-v3-turbo-nchlt-ven") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("sitwala/whisper-large-v3-turbo-nchlt-ven")
model = AutoModelForSpeechSeq2Seq.from_pretrained("sitwala/whisper-large-v3-turbo-nchlt-ven", device_map="auto")This model is a fine-tuned version of openai/whisper-large-v3-turbo on the dsfsi/multilingual-nchlt-dataset 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.2009 | 0.125 | 250 | 0.2447 | 18.5502 |
| 0.2014 | 1.0075 | 500 | 0.2246 | 17.0841 |
| 0.1023 | 1.1325 | 750 | 0.1829 | 14.2435 |
| 0.0985 | 2.015 | 1000 | 0.1690 | 12.4516 |
| 0.0989 | 2.14 | 1250 | 0.1816 | 14.3352 |
| 0.0576 | 3.0225 | 1500 | 0.1622 | 11.8713 |
| 0.0838 | 3.1475 | 1750 | 0.1744 | 14.7424 |
| 0.0408 | 4.03 | 2000 | 0.1575 | 10.8532 |
Base model
openai/whisper-large-v3