In Lab 1 when trying to load dataset i receive below error msg:
ValueError: Invalid pattern: ‘**’ can only be an entire path component
Have you rung the cells about it? Are you failing in this line:
huggingface_dataset_name = “knkarthick/dialogsum”
dataset = load_dataset(huggingface_dataset_name)