Ribin commited on
Commit
396433a
1 Parent(s): 22f4177

Create README.md

Browse files

This model is a finetuned T5 base model, for detoxifying texts.

# How to Prompt ?
`"Toxic version: <some toxic text.>"`
The output will be like : `"Non-toxic version: <the non-toxic version of input text>"`

Files changed (1) hide show
  1. README.md +8 -0
README.md ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - s-nlp/paradetox
5
+ language:
6
+ - en
7
+ library_name: transformers
8
+ ---