Edit model card

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
292
Inference Examples
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.

Space using liujiarik/lim_base_zh 1

Evaluation results