Closed JiunHaoJhan closed 2 years ago
It seems to be mentioned in a former issue #17 and fixed in latest code #18 .
Hi @JiunHaoJhan, as @FeiWang96 mentioned, this is addressed in #18. If you pull the latest mainline it should work. Let us know if you still face any issues.
Thanks. It works.
Hi,
When I try to train an xlmr-base zero-shot encoder, a TypeError occurs. Here is the error message:
I trace the code and found that
prev_tag
isNone
concatenating with the string 'I-' whentag
is-100
andlabels_merge
is'-100'
. Could you help check this error?