mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-02 09:40:42 +00:00
chore: peft
This commit is contained in:
parent
e550e4ed34
commit
15f7c5b68f
@ -2,12 +2,12 @@
|
||||
model_name: "EleutherAI/gpt-j-6B"
|
||||
tokenizer_name: "EleutherAI/gpt-j-6B"
|
||||
gradient_checkpointing: true
|
||||
save_name: "nomic-ai/gpt4all-warmup-lr"
|
||||
save_name: # CHANGE
|
||||
|
||||
# dataset
|
||||
streaming: false
|
||||
num_proc: 64
|
||||
dataset_path: "nomic-ai/turbo-500k-multi"
|
||||
dataset_path: # CHANGE
|
||||
max_length: 1024
|
||||
batch_size: 32
|
||||
|
||||
@ -18,8 +18,8 @@ weight_decay: 0.0
|
||||
eval_every: 500
|
||||
eval_steps: 105
|
||||
save_every: 500
|
||||
log_grads_every: 500
|
||||
output_dir: "ckpts/gpt4all-gptj-multinode"
|
||||
log_grads_every: 100
|
||||
output_dir: # CHANGE
|
||||
checkpoint: null
|
||||
lora: false
|
||||
warmup_steps: 500
|
||||
@ -27,7 +27,7 @@ num_epochs: 2
|
||||
|
||||
# logging
|
||||
wandb: true
|
||||
wandb_entity: vicuna
|
||||
wandb_project_name: vicuna
|
||||
wandb_entity: # CHANGE
|
||||
wandb_project_name: # CHANGE
|
||||
seed: 42
|
||||
|
||||
|
@ -2,12 +2,12 @@
|
||||
model_name: "EleutherAI/gpt-j-6b"
|
||||
tokenizer_name: "EleutherAI/gpt-j-6b"
|
||||
gradient_checkpointing: false
|
||||
save_name: "nomic-ai/gpt4all-mosaic"
|
||||
save_name: # CHANGE
|
||||
|
||||
# dataset
|
||||
streaming: false
|
||||
num_proc: 64
|
||||
dataset_path: "nomic-ai/turbo-500k-multi"
|
||||
dataset_path: # CHANGE
|
||||
max_length: 1024
|
||||
batch_size: 1
|
||||
|
||||
@ -19,7 +19,7 @@ eval_every: 500
|
||||
eval_steps: 105
|
||||
save_every: 500
|
||||
log_grads_every: 500
|
||||
output_dir: "ckpts/gpt4all-gptj-multinode"
|
||||
output_dir: # CHANGE
|
||||
checkpoint: null
|
||||
lora: true
|
||||
warmup_steps: 500
|
||||
@ -27,7 +27,7 @@ num_epochs: 2
|
||||
|
||||
# logging
|
||||
wandb: true
|
||||
wandb_entity: zanussbaum
|
||||
wandb_project_name: mosaic
|
||||
wandb_entity: # CHANGE
|
||||
wandb_project_name: # CHANGE
|
||||
seed: 42
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
model_name: # update
|
||||
tokenizer_name: # update
|
||||
gradient_checkpointing: false
|
||||
save_name: "nomic-ai/gpt4all-lora-multi-turn"
|
||||
save_name: # CHANGE
|
||||
|
||||
# dataset
|
||||
streaming: false
|
||||
|
2
peft
2
peft
@ -1 +1 @@
|
||||
Subproject commit deff03f2c251534fffd2511fc2d440e84cc54b1b
|
||||
Subproject commit 098962fa6515f2e4fe83a757f5995d3ffbb1c373
|
Loading…
Reference in New Issue
Block a user