Question Answering
GGUF
Chinese
qwen2
conversational
How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="linkyfan/DeepSeek-7B-HalfDocter",
	filename="DeepSeek-7B-HalfDocter_Q4_K_M.gguf",
)
llm.create_chat_completion(
	messages = "{\n    \"question\": \"What is my name?\",\n    \"context\": \"My name is Clara and I live in Berkeley.\"\n}"
)

模型描述

该模型是专为医学应用设计的大型语言模型。目前是测试版本,它使用自定义数据集从DeepSeek-R1-Distill-Qwen-7B模型进行了微调。

该模型经过训练,可以理解某些疾病的表面症状并给出诊断。

!目前只是少量数据的训练集,请不要太相信结果,谢谢

Downloads last month
33
GGUF
Model size
8B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for linkyfan/DeepSeek-7B-HalfDocter

Quantized
(175)
this model

Dataset used to train linkyfan/DeepSeek-7B-HalfDocter