Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
license: afl-3.0
|
3 |
---
|
4 |
|
5 |
-
# ParaDetox: Detoxification with Parallel Data
|
6 |
|
7 |
This repository contains information about Russian Paradetox dataset -- the first parallel corpus for the detoxification task -- as well as models for the detoxification of Russian texts.
|
8 |
|
@@ -16,7 +16,7 @@ The ParaDetox Dataset collection was done via [Yandex.Toloka](https://toloka.yan
|
|
16 |
All these steps were done to ensure high quality of the data and make the process of collection automated. For more details please refer to the original paper.
|
17 |
|
18 |
## Detoxification model
|
19 |
-
**New SOTA** for detoxification task --
|
20 |
|
21 |
You can also check out our [demo](https://detoxifier.nlp.zhores.net/junction/) and telegram [bot](https://t.me/rudetoxifierbot).
|
22 |
|
|
|
2 |
license: afl-3.0
|
3 |
---
|
4 |
|
5 |
+
# ParaDetox: Detoxification with Parallel Data (Russian)
|
6 |
|
7 |
This repository contains information about Russian Paradetox dataset -- the first parallel corpus for the detoxification task -- as well as models for the detoxification of Russian texts.
|
8 |
|
|
|
16 |
All these steps were done to ensure high quality of the data and make the process of collection automated. For more details please refer to the original paper.
|
17 |
|
18 |
## Detoxification model
|
19 |
+
**New SOTA** for detoxification task -- ruT5 (base) model trained on Russian ParaDetox dataset -- we released online in HuggingFace🤗 repository [here](https://huggingface.co/s-nlp/ruT5-base-detox).
|
20 |
|
21 |
You can also check out our [demo](https://detoxifier.nlp.zhores.net/junction/) and telegram [bot](https://t.me/rudetoxifierbot).
|
22 |
|