Can I use sentence-transformers with tensorflow?

Hello,

I see that the (famous) sentence-transformer models in hosted in the hub sentence-transformers (Sentence Transformers).

However, unless I am mistaken they all seem to by in pytorch. Is there any way to use them using tensorflow and huggingface?

Thanks!

@olaffson Some of the models do have ONNX weights, and some models may have TF weights as well. If the models are in ONNX that makes it relatively easy to convert to TF.