We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65f0424 commit bab7efdCopy full SHA for bab7efd
1 file changed
toolbox/datasets/parlai_sdgt.py
@@ -34,8 +34,9 @@ def generator(
34
self
35
) -> t.Generator[SearchDialogueGenerationTeacherExample, None, None]:
36
root_data_path = get_data_path("parlai")
37
- json_file_path = os.path.join(
38
- root_data_path, "SearchDialogueGenerationTeacher", "train.jsonl")
+ json_file_path = os.path.join(root_data_path,
+ "SearchDialogueGenerationTeacher",
39
+ "train.jsonl")
40
41
with open(json_file_path, "r") as file:
42
for line in file:
0 commit comments