Skip to content
Discussion options

You must be logged in to vote

Hi, it looks like your training data wasn't in the right format. The labels (ent.label_) should be LOC and PER, without the IOB part of the tag. Your model seems to have learned the individual IOB tags with tokens as the spans instead of learning the entities as whole spans, which explains why you don't see any merging: it thinks each token is a separate entity.

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@Ashufet
Comment options

@adrianeboyd
Comment options

@Ashufet
Comment options

@Sumit5194
Comment options

@adrianeboyd
Comment options

Answer selected by polm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat / training Feature: Training utils, Example, Corpus and converters
3 participants
Converted from issue

This discussion was converted from issue #7751 on April 12, 2021 14:06.