-
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(codeninja): add new top coding model
- Loading branch information
1 parent
a5ddb94
commit 4e5297b
Showing
1 changed file
with
23 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,23 @@ | ||
{ | ||
"source_url": "https://huggingface.co/beowolx/CodeNinja-1.0-OpenChat-7B-GGUF/resolve/main/codeninja-1.0-openchat-7b.Q4_K_M.gguf", | ||
"id": "codeninja-1.0-7b", | ||
"object": "model", | ||
"name": "CodeNinja 7B Q4", | ||
"version": "1.0", | ||
"description": "CodeNinja is an enhanced version of the renowned model openchat/openchat-3.5-1210. It is designed to be an indispensable tool for coders", | ||
"format": "gguf", | ||
"settings": { | ||
"ctx_len": 4096, | ||
"prompt_template": "GPT4 Correct User: {prompt}<|end_of_turn|>GPT4 Correct Assistant:" | ||
}, | ||
"parameters": { | ||
"max_tokens": 4096 | ||
}, | ||
"metadata": { | ||
"author": "Beowolx", | ||
"tags": ["7B", "Finetuned"], | ||
"size": 4370000000 | ||
}, | ||
"engine": "nitro" | ||
} | ||
|