Instructions to use chambul/MediSimplifier-LoRA-Adapter-Nebius with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use chambul/MediSimplifier-LoRA-Adapter-Nebius with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("aaditya/Llama3-OpenBioLLM-8B") model = PeftModel.from_pretrained(base_model, "chambul/MediSimplifier-LoRA-Adapter-Nebius") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
8927d4c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b674c7284e30396122b11ee1db58449cca912084270abf99cf5de129045dfa56
size 109144714
|