RodrigoLimaRFL/nurc-sp_pseudo_labelled
Viewer • Updated • 32.7k • 1.05k • 1
How to use ghiidamas1992-nlp/whisper_tiny_ptbr with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="ghiidamas1992-nlp/whisper_tiny_ptbr") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("ghiidamas1992-nlp/whisper_tiny_ptbr")
model = AutoModelForSpeechSeq2Seq.from_pretrained("ghiidamas1992-nlp/whisper_tiny_ptbr", device_map="auto")This model is a fine-tuned version of openai/whisper-tiny on the nurc-sp_pseudo_labelled 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.2522 | 0.5094 | 1000 | 1.1713 | 74.6895 |
| 1.0397 | 1.0188 | 2000 | 1.0796 | 68.5537 |
| 0.9879 | 1.5283 | 3000 | 1.0420 | 62.4686 |
| 0.9334 | 2.0377 | 4000 | 1.0195 | 59.7845 |
| 0.9834 | 2.5471 | 5000 | 1.0137 | 59.3804 |
Base model
openai/whisper-tiny