octava/InaVoCript-2.0
Viewer • Updated • 10.1k • 20
How to use octava/whisper-small-indonesian-disaster with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="octava/whisper-small-indonesian-disaster") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("octava/whisper-small-indonesian-disaster")
model = AutoModelForSpeechSeq2Seq.from_pretrained("octava/whisper-small-indonesian-disaster", device_map="auto")This model is a fine-tuned version of openai/whisper-small 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.1756 | 1.6920 | 1000 | 0.2161 | 13.1418 |
| 0.0286 | 3.3841 | 2000 | 0.2258 | 11.6502 |
| 0.0065 | 5.0761 | 3000 | 0.2446 | 11.6659 |
| 0.0032 | 6.7682 | 4000 | 0.2531 | 11.2420 |
| 0.0022 | 8.4602 | 5000 | 0.2674 | 11.2577 |
| 0.001 | 10.1523 | 6000 | 0.2728 | 11.3990 |
| 0.0006 | 11.8443 | 7000 | 0.2819 | 11.7287 |
| 0.0004 | 13.5364 | 8000 | 0.2877 | 11.6502 |
| 0.0003 | 15.2284 | 9000 | 0.2927 | 11.5560 |
| 0.0003 | 16.9205 | 10000 | 0.2947 | 11.3990 |
Base model
openai/whisper-small