Ribin's picture
Update README.md
35a6ef9
|
raw
history blame
360 Bytes
---
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>"```