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