File size: 648 Bytes
de8ae90
 
9c7652e
 
 
 
de8ae90
97aaa8b
9c7652e
97aaa8b
9c7652e
97aaa8b
9c7652e
97aaa8b
9c7652e
 
 
 
 
 
97aaa8b
 
 
 
 
9c7652e
97aaa8b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
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](https://huggingface.co/datasets/ukr-detect/ukr-toxicity-dataset) ["xlm-roberta-base"](https://huggingface.co/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")
```