"KeyError: 'text' text_column = self.column_mapping["text"]"

Came across the same problem when using ui version , is it solved yet, bro.

update:

Seems to be a bug in Token classification type:
UI form parameter named Column Mapping as “tokens” and “tags”
while reading it as “text” and “label” in dataset.py

1 Like