talsheffer commited on
Commit
3d8a89a
·
verified ·
1 Parent(s): 8b28e85

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -127,7 +127,7 @@ documents = [
127
  input_texts = queries + documents
128
 
129
  tokenizer = AutoTokenizer.from_pretrained('Qodo/Qodo-Embed-1-7B', trust_remote_code=True)
130
- model = AutoModel.from_pretrained('Qodo/Qodo-Embed-1-1.5B', trust_remote_code=True)
131
 
132
  max_length = 8192
133
 
 
127
  input_texts = queries + documents
128
 
129
  tokenizer = AutoTokenizer.from_pretrained('Qodo/Qodo-Embed-1-7B', trust_remote_code=True)
130
+ model = AutoModel.from_pretrained('Qodo/Qodo-Embed-1-7B', trust_remote_code=True)
131
 
132
  max_length = 8192
133