bnqwhg/my-cool-dataset
Viewer • Updated • 12 • 3
How to use bnqwhg/whisper-large-cq with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="bnqwhg/whisper-large-cq") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("bnqwhg/whisper-large-cq")
model = AutoModelForSpeechSeq2Seq.from_pretrained("bnqwhg/whisper-large-cq")This model is a fine-tuned version of openai/whisper-large-v3 on the hfdataset 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 | 166.6667 | 500 | 1.5218 | 100.0 |
Base model
openai/whisper-large-v3