sentence-transformers / sentence-t5-xxl

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

Introduction of sentence-t5-xxl

Model Details of sentence-t5-xxl

sentence-transformers/sentence-t5-xxl

This is a sentence-transformers model: It maps sentences & paragraphs to a 768 dimensional dense vector space. The model works well for sentence similarity tasks, but doesn't perform that well for semantic search tasks.

This model was converted from the Tensorflow model st5-11b-1 to PyTorch. When using this model, have a look at the publication: Sentence-T5: Scalable sentence encoders from pre-trained text-to-text models . 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-11B 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/sentence-t5-xxl')
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: Sentence-T5: Scalable sentence encoders from pre-trained text-to-text models

Runs of sentence-transformers sentence-t5-xxl on huggingface.co

1.3K
Total runs
0
24-hour runs
-10
3-day runs
25
7-day runs
-587
30-day runs

More Information About sentence-t5-xxl huggingface.co Model

More sentence-t5-xxl license Visit here:

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

sentence-t5-xxl huggingface.co

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

sentence-transformers sentence-t5-xxl online free

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

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

https://huggingface.co/sentence-transformers/sentence-t5-xxl

sentence-t5-xxl install

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

sentence-t5-xxl install url in huggingface.co:

https://huggingface.co/sentence-transformers/sentence-t5-xxl

Url of sentence-t5-xxl

Provider of sentence-t5-xxl huggingface.co

sentence-transformers
ORGANIZATIONS

Other API from sentence-transformers