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