Hi,
I’ll assume you are trying to download the dataset that way due to an error thrown by load_dataset("xcopa", "et")
. It’s going to be fixed soon!
As you correctly pointed out, there are some differences in the data that are causing the error. In the meantime, you can bypass the error and download the dataset (with the newest data) as follows:
from datasets import load_dataset
dset = load_dataset("xcopa", "et", ignore_verifications=True)