Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ pipeline_tag: sentence-similarity
|
|
10 |
---
|
11 |
# KF-DeBERTa-base-cross-STS
|
12 |
|
13 |
-
pre-trained model: KF-DeBERTa-base-cross-NLI
|
14 |
|
15 |
trained data:
|
16 |
- `klue/sts`: 1epoch
|
@@ -19,6 +19,6 @@ trained data:
|
|
19 |
|
20 |
label scaling: 0~5 -> -1->1
|
21 |
|
22 |
-
bi-encoder STS ํ์ต์ ์ํ dataset augmentation์ ์์ ํ๊ณ ํ๋ จํ์์ต๋๋ค.
|
23 |
|
24 |
cosine similarity๋ก ํ์ตํ ์ ์๋๋ก scaling ๋ output์ด ์ถ๋ก ๋ฉ๋๋ค.
|
|
|
10 |
---
|
11 |
# KF-DeBERTa-base-cross-STS
|
12 |
|
13 |
+
pre-trained model: KF-DeBERTa-base-cross-NLI (https://huggingface.co/deliciouscat/kf-deberta-base-cross-nli)
|
14 |
|
15 |
trained data:
|
16 |
- `klue/sts`: 1epoch
|
|
|
19 |
|
20 |
label scaling: 0~5 -> -1->1
|
21 |
|
22 |
+
bi-encoder STS ํ์ต์ ์ํ dataset augmentation์ ์์ ํ๊ณ ํ๋ จํ์์ต๋๋ค. (https://arxiv.org/abs/2010.08240)
|
23 |
|
24 |
cosine similarity๋ก ํ์ตํ ์ ์๋๋ก scaling ๋ output์ด ์ถ๋ก ๋ฉ๋๋ค.
|