├── DPO_Loss_Explained.pptx ├── LICENSE ├── README.md ├── dpo_loss.py ├── paper_dpo_original.pdf └── paper_eric_mitchell_cdpo.pdf /DPO_Loss_Explained.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcolano/DPO/HEAD/DPO_Loss_Explained.pptx -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcolano/DPO/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcolano/DPO/HEAD/README.md -------------------------------------------------------------------------------- /dpo_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcolano/DPO/HEAD/dpo_loss.py -------------------------------------------------------------------------------- /paper_dpo_original.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcolano/DPO/HEAD/paper_dpo_original.pdf -------------------------------------------------------------------------------- /paper_eric_mitchell_cdpo.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcolano/DPO/HEAD/paper_eric_mitchell_cdpo.pdf --------------------------------------------------------------------------------