ValueError: Mismatched IDs! 57406478778838888474 vs 4311360199468911749078 #7892
-
the error occured when i run these code:
the terminial
Operating System::
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 10 replies
-
Hi! As a maintenance note: this is a good question for the discussions forum, so I'll move it there. The original issue will be closed and will link through to the open discussion thread. |
Beta Was this translation helpful? Give feedback.
-
Could you provide the full code snippet? This will help us reproduce & debug the issue. In particular, it would be good to see how the |
Beta Was this translation helpful? Give feedback.
-
I can see the same error, but I'm using the project.yml strategy. Still the same error with Bert-base-uncased. The important areas from yml file:
The KB generation is like that:
any ideias? |
Beta Was this translation helpful? Give feedback.
Could you provide the full code snippet? This will help us reproduce & debug the issue.
In particular, it would be good to see how the
nlp
object was constructed and which pipeline components were disabled. If thetransformer
was disabled, but another component is still listening to it, you might run into this type of error.