Skip to content

Commit

Permalink
update: phind 34b description and change to q4
Browse files Browse the repository at this point in the history
  • Loading branch information
hahuyhoang411 authored and Van-QA committed Mar 27, 2024
1 parent 4762ab1 commit 2456628
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions models/phind-34b/model.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"sources": [
{
"filename": "phind-codellama-34b-v2.Q5_K_M.gguf",
"filename": "phind-codellama-34b-v2.Q4_K_M.gguf",
"url": "https://huggingface.co/TheBloke/Phind-CodeLlama-34B-v2-GGUF/resolve/main/phind-codellama-34b-v2.Q5_K_M.gguf"
}
],
"id": "phind-34b",
"object": "model",
"name": "Phind 34B Q5",
"name": "Phind 34B Q4",
"version": "1.0",
"description": "Phind 34B is fine-tuned on 1.5B tokens of high-quality programming data. This multi-lingual model excels in various programming languages and is designed to be steerable and user-friendly.",
"description": "Phind 34B is the best Open-source coding model.",
"format": "gguf",
"settings": {
"ctx_len": 4096,
"prompt_template": "### System Prompt\n{system_message}\n### User Message\n{prompt}\n### Assistant",
"llama_model_path": "phind-codellama-34b-v2.Q5_K_M.gguf"
"llama_model_path": "phind-codellama-34b-v2.Q4_K_M.gguf"
},
"parameters": {
"temperature": 0.7,
Expand All @@ -26,7 +26,7 @@
"presence_penalty": 0
},
"metadata": {
"author": "Phind, The Bloke",
"author": "Phind",
"tags": ["34B", "Finetuned"],
"size": 20220000000
},
Expand Down

0 comments on commit 2456628

Please sign in to comment.