Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
undertheseanlp
/
UVD-1
like
0
Follow
undertheseanlp
5
Tasks:
Text Generation
Languages:
Vietnamese
Size:
10K<n<100K
License:
apache-2.0
Dataset card
Files
Files and versions
xet
Community
main
UVD-1
/
statistics.py
rain1024
rename dataset from UTS_Dictionary to UVD-1
73bd779
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
119 Bytes
from
datasets
import
load_dataset
dataset = load_dataset(
"undertheseanlp/UVD-1"
)
print
(
len
(dataset[
"train"
][
"text"
]))