Feat(doc): Add eval_sample_packing to doc (#625)
This commit is contained in:
@@ -493,6 +493,8 @@ pad_to_sequence_len:
|
|||||||
max_packed_sequence_len: 1024
|
max_packed_sequence_len: 1024
|
||||||
# use efficient multi-packing with block diagonal attention and per sequence position_ids. Recommend set to 'true'
|
# use efficient multi-packing with block diagonal attention and per sequence position_ids. Recommend set to 'true'
|
||||||
sample_packing:
|
sample_packing:
|
||||||
|
# set to 'false' if getting errors during eval with sample_packing on.
|
||||||
|
eval_sample_packing:
|
||||||
# you can set these packing optimizations AFTER starting a training at least once.
|
# you can set these packing optimizations AFTER starting a training at least once.
|
||||||
# The trainer will provide recommended values for these values.
|
# The trainer will provide recommended values for these values.
|
||||||
sample_packing_eff_est:
|
sample_packing_eff_est:
|
||||||
|
|||||||
Reference in New Issue
Block a user