Update README.md
Browse files
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 |
-
|
16 |
-
|
|
|
|
|
|
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>"```
|