Is there a straightforward way to output something like confidence from this model?
That is, given a sentence, not only translate but return a signal that the given translation is probably right or wrong.
Instead of "--operation gen" try "--operation nbest". I think this should output the confidence scores as well. (If this works, please close the issue)
Is there a straightforward way to output something like confidence from this model? That is, given a sentence, not only translate but return a signal that the given translation is probably right or wrong.