Joel Ödlund

Results 5 comments of Joel Ödlund

I have the same issue. In my case, i use dataclasses to encode query string parameters for a http API. ] In a query string, all values are strings, so...

Hi again. - _"cannot be validated by an IDE, or by an external configuration system": could you please give an idea of static validation of hyperparameters? Is that why dataclasses...

Thank you. This brings some clarity, i will try out some of these ideas. some questions come to mind, that might be useful if you decide to revisit the documentation....

As far as I understand, multi-class refers to the setting where you predict one class out of multiple classes, whereas multi-label refers to the setting where you predict multiple labels...

MPS is supported by sentence-transformers since https://github.com/UKPLab/sentence-transformers/pull/2342