Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions IPO/IPO_trainer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"Pytorch: 2.9.0+cu126\n",
"Datasets: 4.4.1\n",
"Tokenizers: 0.22.1\n",
"Bitsandbytes: 0.48.2 (it was used as everything here was done in BF16, SFT and RM were loaded in BF16)\n",
"Bitsandbytes: 0.48.2 (it was used as everything here was done in BF16, SFT was loaded in BF16)\n",
"\n",
"NOTE : Setting loss_type = 'ipo' in TRL's DPOTrainer's DPOConfig, enables IPO implementation\n",
"'''\n",
Expand Down Expand Up @@ -232,4 +232,4 @@
"outputs": []
}
]
}
}