octava/InaVoCript-2.0
Viewer • Updated • 10.1k • 20
How to use octava/whisper-medium-indonesian-disaster with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="octava/whisper-medium-indonesian-disaster") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("octava/whisper-medium-indonesian-disaster")
model = AutoModelForSpeechSeq2Seq.from_pretrained("octava/whisper-medium-indonesian-disaster", device_map="auto")This model is a fine-tuned version of openai/whisper-medium on the Indonesian Speech Dataset (InaVoCript, Fleurs, OpenSLR Javanese) 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.1029 | 1.8692 | 1000 | 0.2180 | 11.2987 |
| 0.0165 | 3.7383 | 2000 | 0.2327 | 10.0649 |
| 0.0035 | 5.6075 | 3000 | 0.2444 | 10.3571 |
| 0.0008 | 7.4766 | 4000 | 0.2615 | 9.8377 |
| 0.0006 | 9.3458 | 5000 | 0.2632 | 9.9675 |
Base model
openai/whisper-medium