deepinfinityai/30_NLEM_Aug_audios_dataset
Viewer • Updated • 174 • 11
How to use deepinfinityai/v01_Model with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="deepinfinityai/v01_Model") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("deepinfinityai/v01_Model")
model = AutoModelForSpeechSeq2Seq.from_pretrained("deepinfinityai/v01_Model", device_map="auto")This model is a fine-tuned version of openai/whisper-large on the /30_NLEM_Aug_audios_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.0529 | 1.0 | 44 | 0.0042 | 0.0 |
| 0.0003 | 2.0 | 88 | 0.0001 | 0.0 |
| 0.0 | 3.0 | 132 | 0.0000 | 0.0 |
| 0.0 | 4.0 | 176 | 0.0000 | 0.0 |
Base model
openai/whisper-large