Text Generation
PEFT
Safetensors
English
medical
llama
biomedical
reasoning
lora
qlora
conversational
Instructions to use calender/BioLLama-LLM-Adapters with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use calender/BioLLama-LLM-Adapters with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("ContactDoctor/Bio-Medical-Llama-3-2-1B-CoT-012025") model = PeftModel.from_pretrained(base_model, "calender/BioLLama-LLM-Adapters") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!