Skip to content

Commit efc3cea

Browse files
committed
Fix metadata of use_inbatch_neg
1 parent 82369e9 commit efc3cea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FlagEmbedding/baai_general_embedding/finetune/arguments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ class RetrieverTrainingArguments(TrainingArguments):
7171
fix_position_embedding: bool = field(default=False, metadata={"help": "Freeze the parameters of position embeddings"})
7272
sentence_pooling_method: str = field(default='cls', metadata={"help": "the pooling method, should be cls or mean"})
7373
normlized: bool = field(default=True)
74-
use_inbatch_neg: bool = field(default=True, metadata={"help": "Freeze the parameters of position embeddings"})
74+
use_inbatch_neg: bool = field(default=True, metadata={"help": "use passages in the same batch as negatives"})

0 commit comments

Comments
 (0)