Update README.md
Browse files
README.md
CHANGED
@@ -2,14 +2,20 @@
|
|
2 |
license: llama2
|
3 |
pipeline_tag: text-generation
|
4 |
widget:
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
|
|
|
|
|
|
8 |
inference:
|
9 |
parameters:
|
10 |
max_new_tokens: 200
|
11 |
language:
|
12 |
- en
|
|
|
|
|
13 |
---
|
14 |
|
15 |
|
|
|
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 |
+
|
11 |
+
Input:
|
12 |
inference:
|
13 |
parameters:
|
14 |
max_new_tokens: 200
|
15 |
language:
|
16 |
- en
|
17 |
+
datasets:
|
18 |
+
- UBC-NLP/DetoxLLM
|
19 |
---
|
20 |
|
21 |
|