add: mistral 70b leak
This commit is contained in:
parent
ef3ff2cdc3
commit
09a7e4ec2a
34
models/miqu-70b/model.json
Normal file
34
models/miqu-70b/model.json
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user