boris commited on
Commit
753c4f0
1 Parent(s): 1c9c679

doc(README): add link to models

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -52,7 +52,16 @@ To generate sample predictions and understand the inference pipeline step by ste
52
 
53
  [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/borisdayma/dalle-mini/blob/main/dev/inference/inference_pipeline.ipynb)
54
 
55
- ## Where does the logo come from?
 
 
 
 
 
 
 
 
 
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
  [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](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