ValueError: Invalid pattern: '**' can only be an entire path component

No matter what combination of packages versions I use, I get ValueError: Invalid pattern: ‘**’ can only be an entire path component
error on the line ----> 4 ds_train = load_dataset(path=ds_name, split=“train”)
tried updating and downgrading fsspec, datasets, huggingface_hub
but nothing seems to work
I used kaggle notebook

1 Like