cointegrated
commited on
Commit
•
b57298e
1
Parent(s):
dd83b89
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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).
|
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 is given in https://github.com/skoltech-nlp/detox
|