Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Datasets:
undertheseanlp
/
UTS_Dictionary
like
2
Follow
undertheseanlp
4
Tasks:
Text Generation
Languages:
Vietnamese
Size:
10K<n<100K
DOI:
doi:10.57967/hf/1881
License:
apache-2.0
Dataset card
Files
Files and versions
Community
c3f914d
UTS_Dictionary
/
statistics.py
rain1024
update
9c87abe
over 1 year ago
raw
Copy download link
history
blame
Safe
128 Bytes
from
datasets
import
load_dataset
dataset = load_dataset(
"undertheseanlp/UTS_Dictionary"
)
print
(
len
(dataset[
"train"
][
"text"
]))