update openhermes 7b

This commit is contained in:
hahuyhoang411 2023-12-04 14:13:00 +07:00
parent fc2af712e4
commit 43b538e800
4 changed files with 11 additions and 11 deletions

View File

@ -9,8 +9,8 @@
"settings": { "settings": {
"ctx_len": 2048, "ctx_len": 2048,
"system_prompt": "", "system_prompt": "",
"user_prompt": "USER: ", "user_prompt": "USER:\n",
"ai_prompt": "ASSISTANT: " "ai_prompt": "ASSISTANT:\n"
}, },
"parameters": { "parameters": {
"max_tokens": 2048 "max_tokens": 2048

View File

@ -9,8 +9,8 @@
"settings": { "settings": {
"ctx_len": 2048, "ctx_len": 2048,
"system_prompt": "", "system_prompt": "",
"user_prompt": "USER: ", "user_prompt": "USER:\n",
"ai_prompt": "ASSISTANT: " "ai_prompt": "ASSISTANT:\n"
}, },
"parameters": { "parameters": {
"max_tokens": 2048 "max_tokens": 2048

View File

@ -8,9 +8,9 @@
"format": "gguf", "format": "gguf",
"settings": { "settings": {
"ctx_len": 2048, "ctx_len": 2048,
"system_prompt": "### System: ", "system_prompt": "### System:\n",
"user_prompt": "### User: ", "user_prompt": "### User:\n",
"ai_prompt": "### Assistant: " "ai_prompt": "### Assistant:\n"
}, },
"parameters": { "parameters": {
"max_tokens": 2048 "max_tokens": 2048

View File

@ -1,10 +1,10 @@
{ {
"source_url": "https://huggingface.co/TheBloke/NeuralHermes-2.5-Mistral-7B-GGUF/resolve/main/neuralhermes-2.5-mistral-7b.Q4_K_M.gguf", "source_url": "https://huggingface.co/TheBloke/OpenHermes-2.5-neural-chat-7B-v3-2-7B-GGUF/resolve/main/openhermes-2.5-neural-chat-7b-v3-2-7b.Q4_K_M.gguf",
"id": "neuralhermes-7b", "id": "openhermes-neural-7b",
"object": "model", "object": "model",
"name": "NeuralHermes 7B", "name": "OpenHermes Neural 7B",
"version": "1.0", "version": "1.0",
"description": "NeuralHermes 2.5 has been enhanced using Direct Preference Optimization. This fine-tuning, inspired by the RLHF process of Neural-chat-7b and OpenHermes-2.5-Mistral-7B, has led to improved performance across several benchmarks.", "description": "OpenHermes Neural is a merged model from OpenHermes-2.5-Mistral-7B and neural-chat-7b-v3-2 with the TIES method.",
"format": "gguf", "format": "gguf",
"settings": { "settings": {
"ctx_len": 2048, "ctx_len": 2048,