satani99
satani99
hey @sayakpaul i'd like to work on this. can you assign this to me?
thanks @garibida
hey @sajadn are you working on this?
Hi, @Medoalmasry I'm also getting the same error. Have you found any solution? Thanks
I'd like to take this task.
@raihan0824 how did you get the target modules for any particular model?
from transformers import GPTNeoXForCausalLM model = GPTNeoXForCausalLM.from_pretrained("EleutherAI/gpt-neox-20b") for name, param in model.named_parameters(): print(name, param.shape) For any model
We can generate dataset using open-source LLMs also. Then we can use it.
Hey @FurkanGozukara How much time did it take to run inference?
Hi, @nivibilla are you able to run Emotional Speech Synthesis from https://styletts.github.io/ . Like prosody cloning.