Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
phusroyal
/
ViHOS
like
2
Tasks:
Text Classification
Token Classification
Sub-tasks:
hate-speech-detection
Languages:
Vietnamese
Size:
10K<n<100K
License:
mit
Dataset card
Files
Files and versions
xet
Community
phusroyal
commited on
Sep 23, 2023
Commit
0f9212c
·
1 Parent(s):
09a6ad3
Update ViHOS.py
Browse files
Files changed (1)
hide
show
ViHOS.py
+2
-2
ViHOS.py
CHANGED
Viewed
@@ -61,6 +61,6 @@ class ViHOS(datasets.GeneratorBasedBuilder):
61
span_ids = ''
62
63
yield i, {
64
-
"content":
1
,
65
-
"span_ids": 2,
66
}
61
span_ids = ''
62
63
yield i, {
64
+
"content":
"O"
,
65
+
"span_ids":
"
2
"
,
66
}