Unverified Commit 0fc68a7e authored by Sylvain Gugger's avatar Sylvain Gugger
Browse files

Fix seq2seq QA example

parent 64998a57
......@@ -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,
)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment