-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: correct size * version bump * add: codestral 22b * add: codestral 22b * versino bump * upgrade to v3 * Update stop token default-model.json confirmed with Rex * fix: whitespace --------- Co-authored-by: Van Pham <[email protected]>
- Loading branch information
1 parent
b662c25
commit bd5a0ea
Showing
6 changed files
with
48 additions
and
10 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
36 changes: 36 additions & 0 deletions
36
extensions/inference-nitro-extension/resources/models/codestral-22b/model.json
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,36 @@ | ||
{ | ||
"sources": [ | ||
{ | ||
"filename": "Codestral-22B-v0.1-Q4_K_M.gguf", | ||
"url": "https://huggingface.co/bartowski/Codestral-22B-v0.1-GGUF/resolve/main/Codestral-22B-v0.1-Q4_K_M.gguf" | ||
} | ||
], | ||
"id": "codestral-22b", | ||
"object": "model", | ||
"name": "Codestral 22B Q4", | ||
"version": "1.0", | ||
"description": "Latest model from MistralAI optimized for code generation tasks.", | ||
"format": "gguf", | ||
"settings": { | ||
"ctx_len": 32000, | ||
"prompt_template": "{system_message} [INST] {prompt} [/INST]", | ||
"llama_model_path": "Codestral-22B-v0.1-Q4_K_M.gguf", | ||
"ngl": 56 | ||
}, | ||
"parameters": { | ||
"temperature": 0.7, | ||
"top_p": 0.95, | ||
"stream": true, | ||
"max_tokens": 32000, | ||
"stop": ["<endofstring>, [/INST]"], | ||
"frequency_penalty": 0, | ||
"presence_penalty": 0 | ||
}, | ||
"metadata": { | ||
"author": "MistralAI", | ||
"tags": ["22B", "Finetuned", "Featured"], | ||
"size": 13341237440 | ||
}, | ||
"engine": "nitro" | ||
} | ||
|
10 changes: 5 additions & 5 deletions
10
extensions/inference-nitro-extension/resources/models/mistral-ins-7b-q4/model.json
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
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
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
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