Skip to content

Commit

Permalink
Add notes into tips at the top of sbert.net
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaarsen committed Jan 23, 2025
1 parent 6d9abff commit f443625
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
.. note::
.. tip::

Sentence Transformers v3.2 recently released, introducing the ONNX and OpenVINO backends for Sentence Transformer models. Read `SentenceTransformer > Usage > Speeding up Inference <docs/sentence_transformer/usage/efficiency.html>`_ to learn more about the new backends and what they can mean for your inference speed.
You can now use ONNX and OpenVINO backends for Sentence Transformer models. Read `SentenceTransformer > Usage > Speeding up Inference <docs/sentence_transformer/usage/efficiency.html>`_ to learn more about the new backends and what they can mean for your inference speed.

.. note::
.. tip::

Sentence Transformers v3.3 just released, introducing training with Prompts. Read `SentenceTransformer > Training Examples > Training with Prompts <examples/training/prompts/README.html>`_ to learn more about how you can use them to train stronger models.
Sentence Transformers v3.4 just released, introducing documentation for training with PEFT. Read `SentenceTransformer > Training Examples > Training with PEFT Adapters <examples/training/peft/README.html>`_ to learn more about how you can use train embedding models without finetuning all model parameters.

SentenceTransformers Documentation
==================================
Expand Down

0 comments on commit f443625

Please sign in to comment.