Data

train data is similarity sentence data from E-commerce dialogue, about 20w sentence pairs.

Model

model created by sentence-tansformers,model struct is cross-encoder

Usage

>>> from sentence_transformers.cross_encoder import CrossEncoder
>>> model = CrossEncoder('tuhailong/cross-encoder')
>>> scores = model.predict([["今天天气不错", "今天心情不错"]])
>>> print(scores)
Downloads last month
11
Safetensors
Model size
102M params
Tensor type
I64
·
F32
·
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and the model is not deployed on the HF Inference API.