Datasets:

Languages:
Vietnamese
DOI:
License:
UTS_Dictionary / statistics.py
rain1024's picture
update
9c87abe
raw
history blame
128 Bytes
from datasets import load_dataset
dataset = load_dataset("undertheseanlp/UTS_Dictionary")
print(len(dataset["train"]["text"]))