Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
fd5320bb
"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "3b742ea84cfc32432d60c0b65c886576ef736833"
Unverified
Commit
fd5320bb
authored
Feb 13, 2023
by
Warren Green
Committed by
GitHub
Feb 13, 2023
Browse files
Add missing arguemtn to run_clip.py (#21588)
parent
1210c72e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
examples/pytorch/contrastive-image-text/run_clip.py
examples/pytorch/contrastive-image-text/run_clip.py
+4
-0
No files found.
examples/pytorch/contrastive-image-text/run_clip.py
View file @
fd5320bb
...
...
@@ -131,6 +131,10 @@ class DataTrainingArguments:
default
=
None
,
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
(
default
=
128
,
metadata
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment