cybershiptrooper iarcuschin commited on
Commit
f90603a
1 Parent(s): c0a69c0

Update README.md (#6)

Browse files

- Update README.md (cdba43269891783d319ae17f6d23e8c2724dc675)


Co-authored-by: Ivan Arcuschin <[email protected]>

Files changed (1) hide show
  1. README.md +14 -14
README.md CHANGED
@@ -1,15 +1,15 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
4
-
5
- Each directory corresponds to a model/datapoint in the InterpBench dataset. It is structured as:
6
-
7
- ```
8
- - task // directory name
9
- -- ll_model_{weight}.pth // the low level transformer model
10
- -- meta.json //ll_model_cfg_{weight}.pkl // a config for the transformer model
11
- -- meta_{weight}.json // training hyperparams
12
- -- edges.pkl // label for the circuit, i.e., list of all the edges that are a part of the ground truth circuit
13
- ```
14
-
15
  This repository of models is complimentary to [CircuitsBenchmark](https://github.com/FlyingPumba/circuits-benchmark), and should be used to load the models. Alternatively, [TransformerLens](https://github.com/TransformerLensOrg/TransformerLens) can also be used to load it using the ll_config.json
 
1
+ ---
2
+ license: cc-by-4.0
3
+ ---
4
+
5
+ Each directory corresponds to a model/datapoint in the InterpBench dataset. It is structured as:
6
+
7
+ ```
8
+ - task // directory name
9
+ -- ll_model.pth // the low level transformer model
10
+ -- ll_model_cfg.pkl // a config for the transformer model
11
+ -- meta.json // training hyperparams
12
+ -- edges.pkl // label for the circuit, i.e., list of all the edges that are a part of the ground truth circuit
13
+ ```
14
+
15
  This repository of models is complimentary to [CircuitsBenchmark](https://github.com/FlyingPumba/circuits-benchmark), and should be used to load the models. Alternatively, [TransformerLens](https://github.com/TransformerLensOrg/TransformerLens) can also be used to load it using the ll_config.json