Update README.md
Browse files
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-
|
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 |
|