@@ -40,6 +62,105 @@ class ConvLabSeq2SeqTrainingArguments(Seq2SeqTrainingArguments):
...
@@ -40,6 +62,105 @@ class ConvLabSeq2SeqTrainingArguments(Seq2SeqTrainingArguments):
top_p:Optional[float]=field(default=1.0,metadata={"help":"If set to float < 1, only the most probable tokens with probabilities that add up to `top_p` or higher are kept for generation."})
top_p:Optional[float]=field(default=1.0,metadata={"help":"If set to float < 1, only the most probable tokens with probabilities that add up to `top_p` or higher are kept for generation."})
num_return_sequences:Optional[int]=field(default=1,metadata={"help":"The number of independently computed returned sequences for each element in the batch."})
num_return_sequences:Optional[int]=field(default=1,metadata={"help":"The number of independently computed returned sequences for each element in the batch."})