Skip to content

Commit ab2ea54

Browse files
committed
update readme
1 parent e18b54e commit ab2ea54

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/finetune/reranker/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ torchrun --nproc_per_node 2 \
184184
--query_max_len 512 \
185185
--passage_max_len 512 \
186186
--pad_to_multiple_of 8 \
187-
--knowledge_distillation True \
187+
--knowledge_distillation False \
188188
--query_instruction_for_rerank 'A: ' \
189189
--query_instruction_format '{}{}' \
190190
--passage_instruction_for_rerank 'B: ' \
@@ -243,7 +243,7 @@ torchrun --nproc_per_node 2 \
243243
--query_max_len 512 \
244244
--passage_max_len 512 \
245245
--pad_to_multiple_of 8 \
246-
--knowledge_distillation True \
246+
--knowledge_distillation False \
247247
--query_instruction_for_rerank 'A: ' \
248248
--query_instruction_format '{}{}' \
249249
--passage_instruction_for_rerank 'B: ' \

0 commit comments

Comments
 (0)