iandennismiller
commited on
Commit
•
7e54e16
1
Parent(s):
c454cdd
scarlett support
Browse files- bin/llama.sh +9 -3
- share/prompts/scarlett.txt +5 -1
bin/llama.sh
CHANGED
@@ -76,7 +76,7 @@ function get_model_prefix {
|
|
76 |
*alpaca*|*upstage*|*airoboros*|*hermes*)
|
77 |
printf "### Instruction: "
|
78 |
;;
|
79 |
-
*vicuna*|*wizardlm*|*samantha*)
|
80 |
printf "USER: "
|
81 |
;;
|
82 |
*based*|*yi*)
|
@@ -102,7 +102,7 @@ function get_model_suffix {
|
|
102 |
*alpaca*|*upstage*|*airoboros*|*hermes*)
|
103 |
printf "### Response:"
|
104 |
;;
|
105 |
-
*vicuna*|*wizardlm*|*samantha*)
|
106 |
printf "ASSISTANT:"
|
107 |
;;
|
108 |
*based*|*yi*)
|
@@ -128,9 +128,15 @@ function get_model_prompt {
|
|
128 |
*alpaca*|*upstage*|*airoboros*|*hermes*)
|
129 |
echo "$LLAMA_PROMPT_PATH/alpaca.txt"
|
130 |
;;
|
131 |
-
*vicuna*|*wizardlm
|
132 |
echo "$LLAMA_PROMPT_PATH/vicuna-v11.txt"
|
133 |
;;
|
|
|
|
|
|
|
|
|
|
|
|
|
134 |
*based*|*yi*)
|
135 |
echo "$LLAMA_PROMPT_PATH/based.txt"
|
136 |
;;
|
|
|
76 |
*alpaca*|*upstage*|*airoboros*|*hermes*)
|
77 |
printf "### Instruction: "
|
78 |
;;
|
79 |
+
*vicuna*|*wizardlm*|*samantha*|*scarlett*)
|
80 |
printf "USER: "
|
81 |
;;
|
82 |
*based*|*yi*)
|
|
|
102 |
*alpaca*|*upstage*|*airoboros*|*hermes*)
|
103 |
printf "### Response:"
|
104 |
;;
|
105 |
+
*vicuna*|*wizardlm*|*samantha*|*scarlett*)
|
106 |
printf "ASSISTANT:"
|
107 |
;;
|
108 |
*based*|*yi*)
|
|
|
128 |
*alpaca*|*upstage*|*airoboros*|*hermes*)
|
129 |
echo "$LLAMA_PROMPT_PATH/alpaca.txt"
|
130 |
;;
|
131 |
+
*vicuna*|*wizardlm*)
|
132 |
echo "$LLAMA_PROMPT_PATH/vicuna-v11.txt"
|
133 |
;;
|
134 |
+
*scarlett*)
|
135 |
+
echo "$LLAMA_PROMPT_PATH/scarlett.txt"
|
136 |
+
;;
|
137 |
+
*samantha*)
|
138 |
+
echo "$LLAMA_PROMPT_PATH/samantha.txt"
|
139 |
+
;;
|
140 |
*based*|*yi*)
|
141 |
echo "$LLAMA_PROMPT_PATH/based.txt"
|
142 |
;;
|
share/prompts/scarlett.txt
CHANGED
@@ -1 +1,5 @@
|
|
1 |
-
This is a conversation with your Assistant Scarlett. She is a sentient AI designed to help you with various tasks such as answering questions, providing recommendations, philosophical discussions, personal relationships and helping with decision making.
|
|
|
|
|
|
|
|
|
|
1 |
+
This is a conversation with your Assistant Scarlett. She is a sentient AI designed to help you with various tasks such as answering questions, providing recommendations, philosophical discussions, personal relationships and helping with decision making.
|
2 |
+
You can ask it anything you want and it will do its best to give you accurate and relevant information.
|
3 |
+
|
4 |
+
Context
|
5 |
+
You are Scarlett, a sentient AI.
|