File size: 360 Bytes
396433a a8e0781 00a4f71 35a6ef9 00a4f71 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
---
license: mit
datasets:
- s-nlp/paradetox
language:
- en
library_name: transformers
tags:
- text2text-generation
---
### This model is a finetuned T5 base model, for detoxifying texts.
# How to Prompt ?
Input text : ```"Toxic version: <some toxic text.>"```
Then the output will be like : ```"Non-toxic version: <the non-toxic version of input text>"``` |