mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-02 09:40:42 +00:00
feat: update for mosaic
This commit is contained in:
parent
4b51e6ef37
commit
7cfda6a21f
@ -2,14 +2,14 @@
|
||||
model_name: "EleutherAI/gpt-j-6B"
|
||||
tokenizer_name: "EleutherAI/gpt-j-6B"
|
||||
gradient_checkpointing: true
|
||||
save_name: "nomic-ai/gpt4all-gptj-multinode-deepspeed"
|
||||
save_name: "nomic-ai/gpt4all-mosaic"
|
||||
|
||||
# dataset
|
||||
streaming: false
|
||||
num_proc: 64
|
||||
dataset_path: "data_multiplus"
|
||||
dataset_path: "nomic-ai/turbo-500k-multi"
|
||||
max_length: 1024
|
||||
batch_size: 32
|
||||
batch_size: 16
|
||||
|
||||
# train dynamics
|
||||
lr: 2.0e-5
|
||||
@ -23,7 +23,7 @@ output_dir: "ckpts/gpt4all-gptj-multinode"
|
||||
checkpoint: null
|
||||
lora: false
|
||||
warmup_steps: 500
|
||||
num_epochs: 4
|
||||
num_epochs: 2
|
||||
|
||||
# logging
|
||||
wandb: true
|
||||
|
Loading…
Reference in New Issue
Block a user