From c449b71b56de1ced375a64a986381cf70cec3080 Mon Sep 17 00:00:00 2001 From: Akarshan Biswas Date: Wed, 2 Aug 2023 20:28:14 +0530 Subject: [PATCH] Add LLaMA2 7B model to model.json. (#1296) * Add LLaMA2 7B model to model.json. --------- Signed-off-by: Akarshan Biswas --- gpt4all-chat/metadata/models.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/gpt4all-chat/metadata/models.json b/gpt4all-chat/metadata/models.json index 49846fdc..3098773e 100644 --- a/gpt4all-chat/metadata/models.json +++ b/gpt4all-chat/metadata/models.json @@ -290,5 +290,21 @@ "systemPrompt": " ", "promptTemplate": "%1", "description": "Trained on subset of the Stack
" + }, + { + "order": "v", + "md5sum": "c7ebc61eec1779bddae1f2bcbf2007cc", + "name": "Llama-2-7B Chat", + "filename": "llama-2-7b-chat.ggmlv3.q4_0.bin", + "filesize": "3791725184", + "requires": "2.4.14", + "ramrequired": "8", + "parameters": "7 billion", + "quant": "q4_0", + "type": "LLaMA2", + "description": "New LLaMA2 model from Meta AI.
", + "url": "https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/resolve/main/llama-2-7b-chat.ggmlv3.q4_0.bin", + "promptTemplate": "[INST] %1 [/INST] ", + "systemPrompt": "[INST]<>You are a helpful, respectful and honest assistant. Always answer as helpfully as possible, while being safe. Your answers should not include any harmful, unethical, racist, sexist, toxic, dangerous, or illegal content. Please ensure that your responses are socially unbiased and positive in nature. If a question does not make any sense, or is not factually coherent, explain why instead of answering something not correct. If you don't know the answer to a question, please don't share false information.<>[/INST] " } ]