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.
Merge pull request janhq#1143 from janhq/fix/model-list
Update model list for new release
- Loading branch information
Showing
9 changed files
with
75 additions
and
54 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
This file was deleted.
Oops, something went wrong.
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/NeverSleep/Noromaid-7b-v0.1.1-GGUF/resolve/main/Noromaid-7b-v0.1.1.q5_k_m.gguf", | ||
"id": "noromaid-7b", | ||
"object": "model", | ||
"name": "Noromaid 7B Q5", | ||
"version": "1.0", | ||
"description": "The Noromaid 7b model is designed for role-playing and general use, featuring a unique touch with the no_robots dataset that enhances human-like behavior.", | ||
"format": "gguf", | ||
"settings": { | ||
"ctx_len": 4096, | ||
"prompt_template": "### Instruction:{prompt}\n### Response:" | ||
}, | ||
"parameters": { | ||
"max_tokens": 4096 | ||
}, | ||
"metadata": { | ||
"author": "NeverSleep", | ||
"tags": ["7B", "Merged"], | ||
"size": 5130000000 | ||
}, | ||
"engine": "nitro" | ||
} | ||
|
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
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/TheBloke/phi-2-GGUF/resolve/main/phi-2.Q4_K_M.gguf", | ||
"id": "phi-2-3b", | ||
"object": "model", | ||
"name": "Phi-2 3B Q4", | ||
"version": "1.0", | ||
"description": "Phi-2 is a 2.7B model, excelling in common sense and logical reasoning benchmarks, trained with synthetic texts and filtered websites.", | ||
"format": "gguf", | ||
"settings": { | ||
"ctx_len": 4096, | ||
"prompt_template": "Intruct:\n{prompt}\nOutput:" | ||
}, | ||
"parameters": { | ||
"max_tokens": 4096 | ||
}, | ||
"metadata": { | ||
"author": "Microsoft", | ||
"tags": ["3B","Foundational Model"], | ||
"size": 1790000000 | ||
}, | ||
"engine": "nitro" | ||
} | ||
|
This file was deleted.
Oops, something went wrong.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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/janhq/trinity-v1.2-GGUF/resolve/main/trinity-v1.2.Q4_K_M.gguf", | ||
"id": "trinity-v1.2-7b", | ||
"object": "model", | ||
"name": "Trinity-v1.2 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, | ||
"cover": "https://raw.githubusercontent.com/janhq/jan/main/models/trinity-v1-7b/cover.png" | ||
}, | ||
"engine": "nitro" | ||
} |