Update README.md
Browse files
README.md
CHANGED
@@ -46,4 +46,15 @@ Labels: 0 - non-toxic, 1 - toxic.
|
|
46 |
```
|
47 |
from datasets import load_dataset
|
48 |
dataset = load_dataset("ukr-detect/ukr-toxicity-dataset")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
```
|
|
|
46 |
```
|
47 |
from datasets import load_dataset
|
48 |
dataset = load_dataset("ukr-detect/ukr-toxicity-dataset")
|
49 |
+
```
|
50 |
+
|
51 |
+
## Citation
|
52 |
+
|
53 |
+
```
|
54 |
+
@article{dementieva2024toxicity,
|
55 |
+
title={Toxicity Classification in Ukrainian},
|
56 |
+
author={Dementieva, Daryna and Khylenko, Valeriia and Babakov, Nikolay and Groh, Georg},
|
57 |
+
journal={arXiv preprint arXiv:2404.17841},
|
58 |
+
year={2024}
|
59 |
+
}
|
60 |
```
|