Skip to content

Commit

Permalink
add split to dpo tests
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed Jan 23, 2024
1 parent 44a6f2d commit 7f3b7ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/e2e/test_dpo.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def test_dpo_lora(self, temp_dir):
{
"path": "Intel/orca_dpo_pairs",
"type": "chatml.intel",
"split": "train",
},
],
"num_epochs": 1,
Expand Down Expand Up @@ -84,6 +85,7 @@ def test_kto_pair_lora(self, temp_dir):
{
"path": "Intel/orca_dpo_pairs",
"type": "chatml.intel",
"split": "train",
},
],
"num_epochs": 1,
Expand Down Expand Up @@ -124,6 +126,7 @@ def test_ipo_lora(self, temp_dir):
{
"path": "Intel/orca_dpo_pairs",
"type": "chatml.intel",
"split": "train",
},
],
"num_epochs": 1,
Expand Down

0 comments on commit 7f3b7ce

Please sign in to comment.