seem to be a small bug

#7
by joeysss - opened

this line of code in utils.py seem to cause the following error : apps_eval = load_dataset(DATASET, split="test", difficulties=[level])
after I removed this para "difficulties=[level]", this error is no longer raised

BuilderConfig JsonConfig(name='default', version=0.0.0, data_dir=None, data_files={NamedSplit('train'): ['/data/shizhongyi/APPS/apps_datasets/train.jsonl'], NamedSplit('test'): ['/data/shizhongyi/APPS/apps_datasets/test.jsonl']}, description=None, features=None, encoding='utf-8', encoding_errors=None, field=None, use_threads=True, block_size=None, chunksize=10485760, newlines_in_values=None) doesn't have a 'difficulties' key.

Sign up or log in to comment