Hello Zindians,
For those who haven't submited yet, you can use this notebook:
https://colab.research.google.com/github/patrickvonplaten/notebooks/blob/master/Fine_Tune_XLSR_Wav2Vec2_on_Common_Voice.ipynb#scrollTo=tdHfbUJ_09iA
You must change the langage from turkisch "tr" to luganda "lg" on those lines:
#common_voice_train = load_dataset("common_voice", "tr", split="train+validation")
#common_voice_test = load_dataset("common_voice", "tr", split="test")
common_voice_train = load_dataset("common_voice", "lg", split="train+validation")
common_voice_test = load_dataset("common_voice", "lg", split="test")
Good luck to all of you.
Hello, I can not access the file. Can you please update the link that has the full notebook?