Skip to content

Commit

Permalink
add: mistral 70b leak
Browse files Browse the repository at this point in the history
  • Loading branch information
hahuyhoang411 authored and Van-QA committed Mar 27, 2024
1 parent ef3ff2c commit 09a7e4e
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions models/miqu-70b/model.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 09a7e4e

Please sign in to comment.