Closed neubig closed 3 years ago
Hi,
It seems that some of the prediction files truncate sentences too short. For example, here is a long sentence in Hausa in the test file:
but this sentence is truncated in the XLM-R results:
Here's a similar result for mBERT:
Maybe you need to increase the maximum sequence length in whatever software you're using to be able to handle the whole sentences?
thank you for pointing this out. The truncation of predicted tags is now resolved
Hi,
It seems that some of the prediction files truncate sentences too short. For example, here is a long sentence in Hausa in the test file:
but this sentence is truncated in the XLM-R results:
Here's a similar result for mBERT:
Maybe you need to increase the maximum sequence length in whatever software you're using to be able to handle the whole sentences?