AsakusaRinne commited on
Commit
c254860
1 Parent(s): 6f53b50

update generator.

Browse files
Files changed (1) hide show
  1. gaokao_bench.py +6 -6
gaokao_bench.py CHANGED
@@ -107,12 +107,12 @@ class GaokaoBench(datasets.GeneratorBasedBuilder):
107
  # ),
108
  # },
109
  # ),
110
- datasets.SplitGenerator(
111
- name=datasets.Split("MCQ"),
112
- gen_kwargs={
113
- "filepath": data_dir['Multiple-choice_Questions']
114
- },
115
- ),
116
  ]
117
 
118
  def _generate_examples(self, filepath):
 
107
  # ),
108
  # },
109
  # ),
110
+ # datasets.SplitGenerator(
111
+ # name=datasets.Split("MCQ"),
112
+ # gen_kwargs={
113
+ # "filepath": data_dir['Multiple-choice_Questions']
114
+ # },
115
+ # ),
116
  ]
117
 
118
  def _generate_examples(self, filepath):