Update tinyllama lora.yml to fix eval packing issue (#1362)
Browse files
examples/tiny-llama/lora.yml
CHANGED
|
@@ -15,6 +15,7 @@ output_dir: ./lora-out
|
|
| 15 |
|
| 16 |
sequence_len: 4096
|
| 17 |
sample_packing: true
|
|
|
|
| 18 |
pad_to_sequence_len: true
|
| 19 |
|
| 20 |
adapter: lora
|
|
|
|
| 15 |
|
| 16 |
sequence_len: 4096
|
| 17 |
sample_packing: true
|
| 18 |
+
eval_sample_packing: false
|
| 19 |
pad_to_sequence_len: true
|
| 20 |
|
| 21 |
adapter: lora
|