doccano-transformer icon indicating copy to clipboard operation
doccano-transformer copied to clipboard

spaCy format for text classification

Open Hironsan opened this issue 4 years ago • 0 comments

Example format:

[
    ('Text', {'cats': {'POSITIVE': 1, 'NEGATIVE': 0}}),
    ('Text', {'cats': {'POSITIVE': 0, 'NEGATIVE': 1}})
]

Hironsan avatar May 14 '20 13:05 Hironsan