Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Model.json #1005

Merged
merged 29 commits into from
Dec 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift click to select a range
75ce5f0
add(mixtral): add model.json for mixtral
hahuyhoang411 Dec 14, 2023
440722e
archived some models update the model.json
hahuyhoang411 Dec 15, 2023
233b13a
add(model): add pandora 10.7b
hahuyhoang411 Dec 15, 2023
abc156d
fix(model): update description
hahuyhoang411 Dec 15, 2023
1fc3c47
fix(model): pump vers and change the featured model to trinity
hahuyhoang411 Dec 15, 2023
eb8e4d7
Merge branch 'main' into update-model-list
hahuyhoang411 Dec 15, 2023
05e15d0
fix(model): archive neuralchat
hahuyhoang411 Dec 15, 2023
6ec0382
Merge branch 'update-model-list' of https://github.com/janhq/jan into…
hahuyhoang411 Dec 15, 2023
bad903b
fix(model): decapriated all old models
hahuyhoang411 Dec 15, 2023
2b4d718
fix(trinity): add cover image and change description
hahuyhoang411 Dec 15, 2023
bf42737
fix(trinity): update cover png
hahuyhoang411 Dec 15, 2023
68bd40e
add(pandora): cover image
hahuyhoang411 Dec 15, 2023
3d6e561
fix(pandora): cover image
hahuyhoang411 Dec 15, 2023
9f715c4
add(mixtral): add model.json for mixtral
hahuyhoang411 Dec 14, 2023
1ead0b6
archived some models update the model.json
hahuyhoang411 Dec 15, 2023
334c68b
add(model): add pandora 10.7b
hahuyhoang411 Dec 15, 2023
d8f0f9f
fix(model): update description
hahuyhoang411 Dec 15, 2023
78436c3
fix(model): pump vers and change the featured model to trinity
hahuyhoang411 Dec 15, 2023
56fb383
fix(model): archive neuralchat
hahuyhoang411 Dec 15, 2023
e57a3f5
fix(model): decapriated all old models
hahuyhoang411 Dec 15, 2023
a3d17e6
fix(trinity): add cover image and change description
hahuyhoang411 Dec 15, 2023
69df6e0
fix(trinity): update cover png
hahuyhoang411 Dec 15, 2023
3b3ab1b
add(pandora): cover image
hahuyhoang411 Dec 15, 2023
aa325bf
fix(pandora): cover image
hahuyhoang411 Dec 15, 2023
0094214
chore: model desc nits
0xSage Dec 15, 2023
a5af298
fix(models): adjust the size for solars and pandoras
hahuyhoang411 Dec 15, 2023
f81da5d
fix: resolve
hahuyhoang411 Dec 15, 2023
92c60b6
add(mixtral): description
hahuyhoang411 Dec 15, 2023
26ff939
Merge branch 'main' into update-model-list
hahuyhoang411 Dec 15, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 0 additions & 23 deletions models/llama2-chat-7b-q5/model.json

This file was deleted.

23 changes: 0 additions & 23 deletions models/mistral-ins-7b-q5/model.json

This file was deleted.

22 changes: 22 additions & 0 deletions models/mixtral-8x7b-instruct/model.json
Original file line number Diff line number Diff line change
@@ -0,0 1,22 @@
{
"source_url": "https://huggingface.co/TheBloke/Mixtral-8x7B-Instruct-v0.1-GGUF/resolve/main/mixtral-8x7b-instruct-v0.1.Q4_K_M.gguf",
"id": "mixtral-8x7b-instruct",
"object": "model",
"name": "Mixtral 8x7B Instruct Q4",
"version": "1.0",
"description": "The Mixtral-8x7B Large Language Model (LLM) is a pretrained generative Sparse Mixture of Experts. The Mixtral-8x7B outperforms Llama 2 70B on most benchmarks we tested.",
"format": "gguf",
"settings": {
"ctx_len": 2048,
"prompt_template": "[INST] {prompt} [/INST]"
},
"parameters": {
"max_tokens": 2048
},
"metadata": {
"author": "MistralAI, TheBloke",
"tags": ["MOE", "Foundational Model"],
"size": 26440000000
},
"engine": "nitro"
}
23 changes: 0 additions & 23 deletions models/neural-chat-7b/model.json

This file was deleted.

Binary file removed models/openhermes-neural-7b/cover.png
Binary file not shown.
11 changes: 5 additions & 6 deletions models/openhermes-neural-7b/model.json
Original file line number Diff line number Diff line change
@@ -1,10 1,10 @@
{
"source_url": "https://huggingface.co/TheBloke/OpenHermes-2.5-neural-chat-7B-v3-1-7B-GGUF/resolve/main/openhermes-2.5-neural-chat-7b-v3-1-7b.Q4_K_M.gguf",
"source_url": "https://huggingface.co/janhq/openhermes-2.5-neural-chat-v3-3-slerp-GGUF/resolve/main/openhermes-2.5-neural-chat-v3-3-slerp.Q4_K_M.gguf",
"id": "openhermes-neural-7b",
"object": "model",
"name": "OpenHermes Neural 7B Q4",
"version": "1.0",
"description": "OpenHermes Neural is a merged model from OpenHermes-2.5-Mistral-7B and neural-chat-7b-v3-1 with the TIES method.",
"description": "OpenHermes Neural is a merged model using the TIES method.",
"format": "gguf",
"settings": {
"ctx_len": 2048,
Expand All @@ -14,10 14,9 @@
"max_tokens": 2048
},
"metadata": {
"author": "Intel, The Bloke",
"tags": ["Featured", "7B", "Merged"],
"size": 4370000000,
"cover": "https://raw.githubusercontent.com/janhq/jan/main/models/openhermes-neural-7b/cover.png"
"author": "Intel, Jan",
"tags": ["7B", "Merged"],
"size": 4370000000
},
"engine": "nitro"
}
23 changes: 0 additions & 23 deletions models/openorca-13b/model.json

This file was deleted.

Binary file added models/pandora-10.7b-v1/cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions models/pandora-10.7b-v1/model.json
Original file line number Diff line number Diff line change
@@ -0,0 1,24 @@
{
"source_url": "https://huggingface.co/janhq/pandora-v1-10.7b-GGUF/resolve/main/pandora-v1-10.7b.Q4_K_M.gguf",
"id": "pandora-10.7b-v1",
"object": "model",
"name": "Pandora 11B Q4",
"version": "1.0",
"description": "Pandora, our research model, employs the Passthrough merging technique to merge 2x7B models into 1.",
"format": "gguf",
"settings": {
"ctx_len": 2048,
"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": 2048
},
"metadata": {
"author": "Jan",
"tags": ["11B","Finetuned", "Featured"],
"size": 6360000000,
"cover": "https://raw.githubusercontent.com/janhq/jan/main/models/pandora-10.7b-v1/cover.png"
},
"engine": "nitro"
}

22 changes: 0 additions & 22 deletions models/rocket-3b/model.json

This file was deleted.

23 changes: 23 additions & 0 deletions models/solar-10.7b-instruct/model.json
Original file line number Diff line number Diff line change
@@ -0,0 1,23 @@
{
"source_url": "https://huggingface.co/janhq/Solar-10.7B-Instruct-v1.0/resolve/main/solar-10.7b-instruct-v1.0.Q4_K_M.gguf",
"id": "solar-10.7b-instruct",
"object": "model",
"name": "Solar Instruct 10.7B Q4",
"version": "1.0",
"description": "SOLAR-10.7B model built on the Llama2 architecture with Depth Up-Scaling and integrated Mistral 7B weights. Its robustness and adaptability make it ideal for fine-tuning applications, significantly enhancing performance with simple instruction-based techniques.",
"format": "gguf",
"settings": {
"ctx_len": 2048,
"prompt_template": "### User: {prompt}\n### Assistant:"
},
"parameters": {
"max_tokens": 2048
},
"metadata": {
"author": "Upstage, Jan",
"tags": ["11B","Finetuned"],
"size": 6360000000
},
"engine": "nitro"
}

Empty file.
23 changes: 0 additions & 23 deletions models/tiefighter-13b/model.json

This file was deleted.

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.
23 changes: 23 additions & 0 deletions models/trinity-v1-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-GGUF/resolve/main/trinity-v1.Q4_K_M.gguf",
"id": "trinity-v1-7b",
"object": "model",
"name": "Trinity 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": 2048,
"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": 2048
},
"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"
}
23 changes: 0 additions & 23 deletions models/zephyr-beta-7b/model.json

This file was deleted.