snunlp commited on
Commit
b66ee5f
1 Parent(s): bfb1a34

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -3
README.md CHANGED
@@ -5,6 +5,8 @@ tags:
5
  - feature-extraction
6
  - sentence-similarity
7
  - transformers
 
 
8
  ---
9
 
10
  # snunlp/KR-SBERT-V40K-klueNLI-augSTS
@@ -88,6 +90,15 @@ SentenceTransformer(
88
  )
89
  ```
90
 
91
- ## Citing & Authors
92
-
93
- <!--- Describe where people can find more information -->
 
 
 
 
 
 
 
 
 
 
5
  - feature-extraction
6
  - sentence-similarity
7
  - transformers
8
+ languages:
9
+ - ko
10
  ---
11
 
12
  # snunlp/KR-SBERT-V40K-klueNLI-augSTS
 
90
  )
91
  ```
92
 
93
+ ## Citation
94
+
95
+ ```bibtex
96
+ @misc{kr-sbert,
97
+ author = {Park, Suzi and Hyopil Shin},
98
+ title = {KR-SBERT: A Pre-trained Korean-specific Sentence-BERT model},
99
+ year = {2022},
100
+ publisher = {GitHub},
101
+ journal = {GitHub repository},
102
+ howpublished = {\url{https://github.com/snunlp/KR-SBERT}}
103
+ }
104
+ ```