added test file (#12630)
This commit is contained in:
@@ -135,6 +135,10 @@ class DataTrainingArguments:
|
|||||||
default=None,
|
default=None,
|
||||||
metadata={"help": "An optional input evaluation data file to evaluate the perplexity on (a text file)."},
|
metadata={"help": "An optional input evaluation data file to evaluate the perplexity on (a text file)."},
|
||||||
)
|
)
|
||||||
|
test_file: Optional[str] = field(
|
||||||
|
default=None,
|
||||||
|
metadata={"help": "An optional input predict data file to do prediction on (a text file)."},
|
||||||
|
)
|
||||||
max_source_length: Optional[int] = field(
|
max_source_length: Optional[int] = field(
|
||||||
default=1024,
|
default=1024,
|
||||||
metadata={
|
metadata={
|
||||||
|
|||||||
Reference in New Issue
Block a user