You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/finetune/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,7 @@ Besides the negatives in this group, the in-batch negatives also will be used in
93
93
-`passage_max_len`: max length for passage. Please set it according the average length of passages in your data.
94
94
-`query_instruction_for_retrieval`: instruction for query, which will be added to each query. You also can set it `""` to add nothing to query.
95
95
-`use_inbatch_neg`: use passages in the same batch as negatives. Default value is True.
96
+
-`save_steps`: for setting how many training steps to save a checkpoint.
96
97
97
98
For more training arguments please refer to [transformers.TrainingArguments](https://huggingface.co/docs/transformers/main_classes/trainer#transformers.TrainingArguments)
0 commit comments