updated README.md
Browse files
README.md
CHANGED
@@ -37,10 +37,15 @@ print(embeddings)
|
|
37 |
|
38 |
KorNLI 학습 데이터셋으로 학습한 후 KorSTS 평가 데이터셋으로 평가한 결과입니다.
|
39 |
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
|
|
|
|
|
|
|
|
|
|
44 |
|
45 |
## Training
|
46 |
The model was trained with the parameters:
|
@@ -88,4 +93,10 @@ SentenceTransformer(
|
|
88 |
|
89 |
## Citing & Authors
|
90 |
|
91 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
|
38 |
KorNLI 학습 데이터셋으로 학습한 후 KorSTS 평가 데이터셋으로 평가한 결과입니다.
|
39 |
|
40 |
+
- Cosine Pearson: 82.03
|
41 |
+
- Cosine Spearman: 82.36
|
42 |
+
- Euclidean Pearson: 80.06
|
43 |
+
- Euclidean Spearman: 79.85
|
44 |
+
- Manhattan Pearson: 80.08
|
45 |
+
- Manhattan Spearman: 79.91
|
46 |
+
- Dot Pearson: 75.76
|
47 |
+
- Dot Spearman: 74.72
|
48 |
+
|
49 |
|
50 |
## Training
|
51 |
The model was trained with the parameters:
|
|
|
93 |
|
94 |
## Citing & Authors
|
95 |
|
96 |
+
- Ham, J., Choe, Y. J., Park, K., Choi, I., & Soh, H. (2020). Kornli and korsts: New benchmark datasets for korean natural language understanding. arXiv
|
97 |
+
preprint arXiv:2004.03289
|
98 |
+
- Reimers, Nils and Iryna Gurevych. “Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks.” ArXiv abs/1908.10084 (2019)
|
99 |
+
- [Ko-Sentence-BERT-SKTBERT](https://github.com/BM-K/KoSentenceBERT-SKT)
|
100 |
+
- [KoBERT](https://github.com/SKTBrain/KoBERT)<!--- Describe where people can find more information -->
|
101 |
+
|
102 |
+
|