turn sample_packing on for training (#1438) [skip ci]
Browse files- examples/gemma/qlora.yml +2 -1
examples/gemma/qlora.yml
CHANGED
@@ -21,7 +21,8 @@ lora_dropout: 0.05
|
|
21 |
lora_target_linear: true
|
22 |
|
23 |
sequence_len: 4096
|
24 |
-
sample_packing:
|
|
|
25 |
pad_to_sequence_len: true
|
26 |
|
27 |
wandb_project:
|
|
|
21 |
lora_target_linear: true
|
22 |
|
23 |
sequence_len: 4096
|
24 |
+
sample_packing: true
|
25 |
+
eval_sample_packing: false
|
26 |
pad_to_sequence_len: true
|
27 |
|
28 |
wandb_project:
|