khalidsaifullaah commited on
Commit
4844e74
1 Parent(s): 08b0ce1

citations added

Browse files
Files changed (1) hide show
  1. README.md +63 -0
README.md CHANGED
@@ -80,3 +80,66 @@ The "armchair in the shape of an avocado" was used by OpenAI when releasing DALL
80
 
81
  - 🤗 Hugging Face for organizing [the FLAX/JAX community week](https://github.com/huggingface/transformers/tree/master/examples/research_projects/jax-projects)
82
  - Google Cloud team for providing access to TPU's
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
80
 
81
  - 🤗 Hugging Face for organizing [the FLAX/JAX community week](https://github.com/huggingface/transformers/tree/master/examples/research_projects/jax-projects)
82
  - Google Cloud team for providing access to TPU's
83
+
84
+ ## Citing DALL·E mini
85
+
86
+ If you find DALL·E mini useful in your research or wish to refer, please use the following BibTeX entry.
87
+
88
+ ```
89
+ @misc{dalle_mini2021,
90
+ author = {Boris Dayma, Suraj Patil, Pedro Cuenca, Khalid Saifullah, Tanishq Abraham, Phúc Lê Khắc, Luke Melas, Ritobrata Ghosh},
91
+ title = {DALL·E mini},
92
+ year = {2021},
93
+ publisher = {GitHub},
94
+ journal = {GitHub repository},
95
+ doi = {10.5281/zenodo.4414861},
96
+ howpublished = {\url{https://github.com/borisdayma/dalle-mini}}
97
+ }
98
+
99
+ ```
100
+
101
+ ## References
102
+
103
+ ```
104
+ @misc{ramesh2021zeroshot,
105
+ title={Zero-Shot Text-to-Image Generation},
106
+ author={Aditya Ramesh and Mikhail Pavlov and Gabriel Goh and Scott Gray and Chelsea Voss and Alec Radford and Mark Chen and Ilya Sutskever},
107
+ year={2021},
108
+ eprint={2102.12092},
109
+ archivePrefix={arXiv},
110
+ primaryClass={cs.CV}
111
+ }
112
+ ```
113
+
114
+ ```
115
+ @misc{esser2021taming,
116
+ title={Taming Transformers for High-Resolution Image Synthesis},
117
+ author={Patrick Esser and Robin Rombach and Björn Ommer},
118
+ year={2021},
119
+ eprint={2012.09841},
120
+ archivePrefix={arXiv},
121
+ primaryClass={cs.CV}
122
+ }
123
+ ```
124
+
125
+ ```
126
+ @misc{lewis2019bart,
127
+ title={BART: Denoising Sequence-to-Sequence Pre-training for Natural Language Generation, Translation, and Comprehension},
128
+ author={Mike Lewis and Yinhan Liu and Naman Goyal and Marjan Ghazvininejad and Abdelrahman Mohamed and Omer Levy and Ves Stoyanov and Luke Zettlemoyer},
129
+ year={2019},
130
+ eprint={1910.13461},
131
+ archivePrefix={arXiv},
132
+ primaryClass={cs.CL}
133
+ }
134
+ ```
135
+
136
+ ```
137
+ @misc{radford2021learning,
138
+ title={Learning Transferable Visual Models From Natural Language Supervision},
139
+ author={Alec Radford and Jong Wook Kim and Chris Hallacy and Aditya Ramesh and Gabriel Goh and Sandhini Agarwal and Girish Sastry and Amanda Askell and Pamela Mishkin and Jack Clark and Gretchen Krueger and Ilya Sutskever},
140
+ year={2021},
141
+ eprint={2103.00020},
142
+ archivePrefix={arXiv},
143
+ primaryClass={cs.CV}
144
+ }
145
+ ```