Sentence Similarity
Safetensors
Japanese
bert
feature-extraction
hpprc commited on
Commit
a80d9c4
1 Parent(s): 9ecc382

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 "クエリ: " (means query) for query-side or "文章: " (means passage) for passage-side texts.
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]。",