KaraKaraWitch
commited on
Upload scripts/staccato_format.json with huggingface_hub
Browse files
scripts/staccato_format.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
"Q: {question}\nA: {answer}\n\n",
|
3 |
+
"Question: {question}\nAnswer: {answer}\n\n",
|
4 |
+
"Q: {question}\n\nA: {answer}\n\n",
|
5 |
+
"Question: {question}\n\nAnswer: {answer}\n\n",
|
6 |
+
"\n\nUser: {question}\n\nAnswer: {answer}"
|
7 |
+
]
|