Fix Gemma 7b qlora.yml (#1405)
Browse files- examples/gemma/qlora.yml +1 -1
examples/gemma/qlora.yml
CHANGED
@@ -21,7 +21,7 @@ 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: false
|
25 |
pad_to_sequence_len: true
|
26 |
|
27 |
wandb_project:
|