sukhrobnurali commited on
Commit
f3a557b
·
verified ·
1 Parent(s): c77a14b

Document sentence-transformers>=5.5.1 requirement

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -106,6 +106,9 @@ scores = q_emb @ p_emb.T
106
  print(scores) # highest score on the Tashkent passage
107
  ```
108
 
 
 
 
109
  ## Evaluation
110
 
111
  The same protocol is applied to the base and fine-tuned models so the delta is a fair
 
106
  print(scores) # highest score on the Tashkent passage
107
  ```
108
 
109
+ > Requires `sentence-transformers>=5.5.1` — the version the model was saved with.
110
+ > Older versions cannot load it (`ModuleNotFoundError: No module named 'sentence_transformers.base'`).
111
+
112
  ## Evaluation
113
 
114
  The same protocol is applied to the base and fine-tuned models so the delta is a fair