langtest.utils.custom_types.output#

Classes

MaxScoreOutput(*, max_score)

Output for accuracy/representation tests.

MinScoreOutput(*, min_score)

Output for accuracy/representation tests.

NEROutput(*, predictions)

Output model for NER tasks.

SequenceClassificationOutput(*, predictions)

Output model for text classification tasks.