InstructUIE icon indicating copy to clipboard operation
InstructUIE copied to clipboard

BuildConfig does not work

Open jdm4pku opened this issue 1 year ago • 3 comments

BuilderConfig UIEConfig(name='default', version=0.0.0, data_dir=None, data_files=None, description='Default config for NaturalInstructions') doesn't have a 'task_config_dir' key.

jdm4pku avatar May 05 '24 08:05 jdm4pku

You can add an additional line to set builder_config to None, which works for me with datasets==2.18.0 image

TuRan-H avatar Aug 16 '24 14:08 TuRan-H

You can add an additional line to set builder_config to None, which works for me with datasets==2.18.0 image

line 598 in datasets.builder.py

TuRan-H avatar Aug 16 '24 14:08 TuRan-H

did this solve the issue? it persists for me still after setting builder_config to None

ShristiDasBiswas avatar Jul 20 '25 19:07 ShristiDasBiswas