chaenayo commited on
Commit
81550b2
·
verified ·
1 Parent(s): e4d2734

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -80,4 +80,15 @@ pods_dataset = load_dataset("chaenayo/PODS", split="train") # or "test" or "test
80
  PODS can also be directly downloaded via command:
81
  ```
82
  wget https://data.csail.mit.edu/personal_rep/pods.zip
 
 
 
 
 
 
 
 
 
 
 
83
  ```
 
80
  PODS can also be directly downloaded via command:
81
  ```
82
  wget https://data.csail.mit.edu/personal_rep/pods.zip
83
+ ```
84
+
85
+ ## Citation
86
+ If you find our work or any of our materials useful, please cite our paper:
87
+ ```
88
+ @article{sundaram2024personalized,
89
+ title = {Personalized Representation from Personalized Generation}
90
+ author = {Sundaram, Shobhita and Chae, Julia and Tian, Yonglong and Beery, Sara and Isola, Phillip},
91
+ journal = {Arxiv},
92
+ year = {2024},
93
+ }
94
  ```