Remove wrong reference
Browse files
vihsd.py
CHANGED
@@ -11,7 +11,6 @@ This metric is used to compute the accuracy and F1 score of models on the ViHSD
|
|
11 |
The ViHSD dataset is a large-scale dataset for hate speech detection on Vietnamese social media texts.
|
12 |
It contains over 30,000 comments, each labeled as CLEAN, OFFENSIVE, or HATE.
|
13 |
The dataset is used to evaluate the quality of hate speech detection models, including deep learning and transformer models.
|
14 |
-
See the BLANC paper for more details: https://aclanthology.org/2020.eval4nlp-1.2/
|
15 |
"""
|
16 |
|
17 |
_KWARGS_DESCRIPTION = """
|
|
|
11 |
The ViHSD dataset is a large-scale dataset for hate speech detection on Vietnamese social media texts.
|
12 |
It contains over 30,000 comments, each labeled as CLEAN, OFFENSIVE, or HATE.
|
13 |
The dataset is used to evaluate the quality of hate speech detection models, including deep learning and transformer models.
|
|
|
14 |
"""
|
15 |
|
16 |
_KWARGS_DESCRIPTION = """
|