Skip to content

Commit

Permalink
add(codeninja): add new top coding model
Browse files Browse the repository at this point in the history
  • Loading branch information
hahuyhoang411 committed Dec 26, 2023
1 parent a5ddb94 commit 4e5297b
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions models/codeninja-1.0-7b/model.json
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"
}

0 comments on commit 4e5297b

Please sign in to comment.