Boris Dayma commited on
Commit
2564638
1 Parent(s): 80e94f2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -11,4 +11,6 @@ Outputs need to be decoded with [flax-community/vqgan_f16_16384](https://hugging
11
 
12
  Model definition is currently in the [Github repo](https://github.com/borisdayma/dalle-mini) as `CustomFlaxBartForConditionalGeneration`.
13
 
14
- For more details on the model, refer to [the report](https://wandb.ai/dalle-mini/dalle-mini/reports/DALL-E-mini--Vmlldzo4NjIxODA).
 
 
 
11
 
12
  Model definition is currently in the [Github repo](https://github.com/borisdayma/dalle-mini) as `CustomFlaxBartForConditionalGeneration`.
13
 
14
+ For more details on the model, refer to [the report](https://wandb.ai/dalle-mini/dalle-mini/reports/DALL-E-mini--Vmlldzo4NjIxODA).
15
+
16
+ For testing the model, refer to [the demo](https://huggingface.co/spaces/flax-community/dalle-mini).