Model Details

Lim is a general text embedding model(chinese),We are continuously optimizing it.

History

γ€Ž2023-12-22』Published lim_base_zh_v0 model

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:

model_name="liujiarik/lim_base_zh"
from sentence_transformers import SentenceTransformer
sentences = ['ζˆ‘ζ’ζ‰‹ζœΊε·δΊ†', 'ε¦‚ζžœζˆ‘ζ’ζ‰‹ζœΊζ€ŽδΉˆεŠž?']

model = SentenceTransformer(model_name)
embeddings = model.encode(sentences)
print(embeddings)
Downloads last month
17
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Spaces using liujiarik/lim_base_zh 11

Evaluation results