File size: 554 Bytes
55024bf be4ff8b 55024bf a60d9b9 55024bf |
1 2 3 4 5 6 7 8 9 10 11 |
---
license: openrail++
datasets:
- s-nlp/paranmt_for_detox
---
This is a paraphraser based on [ceshine/t5-paraphrase-paws-msrp-opinosis](https://huggingface.co/ceshine/t5-paraphrase-paws-msrp-opinosis)
and additionally fine-tuned on [ParaNMT](https://arxiv.org/abs/1711.05732) filtered for the task of detoxification.
The model was trained for the paper [Text Detoxification using Large Pre-trained Neural Models](https://arxiv.org/abs/1911.00536).
An example of its use and the code for its training is given in https://github.com/skoltech-nlp/detox |