Repeat Label¶
This is an agent which simply repeats the label for debugging purposes or as a baseline.
Basic Examples¶
Evaluate on bAbi, returning the answer “I don’t know” roughly 20% of the time.
parlai eval_model -m repeat_label -t babi --cant_answer_percent 0.2
RepeatLabelAgent Options¶
RepeatLabel Arguments
Argument |
Description |
---|---|
|
Return one answer from the set of labels |
|
Set value in range[0,1] to set chance of replying with special message |
|
Message sent when the model cannot answer |