google/fleurs
Viewer • Updated • 768k • 57.6k • 402
How to use ianzh0/whisper-small-chinese_base-onnx with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="ianzh0/whisper-small-chinese_base-onnx") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("ianzh0/whisper-small-chinese_base-onnx")
model = AutoModelForSpeechSeq2Seq.from_pretrained("ianzh0/whisper-small-chinese_base-onnx")This model is a fine-tuned version of openai/whisper-small on the google/fleurs cmn_hans_cn 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.0005 | 76.0 | 1000 | 0.3573 | 16.6439 |
| 0.0002 | 153.0 | 2000 | 0.3897 | 16.9749 |
| 0.0001 | 230.0 | 3000 | 0.4125 | 17.2330 |
| 0.0001 | 307.0 | 4000 | 0.4256 | 17.2451 |
| 0.0001 | 384.0 | 5000 | 0.4330 | 17.2300 |