Views
No views yet
1from transformers import AutoTokenizer, AutoModelForCausalLM
2
3tokenizer = AutoTokenizer.from_pretrained("SungJoo/llama3-8b-instruct-orpo-ko")
4model = AutoModelForCausalLM.from_pretrained("SungJoo/llama3-8b-instruct-orpo-ko")1@misc{hong2024orpo,
2 title={ORPO: Monolithic Preference Optimization without Reference Model},
3 author={Jiwoo Hong and Noah Lee and James Thorne},
4 year={2024},
5 eprint={2403.07691},
6 archivePrefix={arXiv},
7 primaryClass={cs.CL}
8}1@misc{byun,
2 author = {Sungjoo Byun},
3 title = {llama3-8b-orpo-ko},
4 year = {2024},
5 publisher = {Hugging Face},
6 journal = {Hugging Face repository},
7 howpublished = {\url{https://huggingface.co/SungJoo/llama3-8b-instruct-orpo-ko}}
8}