UVD-1 / statistics.py
rain1024's picture
rename dataset from UTS_Dictionary to UVD-1
73bd779
raw
history blame contribute delete
119 Bytes
from datasets import load_dataset
dataset = load_dataset("undertheseanlp/UVD-1")
print(len(dataset["train"]["text"]))