Skip to content

Commit

Permalink
Merge pull request janhq#1143 from janhq/fix/model-list
Browse files Browse the repository at this point in the history
Update model list for new release
  • Loading branch information
hahuyhoang411 authored Dec 21, 2023
2 parents c95c765 + 4e044df commit 3c90bf8
Show file tree
Hide file tree
Showing 9 changed files with 75 additions and 54 deletions.
2 changes: 1 addition & 1 deletion extensions/model-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janhq/model-extension",
"version": "1.0.14",
"version": "1.0.15",
"description": "Model Management Extension provides model exploration and seamless downloads",
"main": "dist/index.js",
"module": "dist/module.js",
Expand Down
23 changes: 0 additions & 23 deletions models/noromaid-20b/model.json

This file was deleted.

23 changes: 23 additions & 0 deletions models/noromaid-7b/model.json
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"
}

5 changes: 2 additions & 3 deletions models/pandora-10.7b-v1/model.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@
},
"metadata": {
"author": "Jan",
"tags": ["11B","Finetuned", "Featured"],
"size": 6360000000,
"cover": "https://raw.githubusercontent.com/janhq/jan/main/models/pandora-10.7b-v1/cover.png"
"tags": ["11B","Merged"],
"size": 6360000000
},
"engine": "nitro"
}
Expand Down
23 changes: 23 additions & 0 deletions models/phi-2-3b/model.json
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"
}

23 changes: 0 additions & 23 deletions models/solar-10.7b-instruct/model.json

This file was deleted.

7 changes: 3 additions & 4 deletions models/trinity-v1-7b/model.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"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 7B Q4",
"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",
Expand All @@ -15,9 +15,8 @@
},
"metadata": {
"author": "Jan",
"tags": ["7B", "Merged", "Featured"],
"size": 4370000000,
"cover": "https://raw.githubusercontent.com/janhq/jan/main/models/trinity-v1-7b/cover.png"
"tags": ["7B", "Merged"],
"size": 4370000000
},
"engine": "nitro"
}
Binary file added models/trinity-v1.2-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.
23 changes: 23 additions & 0 deletions models/trinity-v1.2-7b/model.json
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"
}

0 comments on commit 3c90bf8

Please sign in to comment.