Diff Interpretation Tuning
ttw commited on
Commit
af0cc9d
·
verified ·
1 Parent(s): fbd840c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -20,7 +20,7 @@ A diagrammatic overview of Diff Interpretation Tuning is shown below:
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).
 
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).