amildravid4292 commited on
Commit
528175d
1 Parent(s): 5e1b086

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,7 +27,7 @@ The `files/` folder contains the files needed for our code [here](https://snap-r
27
  - A configuration file for LoRA. Used to save models in Diffusers pipeline format.
28
 
29
  # Datasets of Model Weights
30
- 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.
31
  - `weights_datasets/identities/all_weights.pt`
32
  - 64974x99648 dimensional tensor where each row is a 99648-dimensional vector of flattened LoRAs for each identity-encoding model.
33
  - `weights_datasets/identities/identity_df.pt`
 
27
  - A configuration file for LoRA. Used to save models in Diffusers pipeline format.
28
 
29
  # Datasets of Model Weights
30
+ 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. An example on how to open a model from these datasets is available at: https://github.com/snap-research/weights2weights/blob/main/other/datasets.ipynb
31
  - `weights_datasets/identities/all_weights.pt`
32
  - 64974x99648 dimensional tensor where each row is a 99648-dimensional vector of flattened LoRAs for each identity-encoding model.
33
  - `weights_datasets/identities/identity_df.pt`