Update README.md
Browse files
README.md
CHANGED
|
@@ -10,4 +10,30 @@ widget:
|
|
| 10 |
|
| 11 |
---
|
| 12 |
|
| 13 |
-
# RuBERTConv Toxic Editor
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# RuBERTConv Toxic Editor
|
| 14 |
+
|
| 15 |
+
## Model description
|
| 16 |
+
|
| 17 |
+
Tagging model for detoxification based on [rubert-base-cased-conversational](https://huggingface.co/DeepPavlov/rubert-base-cased-conversational).
|
| 18 |
+
|
| 19 |
+
## Intended uses & limitations
|
| 20 |
+
|
| 21 |
+
#### How to use
|
| 22 |
+
|
| 23 |
+
Colab: [link](TBA)
|
| 24 |
+
|
| 25 |
+
```python
|
| 26 |
+
TBA
|
| 27 |
+
```
|
| 28 |
+
|
| 29 |
+
## Training data
|
| 30 |
+
|
| 31 |
+
- Dataset: [russe_detox_2022](https://github.com/skoltech-nlp/russe_detox_2022/tree/main/data)
|
| 32 |
+
|
| 33 |
+
## Training procedure
|
| 34 |
+
|
| 35 |
+
TBA
|
| 36 |
+
|
| 37 |
+
## Eval results
|
| 38 |
+
|
| 39 |
+
TBA
|