amildravid4292 commited on
Commit
b47ccc8
1 Parent(s): 17f0c3d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -9
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 each identity model in our dataset of weights and their associated binary labels. 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
 
23
- **Drag-Based Manipulation**
24
- - `readout_sdxl_drag_correspondence.pt`
25
- - `readout_sdv15_drag_correspondence.pt`
26
- - Readout head trained with a contrastive loss with [CoTracker](https://co-tracker.github.io) point tracks across pairs of [DAVIS](https://davischallenge.org) video frames.
27
- - `readout_sdxl_drag_appearance.pt`
28
- - `readout_sdv15_drag_appearance.pt`
29
- - Readout head trained with a triplet loss with real frames as positives and [SDEdit-ed](https://sde-image-editing.github.io) frames as negatives derived from [DAVIS](https://davischallenge.org) videos.
 
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
+