from datasets import load_dataset if __name__ == '__main__': dataset = load_dataset("undertheseanlp/UTS_Text", "small") print(dataset["train"][0])