Instructions to use alnrg2arg/test2_4_sft_lora_DPO_orca2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use alnrg2arg/test2_4_sft_lora_DPO_orca2 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("alnrg2arg/test_2_4_prune2") model = PeftModel.from_pretrained(base_model, "alnrg2arg/test2_4_sft_lora_DPO_orca2") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!