self-gen w/ closed_qa format + perceiver scripts + no strip response

This commit is contained in:
51616 2025-07-08 14:21:43 +00:00
parent d26f246937
commit c9e958f963
6 changed files with 145 additions and 12 deletions

View file

@ -19,7 +19,7 @@ uv run accelerate launch --main_process_port $port \
--per_device_eval_batch_size=64 \
--target_modules=down_proj \
--num_blocks=8 \
--num_self_attn_per_block=6 \
--num_self_attn_per_block=3 \
--n_latent_queries=208 \
--num_pre_head_layers=1 \
--lora_r=8 \

View file

@ -19,7 +19,7 @@ uv run accelerate launch --main_process_port $port \
--per_device_eval_batch_size=32 \
--target_modules=down_proj \
--num_blocks=8 \
--num_self_attn_per_block=6 \
--num_self_attn_per_block=3 \
--ctx_encoder_type=per_layer_activations \
--n_latent_queries=8 \
--num_pre_head_layers=1 \