Whisper-Small-Thai / README.md
MagiBoss's picture
Update README.md
9e8e1fe verified
metadata
language:
  - th
license: apache-2.0
base_model: openai/whisper-small
tags:
  - generated_from_trainer
datasets:
  - mozilla-foundation/common_voice_11_0
metrics:
  - wer
model-index:
  - name: Whisper Small Thai - Magi Boss
    results:
      - task:
          name: Automatic Speech Recognition
          type: automatic-speech-recognition
        dataset:
          name: Common Voice 11.0
          type: mozilla-foundation/common_voice_11_0
          config: th
          split: None
          args: 'config: th, split: validation'
        metrics:
          - name: Wer
            type: wer
            value: 82.98763205359442

Whisper Small Thai - Magi Boss

This model is a fine-tuned version of openai/whisper-small on the Common Voice 11.0 dataset. It achieves the following results on the evaluation set:

  • Loss: 0.2539
  • Wer: 82.9876

Training hyperparameters

The following hyperparameters were used during training:

  • learning_rate: 2e-05
  • train_batch_size: 48
  • eval_batch_size: 12
  • seed: 42
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lr_scheduler_type: linear
  • lr_scheduler_warmup_steps: 750
  • num_epochs: 1
  • mixed_precision_training: Native AMP

Training results

Training Loss Epoch Step Validation Loss Wer
0.3875 1.0 664 0.2539 82.9876

Framework versions

  • Transformers 4.43.3
  • Pytorch 2.1.2
  • Datasets 2.20.0
  • Tokenizers 0.19.1