dardem's picture
Update README.md
9c7652e
|
raw
history blame
648 Bytes
metadata
license: openrail++
datasets:
  - ukr-detect/ukr-toxicity-dataset
language:
  - uk

Binary toxicity classifier for Ukrainian

This is the fine-tuned on the Ukrainian toxicity classification dataset "xlm-roberta-base" instance.

The evaluation metrics for binary toxicity classification on a test set are:

Precision: 0.9? Recall: 0.9? F1: 0.9?

How to use:

from transformers import pipeline

classifier = pipeline("text-classification",
                       model="ukr-detect/ukr-toxicity-classifier")