vkhylenko's picture
updated README.md with information abt labels and how to download model
97aaa8b
|
raw
history blame
250 Bytes
---
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")
```