Add optional confidence
All threads resolved!
All threads resolved!
Related to issue #805 (closed)
The confidence field is present on endpoints CreateTranscriptionEntity and ListTranscriptionEntities. If not provided, it defaults to "null". Valid values are floats between 0 and 1.
This will be useful for NER models that outputs confidence score for entities. In the future we will also be able to filter entities based on this score.
Edited by Yoann Schneider
Merge request reports
Activity
added 1 commit
- 981995ab - field is shown in API of both CreateTranscriptionEntity and ListTranscriptionEntities
added 1 commit
- 0bbf759d - add a few tests on the confidence value, ensure it is between 0 and 1
added 7 commits
-
e1f887d8 - 1 commit from branch
master
- 14059b0c - typo dans le nom config.yaml -> config.yml
- be2ea7f6 - ajout champ confidence
- d64381f1 - field is shown in API of both CreateTranscriptionEntity and ListTranscriptionEntities
- 0e13d5ae - fix flake8
- 4de0cfa0 - default value is null
- 2a5c06db - add a few tests on the confidence value, ensure it is between 0 and 1
Toggle commit list-
e1f887d8 - 1 commit from branch
- Automatically resolved by Yoann Schneider
- Automatically resolved by Yoann Schneider
added 9 commits
- 353ef73d - typo dans le nom config.yaml -> config.yml
- 0aa5bdbf - ajout champ confidence
- 981995ab - field is shown in API of both CreateTranscriptionEntity and ListTranscriptionEntities
- f99d33ba - fix flake8
- d4dbceaa - default value is null
- 0bbf759d - add a few tests on the confidence value, ensure it is between 0 and 1
- 246daf98 - only fix the typo in Readme
- 5f5996f1 - Merge branch 'add-optional-confidence' of gitlab.com:arkindex/backend into add-optional-confidence
- 3a5fc9d7 - only fix the typo in Readme
Toggle commit list- Automatically resolved by Yoann Schneider
mentioned in commit a634ec14
mentioned in issue #805 (closed)
Please register or sign in to reply