What is the length of your dataset ? len(dataset["train"])
len(dataset["train"])
Can you also try to do dataset["train"][0] ?
dataset["train"][0]