fsicoli/common_voice_18_0
Updated • 204 • 9
How to use Raydox10/Raydox11-whisper-small with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Raydox10/Raydox11-whisper-small") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Raydox10/Raydox11-whisper-small")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Raydox10/Raydox11-whisper-small")This model is a fine-tuned version of openai/whisper-small on the fsicoli/common_voice_18_0 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.0003 | 83.3333 | 700 | 1.7598 | 85.3933 |
Base model
openai/whisper-small