Skip to content

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

@kassy11

Description

@kassy11

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions