Skip to content

Commit

Permalink
add(mixtral): add model.json for mixtral
Browse files Browse the repository at this point in the history
  • Loading branch information
hahuyhoang411 committed Dec 14, 2023
1 parent ef85220 commit 75ce5f0
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions models/mixtral-8x7b-instruct/model.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"source_url": "https://huggingface.co/TheBloke/Mixtral-8x7B-Instruct-v0.1-GGUF/resolve/main/mixtral-8x7b-instruct-v0.1.Q4_K_M.gguf",
"id": "mixtral-8x7b-instruct",
"object": "model",
"name": "Mixtral 8x7B Instruct Q4",
"version": "1.0",
"description": "",
"format": "gguf",
"settings": {
"ctx_len": 2048,
"prompt_template": "[INST] {prompt} [/INST]"
},
"parameters": {
"max_tokens": 2048
},
"metadata": {
"author": "MistralAI, TheBloke",
"tags": ["MOE", "Foundational Model"],
"size": 26440000000
},
"engine": "nitro"
}

0 comments on commit 75ce5f0

Please sign in to comment.