We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27a8c9e commit fcf8301Copy full SHA for fcf8301
examples/pytorch/multiple-choice/run_swag.py
@@ -106,7 +106,7 @@ class DataTrainingArguments:
106
default=None,
107
metadata={"help": "The number of processes to use for the preprocessing."},
108
)
109
- max_seq_length: int = field(
+ max_seq_length: Optional[int] = field(
110
111
metadata={
112
"help": "The maximum total input sequence length after tokenization. If passed, sequences longer "
0 commit comments