Elite35P-Server/EliteVoiceProject
Viewer • Updated • 1.57k • 47 • 13
How to use noflm/whisper-small-ja-elite with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="noflm/whisper-small-ja-elite") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("noflm/whisper-small-ja-elite")
model = AutoModelForSpeechSeq2Seq.from_pretrained("noflm/whisper-small-ja-elite")This model is a fine-tuned version of openai/whisper-small on the Elite35P-Server/EliteVoiceProject youtube 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 | 52.0 | 1000 | 0.8053 | 28.8410 |
| 0.0 | 105.0 | 2000 | 0.8636 | 28.5714 |
| 0.0 | 157.0 | 3000 | 0.9056 | 28.0323 |
| 0.0 | 210.0 | 4000 | 0.9414 | 28.8410 |
| 0.0 | 263.0 | 5000 | 0.9842 | 31.2668 |
| 0.0 | 315.0 | 6000 | 1.0223 | 31.2668 |
| 0.0 | 368.0 | 7000 | 1.0677 | 31.2668 |
| 0.0 | 421.0 | 8000 | 1.1079 | 31.2668 |
| 0.0 | 473.0 | 9000 | 1.1468 | 31.5364 |
| 0.0 | 526.0 | 10000 | 1.1596 | 31.5364 |