Benedikt Fuchs

Results 120 comments of Benedikt Fuchs

hi @TimBMK I take the original tweet as reference: ![image](https://github.com/flairNLP/flair/assets/26192135/a7949e64-d771-45a1-9ca0-fe8a8d0b59cd) and assume that those characters `\u2028 LINE SEPARATOR` and `\u2029 PARAGRAPH SEPARATOR` are symbols that are there only for display...

the algorithm works fine if such symbols are on the start or end of a token but break if it is in the middle of one. In the example the...

Hi @Tinarights I did not manage to reproduce this with the information provided. However I noticed that the classes are called `B` and `I`. Am I right to assume, that...

Hi @Kiwifed0r I forwarded this issue to the repo of the maintainers of those models. Feel free to track the status on the linked issue

Hi @ganga7445 can you please upgrade to the latest version of flair and check if the issue persists?

Okay, can you then elaborate more what you mean by memory leak & how you meassure it?

@ganga7445 an I guessing right, that you are talking about https://pypi.org/project/memory-profiler/ ? I tried that out, adopting your script to: ```python from memory_profiler import profile from flair.models import SequenceTagger import...

Okay, but as long as I cannot verify your claims and reproduce them, I cannot help you. I'd suggest you try to find a reproducible example where that happens and...

@danilyef can you please create a reproducable example that demonstrates this leak and also shows how you determine that it is a memory leak?

Hi @Capt4in-Levi upgrading flair to the newest version should fix the problem for you