Update README.md
Browse files
README.md
CHANGED
@@ -40,6 +40,8 @@ Due to the subjective nature of toxicity, definitions of toxic language will var
|
|
40 |
2. Non-toxic sentences were obtained from a previous dataset of tweets as well as sentences from news and fiction from UD Ukrainian IU: https://universaldependencies.org/treebanks/uk_iu/index.html
|
41 |
3. After that, the dataset was split into a train-test-val and all data were balanced both by the toxic/non-toxic criterion and by data source.
|
42 |
|
|
|
|
|
43 |
## Load dataset:
|
44 |
```
|
45 |
from datasets import load_dataset
|
|
|
40 |
2. Non-toxic sentences were obtained from a previous dataset of tweets as well as sentences from news and fiction from UD Ukrainian IU: https://universaldependencies.org/treebanks/uk_iu/index.html
|
41 |
3. After that, the dataset was split into a train-test-val and all data were balanced both by the toxic/non-toxic criterion and by data source.
|
42 |
|
43 |
+
Labels: 0 - non-toxic, 1 - toxic.
|
44 |
+
|
45 |
## Load dataset:
|
46 |
```
|
47 |
from datasets import load_dataset
|