Set eval_sample_packing to false in mistral config.yaml (#1003)

Without eval_sampling_packing set to false, ValueError occurs with eval dataset split is too small for sample_packing.
This commit is contained in:
Kevin Sydney
2023-12-27 16:11:55 -08:00
committed by GitHub
parent db9094df0f
commit 384b817dc0

View File

@@ -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: