INo0121/low_quality_call_voice_preprocessed
Viewer • Updated • 15.6k • 45 • 1
How to use Cathle/repo_name with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Cathle/repo_name") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Cathle/repo_name")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Cathle/repo_name")This model is a fine-tuned version of openai/whisper-base on the Low Quality Call Voice (Preprocessed) 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 | Cer |
|---|---|---|---|---|
| 0.6412 | 0.2398 | 1000 | 0.6448 | 65.6017 |
| 0.5415 | 0.4796 | 2000 | 0.5695 | 29.0593 |
| 0.5701 | 0.7194 | 3000 | 0.5394 | 24.7949 |
| 0.5208 | 0.9592 | 4000 | 0.5266 | 25.0296 |
Base model
openai/whisper-base