Example: the loading of GEM/wiki_lingua subset id in promptsource fails, even though calling datasets.load_dataset("GEM/wiki_lingua", "id") works perfectly.
I suspect we can remove the logic with builder_instance and just use datasets.load_dataset
|
def get_dataset_builder(path, conf=None): |
Example: the loading of
GEM/wiki_linguasubsetidin promptsource fails, even though callingdatasets.load_dataset("GEM/wiki_lingua", "id")works perfectly.I suspect we can remove the logic with
builder_instanceand just usedatasets.load_datasetpromptsource/promptsource/utils.py
Line 36 in d1f16cf