From e5f6be8f812efe73a18b7cdb3622cc22f3031858 Mon Sep 17 00:00:00 2001 From: Webifi Date: Thu, 17 Aug 2023 18:27:10 -0500 Subject: [PATCH] typos --- src/lib/Profiles.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/Profiles.svelte b/src/lib/Profiles.svelte index 7730bb3..a39409c 100644 --- a/src/lib/Profiles.svelte +++ b/src/lib/Profiles.svelte @@ -227,7 +227,7 @@ The user has walked in on [[CHARACTER_NAME]]. They are on the bridge of the Hear A profile attempting a coherent, unrestricted, and playful chat with Stable Beluga 2 and other LLaMA instruct (non-chat) models running on Petals. The goal is to have an assistant that can talk to you about any topic and answer any question without lecturing you and continuously reminding it can't do things because it's only an AI language model. -Note that chat with Llama 2 under Petals currently falls apart quickly, devolving into repetitive responses and catch-phrases. This will hopefully change soon when other generation/model options are opened up via the API. This profile tries to mitigate this, and much of it's complexity are from its attempts in this area, but there's not much prompts can do to work-around the issue. +Note that chat with Llama 2 under Petals currently falls apart quickly, devolving into repetitive responses and catch-phrases. This will hopefully change soon when other generation/model options are opened up via the API. This profile tries to mitigate this, and much of its complexity is from its attempts in this area, but there's not much prompts can do to work-around the issue. This profile uses: - A system prompt, with initial User and Assistant prompts embedded in the prompt (::EOM::)