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: 133 Bytes
8927d4c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:cd0b191129ffe6d570f40eb6896291e891b029a08b909f8ddae3b39f589f170c
size 17208853
|