sukhrobnurali commited on
Commit
cc59dfe
·
verified ·
1 Parent(s): 8a35ea1

Document sentence-transformers>=5.5.1 requirement

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