Spaces:
Running
Running
Merge pull request #73 from borisdayma/doc-models
Browse files
README.md
CHANGED
|
@@ -52,7 +52,16 @@ To generate sample predictions and understand the inference pipeline step by ste
|
|
| 52 |
|
| 53 |
[](https://colab.research.google.com/github/borisdayma/dalle-mini/blob/main/dev/inference/inference_pipeline.ipynb)
|
| 54 |
|
| 55 |
-
##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 56 |
|
| 57 |
The "armchair in the shape of an avocado" was used by OpenAI when releasing DALL·E to illustrate the model's capabilities. Having successful predictions on this prompt represents a big milestone to us.
|
| 58 |
|
|
|
|
| 52 |
|
| 53 |
[](https://colab.research.google.com/github/borisdayma/dalle-mini/blob/main/dev/inference/inference_pipeline.ipynb)
|
| 54 |
|
| 55 |
+
## FAQ
|
| 56 |
+
|
| 57 |
+
### Where to find the latest models?
|
| 58 |
+
|
| 59 |
+
Trained models are on 🤗 Model Hub:
|
| 60 |
+
|
| 61 |
+
- [VQGAN-f16-16384](https://huggingface.co/flax-community/vqgan_f16_16384) for encoding/decoding images
|
| 62 |
+
- [DALL·E mini](https://huggingface.co/flax-community/dalle-mini) for generating images from a text prompt
|
| 63 |
+
|
| 64 |
+
### Where does the logo come from?
|
| 65 |
|
| 66 |
The "armchair in the shape of an avocado" was used by OpenAI when releasing DALL·E to illustrate the model's capabilities. Having successful predictions on this prompt represents a big milestone to us.
|
| 67 |
|