jan/models/miqu-70b/model.json
2024-03-27 18:23:11 +07:00

34 lines
842 B
JSON

{
"sources": [
{
"filename": "miqu-1-70b.q4_k_m.gguf",
"url": "https://huggingface.co/miqudev/miqu-1-70b/resolve/main/miqu-1-70b.q4_k_m.gguf"
}
],
"id": "miqu-70b",
"object": "model",
"name": "Mistral 70B Q4",
"version": "1.0",
"description": "A leak weight of Mistral 70B model.",
"format": "gguf",
"settings": {
"ctx_len": 4096,
"prompt_template": "[INST] {prompt} [/INST]",
"llama_model_path": "miqu-1-70b.q4_k_m.gguf"
},
"parameters": {
"temperature": 0.7,
"top_p": 0.95,
"stream": true,
"max_tokens": 4096,
"frequency_penalty": 0,
"presence_penalty": 0
},
"metadata": {
"author": "miqudev",
"tags": ["70B", "Foundational Model"],
"size": 26440000000
},
"engine": "nitro"
}