Skip to content

Commit

Permalink
Config update
Browse files Browse the repository at this point in the history
  • Loading branch information
jakep-allenai committed Jan 23, 2025
1 parent 72d2fa2 commit 201fec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pdelfin/train/config/molmo-o-lora.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wandb:
entity: ai2-llm

generate:
max_length: 8192
max_length: 4096

train_data:
seed: 1337
Expand Down Expand Up @@ -62,7 +62,7 @@ lora:
rank: 32
alpha: 32
dropout: 0.05
task_type: causal_lm
task_type: CAUSAL_LM
target_modules:
# attention layers in main transformer
- att_proj
Expand Down

0 comments on commit 201fec3

Please sign in to comment.