mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-24 23:08:57 +06:00
Add missing arguemtn to run_clip.py (#21588)
This commit is contained in:
parent
1210c72e82
commit
fd5320bb57
@ -131,6 +131,10 @@ class DataTrainingArguments:
|
|||||||
default=None,
|
default=None,
|
||||||
metadata={"help": "An optional input evaluation data file (a jsonlines file)."},
|
metadata={"help": "An optional input evaluation data file (a jsonlines file)."},
|
||||||
)
|
)
|
||||||
|
test_file: Optional[str] = field(
|
||||||
|
default=None,
|
||||||
|
metadata={"help": "An optional input testing data file (a jsonlines file)."},
|
||||||
|
)
|
||||||
max_seq_length: Optional[int] = field(
|
max_seq_length: Optional[int] = field(
|
||||||
default=128,
|
default=128,
|
||||||
metadata={
|
metadata={
|
||||||
|
Loading…
Reference in New Issue
Block a user