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
116
Safetensors
Model size
14.1M 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.