Closed anelkhvan closed 3 years ago
Controllability of these models remains an open research question. For now, the easiest recommendation I have is to just filter the convai2 data to remove turns like "have a great day".
See also the recent paper on Personal Knowledge for other options for improvement.
Thanks a lot!!
This issue has not had activity in 30 days. Please feel free to reopen if you have more issues. You may apply the "never-stale" tag to prevent this from happening.
Hello! I finetuned the original Blender 90M further, with greatest weight given to the ConvAI2 dataset: `from parlai.scripts.train_model import TrainModel TrainModel.main(
similar to before
)` I noticed that after 6-7 conversational turns, this model tries to finish the conversation by saying: "Thank you! Have a great day!". Are there any arguments that I can specify to make the model talk for longer and not finish the conversation early?