Update README.md
Browse files
README.md
CHANGED
|
@@ -12,7 +12,7 @@ This repository contains the dataset of model weights and utility files for [Int
|
|
| 12 |
# Files for creating *weights2weights* Space
|
| 13 |
The `files/` folder contains the files needed for our code [here](https://snap-research.github.io/weights2weights/) in order to conduct sampling, inversion, and editing in *weights2weights* space.
|
| 14 |
- `files/V.pt`
|
| 15 |
-
- 99648x10000 dimensional tensor used to project
|
| 16 |
- `files/mean.pt`
|
| 17 |
- 99648 dimensional tensor of the mean for each parameter in the original LoRA space. Used for projection/unprojection.
|
| 18 |
- `files/std.pt`
|
|
|
|
| 12 |
# Files for creating *weights2weights* Space
|
| 13 |
The `files/` folder contains the files needed for our code [here](https://snap-research.github.io/weights2weights/) in order to conduct sampling, inversion, and editing in *weights2weights* space.
|
| 14 |
- `files/V.pt`
|
| 15 |
+
- 99648x10000 dimensional tensor used to project LoRA weights onto a principal component representation in *w2w* space or to unproject back into the LoRA space.
|
| 16 |
- `files/mean.pt`
|
| 17 |
- 99648 dimensional tensor of the mean for each parameter in the original LoRA space. Used for projection/unprojection.
|
| 18 |
- `files/std.pt`
|