run_sequence_labeling only accepts "\x02" as delimiter regardless of the language.
Created by: jacklxc
I am trying to use ERNIE for English NER task on customized dataset. After exploration, it works only when the tokens are separated by "\x02" instead of " ". This is not intuitive to use and not documented anywhere.