Text Generation
PEFT
Safetensors
English
lora
qlora
phi-3.5
medquad
biomedical-nlp
patient-education
plain-language
source-grounded
conversational
Instructions to use AiLLMBS/phi35-medquad-patient-explainer-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use AiLLMBS/phi35-medquad-patient-explainer-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/Phi-3.5-mini-instruct") model = PeftModel.from_pretrained(base_model, "AiLLMBS/phi35-medquad-patient-explainer-lora") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!