Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Datasets:
undertheseanlp
/
UTS_Text
like
0
Follow
undertheseanlp
4
Tasks:
Text Generation
Modalities:
Text
Languages:
Vietnamese
Size:
10K<n<100K
License:
apache-2.0
Dataset card
Viewer
Files
Files and versions
Community
main
UTS_Text
/
test_dataset.py
rain1024
update
e192c17
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
157 Bytes
from
datasets
import
load_dataset
if
__name__ ==
'__main__'
:
dataset = load_dataset(
"undertheseanlp/UTS_Text"
,
"small"
)
print
(dataset[
"train"
][
0
])