Svetlana0303/my_CN_ds
Viewer • Updated • 5 • 9
How to use Svetlana0303/whisper-small-cn with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Svetlana0303/whisper-small-cn") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Svetlana0303/whisper-small-cn")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Svetlana0303/whisper-small-cn", device_map="auto")This model is a fine-tuned version of openai/whisper-small on the my_CN_ds 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 | 100.0 | 100 | 0.7750 | 100.0 |
| 0.0 | 200.0 | 200 | 0.7819 | 100.0 |
| 0.0 | 300.0 | 300 | 0.7860 | 100.0 |
| 0.0 | 400.0 | 400 | 0.7879 | 100.0 |
Base model
openai/whisper-small