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
0fc68a7e
Unverified
Commit
0fc68a7e
authored
Sep 28, 2022
by
Sylvain Gugger
Browse files
Fix seq2seq QA example
parent
64998a57
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
examples/pytorch/question-answering/run_seq2seq_qa.py
examples/pytorch/question-answering/run_seq2seq_qa.py
+1
-0
No files found.
examples/pytorch/question-answering/run_seq2seq_qa.py
View file @
0fc68a7e
...
...
@@ -346,6 +346,7 @@ def main():
raw_datasets
=
load_dataset
(
extension
,
data_files
=
data_files
,
field
=
"data"
,
cache_dir
=
model_args
.
cache_dir
,
use_auth_token
=
True
if
model_args
.
use_auth_token
else
None
,
)
...
...
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