Diff Interpretation Tuning
ttw commited on
Commit
fddc561
·
verified ·
1 Parent(s): d09c464

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -11,6 +11,9 @@ This paper introduces *Diff Interpretation Tuning*, a method that trains a LoRA
11
  To play around with the weight diffs and DIT adapters from the paper, please check out our [Google Colab demo notebook](https://colab.research.google.com/drive/12YD_9GRT-y_hFOBqXzyI4eN_lJGKiXwN?usp=sharing).
12
  The code used to train and evaluate the weight diffs and DIT adapters can be found at [github.com/Aviously/diff-interpretation-tuning](https://github.com/Aviously/diff-interpretation-tuning).
13
 
 
 
 
14
  You can cite our work using the following bibtex
15
  ```
16
  @misc{goel2025learninginterpretweightdifferences,
 
11
  To play around with the weight diffs and DIT adapters from the paper, please check out our [Google Colab demo notebook](https://colab.research.google.com/drive/12YD_9GRT-y_hFOBqXzyI4eN_lJGKiXwN?usp=sharing).
12
  The code used to train and evaluate the weight diffs and DIT adapters can be found at [github.com/Aviously/diff-interpretation-tuning](https://github.com/Aviously/diff-interpretation-tuning).
13
 
14
+ A diagrammatic overview of Diff Interpretation Tuning is shown below:
15
+ <img src="dit-diagram.png" alt="Diagram of Diff Interpretation Tuning" width="600"/>
16
+
17
  You can cite our work using the following bibtex
18
  ```
19
  @misc{goel2025learninginterpretweightdifferences,