Skip to content

Commit

Permalink
Update data/text_sampling/text_sampling.py
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Pieler <[email protected]>
  • Loading branch information
kjappelbaum and MicPie committed Aug 10, 2024
1 parent 1432d4b commit 5fdff19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/text_sampling/text_sampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@ def export(self, dir_suffix: str = None):
lm_eval_yaml["training_split"] = "train"
if split_out == "valid":
lm_eval_yaml["validation_split"] = "validation"
if split_out == "valid":
if split_out == "test":
lm_eval_yaml["test_split"] = "test"

fn_lm_eval_yaml = output_path_dir + "/config.yaml"
Expand Down

0 comments on commit 5fdff19

Please sign in to comment.