I am wanting to try out XPhoneBERT for my school project, but the main page README.md file doesn't clearly show how to generate audio from input text.
I have try it out though, and I find that the model I am inferring through is RoBERTa, not XPhoneBERT.
After that, I try looking for the infer code inference.py. Fortunately, it it is in the VITS_with_XPhoneBERT folder. In this code file, the model state reads from a checkpoint .pth file for inference.
Therefore, I want to ask for this checkpoint so that I can use it for my school project.
Thank you.
I am wanting to try out XPhoneBERT for my school project, but the main page README.md file doesn't clearly show how to generate audio from input text. I have try it out though, and I find that the model I am inferring through is RoBERTa, not XPhoneBERT. After that, I try looking for the infer code inference.py. Fortunately, it it is in the VITS_with_XPhoneBERT folder. In this code file, the model state reads from a checkpoint .pth file for inference. Therefore, I want to ask for this checkpoint so that I can use it for my school project. Thank you.