Skip to content

Commit

Permalink
Set eval_sample_packing to false in mistral config.yaml (#1003)
Browse files Browse the repository at this point in the history
Without eval_sampling_packing set to false, ValueError occurs with eval dataset split is too small for sample_packing.
  • Loading branch information
kmsydney committed Dec 28, 2023
1 parent db9094d commit 384b817
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/mistral/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ output_dir: ./out
sequence_len: 8192
sample_packing: true
pad_to_sequence_len: true
eval_sample_packing: false

wandb_project:
wandb_entity:
Expand Down

0 comments on commit 384b817

Please sign in to comment.