We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82369e9 + efc3cea commit 41dc95eCopy full SHA for 41dc95e
1 file changed
FlagEmbedding/baai_general_embedding/finetune/arguments.py
@@ -71,4 +71,4 @@ class RetrieverTrainingArguments(TrainingArguments):
71
fix_position_embedding: bool = field(default=False, metadata={"help": "Freeze the parameters of position embeddings"})
72
sentence_pooling_method: str = field(default='cls', metadata={"help": "the pooling method, should be cls or mean"})
73
normlized: bool = field(default=True)
74
- use_inbatch_neg: bool = field(default=True, metadata={"help": "Freeze the parameters of position embeddings"})
+ use_inbatch_neg: bool = field(default=True, metadata={"help": "use passages in the same batch as negatives"})
0 commit comments