Text Generation
PEFT
Safetensors
drug-combination
relation-extraction
biomedical
llama
chain-of-thought
lora
grpo
Instructions to use DUTIR-BioNLP/RexDrug-adapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use DUTIR-BioNLP/RexDrug-adapter with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("DUTIR-BioNLP/RexDrug-base") model = PeftModel.from_pretrained(base_model, "DUTIR-BioNLP/RexDrug-adapter") - Notebooks
- Google Colab
- Kaggle
Link model to paper and update GitHub repository URL
#1
by nielsr HF Staff - opened
Hi! I'm Niels, part of the community science team at Hugging Face.
I've updated the model card to include a link to the research paper: RexDrug: Reliable Multi-Drug Combination Extraction through Reasoning-Enhanced LLMs. I've also updated the GitHub repository link from the placeholder to the official project repository. Linking artifacts this way helps researchers find and cite your work more easily!