satani99

Results 16 comments of satani99

hey @sayakpaul i'd like to work on this. can you assign this to me?

hey @sajadn are you working on this?

Hi, @Medoalmasry I'm also getting the same error. Have you found any solution? Thanks

@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.