Alan Akbik
Alan Akbik
Hello @skywalker2202, the hunflair models do predict entities of type "cell line", but I am not sure if this is what you are looking for. Probably @mariosaenger can best answer...
Thanks for reporting this! @helpmefindaname can you check?
I agree @stefan-it - that would be great to add!
Sorry for the late reply! @SPVillacorta did you solve the problem? If not, could you share a snippet of the dataset you are loading? @nvenkat94 could you expand on your...
Thanks for sharing the info! Yes, in IOB2 the first tag should be a B-. @SPVillacorta does this fix your issue?
If I remember correctly, this model was actually trained by @stefan-it.
Hello @dicleozturk the new release removed the `MultiTagger` in favor of the more general `MultitaskModel`. (Sorry about that, we did not realize that people were using the `MultiTagger`.) The `MultitaskModel`...
Hello @Mumpitz this unfortunately is a known issue (see #3187) that was caused by the torch 2.0 update. I fixed it for some models, but that also caused other problems....
Hm looking at this now, perhaps best would be to revert to the previous model. This will break all torch 2.0 code, but at least existing code would work again....
Hello @iambankaratharva it could be that your learning rate is too high for XLM-RoBERTa-Large. This model is really large, so we typically use a much smaller learning rate around 5e-6....