sulpha commited on
Commit
79f8e6c
1 Parent(s): 8dc6eb9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -4,4 +4,13 @@ task_categories:
4
  - unconditional-image-generation
5
  tags:
6
  - images
7
- ---
 
 
 
 
 
 
 
 
 
 
4
  - unconditional-image-generation
5
  tags:
6
  - images
7
+ ---
8
+
9
+ To use the dataset
10
+ ```py
11
+ from datasets import load_dataset
12
+
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.