UTS_Dictionary / statistics.py
rain1024's picture
update
9c87abe
raw
history blame contribute delete
No virus
128 Bytes
from datasets import load_dataset
dataset = load_dataset("undertheseanlp/UTS_Dictionary")
print(len(dataset["train"]["text"]))