Skip to content

Commit

Permalink
fix(trinity-v1): add it back for potential bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hahuyhoang411 committed Dec 21, 2023
1 parent bac4191 commit 996f5af
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
Binary file added models/trinity-v1-7b/cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions models/trinity-v1-7b/model.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"source_url": "https://huggingface.co/janhq/trinity-v1-GGUF/resolve/main/trinity-v1.Q4_K_M.gguf",
"id": "trinity-v1-7b",
"object": "model",
"name": "Trinity-v1 7B Q4",
"version": "1.0",
"description": "Trinity is an experimental model merge of GreenNodeLM & LeoScorpius using the Slerp method. Recommended for daily assistance purposes.",
"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", "Featured"],
"size": 4370000000
},
"engine": "nitro"
}

0 comments on commit 996f5af

Please sign in to comment.