Blake Chi
Blake Chi
- change typo in [line:125](https://github.com/RedisJSON/redisjson-py/blob/master/README.md?plain=1#L125) from `TestDecoder` to `CustomDecoder`
This pull request add supports as mentioned in the issue #8. - added `SetFitHead`, which inherited from Sentence Transformers' [Dense](https://github.com/UKPLab/sentence-transformers/blob/master/sentence_transformers/models/Dense.py) to make APIs consistent - integrated `SetFitHead` to `SetFitModel` -...
Hi, really like this work! Given its advantage on faster inference, have you considered adding support functions, like the example below, to compile `SetFitTrainer` into the onnx format for production-wise...