dardem commited on
Commit
8262225
1 Parent(s): 6c9e2be

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
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
  ```