Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,10 @@ license: mit
|
|
10 |
|
11 |
A monolingual model for hate speech classification of social media content in Italian language. The model was trained on 119,670 YouTube comments and tested on an independent test set of 21,072 YouTube comments. It is based on Italian ALBERTO pre-trained language model.
|
12 |
|
|
|
|
|
|
|
|
|
13 |
## Tokenizer
|
14 |
|
15 |
During training the text was preprocessed using the original Italian ALBERTO tokenizer. We suggest the same tokenizer is used for inference.
|
|
|
10 |
|
11 |
A monolingual model for hate speech classification of social media content in Italian language. The model was trained on 119,670 YouTube comments and tested on an independent test set of 21,072 YouTube comments. It is based on Italian ALBERTO pre-trained language model.
|
12 |
|
13 |
+
## Please cite:
|
14 |
+
Kralj Novak, P., Scantamburlo, T., Pelicon, A., Cinelli, M., Mozetič, I., & Zollo, F. (2022, July). __Handling disagreement in hate speech modelling__. In International Conference on Information Processing and Management of Uncertainty in Knowledge-Based Systems (pp. 681-695). Cham: Springer International Publishing.
|
15 |
+
https://link.springer.com/chapter/10.1007/978-3-031-08974-9_54
|
16 |
+
|
17 |
## Tokenizer
|
18 |
|
19 |
During training the text was preprocessed using the original Italian ALBERTO tokenizer. We suggest the same tokenizer is used for inference.
|