-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
enhancementNew feature or requestNew feature or request
Description
https://www.modelscope.cn/datasets/modelscope/bbh
from datasets.load import load_dataset
dsPath = "lukaemon/bbh"
configName = "boolean_expressions"
raw_datasets = load_dataset(path=dsPath, name=configName)
print('raw_datasets', raw_datasets)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request