CoolFace
Modelpublic

seongsubae/openai-whisper-large-v3-turbo-ko-TEST

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes26downloads
Model Card
⚠️ Author's Note: This model was fine-tuned for sanity-checking purposes using only a single Korean dataset. As a result, it may be overfitted and may not generalize well to other datasets. You can find the training code and related resources in my GitHub repository: 2025-korean-asr-benchmark

<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. -->

openai/whisper-large-v3-turbo Korean - Fine-tuned

This model is a fine-tuned version of openai/whisper-large-v3-turbo on the Bingsu/zeroth-korean dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.0733
  • —Wer: 4.3216

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: 1e-05
  • —trainbatchsize: 128
  • —evalbatchsize: 8
  • —seed: 42
  • —optimizer: Use adamwtorch with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • —lrschedulertype: linear
  • —lrschedulerwarmup_steps: 500
  • —num_epochs: 5
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWer
0.46220.1437250.369019.2290
0.20.2874500.157815.3290
0.12130.4310750.139613.0703
0.10680.57471000.131412.2572
0.10.71841250.124211.0676
0.09220.86211500.118110.6460
0.08951.00571750.11229.6371
0.06671.14942000.10989.2155
0.06081.29312250.10498.4023
0.06081.43682500.10077.6946
0.05771.58052750.09927.4386
0.05911.72413000.09536.5502
0.05471.86783250.09205.9630
0.05182.01153500.08855.5112
0.02992.15523750.08785.8877
0.03112.29894000.08724.8637
0.03192.44254250.08955.2552
0.03632.58624500.08695.1197
0.03252.72994750.08514.9390
0.03312.87365000.08494.7282
0.03143.01725250.08054.9240
0.01963.16095500.08054.5174
0.01643.30465750.08205.4209
0.01663.44836000.08076.1135
0.01533.59206250.07753.9753
0.01273.73566500.07414.8035
0.0143.87936750.07317.1827
0.0124.02307000.07194.9992
0.00674.16677250.07444.5475
0.00614.31037500.07325.2101
0.00534.45407750.07364.4270
0.00614.59778000.07434.8938
0.00484.74148250.07405.3305
0.00454.88518500.07334.3216

Framework versions

  • —Transformers 4.50.0.dev0
  • —Pytorch 2.4.0+cu121
  • —Datasets 2.21.0
  • —Tokenizers 0.21.1