I don't understand what you mean by command line parameter --num_candidates and --personality_permutations.(even though read help)
Should these be changed depending on the content of the training data?
For example, if training data is like this:
{
"personality": ["persona description"],
"utterances": [
{"candidates": [
10 data
],
"history": [
"history",
]
}
]
}
Should --num_candidates be set to 10??
And I don't fully understand about --personality_permutations.
I would appreciate it if you could let me know!!
I don't understand what you mean by command line parameter
--num_candidatesand--personality_permutations.(even though read help)Should these be changed depending on the content of the training data?
For example, if training data is like this:
Should
--num_candidatesbe set to 10??And I don't fully understand about
--personality_permutations.I would appreciate it if you could let me know!!