greatakela commited on
Commit
4243295
·
verified ·
1 Parent(s): 88b237c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/gnlp_hw1_encoder_1")
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.",