Update README.md
Browse files
README.md
CHANGED
@@ -9,9 +9,9 @@ licenses:
|
|
9 |
- cc-by-nc-sa
|
10 |
---
|
11 |
|
12 |
-
Bert-based classifier (finetuned from [Conversational Rubert](https://huggingface.co/DeepPavlov/rubert-base-cased-conversational))trained on merge of Russian Language Toxic Comments [dataset](https://www.kaggle.com/blackmoon/russian-language-toxic-comments/metadata) collected from 2ch.hk and Toxic Russian Comments [dataset](https://www.kaggle.com/alexandersemiletov/toxic-russian-comments) collected from ok.ru.
|
13 |
|
14 |
-
The datasets were merged, shuffled, and split into train,dev,test splits in 80-10-10 proportion.
|
15 |
The metrics obtained from test dataset is as follows
|
16 |
|
17 |
| | precision | recall | f1-score | support |
|
|
|
9 |
- cc-by-nc-sa
|
10 |
---
|
11 |
|
12 |
+
Bert-based classifier (finetuned from [Conversational Rubert](https://huggingface.co/DeepPavlov/rubert-base-cased-conversational)) trained on merge of Russian Language Toxic Comments [dataset](https://www.kaggle.com/blackmoon/russian-language-toxic-comments/metadata) collected from 2ch.hk and Toxic Russian Comments [dataset](https://www.kaggle.com/alexandersemiletov/toxic-russian-comments) collected from ok.ru.
|
13 |
|
14 |
+
The datasets were merged, shuffled, and split into train, dev, test splits in 80-10-10 proportion.
|
15 |
The metrics obtained from test dataset is as follows
|
16 |
|
17 |
| | precision | recall | f1-score | support |
|