vumichien/preprocessed_jsut_jsss_css10_common_voice_11
Viewer • Updated • 33.8k • 15 • 1
How to use vumichien/whisper-large-v2-mix-jp with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="vumichien/whisper-large-v2-mix-jp") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("vumichien/whisper-large-v2-mix-jp")
model = AutoModelForSpeechSeq2Seq.from_pretrained("vumichien/whisper-large-v2-mix-jp", device_map="auto")This model is a fine-tuned version of openai/whisper-large-v2 on the vumichien/preprocessed_jsut_jsss_css10_common_voice_11 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 | Cer |
|---|---|---|---|---|---|
| 0.1912 | 0.55 | 1000 | 0.1828 | 11.2314 | 7.0357 |
| 0.1329 | 1.1 | 2000 | 0.1618 | 9.4172 | 5.9028 |
| 0.0912 | 1.65 | 3000 | 0.1616 | 8.9257 | 5.4711 |
| 0.0576 | 2.2 | 4000 | 0.1664 | 8.5861 | 5.3055 |
| 0.0449 | 2.74 | 5000 | 0.1642 | 8.4510 | 5.2930 |
| 0.02 | 3.29 | 6000 | 0.1799 | 8.1537 | 5.0354 |
| 0.019 | 3.84 | 7000 | 0.1801 | 8.125 | 5.0827 |
| 0.0067 | 4.39 | 8000 | 0.2003 | 7.8412 | 4.8133 |
| 0.006 | 4.94 | 9000 | 0.2071 | 7.5811 | 4.7023 |
| 0.0022 | 5.49 | 10000 | 0.2284 | 7.6453 | 4.7187 |
Base model
openai/whisper-large-v2