Fix typo in model name (#8)
Browse files- Fix typo in model name (198e161077159bb52e89395cb0509449e5952c42)
Co-authored-by: Prashanth Rao <prrao@users.noreply.huggingface.co>
README.md
CHANGED
@@ -2606,7 +2606,7 @@ license: mit
|
|
2606 |
|
2607 |
# gte-large
|
2608 |
|
2609 |
-
|
2610 |
|
2611 |
The GTE models are trained by Alibaba DAMO Academy. They are mainly based on the BERT framework and currently offer three different sizes of models, including [GTE-large](https://huggingface.co/thenlper/gte-large), [GTE-base](https://huggingface.co/thenlper/gte-base), and [GTE-small](https://huggingface.co/thenlper/gte-small). The GTE models are trained on a large-scale corpus of relevance text pairs, covering a wide range of domains and scenarios. This enables the GTE models to be applied to various downstream tasks of text embeddings, including **information retrieval**, **semantic textual similarity**, **text reranking**, etc.
|
2612 |
|
|
|
2606 |
|
2607 |
# gte-large
|
2608 |
|
2609 |
+
General Text Embeddings (GTE) model. [Towards General Text Embeddings with Multi-stage Contrastive Learning](https://arxiv.org/abs/2308.03281)
|
2610 |
|
2611 |
The GTE models are trained by Alibaba DAMO Academy. They are mainly based on the BERT framework and currently offer three different sizes of models, including [GTE-large](https://huggingface.co/thenlper/gte-large), [GTE-base](https://huggingface.co/thenlper/gte-base), and [GTE-small](https://huggingface.co/thenlper/gte-small). The GTE models are trained on a large-scale corpus of relevance text pairs, covering a wide range of domains and scenarios. This enables the GTE models to be applied to various downstream tasks of text embeddings, including **information retrieval**, **semantic textual similarity**, **text reranking**, etc.
|
2612 |
|