forked from janhq/jan
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add(stealth): add new model to the list
- Loading branch information
1 parent
4cd7466
commit 3909fe4
Showing
1 changed file
with
26 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,26 @@ | ||
{ | ||
"source_url": "https://huggingface.co/janhq/stealth-v1.1-GGUF/resolve/main/stealth-v1.1.Q4_K_M.gguf", | ||
"id": "stealth-v1.1-7b", | ||
"object": "model", | ||
"name": "Stealth-v1.1 7B Q4", | ||
"version": "1.0", | ||
"description": "This is a new experimental family designed to enhance Mathematical and Logical abilities.", | ||
"format": "gguf", | ||
"settings": { | ||
"ctx_len": 4096, | ||
"prompt_template": "<|im_start|>system\n{system_message}<|im_end|>\n<|im_start|>user\n{prompt}<|im_end|>\n<|im_start|>assistant" | ||
}, | ||
"parameters": { | ||
"max_tokens": 4096 | ||
}, | ||
"metadata": { | ||
"author": "Jan", | ||
"tags": [ | ||
"7B", | ||
"Merged" | ||
], | ||
"size": 4370000000 | ||
}, | ||
"engine": "nitro", | ||
"state": "ready" | ||
} |