-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add(mixtral): add model.json for mixtral
- Loading branch information
1 parent
ef85220
commit 75ce5f0
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |