Update README.md
Browse files
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 |
```
|