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
12
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Spaces using liujiarik/lim_base_zh 10

Evaluation results