├── README.md ├── requirements.txt ├── run.sh └── src ├── hf_train.py └── train.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xallam/Direct-Preference-Optimization/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xallam/Direct-Preference-Optimization/HEAD/requirements.txt -------------------------------------------------------------------------------- /run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xallam/Direct-Preference-Optimization/HEAD/run.sh -------------------------------------------------------------------------------- /src/hf_train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xallam/Direct-Preference-Optimization/HEAD/src/hf_train.py -------------------------------------------------------------------------------- /src/train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xallam/Direct-Preference-Optimization/HEAD/src/train.py --------------------------------------------------------------------------------