octava/InaVoCript-1.6
Viewer • Updated • 3.7k • 46
How to use octava/combined-source-strategy with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="octava/combined-source-strategy") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("octava/combined-source-strategy")
model = AutoModelForSpeechSeq2Seq.from_pretrained("octava/combined-source-strategy")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.1473 | 1.0823 | 1000 | 0.2770 | 15.4870 |
| 0.0482 | 2.1645 | 2000 | 0.2862 | 14.4481 |
| 0.0202 | 3.2468 | 3000 | 0.2862 | 14.3831 |
Base model
openai/whisper-small