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
123
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.

Spaces using liujiarik/lim_base_zh 2

Evaluation results