Unicode Decode error solution.

#1
by Neesham - opened

Use this dataset like this;

from datasets import load_dataset

dataset = load_dataset(
"mertbozkurt/quotes_philosophers",
encoding="latin-1" # specify the encoding format here
)

Sign up or log in to comment