Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -44,7 +44,7 @@ from transformers import AutoTokenizer
44
 
45
  model = create_model(
46
  "e5-mistral-7b-instruct",
47
- weights_path="path/to/weights.npz",
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