Ribin commited on
Commit
00a4f71
·
1 Parent(s): a8e0781

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -12,5 +12,7 @@ tags:
12
  ### This model is a finetuned T5 base model, for detoxifying texts.
13
 
14
  # How to Prompt ?
15
- Input text : `"Toxic version: <some toxic text.>"`
16
- Then the output will be like : `"Non-toxic version: <the non-toxic version of input text>"`
 
 
 
12
  ### This model is a finetuned T5 base model, for detoxifying texts.
13
 
14
  # How to Prompt ?
15
+
16
+ Input text : ```"Toxic version: <some toxic text.>"````
17
+
18
+ Then the output will be like : ```"Non-toxic version: <the non-toxic version of input text>"```