mirror of
https://github.com/SakanaAI/doc-to-lora.git
synced 2026-07-23 17:01:04 +02:00
bigger perceiver scripts
This commit is contained in:
parent
3f174b52f8
commit
63ecb73fdb
2 changed files with 4 additions and 4 deletions
|
|
@ -18,8 +18,8 @@ uv run accelerate launch --main_process_port $port \
|
|||
--gradient_accumulation_steps=2 \
|
||||
--per_device_eval_batch_size=64 \
|
||||
--target_modules=down_proj \
|
||||
--num_blocks=4 \
|
||||
--num_self_attn_per_block=3 \
|
||||
--num_blocks=8 \
|
||||
--num_self_attn_per_block=6 \
|
||||
--n_latent_queries=208 \
|
||||
--num_pre_head_layers=1 \
|
||||
--lora_r=8 \
|
||||
|
|
|
|||
|
|
@ -18,8 +18,8 @@ uv run accelerate launch --main_process_port $port \
|
|||
--gradient_accumulation_steps=4 \
|
||||
--per_device_eval_batch_size=32 \
|
||||
--target_modules=down_proj \
|
||||
--num_blocks=4 \
|
||||
--num_self_attn_per_block=3 \
|
||||
--num_blocks=8 \
|
||||
--num_self_attn_per_block=6 \
|
||||
--ctx_encoder_type=per_layer_activations \
|
||||
--n_latent_queries=8 \
|
||||
--num_pre_head_layers=1 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue