Instructions to use adhisetiawan/dpo-mmed-rag with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use adhisetiawan/dpo-mmed-rag with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/llava-med-v1.5-mistral-7b") model = PeftModel.from_pretrained(base_model, "adhisetiawan/dpo-mmed-rag") - Notebooks
- Google Colab
- Kaggle
File size: 128 Bytes
3823d76 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:60fb82c3660319e6d0b239950b20c28181e97f1ade117dc0660b40e2ad94a89b
size 912
|