feat: Add chunking function for sequence tagger training on sentences exceeding token limit
Closes https://github.com/flairNLP/flair/issues/3519
Adds a Sentence chunking function to allow SequenceTagger training on sentences exceeding the token limit.
Adds tests for this function
Looks like 100% of my tests passed, but it still says my checks failed in the GitHub UI
We are getting a System.IO.IOException: No space left on device error for the unit tests as they seem to be taking up too much space. I tried removing some of the dataset downloads in the tests in #3526, but it seems its not enough to prevent this from happening.
We are getting a
System.IO.IOException: No space left on deviceerror for the unit tests as they seem to be taking up too much space. I tried removing some of the dataset downloads in the tests in #3526, but it seems its not enough to prevent this from happening.
Is it possible to just download portions of the datasets? Like 100 samples or something sufficient for unit testing
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.