diff --git a/configs/metric/count_entity_labels.yaml b/configs/metric/count_entity_labels.yaml index 06a369b..e593b0e 100644 --- a/configs/metric/count_entity_labels.yaml +++ b/configs/metric/count_entity_labels.yaml @@ -6,5 +6,5 @@ title: entity label distribution field: entities labels: ??? show_histogram: true -# show_as_markdown: true +show_as_markdown: true document_type: pytorch_ie.documents.TextDocumentWithLabeledEntities diff --git a/configs/metric/count_text_characters.yaml b/configs/metric/count_text_characters.yaml index 127045d..4a466e6 100644 --- a/configs/metric/count_text_characters.yaml +++ b/configs/metric/count_text_characters.yaml @@ -5,5 +5,5 @@ _target_: pytorch_ie.metrics.statistics.FieldLengthCollector title: text length (characters) field: text show_histogram: true -# show_as_markdown: true +show_as_markdown: true document_type: pytorch_ie.documents.TextBasedDocument diff --git a/configs/metric/count_text_tokens.yaml b/configs/metric/count_text_tokens.yaml index cd524b4..6df516f 100644 --- a/configs/metric/count_text_tokens.yaml +++ b/configs/metric/count_text_tokens.yaml @@ -7,6 +7,7 @@ text_field: text tokenizer: bert-base-uncased tokenizer_kwargs: add_special_tokens: false + # strict_span_conversion: false show_histogram: true -# show_as_markdown: true +show_as_markdown: true document_type: pytorch_ie.documents.TextBasedDocument