File size: 347 Bytes
efd52ac
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
{
  "whisper_model": "tiny",
  "sae_model": "pretrained/l1autoencoder_baseline/checkpoints/bestval.pth",
  "layer_name": "encoder.blocks.2",
  "batch_size": 160,
  "data_path": "audio_data/librispeech/LibriSpeech/test-other",
  "device": "cuda",
  "out_folder": "activations/pretrained_l1_baseline",
  "dl_max_workers": 0,
  "collect_max": null
}