Update README.md
Browse files
README.md
CHANGED
@@ -33,7 +33,7 @@ from sentence_transformers import SentenceTransformer
|
|
33 |
# Download from the 🤗 Hub
|
34 |
model = SentenceTransformer("cl-nagoya/ruri-large")
|
35 |
|
36 |
-
# Don't forget to add the prefix "クエリ: "
|
37 |
sentences = [
|
38 |
"クエリ: 瑠璃色はどんな色?",
|
39 |
"文章: 瑠璃色(るりいろ)は、紫みを帯びた濃い青。名は、半貴石の瑠璃(ラピスラズリ、英: lapis lazuli)による。JIS慣用色名では「こい紫みの青」(略号 dp-pB)と定義している[1][2]。",
|
|
|
33 |
# Download from the 🤗 Hub
|
34 |
model = SentenceTransformer("cl-nagoya/ruri-large")
|
35 |
|
36 |
+
# Don't forget to add the prefix "クエリ: " for query-side or "文章: " for passage-side texts.
|
37 |
sentences = [
|
38 |
"クエリ: 瑠璃色はどんな色?",
|
39 |
"文章: 瑠璃色(るりいろ)は、紫みを帯びた濃い青。名は、半貴石の瑠璃(ラピスラズリ、英: lapis lazuli)による。JIS慣用色名では「こい紫みの青」(略号 dp-pB)と定義している[1][2]。",
|