KF-DeBERTa-base-STS

KF-DeBERTa ๋ชจ๋ธ์— ๋Œ€ํ•ด klue-sts ๋ฐ kor-sts ๋ฐ์ดํ„ฐ์…‹์„ ํ•™์Šตํ•œ ๋ชจ๋ธ์ž…๋‹ˆ๋‹ค. Average pooling์„ ๊ธฐ๋ณธ์œผ๋กœ ํ•ฉ๋‹ˆ๋‹ค.

from sentence_transformers import SentenceTransformer

model = SentenceTransformer('deliciouscat/kf-deberta-base-sts')

sentence = ['encoder ๋ชจ๋ธ๋„ ์ƒ์„ฑํ˜• ๋ชจ๋ธ ๋ชป์ง€ ์•Š๊ฒŒ ์ค‘์š”ํ•ด์š”.', 'kf-deberta๋Š” ๊ธˆ์œต ๋„๋ฉ”์ธ์— ๊ตญํ•œ๋˜์–ด ์žˆ์ง€ ์•Š์Šต๋‹ˆ๋‹ค.']
embedding = model.encode(sentence)

โ€ป 24.02.16. ๋ชจ๋ธ ์ˆ˜์ •๋จ: ์ตœ์ดˆ ๋ฐฐํฌํ•œ ๋ชจ๋ธ์€ scaling์— ์น˜๋ช…์ ์ธ ์˜ค๋ฅ˜๊ฐ€ ์žˆ์Šต๋‹ˆ๋‹ค~๐Ÿ˜…

Downloads last month
96
Safetensors
Model size
185M params
Tensor type
F32
ยท
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The HF Inference API does not support sentence-similarity models for transformers library.

Datasets used to train deliciouscat/kf-deberta-base-sts