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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Ghost 7B Alpha to models metadata #2245

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 16 additions & 0 deletions gpt4all-chat/metadata/models3.json
Original file line number Diff line number Diff line change
Expand Up @@ -353,5 +353,21 @@
"systemPrompt": "",
"description": "nomic-embed-text-v1.5",
"url": "https://gpt4all.io/models/gguf/nomic-embed-text-v1.5.f16.gguf"
},
{
"order": "u",
"md5sum": "1b3945bdb224a9036e0f04963ab1bef6",
"name": "Ghost 7B Alpha",
"filename": "ghost-7b-alpha-Q4_0.gguf",
"filesize": "4108917408",
"requires": "2.7.1",
"ramrequired": "8",
"parameters": "7 billion",
"quant": "q4_0",
"type": "Mistral",
"description": "<strong>Ghost 7B Alpha</strong>. The large generation of language models focuses on optimizing excellent reasoning, multi-task knowledge, and tools support.",
"url": "https://huggingface.co/ghost-x/ghost-7b-alpha-gguf/resolve/main/ghost-7b-alpha-Q4_0.gguf",
"promptTemplate": "<|user|>\n%1</s>\n<|assistant|>\n%2</s>\n",
"systemPrompt": "<|system|>\n</s>"
}
]