| { | |
| "whisper_model": "large-v3", | |
| "sae_model": "runs/large_v3_l1/checkpoints/bestval.pth", | |
| "layer_name": "encoder.blocks.16", | |
| "batch_size": 1, | |
| "data_path": "audio_data/librispeech/LibriSpeech/test-other", | |
| "device": "cuda", | |
| "out_folder": "activations/pretrained_large_v3_l1_sae", | |
| "dl_max_workers": 0, | |
| "collect_max": 500 | |
| } | |