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
de23ecea
Unverified
Commit
de23ecea
authored
Jul 12, 2021
by
Bhadresh Savani
Committed by
GitHub
Jul 12, 2021
Browse files
added test file (#12630)
parent
9ee66ada
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
examples/flax/summarization/run_summarization_flax.py
examples/flax/summarization/run_summarization_flax.py
+4
-0
No files found.
examples/flax/summarization/run_summarization_flax.py
View file @
de23ecea
...
@@ -135,6 +135,10 @@ class DataTrainingArguments:
...
@@ -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
=
{
...
...
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