Add LLaMA2 7B model to model.json. (#1296)

* Add LLaMA2 7B model to model.json.

---------

Signed-off-by: Akarshan Biswas <akarshan.biswas@gmail.com>
pull/1315/head
Akarshan Biswas 11 months ago committed by GitHub
parent cbdcde8b75
commit c449b71b56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -290,5 +290,21 @@
"systemPrompt": " ",
"promptTemplate": "%1",
"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…
Cancel
Save