octava/InaVoCript-1.6
Viewer • Updated • 3.7k • 46
How to use octava/augmenting-strategy with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="octava/augmenting-strategy") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("octava/augmenting-strategy")
model = AutoModelForSpeechSeq2Seq.from_pretrained("octava/augmenting-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.0046 | 5.4054 | 1000 | 0.3295 | 14.9351 |
| 0.0004 | 10.8108 | 2000 | 0.3417 | 14.3506 |
| 0.0002 | 16.2162 | 3000 | 0.3556 | 14.7078 |
| 0.0002 | 21.6216 | 4000 | 0.3643 | 14.6753 |
| 0.0001 | 27.0270 | 5000 | 0.3682 | 14.6104 |
Base model
openai/whisper-small