Update README.md
Browse files
README.md
CHANGED
@@ -29,4 +29,15 @@ from transformers import pipeline
|
|
29 |
|
30 |
classifier = pipeline("text-classification",
|
31 |
model="ukr-detect/ukr-toxicity-classifier")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
```
|
|
|
29 |
|
30 |
classifier = pipeline("text-classification",
|
31 |
model="ukr-detect/ukr-toxicity-classifier")
|
32 |
+
```
|
33 |
+
|
34 |
+
## Citation
|
35 |
+
|
36 |
+
```
|
37 |
+
@article{dementieva2024toxicity,
|
38 |
+
title={Toxicity Classification in Ukrainian},
|
39 |
+
author={Dementieva, Daryna and Khylenko, Valeriia and Babakov, Nikolay and Groh, Georg},
|
40 |
+
journal={arXiv preprint arXiv:2404.17841},
|
41 |
+
year={2024}
|
42 |
+
}
|
43 |
```
|