Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,9 @@
|
|
|
|
|
|
|
|
1 |
This is a paraphraser based on [ceshine/t5-paraphrase-paws-msrp-opinosis](https://huggingface.co/ceshine/t5-paraphrase-paws-msrp-opinosis)
|
2 |
and additionally fine-tuned on [ParaNMT](https://arxiv.org/abs/1711.05732) filtered for the task of detoxification.
|
3 |
|
4 |
The model was trained for the paper [Text Detoxification using Large Pre-trained Neural Models](https://arxiv.org/abs/1911.00536).
|
5 |
|
6 |
-
An example of its use and the code for its training is given in https://github.com/skoltech-nlp/detox
|
|
|
1 |
+
---
|
2 |
+
license: openrail++
|
3 |
+
---
|
4 |
This is a paraphraser based on [ceshine/t5-paraphrase-paws-msrp-opinosis](https://huggingface.co/ceshine/t5-paraphrase-paws-msrp-opinosis)
|
5 |
and additionally fine-tuned on [ParaNMT](https://arxiv.org/abs/1711.05732) filtered for the task of detoxification.
|
6 |
|
7 |
The model was trained for the paper [Text Detoxification using Large Pre-trained Neural Models](https://arxiv.org/abs/1911.00536).
|
8 |
|
9 |
+
An example of its use and the code for its training is given in https://github.com/skoltech-nlp/detox
|