boris commited on
Commit
97c7925
2 Parent(s): 8e37fb8 19a3f53

Merge pull request #78 from khalidsaifullaah/readme-references

Browse files
Files changed (2) hide show
  1. CITATION.cff +2 -1
  2. README.md +61 -0
CITATION.cff CHANGED
@@ -36,7 +36,8 @@ keywords:
36
  - "zero-shot"
37
  - JAX
38
  license: "Apache-2.0"
39
- message: "If you use this software, please cite it using these metadata."
 
40
  repository-code: "https://github.com/borisdayma/dalle-mini"
41
  title: "DALL·E Mini"
42
  version: "v0.1-alpha"
 
36
  - "zero-shot"
37
  - JAX
38
  license: "Apache-2.0"
39
+ doi: 10.5281/zenodo.5146400
40
+ message: "If you use this project, please cite it using these metadata."
41
  repository-code: "https://github.com/borisdayma/dalle-mini"
42
  title: "DALL·E Mini"
43
  version: "v0.1-alpha"
README.md CHANGED
@@ -80,3 +80,64 @@ 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{Dayma_DALL·E_Mini_2021,
90
+ author = {Dayma, Boris and Patil, Suraj and Cuenca, Pedro and Saifullah, Khalid and Abraham, Tanishq and Lê Khắc, Phúc and Melas, Luke and Ghosh, Ritobrata},
91
+ doi = {10.5281/zenodo.5146400},
92
+ month = {7},
93
+ title = {DALL·E Mini},
94
+ url = {https://github.com/borisdayma/dalle-mini},
95
+ year = {2021}
96
+ }
97
+ ```
98
+
99
+ ## References
100
+
101
+ ```
102
+ @misc{ramesh2021zeroshot,
103
+ title={Zero-Shot Text-to-Image Generation},
104
+ author={Aditya Ramesh and Mikhail Pavlov and Gabriel Goh and Scott Gray and Chelsea Voss and Alec Radford and Mark Chen and Ilya Sutskever},
105
+ year={2021},
106
+ eprint={2102.12092},
107
+ archivePrefix={arXiv},
108
+ primaryClass={cs.CV}
109
+ }
110
+ ```
111
+
112
+ ```
113
+ @misc{esser2021taming,
114
+ title={Taming Transformers for High-Resolution Image Synthesis},
115
+ author={Patrick Esser and Robin Rombach and Björn Ommer},
116
+ year={2021},
117
+ eprint={2012.09841},
118
+ archivePrefix={arXiv},
119
+ primaryClass={cs.CV}
120
+ }
121
+ ```
122
+
123
+ ```
124
+ @misc{lewis2019bart,
125
+ title={BART: Denoising Sequence-to-Sequence Pre-training for Natural Language Generation, Translation, and Comprehension},
126
+ author={Mike Lewis and Yinhan Liu and Naman Goyal and Marjan Ghazvininejad and Abdelrahman Mohamed and Omer Levy and Ves Stoyanov and Luke Zettlemoyer},
127
+ year={2019},
128
+ eprint={1910.13461},
129
+ archivePrefix={arXiv},
130
+ primaryClass={cs.CL}
131
+ }
132
+ ```
133
+
134
+ ```
135
+ @misc{radford2021learning,
136
+ title={Learning Transferable Visual Models From Natural Language Supervision},
137
+ 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},
138
+ year={2021},
139
+ eprint={2103.00020},
140
+ archivePrefix={arXiv},
141
+ primaryClass={cs.CV}
142
+ }
143
+ ```