Update README.md
Browse files
README.md
CHANGED
@@ -929,7 +929,7 @@ Then you can load this model and run inference.
|
|
929 |
from sentence_transformers import SentenceTransformer
|
930 |
|
931 |
# Download from the 🤗 Hub
|
932 |
-
model = SentenceTransformer("
|
933 |
# Run inference
|
934 |
sentences = [
|
935 |
'query: when did england change from fahrenheit to celsius',
|
|
|
929 |
from sentence_transformers import SentenceTransformer
|
930 |
|
931 |
# Download from the 🤗 Hub
|
932 |
+
model = SentenceTransformer("hon9kon9ize/yue-embed")
|
933 |
# Run inference
|
934 |
sentences = [
|
935 |
'query: when did england change from fahrenheit to celsius',
|