Skip to content

Commit

Permalink
add(stealth): add new model to the list
Browse files Browse the repository at this point in the history
  • Loading branch information
hahuyhoang411 committed Dec 26, 2023
1 parent 4cd7466 commit 3909fe4
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions models/stealth-v1.1-7b/model.json
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"
}

0 comments on commit 3909fe4

Please sign in to comment.