Views
No views yet
Joy10/gemma-2b-docjoybot-lora via the ggml.ai's GGUF-my-lora space.
Refer to the original adapter repository for more details.google/gemma-2-2b-it enhanced with LoRA adapters. It specializes in medical question answering and clinical reasoning using structured, step-by-step thought processes.FreedomIntelligence/medical-o1-reasoning-SFT<think> tags to enhance reasoning clarity⚠️ Disclaimer: This model is not intended for real-world clinical use without expert validation. It is a research-grade assistant only.
google/gemma-2-2b-itr=8, alpha=16, dropout=0.05transformers, PEFT, TRL (SFTTrainer)nf4 for efficient inference using bitsandbytes1You are a helpful and knowledgeable AI medical assistant.
2
3### Question:
4{medical_question_here}
5
6### Response:
7<think>
8{step-by-step_reasoning}
9</think>
10{final_answer}1# with cli
2llama-cli -m base_model.gguf --lora gemma-2b-docjoybot-lora-f16.gguf (...other args)
3
4# with server
5llama-server -m base_model.gguf --lora gemma-2b-docjoybot-lora-f16.gguf (...other args)