Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Overview
|
2 |
|
3 |
[[Blog]](https://openai.com/blog/dall-e/) [[Paper]](https://arxiv.org/abs/2102.12092) [[Model Card]](model_card.md) [[Usage]](notebooks/usage.ipynb)
|
@@ -8,4 +18,4 @@ This is the official PyTorch package for the discrete VAE used for DALL·E. The
|
|
8 |
|
9 |
Before running [the example notebook](notebooks/usage.ipynb), you will need to install the package using
|
10 |
|
11 |
-
pip install DALL-E
|
|
|
1 |
+
---
|
2 |
+
license: openrail
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
library_name: adapter-transformers
|
6 |
+
pipeline_tag: text-to-image
|
7 |
+
tags:
|
8 |
+
- image-generation
|
9 |
+
- dall-e
|
10 |
+
---
|
11 |
# Overview
|
12 |
|
13 |
[[Blog]](https://openai.com/blog/dall-e/) [[Paper]](https://arxiv.org/abs/2102.12092) [[Model Card]](model_card.md) [[Usage]](notebooks/usage.ipynb)
|
|
|
18 |
|
19 |
Before running [the example notebook](notebooks/usage.ipynb), you will need to install the package using
|
20 |
|
21 |
+
pip install DALL-E
|