Tom Aarsen commited on
Commit
9677008
1 Parent(s): aea6a04

Replace local-only "." with "jxm/cde-small-v1"

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -8730,7 +8730,7 @@ from sentence_transformers import SentenceTransformer
8730
  from datasets import load_dataset
8731
 
8732
  # 1. Load the Sentence Transformer model
8733
- model = SentenceTransformer(".", trust_remote_code=True)
8734
  context_docs_size = model[0].config.transductive_corpus_size # 512
8735
 
8736
  # 2. Load the dataset: context dataset, docs, and queries
 
8730
  from datasets import load_dataset
8731
 
8732
  # 1. Load the Sentence Transformer model
8733
+ model = SentenceTransformer("jxm/cde-small-v1", trust_remote_code=True)
8734
  context_docs_size = model[0].config.transductive_corpus_size # 512
8735
 
8736
  # 2. Load the dataset: context dataset, docs, and queries