File size: 371 Bytes
55b7f90 3e31ef1 55b7f90 | 1 2 3 4 5 6 7 8 | python compute_v_scores.py compute \
--model gemma-2b \
--sae-release gemma-scope-2b-pt-res-canonical \
--sae-id-template "layer_{layer}/width_16k/canonical" \
--languages arg_Latn,wuu_Hans,nus_Latn,azb_Arab \
--layers 0,2,5,10,15,20 \
--out-dir ./v_score_runs/run_insight_4
|