sulpha commited on
Commit
414a2f4
1 Parent(s): 79f8e6c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -13,4 +13,6 @@ from datasets import load_dataset
13
  dataset = load_dataset("sulpha/anime-sceneries")
14
  ```
15
 
16
- This is a web scraped dataset of (mostly) anime sceneries/paintings. Initially scraped to train an unconditional image generation model.
 
 
 
13
  dataset = load_dataset("sulpha/anime-sceneries")
14
  ```
15
 
16
+ This is a web scraped dataset of (mostly) anime sceneries/paintings. Initially scraped to train an unconditional image generation model.
17
+
18
+ An example fastGAN model utilizing this dataset can be view [here](https://github.com/sulphatet/gan-anime-sceneries)