Skip to content

Commit

Permalink
changed softmax to strongermax
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoffatt2 committed Dec 4, 2024
1 parent 2eb68c3 commit b892383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_finetuning_cpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ python3 train.py \
--log_interval 10 \
--device cpu \
--dataset "$dataset" \
--softmax_variant_attn softmax \
--softmax_variant_attn strongermax \
--tensorboard_run_name "$run_name" \
--block_size "$block_size" \
--bias \
Expand Down

0 comments on commit b892383

Please sign in to comment.