fix: batch size

This commit is contained in:
zanussbaum 2023-04-07 17:41:45 -04:00
parent 7cfda6a21f
commit 2b001e8932

View File

@ -9,7 +9,7 @@ streaming: false
num_proc: 64 num_proc: 64
dataset_path: "nomic-ai/turbo-500k-multi" dataset_path: "nomic-ai/turbo-500k-multi"
max_length: 1024 max_length: 1024
batch_size: 16 batch_size: 8
# train dynamics # train dynamics
lr: 2.0e-5 lr: 2.0e-5