huggingface / transfer-learning-conv-ai

🦄 State-of-the-Art Conversational AI with Transfer Learning
MIT License
1.73k stars 431 forks source link

Reason for parameter 'personality_permutations' #119

Open Fengpei-Yuan opened 2 years ago

Fengpei-Yuan commented 2 years ago

I'm reading the code (Line 93 in train.py) for the parameter 'personality_permutations'. I'm wondering why we're doing this. Will this make the model perform more reliable? Can anyone provide some insight?

Thanks in advance!

weownthenight commented 2 years ago

I think this is because the order of personality sentences doesn't matter when it comes to chatting.