deepinfinityai/30_report_sentences_dataset
Viewer • Updated • 30 • 19
How to use deepinfinityai/30_sentencesV1 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="deepinfinityai/30_sentencesV1") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("deepinfinityai/30_sentencesV1")
model = AutoModelForSpeechSeq2Seq.from_pretrained("deepinfinityai/30_sentencesV1", device_map="auto")This model is a fine-tuned version of openai/whisper-large on the 11 Sentences 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 |
|---|---|---|---|---|
| 2.3891 | 8.3333 | 50 | 1.2466 | 21.2121 |
| 0.0553 | 16.6667 | 100 | 0.1580 | 18.1818 |
| 0.0002 | 25.0 | 150 | 0.1879 | 157.5758 |
| 0.0002 | 33.3333 | 200 | 0.2462 | 87.8788 |
| 0.0001 | 41.6667 | 250 | 0.3595 | 200.0 |
| 0.0001 | 50.0 | 300 | 0.5265 | 190.9091 |
| 0.0001 | 58.3333 | 350 | 0.6597 | 184.8485 |
| 0.0001 | 66.6667 | 400 | 0.7327 | 175.7576 |
| 0.0001 | 75.0 | 450 | 0.8169 | 172.7273 |
| 0.0001 | 83.3333 | 500 | 0.8472 | 169.6970 |
Base model
openai/whisper-large