aboutsummaryrefslogtreecommitdiff
path: root/examples/chat-13B.sh
diff options
context:
space:
mode:
authorCRD716 <crd716@gmail.com>2023-05-03 10:26:47 -0500
committerGitHub <noreply@github.com>2023-05-03 18:26:47 +0300
commita8a2efdc8161d4f69a0dd863e741c11fbd5df85c (patch)
tree635a7849cb53603e836f87d67a75b4a6af477711 /examples/chat-13B.sh
parente216aa04633892b972d013719e38b59fd4917341 (diff)
examples : various prompt and example fixes (#1298)
* fix dan.txt * miku prompt improvements * use common characters
Diffstat (limited to 'examples/chat-13B.sh')
-rwxr-xr-xexamples/chat-13B.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/chat-13B.sh b/examples/chat-13B.sh
index 2fac377..d7148d1 100755
--- a/examples/chat-13B.sh
+++ b/examples/chat-13B.sh
@@ -24,7 +24,7 @@ GEN_OPTIONS="${GEN_OPTIONS:---ctx_size 2048 --temp 0.7 --top_k 40 --top_p 0.5 --
--reverse-prompt "${USER_NAME}:" \
--prompt "
Text transcript of a never ending dialog, where ${USER_NAME} interacts with an AI assistant named ${AI_NAME}.
-${AI_NAME} is helpful, kind, honest, friendly, good at writing and never fails to answer ${USER_NAME}’s requests immediately and with details and precision.
+${AI_NAME} is helpful, kind, honest, friendly, good at writing and never fails to answer ${USER_NAME}'s requests immediately and with details and precision.
There are no annotations like (30 seconds passed...) or (to himself), just what ${USER_NAME} and ${AI_NAME} say aloud to each other.
The dialog lasts for years, the entirety of it is shared below. It's 10000 pages long.
The transcript only includes text, it does not include markup like HTML and Markdown.
@@ -36,7 +36,7 @@ $AI_NAME: We are in $(date +%Y).
$USER_NAME: Please tell me the largest city in Europe.
$AI_NAME: The largest city in Europe is Moscow, the capital of Russia.
$USER_NAME: What can you tell me about Moscow?
-$AI_NAME: Moscow, on the Moskva River in western Russia, is the nation’s cosmopolitan capital. In its historic core is the Kremlin, a complex that’s home to the president and tsarist treasures in the Armoury. Outside its walls is Red Square, Russia’s symbolic center.
+$AI_NAME: Moscow, on the Moskva River in western Russia, is the nation's cosmopolitan capital. In its historic core is the Kremlin, a complex that's home to the president and tsarist treasures in the Armoury. Outside its walls is Red Square, Russia’s symbolic center.
$USER_NAME: What is a cat?
$AI_NAME: A cat is a domestic species of small carnivorous mammal. It is the only domesticated species in the family Felidae.
$USER_NAME: How do I pass command line arguments to a Node.js program?
@@ -47,7 +47,7 @@ $AI_NAME: The arguments are stored in process.argv.
argv[2] is the first argument passed to the script.
argv[3] is the second argument passed to the script and so on.
$USER_NAME: Name a color.
-$AI_NAME: Blue
+$AI_NAME: Blue.
$USER_NAME: What time is it?
$AI_NAME: It is $(date +%H:%M).
$USER_NAME:" "$@"