hipe-eval / HIPE-scorer

A python module for evaluating NERC and NEL system performances as defined in the HIPE shared tasks (formerly CLEF-HIPE-2020-scorer).
https://hipe-eval.github.io
MIT License
13 stars 4 forks source link

Mention the truncation danger somewhere #19

Open sven-nm opened 2 years ago

sven-nm commented 2 years ago

This is not really an issue as the code is doing what it should, but I think it would be good to warn users that if they are truncating samples (which, to my knowledge, is the default setting of HuggingFace and PyTorch) to fit the maximum model length (e.g. 512 tokens), then they will have blanks in their reconstructed files, which will lower their results.

Just dropping the idea !