Miniijune/wav2vec2-xls-r-300m-Korean-children-pronunciation
07
wav2vec2-xls-r-300m-Korean-children-pronunciation
This model is a fine-tuned version of facebook/wav2vec2-xls-r-300m on the None dataset. It achieves the following results on the evaluation set:
- Loss: 1.0513
- Cer: 0.1287
- Per: 0.0577
Model description
The goal of my model is to transfer the voice to the Korean pronunciation.
The model is trained by using Korean-Childern Pronuncitation in AI-Hub
I converted Korean-Sentence to Korean-pronunciation using G2PK python library
Intended uses & limitations
More information needed
Training and evaluation data
Train - 250,000
Validation - 5,000
Test - 5,000
Training procedure
It took about 32h to learn
Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 1e-4
- trainbatchsize: 4
- evalbatchsize: 1
- seed: 42
- gradientaccumulationsteps: 8
- totaltrainbatch_size: 32
- optimizer: Use OptimizerNames.ADAMWTORCHFUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lrschedulertype: linear
- lrschedulerwarmup_steps: 2000
- num_epochs: 5
- mixedprecisiontraining: Native AMP
Training results
Framework versions
- Transformers 4.57.0
- Pytorch 2.9.1+cu128
- Datasets 4.2.0
- Tokenizers 0.22.1
