de8ae90
97aaa8b
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
---
license: openrail++
---
Labels:
LABEL_1 - toxic speech
LABEL_0 - non-toxic speech
How to use:
```
from transformers import pipeline
classifier = pipeline("text-classification",
model="ukr-detect/toxicspeech-ukr")
``` |