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