Spaces:
Running
Running
Pedro Cuenca
commited on
Commit
·
78abdf7
1
Parent(s):
08b0ce1
Add citation file
Browse files- CITATION.cff +43 -0
CITATION.cff
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# YAML 1.2
|
| 2 |
+
---
|
| 3 |
+
abstract: "DALL·E mini is a JAX/Flax reimplementation of OpenAI's DALL·E that requires much smaller hardware resources. By simplifying the architecture and model memory requirements, as well as leveraging open-source code and pre-trained models, we were able to create a model that is 27 times smaller than the original DALL·E and train it on a single TPU v3-8 for only 3 days. DALL·E mini achieves impressive results, albeit of a lower quality than the original system. It can be used for exploration and further experimentation on commodity hardware."
|
| 4 |
+
authors:
|
| 5 |
+
-
|
| 6 |
+
family-names: Dayma
|
| 7 |
+
given-names: Boris
|
| 8 |
+
-
|
| 9 |
+
family-names: Patil
|
| 10 |
+
given-names: Suraj
|
| 11 |
+
-
|
| 12 |
+
family-names: Cuenca
|
| 13 |
+
given-names: Pedro
|
| 14 |
+
-
|
| 15 |
+
family-names: Saifullah
|
| 16 |
+
given-names: Khalid
|
| 17 |
+
-
|
| 18 |
+
family-names: Abraham
|
| 19 |
+
given-names: Tanishq
|
| 20 |
+
-
|
| 21 |
+
family-names: "Lê Khắc"
|
| 22 |
+
given-names: "Phúc"
|
| 23 |
+
-
|
| 24 |
+
family-names: Melas
|
| 25 |
+
given-names: Luke
|
| 26 |
+
-
|
| 27 |
+
family-names: Ghosh
|
| 28 |
+
given-names: Ritobrata
|
| 29 |
+
cff-version: "1.1.0"
|
| 30 |
+
date-released: 2021-07-29
|
| 31 |
+
identifiers:
|
| 32 |
+
keywords:
|
| 33 |
+
- dalle
|
| 34 |
+
- "text-to-image generation"
|
| 35 |
+
- transformer
|
| 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"
|
| 43 |
+
...
|