how to convert indicvoices to HF format dataset

#2
by StephennFernandes - opened

hey there it looks like you have successfully converted the IndicVoices dataset from AI4bharat to a format composable by HF. i used to convert speech ASR corpuses into a csv file with path and sentence column and then use the dataset.load_dataset("csv" ...) to load it into huggingface format.

however as the indicvoices dataset is in a totally different json format. i am unable to understand how to convert it for my usecase. could you please share some details and code on how you were able to do the conversion ?

Yeah,will share @StephennFernandes .

I used this Notebook to convert AI4bharat to HF, hope this is helpful.Let me know if there is any errors with this.

Sign up or log in to comment