Skip to content
Snippets Groups Projects

Compute confidence scores by char, word or line

Merged Solene Tarride requested to merge 33-compute-confidence-scores-by-char-word-or-line into main
All threads resolved!
3 files
+ 15
13
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 2
0
@@ -64,6 +64,8 @@ def add_predict_parser(subcommands) -> None:
parser.add_argument(
"--confidence-score-levels",
default=[],
type=str,
nargs="+",
help="Levels of confidence scores. Should be a list of any combinaison of ['char', 'word', 'line'].",
required=False,
)
Loading