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="rizkysulaeman/Qwen-3-GRPO-Healthcare-Deep-Research",
	filename="",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

Qwen-3-GRPO-Healthcare-Deep-Search : GGUF

This model was finetuned and converted to GGUF format using Unsloth.

Example usage:

  • For text only LLMs: ./llama.cpp/llama-cli -hf rizkysulaeman/Qwen-3-GRPO-Healthcare-Deep-Search --jinja
  • For multimodal models: ./llama.cpp/llama-mtmd-cli -hf rizkysulaeman/Qwen-3-GRPO-Healthcare-Deep-Search --jinja

Available Model files:

  • Qwen-3-GRPO-Healthcare-Deep-Search.Q5_K_M.gguf
  • Qwen-3-GRPO-Healthcare-Deep-Search.Q8_0.gguf
  • Qwen-3-GRPO-Healthcare-Deep-Search.Q4_K_M.gguf This was trained 2x faster with Unsloth
Downloads last month
28
Safetensors
Model size
2B params
Tensor type
BF16
·
Video Preview
loading

Model tree for rizkysulaeman/Qwen-3-GRPO-Healthcare-Deep-Research

Quantized
(12)
this model