Skip to content

Commit

Permalink
fix: correct prompt template for Phi3 Medium model
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-jan committed Sep 16, 2024
1 parent 6e0c582 commit 87c1c0f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"id": "phi3-medium",
"object": "model",
"name": "Phi-3 Medium Instruct Q4",
"version": "1.3",
"version": "1.4",
"description": "Phi-3 Medium is Microsoft's latest SOTA model.",
"format": "gguf",
"settings": {
"ctx_len": 128000,
"prompt_template": "<|user|> {prompt}<|end|><|assistant|><|end|>",
"prompt_template": "<|user|> {prompt}<|end|><|assistant|>",
"llama_model_path": "Phi-3-medium-128k-instruct-Q4_K_M.gguf",
"ngl": 33
},
Expand Down

0 comments on commit 87c1c0f

Please sign in to comment.