mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-02 09:40:42 +00:00
Add LLaMA2 7B model to model.json. (#1296)
* Add LLaMA2 7B model to model.json. --------- Signed-off-by: Akarshan Biswas <akarshan.biswas@gmail.com>
This commit is contained in:
parent
cbdcde8b75
commit
c449b71b56
@ -290,5 +290,21 @@
|
|||||||
"systemPrompt": " ",
|
"systemPrompt": " ",
|
||||||
"promptTemplate": "%1",
|
"promptTemplate": "%1",
|
||||||
"description": "<strong>Trained on subset of the Stack</strong><br><ul><li>Code completion based</ul>"
|
"description": "<strong>Trained on subset of the Stack</strong><br><ul><li>Code completion based</ul>"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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": "<strong>New LLaMA2 model from Meta AI.</strong><br><ul><li>Fine-tuned for dialogue.<li>static model trained on an offline dataset<li>RLHF dataset<li>Licensed for commercial use</ul>",
|
||||||
|
"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]<<SYS>>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.<</SYS>>[/INST] "
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user