NER models give different results when I add the Date label for my data #10374
Unanswered
Buddhikailabs
asked this question in
Help: Coding & Implementations
Replies: 1 comment 2 replies
-
Please don't post screenshots of text, copy and paste text as text. Can you give more information about your training? With just the info above there's not really any way to help. Does each model have the same data and same config, except for the extra labels, or are there other differences? What's the config look like? How about the output of |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have trained 2 models with 10 labels and 11 labels.


10 labels
11 labels
In the first model precision, recall and F1 score of each entity is fine. But when I add a Date label for the dataset precision , recall and F1 has decreased significantly. I using google colab free version for training the model.
Beta Was this translation helpful? Give feedback.
All reactions