doccano-transformer
doccano-transformer copied to clipboard
spaCy format for text classification
Example format:
[
('Text', {'cats': {'POSITIVE': 1, 'NEGATIVE': 0}}),
('Text', {'cats': {'POSITIVE': 0, 'NEGATIVE': 1}})
]