futureProofGlitch/Lectures-test-V1
Viewer • Updated • 2.51k • 2
How to use futureProofGlitch/whisper-small-ftl with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="futureProofGlitch/whisper-small-ftl") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("futureProofGlitch/whisper-small-ftl")
model = AutoModelForSpeechSeq2Seq.from_pretrained("futureProofGlitch/whisper-small-ftl")This model is a fine-tuned version of futureProofGlitch/whisper-small-v2 on the TBK's Treasured Lectures 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 Ortho | Wer |
|---|---|---|---|---|---|
| No log | 0.21 | 25 | 0.8342 | 0.2377 | 0.0939 |
| 3.0694 | 0.42 | 50 | 0.4413 | 0.2100 | 0.0651 |
| 3.0694 | 0.64 | 75 | 0.3754 | 0.1859 | 0.0557 |
| 0.3126 | 0.85 | 100 | 0.3574 | 0.1834 | 0.0562 |
Base model
openai/whisper-small