"tests/test_cli/vscode:/vscode.git/clone" did not exist on "3493964c9e8112b274121a4d2b80ab77a51ffc69"
Commit 0d94326e authored by cardy20's avatar cardy20
Browse files

datasets/nsmc.py key error modified

parent 1bf3c505
......@@ -80,7 +80,7 @@ class NSMC(datasets.GeneratorBasedBuilder):
datasets.SplitGenerator(
name=datasets.Split.TEST,
gen_kwargs={
"filepath": downloaded_files["validation"],
"filepath": downloaded_files["test"],
"split": "test",
},
),
......
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