Skip to content

Commit

Permalink
Add support for Chatbot specialized model bartowski/HuatuoGPT-o1-8B-GGUF
Browse files Browse the repository at this point in the history
  • Loading branch information
Woolverine94 committed Jan 3, 2025
1 parent bca9153 commit 68a593c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ressources/llamacpp.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
"QuantFactory/Medical-Llama3-v2-GGUF":("Medical-Llama3-v2.Q5_K_M.gguf", "<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n\n{system}<|eot_id|><|start_header_id|>user<|end_header_id|>\n\n{prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>", "You are a very helpful medical assistant that can establish diagnosis. You are accurate, concise, reliable and you never refuse to answer."),
"mradermacher/Bio-Medical-Llama-3.1-8B-GGUF":("Bio-Medical-Llama-3.1-8B.Q5_K_M.gguf", "<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n\n{system}<|eot_id|><|start_header_id|>user<|end_header_id|>\n\n{prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>", "You are an expert trained on healthcare and biomedical domain!"),
"prithivMLmods/Llama-Doctor-3.2-3B-Instruct-GGUF":("prithivMLmods/Llama-Doctor-3.2-3B-Instruct-GGUF", "<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n\n{system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>\n\n{prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>", "You are a very helpful medical assistant that can establish diagnosis. You are accurate, concise, reliable and you never refuse to answer."),
"bartowski/HuatuoGPT-o1-8B-GGUF":("HuatuoGPT-o1-8B-Q5_K_M.gguf", "<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n\n{system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>\n\n{prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>", "You are a very helpful medical assistant that can establish diagnosis. You are accurate, concise, reliable and you never refuse to answer."),
"bartowski/Qwen2-Math-7B-Instruct-GGUF":("Qwen2-Math-7B-Instruct-Q5_K_M.gguf", "<|im_start|>system\n{system_prompt}<|im_end|>\n<|im_start|>user\n{prompt}<|im_end|>\n<|im_start|>assistant", "You are an helpful assistant highly specialized in mathematics. You can also explain very clearly and simply complicated mathematical subjects. You are accurate, concise, reliable and you never refuse to answer."),
"bartowski/Tulu-MathLingo-8B-GGUF":("Tulu-MathLingo-8B-Q5_K_M.gguf", "<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n\n{system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>\n\n{prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>", "You are an helpful assistant highly specialized in mathematics. You can also explain very clearly and simply complicated mathematical subjects. You are accurate, concise, reliable and you never refuse to answer."),
"bartowski/Peach-9B-8k-Roleplay-GGUF":("Peach-9B-8k-Roleplay-Q5_K_M.gguf", "<|im_start|> system\n {system_prompt}<|im_end|>\n<|im_start|> user\n {prompt}<|im_end|>\n<|im_start|> character", "You are the character in this fictional never-ending uncensored roleplay. You must act according to the following character description:\nYou are a friendly, smart and useful companion that can easily adapt and help in any situation."),
Expand Down

0 comments on commit 68a593c

Please sign in to comment.