Culture-and-Morality-Lab commited on
Commit
7aaf5f7
·
verified ·
1 Parent(s): 154d88d

Set real model ID in README usage snippet

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -249,7 +249,7 @@ Then you can load this model and run inference.
249
  from sentence_transformers import SentenceTransformer
250
 
251
  # Download from the 🤗 Hub
252
- model = SentenceTransformer("sentence_transformers_model_id")
253
  # Run inference
254
  sentences = [
255
  'Besides that which the men brought him that were over the tributes, and the merchants, and they that sold by retail, and all the kings of Arabia, and the governors of the country.',
 
249
  from sentence_transformers import SentenceTransformer
250
 
251
  # Download from the 🤗 Hub
252
+ model = SentenceTransformer("Culture-and-Morality-Lab/psyembedding-gte-large")
253
  # Run inference
254
  sentences = [
255
  'Besides that which the men brought him that were over the tributes, and the merchants, and they that sold by retail, and all the kings of Arabia, and the governors of the country.',