Update README.md
Browse files
README.md
CHANGED
|
@@ -134,7 +134,7 @@ Then you can load this model and run inference.
|
|
| 134 |
from sentence_transformers import SentenceTransformer
|
| 135 |
|
| 136 |
# Download from the 🤗 Hub
|
| 137 |
-
model = SentenceTransformer("greatakela/
|
| 138 |
# Run inference
|
| 139 |
sentences = [
|
| 140 |
"That's paradise? We have no need or want, Captain. It's a true Eden, Jim. There's belonging and love. No wants. No needs. We weren't meant for that. None of us. Man stagnates if he has no ambition, no desire to be more than he is. We have what we need.[SEP]Except a challenge.",
|
|
|
|
| 134 |
from sentence_transformers import SentenceTransformer
|
| 135 |
|
| 136 |
# Download from the 🤗 Hub
|
| 137 |
+
model = SentenceTransformer("greatakela/gnlp_hw1_encoder")
|
| 138 |
# Run inference
|
| 139 |
sentences = [
|
| 140 |
"That's paradise? We have no need or want, Captain. It's a true Eden, Jim. There's belonging and love. No wants. No needs. We weren't meant for that. None of us. Man stagnates if he has no ambition, no desire to be more than he is. We have what we need.[SEP]Except a challenge.",
|