Vishwaksen/SpeechData
Viewer • Updated • 8 • 9
How to use Vishwaksen/MCD_Speech with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Vishwaksen/MCD_Speech") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Vishwaksen/MCD_Speech")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Vishwaksen/MCD_Speech", device_map="auto")This model is a fine-tuned version of openai/whisper-small on the SpeechData 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.0 | 1000.0 | 1000 | 0.3492 | 12.5984 |
| 0.0 | 2000.0 | 2000 | 0.4206 | 10.2362 |
| 0.0 | 3000.0 | 3000 | 0.4483 | 14.1732 |
| 0.0 | 4000.0 | 4000 | 0.4702 | 11.0236 |
Base model
openai/whisper-small