course icon indicating copy to clipboard operation
course copied to clipboard

Changing `tokenized_dataset` to `tokenized_datasets`

Open jpodivin opened this issue 3 months ago • 1 comments

The variable tokenized_dataset isn't initialized in the code. Leading to exception when the cell is reached. On the other hand tokenized_datasets var does exist. It was probably intended to be used in the first place.

Closes: #702

jpodivin avatar May 05 '24 15:05 jpodivin