dardem commited on
Commit
d523eaf
1 Parent(s): 4a8f1bd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -33,4 +33,15 @@ batch = tokenizer.encode('Ти неймовірна!', return_tensors='pt')
33
 
34
  # inference
35
  model(batch)
 
 
 
 
 
 
 
 
 
 
 
36
  ```
 
33
 
34
  # inference
35
  model(batch)
36
+ ```
37
+
38
+ ## Citation
39
+
40
+ ```
41
+ @article{dementieva2024toxicity,
42
+ title={Toxicity Classification in Ukrainian},
43
+ author={Dementieva, Daryna and Khylenko, Valeriia and Babakov, Nikolay and Groh, Georg},
44
+ journal={arXiv preprint arXiv:2404.17841},
45
+ year={2024}
46
+ }
47
  ```