Update README.md
#2
by
protasovnn
- opened
README.md
CHANGED
@@ -44,7 +44,7 @@ from transformers import AutoTokenizer
|
|
44 |
|
45 |
model = create_model(
|
46 |
"e5-mistral-7b-instruct",
|
47 |
-
|
48 |
strict=False
|
49 |
)
|
50 |
|
|
|
44 |
|
45 |
model = create_model(
|
46 |
"e5-mistral-7b-instruct",
|
47 |
+
weights="path/to/weights.npz",
|
48 |
strict=False
|
49 |
)
|
50 |
|