shreyans92dhankhar
commited on
Commit
•
fe0c426
1
Parent(s):
50eba8a
Updated Prompts
Browse files
README.md
CHANGED
@@ -38,18 +38,18 @@ Instruction tuned FlanT5-XXL on Legal Clauses data generated via ChatGPT. The mo
|
|
38 |
<summary> Click to expand </summary>
|
39 |
|
40 |
```python
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
```
|
54 |
|
55 |
</details>
|
|
|
38 |
<summary> Click to expand </summary>
|
39 |
|
40 |
```python
|
41 |
+
{
|
42 |
+
"prompt_input": (
|
43 |
+
"Below is an instruction that describes a task, paired with an input that provides further context. "
|
44 |
+
"Write a response that appropriately completes the request.\n\n"
|
45 |
+
"### Instruction:\n{instruction}\n\n### Input:\n{input}\n\n### Response:\n"
|
46 |
+
),
|
47 |
+
"prompt_no_input": (
|
48 |
+
"Below is an instruction that describes a task. "
|
49 |
+
"Write a response that appropriately completes the request.\n\n"
|
50 |
+
"### Instruction:\n{instruction}\n\n### Response:\n"
|
51 |
+
),
|
52 |
+
}
|
53 |
```
|
54 |
|
55 |
</details>
|