Commit
•
24c79b0
1
Parent(s):
febee09
Add arXiv link (#7)
Browse files- Add arXiv link (b13d36904e9b9111cebdc0c8faa7952684b46eb5)
Co-authored-by: Ivan Arcuschin <iarcuschin@users.noreply.huggingface.co>
README.md
CHANGED
@@ -12,4 +12,6 @@ Each directory corresponds to a model/datapoint in the InterpBench dataset. It i
|
|
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 [
|
|
|
|
|
|
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 [InterpBench's code repository](https://github.com/FlyingPumba/InterpBench), 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
|
16 |
+
|
17 |
+
The full paper can be read in arXiv: [InterpBench: Semi-Synthetic Transformers for Evaluating Mechanistic Interpretability Techniques](https://arxiv.org/abs/2407.14494)
|