Lesson 2 b'data/cleaned.csv' does not exist

I can’t pass lesson 2,
np.random.seed(42)
data = ImageDataBunch.from_csv(path, folder=".", valid_pct=0.2, csv_labels=‘cleaned.csv’, ds_tfms=get_transforms(), size=224, num_workers=4).normalize(imagenet_stats)

gives me
b’data/cleaned.csv’ does not exist

it stops at # Create the parser.
–> 440 parser = TextFileReader(filepath_or_buffer, **kwds)

what should I do? I’m using paperspace

Where is your data being stored? (relative to data.path)

it is stored in the data folder:

I have two folders contain the csv files and txt, in the downloads I have two folders with the images. what should I do?

Are you missing a period in your path? See here: Datasets: Download images