update mistral 7b chat

This commit is contained in:
hahuyhoang411 2023-12-04 12:32:56 +07:00
parent 6a54587319
commit dbc12d27c8
3 changed files with 50 additions and 2 deletions

View File

@ -7,13 +7,13 @@
"description": "lzlv_70B is a sophisticated AI model designed for roleplaying and creative tasks. This merge aims to combine intelligence with creativity, seemingly outperforming its individual components in complex scenarios and creative outputs.",
"format": "gguf",
"settings": {
"ctx_len": 4096,
"ctx_len": 2048,
"system_prompt": "",
"user_prompt": "USER: ",
"ai_prompt": "ASSISTANT: "
},
"parameters": {
"max_tokens": 4096
"max_tokens": 2048
},
"metadata": {
"author": "lizpreciatior, The Bloke",

View File

@ -0,0 +1,24 @@
{
"source_url": "https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GGUF/resolve/main/mistral-7b-instruct-v0.1.Q4_K_M.gguf",
"id": "mistral-ins-7b-q4",
"object": "model",
"name": "Mistral Instruct 7B Q4",
"version": "1.0",
"description": "This is a 4-bit quantized version of MistralAI's Mistral Instruct 7B model.",
"format": "gguf",
"settings": {
"ctx_len": 2048,
"system_prompt": "",
"user_prompt": "<s>[INST]",
"ai_prompt": "[/INST]"
},
"parameters": {
"max_tokens": 2048
},
"metadata": {
"author": "MistralAI, The Bloke",
"tags": ["Foundational Model", "General", "Code"],
"size": 4370000000
}
}

View File

@ -0,0 +1,24 @@
{
"source_url": "https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GGUF/resolve/main/mistral-7b-instruct-v0.1.Q5_K_M.gguf",
"id": "mistral-ins-7b-q5",
"object": "model",
"name": "Mistral Instruct 7B Q5",
"version": "1.0",
"description": "This is a 5-bit quantized version of MistralAI's Mistral Instruct 7B model.",
"format": "gguf",
"settings": {
"ctx_len": 2048,
"system_prompt": "",
"user_prompt": "<s>[INST]",
"ai_prompt": "[/INST]"
},
"parameters": {
"max_tokens": 2048
},
"metadata": {
"author": "MistralAI, The Bloke",
"tags": ["Foundational Model", "General", "Code"],
"size": 5130000000
}
}