Instructions to use rinabuoy/whisper-tiny-khmer-aug-v7 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rinabuoy/whisper-tiny-khmer-aug-v7 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="rinabuoy/whisper-tiny-khmer-aug-v7")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("rinabuoy/whisper-tiny-khmer-aug-v7") model = AutoModelForSpeechSeq2Seq.from_pretrained("rinabuoy/whisper-tiny-khmer-aug-v7") - Notebooks
- Google Colab
- Kaggle
whisper-tiny-khmer-aug-v7
This model is a fine-tuned version of openai/whisper-tiny on an unknown dataset. It achieves the following results on the evaluation set:
- Loss: 0.3184
- Wer: 105.9978
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 |
|---|---|---|---|---|
| 0.9369 | 1.0 | 984 | 0.5447 | 101.5478 |
| 0.3966 | 2.0 | 1968 | 0.4189 | 101.9624 |
| 0.3014 | 3.0 | 2952 | 0.3597 | 101.9624 |
| 0.254 | 4.0 | 3936 | 0.3278 | 123.8253 |
| 0.2238 | 5.0 | 4920 | 0.3181 | 103.9801 |
| 0.2041 | 6.0 | 5904 | 0.3107 | 107.9326 |
| 0.188 | 7.0 | 6888 | 0.3138 | 107.1587 |
| 0.1728 | 8.0 | 7872 | 0.3164 | 101.5755 |
| 0.1611 | 9.0 | 8856 | 0.3153 | 99.7512 |
| 0.1515 | 10.0 | 9840 | 0.3184 | 105.9978 |
Framework versions
- Transformers 4.47.0
- Pytorch 2.3.1
- Datasets 3.1.0
- Tokenizers 0.21.0
- Downloads last month
- -
Model tree for rinabuoy/whisper-tiny-khmer-aug-v7
Base model
openai/whisper-tiny