octava/InaVoCript-2.0
Viewer • Updated • 10.1k • 20
How to use octava/whisper-small-indonesian-disaster-secondary 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-secondary") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("octava/whisper-small-indonesian-disaster-secondary")
model = AutoModelForSpeechSeq2Seq.from_pretrained("octava/whisper-small-indonesian-disaster-secondary", 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.2835 | 1.3966 | 500 | 0.6987 | 26.6883 |
| 0.1078 | 2.7933 | 1000 | 0.7034 | 27.4675 |
| 0.023 | 4.1899 | 1500 | 0.8593 | 26.1039 |
| 0.0096 | 5.5866 | 2000 | 0.9625 | 26.9481 |
| 0.0051 | 6.9832 | 2500 | 0.9902 | 26.4935 |
| 0.0022 | 8.3799 | 3000 | 1.0349 | 25.7143 |
| 0.0016 | 9.7765 | 3500 | 1.0602 | 28.7338 |
| 0.0013 | 11.1732 | 4000 | 1.0808 | 26.2662 |
| 0.0012 | 12.5698 | 4500 | 1.0928 | 28.1494 |
| 0.0011 | 13.9665 | 5000 | 1.1027 | 26.5584 |
Base model
openai/whisper-small