danielpark
commited on
Commit
•
a898ed4
1
Parent(s):
b5ff5d4
Update README.md
Browse files
README.md
CHANGED
@@ -27,22 +27,20 @@ The most stringent non-commercial use license (CC-BY-NC-4.0) among the licenses
|
|
27 |
<br>
|
28 |
|
29 |
## Template
|
30 |
-
|
31 |
-
```
|
32 |
### System:
|
33 |
{System}
|
34 |
|
35 |
### User:
|
36 |
-
{
|
37 |
|
38 |
### Input:
|
39 |
-
{Optional
|
40 |
|
41 |
-
###
|
42 |
-
{
|
43 |
```
|
44 |
-
|
45 |
-
|
46 |
## Update
|
47 |
- Since we cannot control resources, we will record the schedule retrospectively.
|
48 |
|
|
|
27 |
<br>
|
28 |
|
29 |
## Template
|
30 |
+
For safety, I used the default system message from Llama-2. But if a system message is specified in any datasets, I use that content.
|
31 |
+
```python
|
32 |
### System:
|
33 |
{System}
|
34 |
|
35 |
### User:
|
36 |
+
{New user input}
|
37 |
|
38 |
### Input:
|
39 |
+
{Optional additional user input}
|
40 |
|
41 |
+
### Response:
|
42 |
+
{New assistant answer}
|
43 |
```
|
|
|
|
|
44 |
## Update
|
45 |
- Since we cannot control resources, we will record the schedule retrospectively.
|
46 |
|