Instructions to use rinabuoy/whisper-tiny-khmer-v9-aug-kcc-dec with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rinabuoy/whisper-tiny-khmer-v9-aug-kcc-dec with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="rinabuoy/whisper-tiny-khmer-v9-aug-kcc-dec")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("rinabuoy/whisper-tiny-khmer-v9-aug-kcc-dec") model = AutoModelForSpeechSeq2Seq.from_pretrained("rinabuoy/whisper-tiny-khmer-v9-aug-kcc-dec") - Notebooks
- Google Colab
- Kaggle
whisper-tiny-khmer-v9-aug-kcc-dec
This model is a fine-tuned version of openai/whisper-tiny on the None dataset. It achieves the following results on the evaluation set:
- Loss: 0.6399
- Wer: 58.9179
Model description
More information needed
Intended uses & limitations
More information needed
Training and evaluation data
More information needed
Training procedure
Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 0.0001
- train_batch_size: 16
- eval_batch_size: 16
- seed: 42
- gradient_accumulation_steps: 2
- total_train_batch_size: 32
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: constant
- lr_scheduler_warmup_steps: 1000
- num_epochs: 10
Training results
| Training Loss | Epoch | Step | Validation Loss | Wer |
|---|---|---|---|---|
| 2.5602 | 1.0 | 973 | 1.0775 | 135.5467 |
| 1.4622 | 2.0 | 1946 | 0.7954 | 106.9363 |
| 1.2231 | 3.0 | 2919 | 0.7036 | 91.7134 |
| 1.0914 | 4.0 | 3892 | 0.6653 | 80.9836 |
| 0.993 | 5.0 | 4865 | 0.6408 | 72.1553 |
| 0.9151 | 6.0 | 5838 | 0.6325 | 64.6150 |
| 0.8503 | 7.0 | 6811 | 0.6252 | 61.3300 |
| 0.7907 | 8.0 | 7784 | 0.6202 | 64.5663 |
| 0.7387 | 9.0 | 8757 | 0.6344 | 57.2715 |
| 0.6895 | 9.9902 | 9720 | 0.6399 | 58.9179 |
Framework versions
- Transformers 4.47.0
- Pytorch 2.3.1
- Datasets 3.2.0
- Tokenizers 0.21.0
- Downloads last month
- -
Model tree for rinabuoy/whisper-tiny-khmer-v9-aug-kcc-dec
Base model
openai/whisper-tiny