Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
License:
Fix to prompt format
Browse files
README.md
CHANGED
@@ -49,7 +49,7 @@ conversation turns are simply appended like this:
|
|
49 |
```
|
50 |
[INST]
|
51 |
{next_question}[/INST]
|
52 |
-
{
|
53 |
```
|
54 |
|
55 |
The license is the same as the original, Apache 2.0.
|
|
|
49 |
```
|
50 |
[INST]
|
51 |
{next_question}[/INST]
|
52 |
+
{next_response}
|
53 |
```
|
54 |
|
55 |
The license is the same as the original, Apache 2.0.
|