PhilipQuirke
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -24,6 +24,6 @@ Each folder contains:
|
|
24 |
- behaviors.json: Facts gathered about the behavior of the model by direct inspection. Includes attention pattern data, PCA data, answer digit impact data, etc.
|
25 |
- features.json: Facts gathered about hypothesised algorithm features via experimentation e.g. node P12L0H1 implements the feature A3.ST.
|
26 |
|
27 |
-
The first 2 files were created by the https://github.com/PhilipQuirke/quanta_maths/blob/main/notebooks/
|
28 |
-
The last 2 files were created by the https://github.com/PhilipQuirke/quanta_maths/blob/main/notebooks/
|
29 |
-
The json file are used by the algorithm testing notebook https://github.com/PhilipQuirke/quanta_maths/blob/main/notebooks/
|
|
|
24 |
- behaviors.json: Facts gathered about the behavior of the model by direct inspection. Includes attention pattern data, PCA data, answer digit impact data, etc.
|
25 |
- features.json: Facts gathered about hypothesised algorithm features via experimentation e.g. node P12L0H1 implements the feature A3.ST.
|
26 |
|
27 |
+
The first 2 files were created by the https://github.com/PhilipQuirke/quanta_maths/blob/main/notebooks/QuantaMathsTrain.ipynb notebook.
|
28 |
+
The last 2 files were created by the https://github.com/PhilipQuirke/quanta_maths/blob/main/notebooks/QuantaMathsAnalyse.ipynb notebook.
|
29 |
+
The json file are used by the algorithm testing notebook https://github.com/PhilipQuirke/quanta_maths/blob/main/notebooks/QuantaMathsAlgorithm.ipynb notebook.
|