File size: 647 Bytes
396433a
 
 
 
 
 
 
a8e0781
 
bf60a64
 
 
 
 
214f37a
bf60a64
a8e0781
 
 
 
 
00a4f71
ec9dc28
00a4f71
ec9dc28
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
license: mit
datasets:
- s-nlp/paradetox
language:
- en
library_name: transformers
tags:
- text2text-generation
widget:
- text: "Toxic version: who the fuck are you?"
  example_title: "toxic text 1"
- text: "Toxic version: time to pull this rubbish ."
  example_title: "toxic text 2"
- text: "Toxic version: how many niggers does it take to change a light bulb ?"
  example_title: "toxic text 3"
---

### 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>"```