Add optional confidence
Compare changes
- Yoann Schneider authored
@@ -212,7 +212,7 @@ class TranscriptionEntitySerializer(serializers.ModelSerializer):
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.