Benedikt Fuchs

Results 120 comments of Benedikt Fuchs

You'll never receive error messages by setting variables - no matter if they existed before or not - that doesn't say anything. Are you sure that you are on the...

yes, sorry I meant 0.11.3

Hey @ianmcampbell, if I understand the `pos_weight` correctly, there is no reason to choose the `weight` over the `pos_weight` in a multi label setting? If so, you can set the...

hey @ledniy have you tried `model.save(...)`?

Hey @yash-rathore, looking at the conllu [release notes](https://pypi.org/project/conllu/#history) it looks like they released a new version that seems to change the structure. I suppose you can fix your issue by...

Thank you @EmilStenstrom, yes this fixes the issue!

Hi @akshaykekuda how many different labels do you have? Is `num_negative_labels_to_sample` set to the default? How many positive labels does one sentence have on average? The training will create a...

2 minutes * 50labels = 100minutes (1.66hrs). I suppose the 2 minutes are rounded up? But the numbers sound fine to me.

Hello @fmafelipe, you can use any model that is on the huggingface hub, filtering for sentence-transformers and spanish you get the following: https://huggingface.co/models?language=es&library=sentence-transformers&sort=downloads

You need to do the following steps: * use flair version 0.1 * download the model * load it and save it again to ensure the latest version is used....