Diff Interpretation Tuning
ttw commited on
Commit
bba5437
·
verified ·
1 Parent(s): 6693451

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -4,6 +4,8 @@ library_name: diff-interpretation-tuning
4
  base_model:
5
  - Qwen/Qwen3-4B
6
  base_model_relation: adapter
 
 
7
  ---
8
 
9
  # Diff Interpretation Tuning
@@ -14,6 +16,7 @@ To play around with the weight diffs and DIT adapters from the paper, please che
14
  This notebook shows how to load the weight diffs and adapters from this repo.
15
 
16
  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).
 
17
 
18
  ## Method overview
19
  A diagrammatic overview of Diff Interpretation Tuning is shown below:
 
4
  base_model:
5
  - Qwen/Qwen3-4B
6
  base_model_relation: adapter
7
+ datasets:
8
+ - diff-interpretation-tuning/finetuning-data
9
  ---
10
 
11
  # Diff Interpretation Tuning
 
16
  This notebook shows how to load the weight diffs and adapters from this repo.
17
 
18
  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).
19
+ Some of the large data files used for training can be found at [hf.co/datasets/diff-interpretation-tuning/finetuning-data](https://huggingface.co/datasets/diff-interpretation-tuning/finetuning-data).
20
 
21
  ## Method overview
22
  A diagrammatic overview of Diff Interpretation Tuning is shown below: