transfer-learning-conv-ai icon indicating copy to clipboard operation
transfer-learning-conv-ai copied to clipboard

How should the value of --num_candidates and --personality_permutations be determined?

Open kassy11 opened this issue 2 years ago • 0 comments

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!!

kassy11 avatar Jan 27 '23 10:01 kassy11