Text Generation
PEFT
Safetensors
llama
lora
qlora
biomedical
healthcare
pubmed
medical
question-answering
Instructions to use llmithull/HealthGPT-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use llmithull/HealthGPT-LoRA with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained(".models/base/llama-3.2-3B-Instruct") model = PeftModel.from_pretrained(base_model, "llmithull/HealthGPT-LoRA") - Notebooks
- Google Colab
- Kaggle
Ctrl+K