Viewing a single comment thread. View all comments

visarga t1_irdctls wrote

Is the library specific to CV? How does it compare to https://sbert.net/docs/package_reference/losses.html

2

Zestyclose-Check-751 OP t1_iri3e1m wrote

From the very beginning, we built the library in a way it can work with both -- CV and NLP. But right now there are only CV-related examples since it's our main focus. Generally, you only need to implement your own dataset returning encoding texts and a model knowing how to deal with that. We gonna add such an example in the future (seems like it will be similar to the content under your link).

2