KaraKaraWitch commited on
Commit
fca2a85
·
verified ·
1 Parent(s): 4c9320d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -1,5 +1,15 @@
1
 
2
 
3
  ```
4
- heretic --model KaraKaraWitch/GoldDiamondGold-L33-70b --orthogonalize-direction --row-normalization FULL --winsorization-quantile 0.95 --constraints.layer-end-fraction 0.75 --constraints.mlp.max-weight-min 0.0 --constraints.mlp.max-weight-max 0.05 --constraints.attention.max-weight-min 1.0 --constraints.attention.max-weight-max 2.0 --n-trials 200 --batch-size 128
 
 
 
 
 
 
 
 
 
 
5
  ```
 
1
 
2
 
3
  ```
4
+ heretic --model KaraKaraWitch/GoldDiamondGold-L33-70b \
5
+ --orthogonalize-direction \
6
+ --row-normalization FULL \
7
+ --winsorization-quantile 0.95 \
8
+ --constraints.layer-end-fraction 0.75 \
9
+ --constraints.mlp.max-weight-min 0.0 \
10
+ --constraints.mlp.max-weight-max 0.05 \
11
+ --constraints.attention.max-weight-min 1.0 \
12
+ --constraints.attention.max-weight-max 2.0 \
13
+ --n-trials 200 \
14
+ --batch-size 128
15
  ```