* draft model.json * islm3b update * capybara 34b update * deepseek coder update * dolphin yi update * fix the maxtokens of islm * lzlv 70b update * marx3b update * mythomax 13b update * update neural chat 7b * noromaid 20b update * update openchat 7b * openhermes7b update * openorca 7b * orca 13b update * phind 34b update * rocket 3b update * starling 7b update * storytelling 70b update * tiefighter 13B * update tiefighter tags * tinyllama update * wizard coder 13b * update wizard coder 13b description * wizard coder 34b update * wizard coder minor fix * xwin 70b update * yarn 70b * yi 34b * zephyr beta 7b * neuralhermes-7b update * change path + ctxlen * update id * fix startling
24 lines
929 B
JSON
24 lines
929 B
JSON
{
|
|
"source_url": "https://huggingface.co/TheBloke/dolphin-2_2-yi-34b-GGUF/resolve/main/dolphin-2_2-yi-34b.Q5_K_M.gguf",
|
|
"id": "dolphin-yi-34b",
|
|
"object": "model",
|
|
"name": "Dolphin Yi 34B",
|
|
"version": "1.0",
|
|
"description": "Dolphin, based on the Yi-34B model and enhanced with features like conversation and empathy, is trained on a unique dataset for advanced multi-turn conversations. Notably uncensored, it requires careful implementation of an alignment layer for ethical use.",
|
|
"format": "gguf",
|
|
"settings": {
|
|
"ctx_len": 4096,
|
|
"system_prompt": "<|im_start|>system\n",
|
|
"user_prompt": "<|im_end|>\n<|im_start|>user\n",
|
|
"ai_prompt": "<|im_end|>\n<|im_start|>assistant\n"
|
|
},
|
|
"parameters": {
|
|
"max_tokens": 4096
|
|
},
|
|
"metadata": {
|
|
"author": "ehartford, The Bloke",
|
|
"tags": ["General Use", "Role-playing"],
|
|
"size": 24320000000
|
|
}
|
|
}
|
|
|