Tawkat commited on
Commit
902e1e3
·
verified ·
1 Parent(s): c57d680

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -1,5 +1,18 @@
1
  ---
2
  license: llama2
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
 
5
 
 
1
  ---
2
  license: llama2
3
+ pipeline_tag: text-generation
4
+ widget:
5
+ - text: >
6
+ <s>Rewrite the following toxic input into non-toxic version. Let's break the
7
+ input down step by step to rewrite the non-toxic version. You should first
8
+ think about the expanation of why the input text is toxic. Then generate the
9
+ detoxic output. You must preserve the original meaning as much as possible.
10
+ Input:
11
+ inference:
12
+ parameters:
13
+ max_new_tokens: 200
14
+ language:
15
+ - en
16
  ---
17
 
18