InstructUIE
InstructUIE copied to clipboard
BuildConfig does not work
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.
You can add an additional line to set builder_config to None, which works for me with datasets==2.18.0
You can add an additional line to set builder_config to None, which works for me with datasets==2.18.0
line 598 in datasets.builder.py
did this solve the issue? it persists for me still after setting builder_config to None
