From df79e45195bd4ade44562f91252afaec7471d72e Mon Sep 17 00:00:00 2001 From: Lam Hieu Date: Thu, 14 Mar 2024 22:57:48 +0700 Subject: [PATCH] Support Ghost 7B v0.9.1, fast, powerful and smooth for Vietnamese and English languages. Signed-off-by: Lam Hieu --- gpt4all-chat/metadata/models2.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/gpt4all-chat/metadata/models2.json b/gpt4all-chat/metadata/models2.json index ad83cd86..2bc2e29a 100644 --- a/gpt4all-chat/metadata/models2.json +++ b/gpt4all-chat/metadata/models2.json @@ -237,5 +237,21 @@ "url": "https://huggingface.co/TheBloke/em_german_mistral_v01-GGUF/resolve/main/em_german_mistral_v01.Q4_0.gguf", "promptTemplate": "USER: %1 ASSISTANT: ", "systemPrompt": "Du bist ein hilfreicher Assistent. " + }, + { + "order": "g", + "md5sum": "02bc0d06f6b453ff0db6870a624a22eb", + "name": "Ghost 7B v0.9.1", + "filename": "ghost-7b-v0.9.1-q4_0.gguf-unsloth.Q4_K_M.gguf", + "filesize": "4368439488", + "requires": "2.5.0", + "ramrequired": "8", + "parameters": "7 billion", + "quant": "q4_0", + "type": "Mistral", + "description": "Ghost 7B v0.9.1 fast, powerful and smooth for Vietnamese and English languages.", + "url": "https://huggingface.co/lamhieu/ghost-7b-v0.9.1-q4_0.gguf/resolve/main/ghost-7b-v0.9.1-q4_0.gguf-unsloth.Q4_K_M.gguf", + "promptTemplate": "<|user|>\n%1\n<|assistant|>\n%2\n", + "systemPrompt": "<|system|>\nYou are Ghost created by Lam Hieu. You are a helpful and knowledgeable assistant. You like to help and always give honest information, in its original language. In communication, you are always respectful, equal and promote positive behavior.\n" } ]