pjlab-songcomposer / songcomposer

103 stars 3 forks source link

Specify Inference language #9

Open uu95 opened 3 weeks ago

uu95 commented 3 weeks ago

Hello, great work on your project!

I'm trying to generate lyrics from a melody using the provided example in the Jupyter notebook. However, I'm struggling to get the lyrics in English, even when I specify it in the instructions and use special tokens like . Can you please guide me on how to ensure the output language is always English?

Thank you!

Mark12Ding commented 2 weeks ago

Thank you for your interest in our work. The language-specific prompt functionality is included in the newest version of our model. We will be releasing it soon, so please stay tuned.

Best, Shuangrui

uu95 commented 2 weeks ago

Thank you for addressing this issue. I noticed the updated results in the demo. Has the updated model been posted on HuggingFace, or is it still pending? Also, could you clarify whether the problem is with the model or the tokenizer? I'm new to LLMs and find it challenging to understand the root cause.