Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Datasets:
undertheseanlp
/
UTS_WTK
like
0
Follow
undertheseanlp
4
Tasks:
Token Classification
Languages:
Vietnamese
License:
apache-2.0
Dataset card
Files
Files and versions
Community
3
refs/pr/2
UTS_WTK
/
eval.py
rain1024
update
3791dcc
over 1 year ago
raw
Copy download link
history
blame
Safe
160 Bytes
from
datasets
import
load_dataset
if
__name__ ==
'__main__'
:
dataset = load_dataset(
"undertheseanlp/UTS_Text_v1"
)
sentences = dataset[
"train"
][
"text"
]