-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #829 from janhq/update-model-hub
Update model hub
- Loading branch information
Showing
33 changed files
with
236 additions
and
352 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": ["Recommended", "Medium", "Foundational Model"], | ||
"size": 26040000000 | ||
} | ||
} | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"source_url": "https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGUF/resolve/main/llama-2-70b-chat.Q4_K_M.gguf", | ||
"id": "llama2-chat-70b-q4", | ||
"object": "model", | ||
"name": "Llama 2 Chat 70B Q4", | ||
"version": "1.0", | ||
"description": "This is a 4-bit quantized version of Meta AI's Llama 2 Chat 70b model.", | ||
"format": "gguf", | ||
"settings": { | ||
"ctx_len": 2048, | ||
"system_prompt": "[INST] <<SYS>>\n", | ||
"user_prompt": "<</SYS>>\n", | ||
"ai_prompt": "[/INST]" | ||
}, | ||
"parameters": { | ||
"max_tokens": 2048 | ||
}, | ||
"metadata": { | ||
"author": "MetaAI, The Bloke", | ||
"tags": ["Large", "Foundational Model"], | ||
"size": 43920000000 | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"source_url": "https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGUF/resolve/main/llama-2-7b-chat.Q4_K_M.gguf", | ||
"id": "llama2-chat-7b-q4", | ||
"object": "model", | ||
"name": "Llama 2 Chat 7B Q4", | ||
"version": "1.0", | ||
"description": "This is a 4-bit quantized iteration of Meta AI's Llama 2 Chat 7b model, specifically designed for a comprehensive understanding through training on extensive internet data.", | ||
"format": "gguf", | ||
"settings": { | ||
"ctx_len": 2048, | ||
"system_prompt": "[INST] <<SYS>>\n", | ||
"user_prompt": "<</SYS>>\n", | ||
"ai_prompt": "[/INST]" | ||
}, | ||
"parameters": { | ||
"max_tokens": 2048 | ||
}, | ||
"metadata": { | ||
"author": "MetaAI, The Bloke", | ||
"tags": ["Small", "Foundational Model"], | ||
"size": 4080000000 | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"source_url": "https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGUF/resolve/main/llama-2-7b-chat.Q5_K_M.gguf", | ||
"id": "llama2-chat-7b-q5", | ||
"object": "model", | ||
"name": "Llama 2 Chat 7B Q5", | ||
"version": "1.0", | ||
"description": "This is a 5-bit quantized iteration of Meta AI's Llama 2 Chat 7b model, specifically designed for a comprehensive understanding through training on extensive internet data.", | ||
"format": "gguf", | ||
"settings": { | ||
"ctx_len": 2048, | ||
"system_prompt": "[INST] <<SYS>>\n", | ||
"user_prompt": "<</SYS>>\n", | ||
"ai_prompt": "[/INST]" | ||
}, | ||
"parameters": { | ||
"max_tokens": 2048 | ||
}, | ||
"metadata": { | ||
"author": "MetaAI, The Bloke", | ||
"tags": ["Small", "Foundational Model"], | ||
"size": 4780000000 | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"source_url": "https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GGUF/resolve/main/mistral-7b-instruct-v0.1.Q4_K_M.gguf", | ||
"id": "mistral-ins-7b-q4", | ||
"object": "model", | ||
"name": "Mistral Instruct 7B Q4", | ||
"version": "1.0", | ||
"description": "This is a 4-bit quantized iteration of MistralAI's Mistral Instruct 7b model, specifically designed for a comprehensive understanding through training on extensive internet data.", | ||
"format": "gguf", | ||
"settings": { | ||
"ctx_len": 2048, | ||
"system_prompt": "", | ||
"user_prompt": "<s>[INST]", | ||
"ai_prompt": "[/INST]" | ||
}, | ||
"parameters": { | ||
"max_tokens": 2048 | ||
}, | ||
"metadata": { | ||
"author": "MistralAI, The Bloke", | ||
"tags": ["Small", "Foundational Model"], | ||
"size": 4370000000 | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"source_url": "https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GGUF/resolve/main/mistral-7b-instruct-v0.1.Q5_K_M.gguf", | ||
"id": "mistral-ins-7b-q5", | ||
"object": "model", | ||
"name": "Mistral Instruct 7B Q5", | ||
"version": "1.0", | ||
"description": "This is a 5-bit quantized iteration of MistralAI's Mistral Instruct 7b model, specifically designed for a comprehensive understanding through training on extensive internet data.", | ||
"format": "gguf", | ||
"settings": { | ||
"ctx_len": 2048, | ||
"system_prompt": "", | ||
"user_prompt": "<s>[INST]", | ||
"ai_prompt": "[/INST]" | ||
}, | ||
"parameters": { | ||
"max_tokens": 2048 | ||
}, | ||
"metadata": { | ||
"author": "MistralAI, The Bloke", | ||
"tags": ["Small", "Foundational Model"], | ||
"size": 5130000000 | ||
} | ||
} | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.