* fix: stop word update * fix: enable stop settings --------- Co-authored-by: hahuyhoang411 <hahuyhoanghhh41@gmail.com>
29 lines
915 B
JSON
29 lines
915 B
JSON
{
|
|
"source_url": "https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGUF/resolve/main/wizardcoder-python-13b-v1.0.Q5_K_M.gguf",
|
|
"id": "wizardcoder-13b",
|
|
"object": "model",
|
|
"name": "Wizard Coder Python 13B Q5",
|
|
"version": "1.0",
|
|
"description": "WizardCoder 13B is a Python coding model. This model demonstrate high proficiency in specific domains like coding and mathematics.",
|
|
"format": "gguf",
|
|
"settings": {
|
|
"ctx_len": 4096,
|
|
"prompt_template": "### Instruction:\n{prompt}\n### Response:"
|
|
},
|
|
"parameters": {
|
|
"temperature": 0.7,
|
|
"top_p": 0.95,
|
|
"stream": true,
|
|
"max_tokens": 4096,
|
|
"stop": [],
|
|
"frequency_penalty": 0,
|
|
"presence_penalty": 0
|
|
},
|
|
"metadata": {
|
|
"author": "WizardLM, The Bloke",
|
|
"tags": ["Recommended", "13B", "Finetuned"],
|
|
"size": 7870000000
|
|
},
|
|
"engine": "nitro"
|
|
}
|
|
|