Instructions to use FourOhFour/FatDPOv2LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use FourOhFour/FatDPOv2LoRA with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("FourOhFour/Fatgirl_v2_8B") model = PeftModel.from_pretrained(base_model, "FourOhFour/FatDPOv2LoRA") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
ca2e945 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d35eb2af864deddee42c7856a9700ba351e4a3c92f001ab21da6b03de84e4bc3
size 5944
|