AsakusaRinne commited on
Commit
7f5feb8
·
1 Parent(s): 07643ca

update generator

Browse files
Files changed (1) hide show
  1. gaokao_bench.py +1 -1
gaokao_bench.py CHANGED
@@ -114,7 +114,7 @@ class GaokaoBench(datasets.GeneratorBasedBuilder):
114
  name=datasets.Split.TRAIN,
115
  gen_kwargs={
116
  "filepath": os.path.join(
117
- data_dir, 'Multiple-choice_Questions'
118
  )
119
  },
120
  ),
 
114
  name=datasets.Split.TRAIN,
115
  gen_kwargs={
116
  "filepath": os.path.join(
117
+ data_dir, 'gaokao_bench', 'Multiple-choice_Questions'
118
  )
119
  },
120
  ),