使用方法

from sentence_transformers import SentenceTransformer

sentences = ["sentence1", "sentence2"]
model = SentenceTransformer('IYun-large-zh')
embeddings_1 = model.encode(sentences, normalize_embeddings=True)
embeddings_2 = model.encode(sentences, normalize_embeddings=True)
similarity = embeddings_1 @ embeddings_2.T
print(similarity)
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and HF Inference API was unable to determine this model's library.

Spaces using Erin/IYun-large-zh 2

Evaluation results