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
File size: 133 Bytes
8d1d923 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:376f9c6bcc71557114de65d1afdcdc774349bd499763e5efbb7a7e9abdecb79d
size 36730224
|