amildravid4292
commited on
Commit
•
b47ccc8
1
Parent(s):
17f0c3d
Update README.md
Browse files
README.md
CHANGED
@@ -16,14 +16,16 @@ The `files/` folder contains the files needed in our code [here](https://snap-re
|
|
16 |
- `files/pinverse.pt`
|
17 |
- Precomputed pseudoinverse of 'proj.pt', used for obtaining the classifier weight space directions given labels.
|
18 |
- `files/identity_df.pt`
|
19 |
-
- A pandas dataframe with
|
20 |
- `files/weight_dimensions.pt`
|
21 |
-
- A dictionary of the dimensionality for each LoRA module in the diffusion UNet. Used to save models in Diffusers pipeline format.
|
|
|
|
|
22 |
|
23 |
-
|
24 |
-
|
25 |
-
- `
|
26 |
-
|
27 |
-
- `
|
28 |
-
-
|
29 |
-
|
|
|
16 |
- `files/pinverse.pt`
|
17 |
- Precomputed pseudoinverse of 'proj.pt', used for obtaining the classifier weight space directions given labels.
|
18 |
- `files/identity_df.pt`
|
19 |
+
- A pandas dataframe with binary attribute labels for each identity-encoding model. Used for getting labels for training linear classifiers.
|
20 |
- `files/weight_dimensions.pt`
|
21 |
+
- A dictionary of the dimensionality for each LoRA module in the diffusion UNet. Used to save models in Diffusers pipeline format.
|
22 |
+
- `files/adapter_config.json`
|
23 |
+
- A configuration file for LoRA. Used to save models in Diffusers pipeline format.
|
24 |
|
25 |
+
# Datasets of Model Weights
|
26 |
+
The `weights_datasets`folder contains two datasets of model weights, one set containing LoRA weights encoding different human visual identities, and another for different dog breeds. We also provide metadata and files for handling these datasets.
|
27 |
+
- `weights_datasets/identities/all_weights.pt`
|
28 |
+
- 64974x99648 dimensional tensor where each row is a 99648-dimensional vector of flattened LoRAs for each identity-encoding model.
|
29 |
+
- `weights_datasets/identities/identity_df.pt`
|
30 |
+
- A pandas dataframe with binary attribute labels for each identity-encoding model.
|
31 |
+
|