luke-thorburn
commited on
Commit
·
476cf30
1
Parent(s):
54b48c5
Update README.md
Browse files
README.md
CHANGED
@@ -17,13 +17,12 @@ Code used for optimization and evaluation can be found in the project [GitHub re
|
|
17 |
# Prompt Template
|
18 |
|
19 |
```
|
20 |
-
[prepended soft prompt]
|
21 |
-
- [premise 1]
|
22 |
- [premise 2]
|
23 |
...
|
24 |
- [premise n]
|
25 |
|
26 |
-
Conclusion: [conclusion]
|
27 |
```
|
28 |
|
29 |
# Dataset
|
|
|
17 |
# Prompt Template
|
18 |
|
19 |
```
|
20 |
+
[prepended soft prompt]- [premise 1]
|
|
|
21 |
- [premise 2]
|
22 |
...
|
23 |
- [premise n]
|
24 |
|
25 |
+
Conclusion: [generated conclusion]
|
26 |
```
|
27 |
|
28 |
# Dataset
|