AsakusaRinne commited on
Commit
42079d8
1 Parent(s): 5464790

update generator.

Browse files
Files changed (1) hide show
  1. gaokao_bench.py +1 -3
gaokao_bench.py CHANGED
@@ -110,9 +110,7 @@ class GaokaoBench(datasets.GeneratorBasedBuilder):
110
  datasets.SplitGenerator(
111
  name=datasets.Split("MCQ"),
112
  gen_kwargs={
113
- "filepath": os.path.join(
114
- data_dir, "Multiple-choice_Questions", f"{task_name}.csv"
115
- ),
116
  },
117
  ),
118
  ]
 
110
  datasets.SplitGenerator(
111
  name=datasets.Split("MCQ"),
112
  gen_kwargs={
113
+ "filepath": data_dir['Multiple-choice_Questions']
 
 
114
  },
115
  ),
116
  ]