Update README.md
Browse files
README.md
CHANGED
@@ -159,7 +159,7 @@ coming soon.
|
|
159 |
from transformers import AutoModel
|
160 |
|
161 |
# Initialize the model
|
162 |
-
model = AutoModel.from_pretrained('jinaai/jina-embeddings-v3, trust_remote_code=True)
|
163 |
|
164 |
# New meaningful sentences
|
165 |
sentences = [
|
|
|
159 |
from transformers import AutoModel
|
160 |
|
161 |
# Initialize the model
|
162 |
+
model = AutoModel.from_pretrained('jinaai/jina-embeddings-v3', trust_remote_code=True)
|
163 |
|
164 |
# New meaningful sentences
|
165 |
sentences = [
|