-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
55 lines (46 loc) · 1.28 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
__pycache__/
**/.vscode
wandb/
.pytest_cache/
**.out
**.sh
**.pkl
autoencoders/*
!autoencoders/README.md
!autoencoders/fix_ae_device.ipynb
!autoencoders/utils/
!autoencoders/gen_identity_ae_folders.ipynb
!autoencoders/download_saes.sh
!autoencoders/chess_mlp_acts_identity_aes/
!autoencoders/othello_mlp_acts_identity_aes/
!autoencoders/saved_data/
# Track testing_othello ae.pt and config.json but no other contents
!autoencoders/testing_othello/
autoencoders/testing_othello/*
!autoencoders/testing_othello/trainer0/
autoencoders/testing_othello/trainer0/*
!autoencoders/testing_othello/trainer0/ae.pt
!autoencoders/testing_othello/trainer0/config.json
# Track testing_chess ae.pt and config.json but no other contents
!autoencoders/testing_chess/
autoencoders/testing_chess/*
!autoencoders/testing_chess/trainer4/
autoencoders/testing_chess/trainer4/*
!autoencoders/testing_chess/trainer4/ae.pt
!autoencoders/testing_chess/trainer4/config.json
# Ignore all directories under analysis/
analysis/*/
# But include all files directly under analysis/
!analysis/*.*
models/*
!models/meta.pkl
data.pkl
.*.swp
.*.swo
circuits/processed_results/*
circuits/othello_sae_trainer.py
circuits/run_othello_sae_trainer.sh
circuits/run_chess_sae_trainer.sh
circuits/nohup.out
circuits/chess_sae_trainer.py
circuits/*.pkl