Training sentence transformers in Julia?

Hi!

Has anyone tried to train a sentence transformer by fine tuning BERT in julia following the method of the 2019 paper on sentence transformers (and the model is called SBERT)? I know this is too general a question, but what I would hopefully like to get from this post are responses with repos or tutorials that exemplify the process.
In python, you can either use pytorch of use the library sentencetransformers.

Any response is greatly appreciated!

Alex