CoolFace
Modelpublic

vrclc/W2V2-BERT-withLM-Malayalam

sourceHugging Facemitupdated 2y agoView on Hugging Face
3likes11downloads
Model Card

<!-- 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. -->

W2V2-BERT-withLM-Malayalam

This model is a fine-tuned version of facebook/w2v-bert-2.0 on the IMASC, MSC, OpenSLR Malayalam Train split, Festvox Malayalam, CV16 .

It achieves the following results on the validation set : OpenSLR-Test:

  • Loss: 0.1722
  • Wer: 0.1299

Trigram Language Model Trained using KENLM Library on kavyamanohar/ml-sentences dataset

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: 5e-05
  • trainbatchsize: 16
  • evalbatchsize: 8
  • seed: 42
  • gradientaccumulationsteps: 2
  • totaltrainbatch_size: 32
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lrschedulertype: linear
  • lrschedulerwarmup_steps: 500
  • num_epochs: 10
  • mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWer
1.14160.466000.33930.4616
0.17340.9212000.24140.3493
0.12541.3818000.22050.2963
0.10971.8424000.21570.3133
0.09232.330000.18540.2473
0.07922.7636000.19390.2471
0.06963.2242000.17200.2282
0.05893.6848000.17680.2013
0.05524.1454000.16350.1864
0.04374.660000.15010.1826
0.04085.0666000.15000.1645
0.03145.5272000.15590.1655
0.03175.9878000.14480.1553
0.0226.4484000.15920.1590
0.02186.990000.14310.1458
0.01547.3696000.15140.1366
0.01417.82102000.15400.1383
0.01138.28108000.15580.1391
0.00858.74114000.16120.1356
0.00729.2120000.16970.1289
0.00469.66126000.17220.1299

Framework versions

  • Transformers 4.39.3
  • Pytorch 2.1.1+cu121
  • Datasets 2.16.1
  • Tokenizers 0.15.1