KaiYinTAMU commited on
Commit
ad19b4c
·
verified ·
1 Parent(s): 394f349

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -158,7 +158,7 @@ for i, q in enumerate(queries_raw):
158
  1. The **backbone** used in DMRetriever is **Bidirectional Qwen3**, not the standard Qwen3.
159
  Please ensure that the `bidirectional_qwen3` module (included in the released model checkpoint folder) is correctly placed inside your model directory.
160
 
161
- 2. Make sure that your **transformers** library version is **≥ 4.51.0** to avoid the error:
162
  `KeyError: 'qwen3'`.
163
 
164
 
 
158
  1. The **backbone** used in DMRetriever is **Bidirectional Qwen3**, not the standard Qwen3.
159
  Please ensure that the `bidirectional_qwen3` module (included in the released model checkpoint folder) is correctly placed inside your model directory.
160
 
161
+ 2. Make sure that your **transformers** library version is **> 4.51.0** to avoid the error:
162
  `KeyError: 'qwen3'`.
163
 
164