Skip to content

Commit

Permalink
[docs] Resolve broken URL due to weird & behaviour in pretrained ST…
Browse files Browse the repository at this point in the history
… models (#3213)
  • Loading branch information
tomaarsen authored Feb 4, 2025
1 parent a624f0c commit 969082a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/sentence_transformer/pretrained_models.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Pretrained Models

```{eval-rst}
We provide various pre-trained Sentence Transformers models via our Sentence Transformers Hugging Face organization. Additionally, over 6,000 community Sentence Transformers models have been publicly released on the Hugging Face Hub. All models can be found here:
* **Original models**: [Sentence Transformers Hugging Face organization](https://huggingface.co/models?library=sentence-transformers&author=sentence-transformers).
* **Community models**: [All Sentence Transformer models on Hugging Face](https://huggingface.co/models?library=sentence-transformers).
* **Original models**: `Sentence Transformers Hugging Face organization <https://huggingface.co/models?library=sentence-transformers&author=sentence-transformers>`_.
* **Community models**: `All Sentence Transformer models on Hugging Face <https://huggingface.co/models?library=sentence-transformers>`_.
Each of these models can be easily downloaded and used like so:
```{eval-rst}
.. sidebar:: Original Models
For the original models from the `Sentence Transformers Hugging Face organization <https://huggingface.co/models?library=sentence-transformers&author=sentence-transformers>`_, it is not necessary to include the model author or organization prefix. For example, this snippet loads `sentence-transformers/all-mpnet-base-v2 <https://huggingface.co/sentence-transformers/all-mpnet-base-v2>`_.
Expand Down

0 comments on commit 969082a

Please # to comment.