We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e18b54e commit ab2ea54Copy full SHA for ab2ea54
1 file changed
examples/finetune/reranker/README.md
@@ -184,7 +184,7 @@ torchrun --nproc_per_node 2 \
184
--query_max_len 512 \
185
--passage_max_len 512 \
186
--pad_to_multiple_of 8 \
187
- --knowledge_distillation True \
+ --knowledge_distillation False \
188
--query_instruction_for_rerank 'A: ' \
189
--query_instruction_format '{}{}' \
190
--passage_instruction_for_rerank 'B: ' \
@@ -243,7 +243,7 @@ torchrun --nproc_per_node 2 \
243
244
245
246
247
248
249
0 commit comments