Skip to content

Commit

Permalink
Add no_checks for sub dataset in lvwerra/stack-exchange-paired since … (
Browse files Browse the repository at this point in the history
#1003)

Signed-off-by: Wang, Yi A <yi.a.wang@intel.com>
  • Loading branch information
sywangyi committed Jun 5, 2024
1 parent aa403ee commit 1911dc6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion examples/trl/dpo.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ def get_stack_exchange_paired(
split="train",
cache_dir=cache_dir,
data_dir=data_dir,
verification_mode="no_checks", # TODO: remove this line when Datasets v2.19.2 is released
)
original_columns = dataset.column_names

Expand Down
2 changes: 1 addition & 1 deletion examples/trl/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
trl == 0.8.6
peft == 0.6.2
datasets
datasets == 2.19.2
tyro
evaluate
scikit-learn

0 comments on commit 1911dc6

Please sign in to comment.