Merge pull request #1159 from janhq/hotfix/model.json
Hotfix Prompt template for models on the Hub
This commit is contained in:
commit
75e0342c9f
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@janhq/model-extension",
|
||||
"version": "1.0.15",
|
||||
"version": "1.0.16",
|
||||
"description": "Model Management Extension provides model exploration and seamless downloads",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/module.js",
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
},
|
||||
"metadata": {
|
||||
"author": "MistralAI, TheBloke",
|
||||
"tags": ["MOE", "Foundational Model"],
|
||||
"tags": ["70B", "Foundational Model"],
|
||||
"size": 26440000000
|
||||
},
|
||||
"engine": "nitro"
|
||||
|
||||
@ -8,14 +8,14 @@
|
||||
"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"
|
||||
"prompt_template": "{system_message}\n### Instruction:\n{prompt}\n### Response:"
|
||||
},
|
||||
"parameters": {
|
||||
"max_tokens": 4096
|
||||
},
|
||||
"metadata": {
|
||||
"author": "Jan",
|
||||
"tags": ["11B","Merged"],
|
||||
"tags": ["13B","Merged"],
|
||||
"size": 6360000000
|
||||
},
|
||||
"engine": "nitro"
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
},
|
||||
"metadata": {
|
||||
"author": "Jan",
|
||||
"tags": ["11B","Finetuned"],
|
||||
"tags": ["13B","Finetuned"],
|
||||
"size": 6360000000
|
||||
},
|
||||
"engine": "nitro"
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
"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"
|
||||
"prompt_template": "{system_message}\n### Instruction:\n{prompt}\n### Response:"
|
||||
},
|
||||
"parameters": {
|
||||
"max_tokens": 4096
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user