Skip to content

Normalize prediction output format

Yoann Schneider requested to merge ner-prediction-fix into main

Normalizing prediction format

  • "by ner token" -> "ner"
  • "confidence_ner" -> "confidence" like other keys
  • "confidence_ner" is now a float instead of a string

Merge request reports

Loading