update deepseek coder

This commit is contained in:
hahuyhoang411 2023-12-04 16:31:47 +07:00
parent 335de29689
commit f4dbec7e36
3 changed files with 25 additions and 25 deletions

View File

@ -4,7 +4,7 @@
"object": "model",
"name": "Deepseek Coder 1.3B Q4",
"version": "1.0",
"description": "",
"description": "Deepseek Coder trained on 2T tokens (87% code, 13% English/Chinese), excelling in project-level code completion with advanced capabilities across multiple programming languages.",
"format": "gguf",
"settings": {
"ctx_len": 2048,

View File

@ -0,0 +1,24 @@
{
"source_url": "https://huggingface.co/TheBloke/deepseek-coder-33B-instruct-GGUF/resolve/main/deepseek-coder-33b-instruct.Q5_K_M.gguf",
"id": "deepseek-coder-34b",
"object": "model",
"name": "Deepseek Coder 33B Q5",
"version": "1.0",
"description": "Deepseek Coder trained on 2T tokens (87% code, 13% English/Chinese), excelling in project-level code completion with advanced capabilities across multiple programming languages.",
"format": "gguf",
"settings": {
"ctx_len": 2048,
"system_prompt": "",
"user_prompt": "### Instruction:\n",
"ai_prompt": "### Response:\n"
},
"parameters": {
"max_tokens": 2048
},
"metadata": {
"author": "Deepseek, The Bloke",
"tags": ["Community Recommended", "Code", "Big Context Length"],
"size": 26040000000
}
}

View File

@ -1,24 +0,0 @@
{
"source_url": "https://huggingface.co/TheBloke/WizardCoder-Python-34B-V1.0-GGUF/resolve/main/wizardcoder-python-34b-v1.0.Q5_K_M.gguf",
"id": "wizardcoder-34b",
"object": "model",
"name": "Wizard Coder Python 34B Q5",
"version": "1.0",
"description": "WizardCoder-Python-34B is a Python coding model major models like ChatGPT-3.5. This model based on the Llama2 architecture, demonstrate high proficiency in specific domains like coding and mathematics.",
"format": "gguf",
"settings": {
"ctx_len": 2048,
"system_prompt": "",
"user_prompt": "### Instruction:\n",
"ai_prompt": "### Response:\n"
},
"parameters": {
"max_tokens": 2048
},
"metadata": {
"author": "WizardLM, The Bloke",
"tags": ["Community Recommended", "Code", "Big Context Length"],
"size": 24320000000
}
}