Instructions to use jhliu/DischargeGen-Llama3-lora-DI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use jhliu/DischargeGen-Llama3-lora-DI with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3-8B") model = PeftModel.from_pretrained(base_model, "jhliu/DischargeGen-Llama3-lora-DI") - Notebooks
- Google Colab
- Kaggle
Model Description
Model developed for the "Discharge Me!" Share Task at BioNLP ACL'24 to generate discharge summary sections.
- Downloads last month
- 1
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
Model tree for jhliu/DischargeGen-Llama3-lora-DI
Base model
meta-llama/Meta-Llama-3-8B