Can you please release original models?

#3
by chsasank - opened

Hi, these models are in onnx format. This means we are unable to finetune the model to different custom datasets. Can you please release the model in original pytorch/huggingface format?

Actually these models are in .nemo format. This library is build in pytorch lightning which is itself built on pytorch. So this exanple on how you can fine tune .nemo to other languages https://github.com/deepanshu-yadav/Hindi_GramVani_Finetune

Follow the notebooks here on how to extract .pth file from this .nemo model. Also funfact that when you extract .nemo file using tar you can obtain a pytorch model.
https://github.com/deepanshu-yadav/Quantize_speech_Recognition_For_Hindi

AI4Bharat org

You can find the original nemo models here

https://github.com/AI4Bharat/IndicConformerASR

tahirjm changed discussion status to closed

Sign up or log in to comment