sentence-transformers / gtr-t5-large

huggingface.co
Total runs: 22.9K
24-hour runs: 0
7-day runs: 3.5K
30-day runs: -2.7K
Model's Last Updated: March 27 2024
sentence-similarity

Introduction of gtr-t5-large

Model Details of gtr-t5-large

sentence-transformers/gtr-t5-large

This is a sentence-transformers model: It maps sentences & paragraphs to a 768 dimensional dense vector space. The model was specifically trained for the task of sematic search.

This model was converted from the Tensorflow model gtr-large-1 to PyTorch. When using this model, have a look at the publication: Large Dual Encoders Are Generalizable Retrievers . The tfhub model and this PyTorch model can produce slightly different embeddings, however, when run on the same benchmarks, they produce identical results.

The model uses only the encoder from a T5-large model. The weights are stored in FP16.

Usage (Sentence-Transformers)

Using this model becomes easy when you have sentence-transformers installed:

pip install -U sentence-transformers

Then you can use the model like this:

from sentence_transformers import SentenceTransformer
sentences = ["This is an example sentence", "Each sentence is converted"]

model = SentenceTransformer('sentence-transformers/gtr-t5-large')
embeddings = model.encode(sentences)
print(embeddings)

The model requires sentence-transformers version 2.2.0 or newer.

Evaluation Results

For an automated evaluation of this model, see the Sentence Embeddings Benchmark : https://seb.sbert.net

Citing & Authors

If you find this model helpful, please cite the respective publication: Large Dual Encoders Are Generalizable Retrievers

Runs of sentence-transformers gtr-t5-large on huggingface.co

22.9K
Total runs
0
24-hour runs
-35
3-day runs
3.5K
7-day runs
-2.7K
30-day runs

More Information About gtr-t5-large huggingface.co Model

More gtr-t5-large license Visit here:

https://choosealicense.com/licenses/apache-2.0

gtr-t5-large huggingface.co

gtr-t5-large huggingface.co is an AI model on huggingface.co that provides gtr-t5-large's model effect (), which can be used instantly with this sentence-transformers gtr-t5-large model. huggingface.co supports a free trial of the gtr-t5-large model, and also provides paid use of the gtr-t5-large. Support call gtr-t5-large model through api, including Node.js, Python, http.

sentence-transformers gtr-t5-large online free

gtr-t5-large huggingface.co is an online trial and call api platform, which integrates gtr-t5-large's modeling effects, including api services, and provides a free online trial of gtr-t5-large, you can try gtr-t5-large online for free by clicking the link below.

sentence-transformers gtr-t5-large online free url in huggingface.co:

https://huggingface.co/sentence-transformers/gtr-t5-large

gtr-t5-large install

gtr-t5-large is an open source model from GitHub that offers a free installation service, and any user can find gtr-t5-large on GitHub to install. At the same time, huggingface.co provides the effect of gtr-t5-large install, users can directly use gtr-t5-large installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

gtr-t5-large install url in huggingface.co:

https://huggingface.co/sentence-transformers/gtr-t5-large

Url of gtr-t5-large

Provider of gtr-t5-large huggingface.co

sentence-transformers
ORGANIZATIONS

Other API from sentence-transformers