Can anyone help me how to split the dataset into training and test like the way it was defined earlier-:
# load dataset
train_dataset, test_dataset = load_dataset(dataset_name, split=[‘train’, ‘test’])
This is not working and i am using b-mc2/sql-create-context dataset and need to split it into train and test.