From 1f540fa4f8043f42b296280448cb51d2462466fb Mon Sep 17 00:00:00 2001 From: Fernando Tarin Morales Date: Fri, 7 Jul 2023 14:22:39 +0900 Subject: [PATCH] Added the format to be able to finetune Vicuna1.1 models (#3037) --- training/formats/vicuna-format.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 training/formats/vicuna-format.json diff --git a/training/formats/vicuna-format.json b/training/formats/vicuna-format.json new file mode 100644 index 00000000..c1aa4f15 --- /dev/null +++ b/training/formats/vicuna-format.json @@ -0,0 +1,3 @@ +{ + "instruction,output": "A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.\n\nUSER: %instruction%\n\nASSISTANT: %output%" +}