Text Generation
PEFT
Safetensors
English
medical
healthcare
qlora
fine-tuned
phi4
causal-lm
conversational
Instructions to use Ganesh01kumar02reddy/phi4-mini-medical-qlora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Ganesh01kumar02reddy/phi4-mini-medical-qlora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/Phi-4-mini-reasoning") model = PeftModel.from_pretrained(base_model, "Ganesh01kumar02reddy/phi4-mini-medical-qlora") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!