deepinfinityai/11_audios_dataset
Viewer • Updated • 11 • 7
How to use deepinfinityai/v3_Large with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="deepinfinityai/v3_Large") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("deepinfinityai/v3_Large")
model = AutoModelForSpeechSeq2Seq.from_pretrained("deepinfinityai/v3_Large")This model is a fine-tuned version of openai/whisper-medium 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 |
|---|---|---|---|---|
| 1.5756 | 25.0 | 50 | 0.0563 | 7.1429 |
| 0.0009 | 50.0 | 100 | 0.0505 | 0.0 |
| 0.0001 | 75.0 | 150 | 0.0694 | 0.0 |
| 0.0001 | 100.0 | 200 | 0.1348 | 0.0 |
| 0.0001 | 125.0 | 250 | 0.2494 | 0.0 |
| 0.0 | 150.0 | 300 | 0.3976 | 0.0 |
| 0.0 | 175.0 | 350 | 0.5560 | 7.1429 |
| 0.0 | 200.0 | 400 | 0.6852 | 35.7143 |
| 0.0 | 225.0 | 450 | 0.7813 | 35.7143 |
| 0.0 | 250.0 | 500 | 0.8179 | 35.7143 |
Base model
openai/whisper-medium