Roberta finetuning aggregation strategy

I finetuned Roberta for a ner task using IOB tags, but it returns words together in the pipeline with aggregation_strategy=“first”. How to make it split words correctly?