chore: enable sample_packing for Gemma (#1351)
Browse files- examples/gemma/qlora.yml +2 -2
examples/gemma/qlora.yml
CHANGED
@@ -21,8 +21,8 @@ lora_dropout: 0.05
|
|
21 |
lora_target_linear: true
|
22 |
|
23 |
sequence_len: 4096
|
24 |
-
sample_packing:
|
25 |
-
pad_to_sequence_len:
|
26 |
|
27 |
wandb_project:
|
28 |
wandb_entity:
|
|
|
21 |
lora_target_linear: true
|
22 |
|
23 |
sequence_len: 4096
|
24 |
+
sample_packing: true
|
25 |
+
pad_to_sequence_len: true
|
26 |
|
27 |
wandb_project:
|
28 |
wandb_entity:
|