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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -9,12 +9,14 @@ This repository contains the weight diffs and DIT adapters used in the paper [Le
9
  This paper introduces *Diff Interpretation Tuning*, a method that trains a LoRA adapter than can be applied to a model to get it to describe its own finetuning induced modifications.
10
 
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,
20
  title={Learning to Interpret Weight Differences in Language Models},
 
9
  This paper introduces *Diff Interpretation Tuning*, a method that trains a LoRA adapter than can be applied to a model to get it to describe its own finetuning induced modifications.
10
 
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
+ This notebook shows how to load the weight diffs and adapters from this repo.
13
+
14
+ The code used to train and evaluate our weight diffs and DIT adapters can be found at [github.com/Aviously/diff-interpretation-tuning](https://github.com/Aviously/diff-interpretation-tuning).
15
 
16
  A diagrammatic overview of Diff Interpretation Tuning is shown below:
17
  <img src="dit-diagram.png" alt="Diagram of Diff Interpretation Tuning" width="600"/>
18
 
19
+ You can cite our work using the following bibtex,
20
  ```
21
  @misc{goel2025learninginterpretweightdifferences,
22
  title={Learning to Interpret Weight Differences in Language Models},