wav2vec 2.0 XLSR-53 Model

This is the wav2vec 2.0 XLSR-53 model fine-tuned on the Common Voice 8.0 datasets for Bahasa Indonesia using the train, validation, and other splits (~32.000 sound samples). This model was used for research purposes to complete my Undergraduate Thesis.

Preprocessing

  1. Removal of symbols from transcript
  2. Convert numbers (0, 1, ..., 9) to word forms (satu, dua, ..., sembilan)
  3. Convert all characters to lowercase
  4. Resample the audio data to 16kHz.
  5. Uses data collator from this example

Hyperparameters used

Results

The results are an average of 5 runs using the test split from the Common Voice datasets for Bahasa Indonesia.

Test Result: 15,6% WER

References