octava/InaVoCript-1.6
Viewer • Updated • 3.7k • 19
How to use octava/whisper-small-id with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="octava/whisper-small-id") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("octava/whisper-small-id")
model = AutoModelForSpeechSeq2Seq.from_pretrained("octava/whisper-small-id", device_map="auto")This model is a fine-tuned version of openai/whisper-small on the Extracted Youtube with self developed dataset 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.0106 | 5.3763 | 1000 | 0.1857 | 10.2083 |
| 0.0009 | 10.7527 | 2000 | 0.1943 | 9.0740 |
| 0.0004 | 16.1290 | 3000 | 0.2017 | 8.7951 |
| 0.0002 | 21.5054 | 4000 | 0.2077 | 8.7579 |
| 0.0002 | 26.8817 | 5000 | 0.2100 | 8.7207 |
Base model
openai/whisper-small