You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, could you explain me what is this context utterance file .Is this file need to be created or is there any code available in this repo that will help me generate it. Kindly help me in this issue.
Thank you,
The text was updated successfully, but these errors were encountered:
The context file is an optional dataset that is specified as a parameter for the model, so you don't need it to train a model (see run_tgen.py). Depending on your data, you may be able to provide this file as input if you have some context (mapped to your input data) that would you be useful for your task.
Thank You for response
I'm trying to generate different personality styles of sentences using Personage. I see that preprocess_da.py helps to create a context file based on the input dataset(csv file). The code requires "mr_cols, text_cols, voice, param_cols". The e2e-challenge dataset that I have, contains only "mr_cols, ref_cols". It would be helpful if you could send me a sample file to use(input file) in this preprocess_da.py and context file that gets generated(output file) from this preprocess_da.py
Hi, could you explain me what is this context utterance file .Is this file need to be created or is there any code available in this repo that will help me generate it. Kindly help me in this issue.
Thank you,
The text was updated successfully, but these errors were encountered: