Skip to content

Commit

Permalink
re-use var
Browse files Browse the repository at this point in the history
  • Loading branch information
kddubey committed Aug 21, 2024
1 parent f31ef16 commit cdc88d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pretrain_on_test/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def _experiment(
train_type_to_split_to_data: dict[str, dict[str, tuple[list, ...]]] = {
"pretrain": {
"extra": (df_extra["text"].tolist(),),
"test": (df_test["text"].tolist(),),
"test": (test_data,),
},
"classification": {
"base": _classification_data,
Expand Down

0 comments on commit cdc88d3

Please sign in to comment.