from datasets import load_dataset dataset = load_dataset("undertheseanlp/UTS_Dictionary") print(len(dataset["train"]["text"]))