Benedikt Fuchs

Results 120 comments of Benedikt Fuchs

@dalmad2 > this looks like it is failing to install the tokenizers dependency, I suppose the contributors and maintainers of that repository will be able to help you with that...

Tbh, I would expect poetry to automatically delete files with invalid hashes from the cache themselves (or via a command argument). But for as long as that is not supported,...

Draft because @stefan-it showed me a strong deviation in F1 score between this PR and his implementation. I have currently a different focus, but leave this open as a remainder...

Hi @larsbun it looks to me, like you are trying to make use of https://github.com/helpmefindaname/transformer-smaller-training-vocab while having a tokenizer that is not supported. That said, it should work when you...

Hi @larsbun when you talk about specifics, it would be nice if you would share the version you are using and the code you were running. The SequenceTagger is not...

Hi @nouranali , I suppose you are looking for `tagger.label_dictionary`

Hi @DanrunFR can you check the token-length of the sentences in your dataset? If you have a few very long sentences, you might not be able to use them for...

Hi @Abhaysharma53 I suppose [this](https://stackoverflow.com/a/73932621) thread on stackoverflow will help you.

I had in my head that it was more complicated but looking at the code again, this looks good. Also I can clearly follow your example. Thank you for taking...