ValueError: Mismatched IDs! 6936129771849058806471 vs 3499314791125498363823 #9310
-
Hi, I'm getting this error of mismatched IDs for my entity linking model. Here is my config file:
Operating System:: |
Beta Was this translation helpful? Give feedback.
Replies: 10 comments 4 replies
-
Couple of minor points: When you have a multi-line code block, you need to use a backtick fence ( Is this E953? That has a similar but slightly different error message, but it's in tok2vec, not the Entity Linker specifically. I don't see an error message exactly like your title anywhere. If you could post the stack trace that'd help. |
Beta Was this translation helpful? Give feedback.
-
@polm Here is the stack trace:
|
Beta Was this translation helpful? Give feedback.
-
The vectors_model is a custom trained transformers based NER model, and I used the configs based on the training page here: https://spacy.io/usage/training |
Beta Was this translation helpful? Give feedback.
-
I think my setup is quite similar to the one in this discussion: #7884 |
Beta Was this translation helpful? Give feedback.
-
This could be related to #9291 and it's likely a bug. I'll look into it! |
Beta Was this translation helpful? Give feedback.
-
After cleaning up my knowledge base a bit (I had some entities in the data that was not in the knowledge base), I am no longer getting the Mismatched IDs error. Now I'm getting
|
Beta Was this translation helpful? Give feedback.
-
Hi, following up on this issue! |
Beta Was this translation helpful? Give feedback.
-
Sorry for the significant delay getting back to you on this, this is in fact a bug, and NEL doesn't work with listeners. We are working on a fix and will have a PR open soon, though not all details of the fix are clear so it might take a little while for it to be in a release. Once the PR is started I'll link it here. |
Beta Was this translation helpful? Give feedback.
-
thanks for the update, look forward to the PR!
…On Tue, Nov 9, 2021 at 1:45 AM polm ***@***.***> wrote:
Sorry for the significant delay getting back to you on this, this is in
fact a bug, and NEL doesn't work with listeners.
We are working on a fix and will have a PR open soon, though not all
details of the fix are clear so it might take a little while for it to be
in a release. Once the PR is started I'll link it here.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#9310 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALDSLJB7GFWCEWLCX4AP4J3ULDURZANCNFSM5E3WZKKQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
-
thanks for the update!
…On Fri, Nov 12, 2021 at 10:33 PM polm ***@***.***> wrote:
PR is up: #9669 <#9669>
Still needs some work, but updates will be posted there.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#9310 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALDSLJCY6YH6M3K5FCBONALULYBDJANCNFSM5E3WZKKQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
Sorry for the significant delay getting back to you on this, this is in fact a bug, and NEL doesn't work with listeners.
We are working on a fix and will have a PR open soon, though not all details of the fix are clear so it might take a little while for it to be in a release. Once the PR is started I'll link it here.