Update README.md
Browse files
README.md
CHANGED
|
@@ -19,8 +19,8 @@ A diagrammatic overview of Diff Interpretation Tuning is shown below:
|
|
| 19 |
<img src="dit-diagram.png" alt="Diagram of Diff Interpretation Tuning" width="600"/>
|
| 20 |
|
| 21 |
## Repository structure
|
| 22 |
-
All weight diffs and DIT adapters in the repository live under a specific `<experiment>/<model>` folder (e.g. [hidden-topic/qwen3-4b(hidden-topic/qwen3-4b).
|
| 23 |
-
Please consult the paper to understand what each experiment refers to.
|
| 24 |
|
| 25 |
Under each `<experiment>/<model>` folder, there are three potential types of files:
|
| 26 |
- Weight Diff Index Files: These files are always named `index.csv` and are used to locate specific weight diffs. Example: [hidden-topic/qwen3-4b/index.csv](hidden-topic/qwen3-4b/index.csv).
|
|
|
|
| 19 |
<img src="dit-diagram.png" alt="Diagram of Diff Interpretation Tuning" width="600"/>
|
| 20 |
|
| 21 |
## Repository structure
|
| 22 |
+
All weight diffs and DIT adapters in the repository live under a specific `<experiment>/<model>` folder (e.g. [hidden-topic/qwen3-4b](hidden-topic/qwen3-4b)).
|
| 23 |
+
Please consult [the paper]((https://arxiv.org/abs/2510.05092)) to understand what each experiment refers to.
|
| 24 |
|
| 25 |
Under each `<experiment>/<model>` folder, there are three potential types of files:
|
| 26 |
- Weight Diff Index Files: These files are always named `index.csv` and are used to locate specific weight diffs. Example: [hidden-topic/qwen3-4b/index.csv](hidden-topic/qwen3-4b/index.csv).
|