Example
from sentence_transformers import CrossEncoder
model = CrossEncoder('ddobokki/electra-small-sts-cross-encoder')
model.predict(["๊ทธ๋
๋ ํ๋ณตํด์ ์์๋ค.", "๊ทธ๋
๋ ์๊ฒจ์ ๋๋ฌผ์ด ๋ฌ๋ค."])
-> 0.8206561
Dataset
- KorSTS
- Train
- Test
- KLUE STS
- Train
- Test
Performance
Dataset | Pearson corr. | Spearman corr. |
---|---|---|
KorSTS(test) + KLUE STS(test) | 0.8528 | 0.8504 |
TODO
Using KLUE 1.1 train, dev data
- Downloads last month
- 240
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.