ekolodin commited on
Commit
c93bb13
1 Parent(s): 568681d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -40,8 +40,7 @@ passages = [
40
  ]
41
 
42
  # load model with tokenizer
43
- model_path = os.getcwd() ## TODO ???
44
- model = AutoModel.from_pretrained(model_path, trust_remote_code=True)
45
 
46
  # get the embeddings
47
  query_embeddings = model.encode(queries, instruction=query_prefix)
 
40
  ]
41
 
42
  # load model with tokenizer
43
+ model = AutoModel.from_pretrained('ai-sage/Giga-Embeddings-instruct', trust_remote_code=True)
 
44
 
45
  # get the embeddings
46
  query_embeddings = model.encode(queries, instruction=query_prefix)