agentlans commited on
Commit
536d4b8
·
verified ·
1 Parent(s): 2ffde1d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -96,7 +96,7 @@ Then you can load this model and run inference.
96
  from sentence_transformers import SentenceTransformer
97
 
98
  # Download from the 🤗 Hub
99
- model = SentenceTransformer("sentence_transformers_model_id")
100
  # Run inference
101
  sentences = [
102
  'The expansion of European colonies resulted in the dissemination of their cultural ideas and institutions to other regions.',
 
96
  from sentence_transformers import SentenceTransformer
97
 
98
  # Download from the 🤗 Hub
99
+ model = SentenceTransformer("agentlans/deberta-v3-xsmall-zyda-2-v2")
100
  # Run inference
101
  sentences = [
102
  'The expansion of European colonies resulted in the dissemination of their cultural ideas and institutions to other regions.',