add: vistral 7b - vietnamese llm

This commit is contained in:
hahuyhoang411 2024-03-18 11:14:32 +07:00 committed by Van Pham
parent c9a73f887f
commit 18a6ee2efd

View File

@ -0,0 +1,35 @@
{
"sources": [
{
"filename": "vistral-7b-chat-dpo.Q4_K_M.gguf",
"url": "https://huggingface.co/janhq/vistral-7b-chat-dpo-GGUF/resolve/main/vistral-7b-chat-dpo.Q4_K_M.gguf"
}
],
"id": "vistral-7b",
"object": "model",
"name": "Vistral 13B Q4",
"version": "1.0",
"description": "Vistral 7B has a deep understanding of Vietnamese.",
"format": "gguf",
"settings": {
"ctx_len": 4096,
"prompt_template": "[INST] <<SYS>>\n{system_message}\n<</SYS>>\n{prompt} [/INST]",
"llama_model_path": "vistral-7b-chat-dpo.Q4_K_M.gguf"
},
"parameters": {
"temperature": 0.7,
"top_p": 0.95,
"stream": true,
"max_tokens": 4096,
"stop": [],
"frequency_penalty": 0,
"presence_penalty": 0
},
"metadata": {
"author": "Viet Mistral, Jan",
"tags": ["7B", "Finetuned"],
"size": 4410000000
},
"engine": "nitro"
}