-
-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Labels
enhancementNew feature or requestNew feature or requestpipeline 6: inferIssue related to using a trained model to translate.Issue related to using a trained model to translate.
Description
More features need to be added to SILNLP to support the use of confidence scores in the translate step. Currently, a .confidences.tsv file is created when translating which keeps track of the confidence scores for each verse and each token in each verse. We're missing the following functionality:
- Inserting verse confidence scores into the draft itself, so that the info is all in one place for the translator to look at.
- The ability to obtain a chapter confidence score during the translation step. Currently this can only be done through running diff_predictions.py with --chapter, but diff_predictions requires the presence of test data.
- The ability to obtain a book confidence score during the translation step. Currently, this can only be done through running test.py with --score-by-book, which requires test data.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpipeline 6: inferIssue related to using a trained model to translate.Issue related to using a trained model to translate.
Type
Projects
Status
✅ Done